/*!
Theme Name: lsw84u
Theme URI: #
Version: 3.4.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lsw84u
*/

:root {
  --text-color: #000000;
  --heading-color: #FF5733;
  --primary-btn-bg: #FF8552;
  --secondary-btn-bg: #FFC300;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #F2F2F2;
  --header-text-color: #FF5733;
  --header-border: 1px solid #FF8552;

  --footer-bg-color: #581845;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #DAF7A6;
  --table-border-color: #FFC300;
  --table-text-color: #030500;

  --body-bg-color: #F2F2F2;
  --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: 61%;
  --banner-padding: 216px;
  --banner-border: 2px solid #FF8552;
  --banner-bg-color: #F2F2F2;
  --banner-text-color: #333333;

  --container-max-width: 1049px;
  --container-padding: 0 15px;
  --border-radius: 19px;
  --py: 20px;
  --py-2: 79px;
  --py-3: 79px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 196px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 805ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #262626;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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-vkyetp {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.head-aonlfs {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.head-tqyjlp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.h-pnahzf {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.header-zyxbdk {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-zyxbdk:hover {
  color: var(--primary-btn-bg);
}


.head-scubgw {
  display: flex;
  gap: 10px;
}

.brand-owmjxf {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand-owmjxf img {
  max-height: 80px;
}

.prim-styhmr,
.sec-bicjhs {
  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-styhmr {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim-styhmr:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-bicjhs {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-bicjhs:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer-tuvebp{
  position: relative;
}
.footer-tuvebp * {
  z-index: 1;
  position: relative;
}


    .footer-tuvebp {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .foot-ecafws {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .f-gfkiqe {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .foot-epohum {
      display: flex;
      flex-direction: column;
    }

    .footer-plyjfu {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bottom-lnasjp {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .foot-kbzuqj {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .foot-kbzuqj:hover {
      color: var(--primary-btn-bg);
    }

    .bottom-fkqtuy {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .f-qdlcrm {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .bottom-fgjerm {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .bottom-fgjerm::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .f-gfkiqe {
        flex-direction: column;
      }
    }
    



.bottom-lnasjp li:empty {
  display: none;
}

.ban-xjczrt {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ban-xjczrt {
  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;
}

.ban-xjczrt svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.b-qmypue{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr-ftscoe {
  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-ywseba{
  overflow-x: auto;
  width: 100%;
}

.text-lidcej {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text-lidcej p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text-lidcej ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text-lidcej ul {
  list-style: none;
}

.text-lidcej ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text-lidcej ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text-lidcej ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .text-lidcej 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 #ffdfd1;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .text-lidcej 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;
    }

    .text-lidcej 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: #FF8552;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    

.text-lidcej 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-lidcej table th,
.text-lidcej table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.text-lidcej img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.posts-pflsoz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item-zivmgo {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column-sxuyoq {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .column-sxuyoq .column-ufjpgc:first-child {
        order: 2;
      }

      .column-sxuyoq .column-ufjpgc:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .column-sxuyoq h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .column-sxuyoq h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ff8552 0%, #ffcdb8 100%);
        border-radius: 2px;
      }

      .column-sxuyoq figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .column-sxuyoq figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .column-sxuyoq figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .column-sxuyoq {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .column-sxuyoq .column-ufjpgc:first-child {
          order: 1;
        }

        .column-sxuyoq .column-ufjpgc:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tb-uzgeqd {
  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%;
}

.tb-uzgeqd p,
.tb-uzgeqd h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb-uzgeqd table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb-uzgeqd table td,
.tb-uzgeqd table th {
  border: 0;
}

.tb-uzgeqd table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb-uzgeqd tr:last-child {
  border-bottom: 0;
}

.tb-uzgeqd h2 {
  margin-top: 0;
}

/*
.cards-fhunqi {
  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-asnqgx {
  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-asnqgx{
      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);
    }
    

.inv-asnqgx h2 {
  color: inherit;
  margin-top: 0;
}

.top-wjspnh {
  display: none;
}

@media (max-width: 1024px) {
  .h-pnahzf {
    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-zyxbdk {
    padding: 10px 0;
    display: block;
  }

  .h-pnahzf.active {
    opacity: 1;
    visibility: visible;
  }

  .top-wjspnh {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top-wjspnh span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top-wjspnh.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top-wjspnh.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .b-qmypue{
    flex-direction: column;
  }

  .hr-ftscoe {
    width: 100%;
  }

  .tb-uzgeqd {
    padding: var(--py);
  }

  .inv-asnqgx {
    padding: var(--py);
  }
}

.sitemap-opjriw{
  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);
}
.sitemap-opjriw 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;
}
.sitemap-opjriw a:hover {
  color: var(--primary-btn-bg);
}
.sitemap-opjriw 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-fdbuhe {
      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-wcfreg {
      display: flex;
      flex-direction: column;
    }

    .form-azirnt {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fr-uyaxmc {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .form-cyoniu {
      display: flex;
      flex-direction: column;
    }

    .frm-dojuvz, .frm-chfdup {
      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;
    }

    .frm-dojuvz:focus, .frm-chfdup:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm-chfdup {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form-wcfreg button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .form-wcfreg button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form-fdbuhe {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .fr-uyaxmc {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .form-azirnt {
        gap: 15px;
      }

      .frm-dojuvz, .frm-chfdup {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.ps__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)
  }
}


        .head-aonlfs {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .ban-xjczrt {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .hr-ftscoe {
            position: relative;
            text-align: center;
            max-width: 61rem;
            margin: 0 auto;
            z-index: 10;
        }

        .ban-paubzh {
            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, #FF5733 0%, #FF8552 50%, #FFC300 100%);
        }

        .ban-paubzh span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FF8552 0%, #FFC300 100%);
        }

        .hero-ezvbxu {
            font-size: 19px;
            color: #333333;
            max-width: 55rem;
            margin: 0 auto var(--mb);
        }

        .ban-fmpnay {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#FF8552, 0.2),
                    rgba(#FFC300, 0.2),
                    rgba(#FF8552, 0.2));
            opacity: 0.5;
        }

        .ban-mxujyh {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .ban-mxujyh:nth-child(1) {
            top: 5rem;
            left: 80%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #FF8552, #FFC300);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .ban-mxujyh:nth-child(2) {
            bottom: 4rem;
            right: 43%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #FF8552, #FFC300);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .ban-mxujyh:nth-child(3) {
            top: 68%;
            left: 26%;
            width: 6rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FFC300, #FF8552);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .ban-paubzh {
                font-size: 26px;
                max-width: 100%;
            }

            .ban-xjczrt {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .hero-ezvbxu {
                max-width: 100%;
            }

            .ban-mxujyh:nth-child(1),
            .ban-mxujyh:nth-child(2),
            .ban-mxujyh: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);
            }
        }
        


        .row-vknjfz {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .cards-fhunqi {
            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-fhunqi::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #FF8552, #FFC300);
        }

        .cards-fhunqi:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .cards-fhunqi h3 {
            color: #000000;
        }

        .cards-fhunqi p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .row-vknjfz {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        