/*!
Theme Name: 106bqt
Theme URI: #
Version: 3.4.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 106bqt
*/

:root {
  --text-color: #3E3E3E;
  --heading-color: #00C853;
  --primary-btn-bg: #FF6D00;
  --secondary-btn-bg: #FFD600;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #3E3E3E;
  --header-border: {{header-border}};

  --footer-bg-color: #F5F5F5;
  --footer-text-color: #3E3E3E;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #E0E0E0;
  --table-text-color: #333333;

  --body-bg-color: #F9F9F9;
  --card-bg-color: #ffffff;
  --card-text-color: #3E3E3E;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 69%;
  --banner-padding: 165.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1164px;
  --container-padding: 0 15px;
  --border-radius: 28px;
  --py: 15px;
  --py-2: 64px;
  --py-3: 77px;
  --text-align: center;
  --mb: 25px;
  --fz-1: 33.12px;
  --fz-2: 27.6px;
  --fz-3: 23px;
  --logo-width: 173px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 891ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 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;
}

.fgqjnmctwraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .jvueybdgheader {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .zeupxrndtop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .ghmuijwkhead {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .ircqnuwgh {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .ircqnuwgh:hover {
        color: var(--primary-btn-bg);
      }


      .dqyfuhtltop {
        display: flex;
        gap: 10px;
      }

      .iwvdbtcuhead {
        display: none;
      }
    

@media (max-width: 1024px) {
  .ghmuijwkhead {
    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;
  }

  .ircqnuwgh {
    padding: 10px 0;
    display: block;
  }

  .ghmuijwkhead.active {
    opacity: 1;
    visibility: visible;
  }

  .iwvdbtcuhead {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .iwvdbtcuhead span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .iwvdbtcuhead.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .iwvdbtcuhead.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.smgayjzfbrand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.smgayjzfbrand img {
  max-height: 80px;
}

.iwdtunqbp,
.faecyzrqsec {
  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;
}

.iwdtunqbp {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.iwdtunqbp:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.faecyzrqsec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.faecyzrqsec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.vezwfmhnf{
  position: relative;
}
.vezwfmhnf * {
  z-index: 1;
  position: relative;
}


      .yulzmvcttext > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffa866;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .yulzmvcttext > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .yulzmvcttext > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .vezwfmhnf {
      background: linear-gradient(135deg, #ffffff 0%, #dbdbdb 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .vezwfmhnf::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .qvuirnhmfoot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .erwmgzpabottom {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .njewxafzf {
      width: 100%;
    }

    .sgxzmopjf {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .fixdmotqbottom {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .fixdmotqbottom:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .nxyreblufoot {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .ahucbgijf {
      text-align: center;
      padding-top: 20px;
    }

    .ahucbgijf p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .vezwfmhnf {
        padding: 30px 0 15px;
      }

      .sgxzmopjf {
        gap: 15px;
        flex-direction: column;
      }

      .fixdmotqbottom {
        font-size: 14px;
        padding: 6px 12px;
      }

      .erwmgzpabottom {
        margin-bottom: 20px;
      }

      .nxyreblufoot {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .sgxzmopjf {
        gap: 10px;
      }

      .fixdmotqbottom {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.sgxzmopjf li:empty {
  display: none;
}

.myfjbcisbanner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.myfjbcisbanner {
  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;
}

.myfjbcisbanner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.lduyxtzvmain{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.rqbljgpihero {
  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;
}

.pguozntvtbl{
  overflow-x: auto;
  width: 100%;
}

.yulzmvcttext {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.yulzmvcttext p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.yulzmvcttext ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.yulzmvcttext ul {
  list-style: none;
}

.yulzmvcttext ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.yulzmvcttext ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .yulzmvcttext 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;
    }

    .yulzmvcttext ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .yulzmvcttext ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff6d00 0%, #ff9a4d 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: #FF6D00;
        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;
      }
    


      .yulzmvcttext 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 #e0e0e0;
        overflow: hidden;
      }

      .yulzmvcttext table thead tr {
        border-bottom: 1px solid #e0e0e0;
      }

      .yulzmvcttext table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .yulzmvcttext table tbody tr {
        border-bottom: 1px solid #f2f2f2;
        transition: background-color 0.2s ease;
      }

      .yulzmvcttext table tbody tr:last-child {
        border-bottom: none;
      }

      .yulzmvcttext table tbody tr:hover {
        background-color: #fafafa;
      }

      .yulzmvcttext table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .yulzmvcttext table td:first-child {
        font-weight: 500;
      }
    

.yulzmvcttext img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.whakcgvspost {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vafbicrearticle {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .xhlyfestcols {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .xhlyfestcols .iguqwlcbcols:first-child {
        order: 1;
      }

      .xhlyfestcols .iguqwlcbcols:last-child {
        order: 2;
      }

      .xhlyfestcols h2 {
        margin-top: 0;
      }

      .xhlyfestcols figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .xhlyfestcols figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .xhlyfestcols img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .xhlyfestcols {
          grid-template-columns: 1fr;
        }

        .xhlyfestcols .iguqwlcbcols:first-child {
          order: 1;
        }

        .xhlyfestcols .iguqwlcbcols:last-child {
          order: 2;
        }
      }
    

.dxrwkuqptb {
  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%;
}

.dxrwkuqptb p,
.dxrwkuqptb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.dxrwkuqptb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.dxrwkuqptb table td,
.dxrwkuqptb table th {
  border: 0;
}

.dxrwkuqptb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.dxrwkuqptb tr:last-child {
  border-bottom: 0;
}

.dxrwkuqptb h2 {
  margin-top: 0;
}

/*
.wybeztqvcard {
  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);
}
  */

.pzqxwlfuinvert {
  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);
}


    .pzqxwlfuinvert{
      background: linear-gradient(135deg, #2e2e2e 0%, #474747 100%);
      border-left: 10px solid var(--primary-btn-bg);
    }
    

.pzqxwlfuinvert h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .lduyxtzvmain{
    flex-direction: column;
  }

  .rqbljgpihero {
    width: 100%;
  }

  .dxrwkuqptb {
    padding: var(--py);
  }

  .pzqxwlfuinvert {
    padding: var(--py);
  }
}

.pdrvxgnssitemap{
  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);
}
.pdrvxgnssitemap 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;
}
.pdrvxgnssitemap a:hover {
  color: var(--primary-btn-bg);
}
.pdrvxgnssitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .vslofjzpfrm {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .bgzvtiwofrm {
      display: flex;
      flex-direction: column;
    }

    .dvchbnzrfrm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .olivkzasform {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .ytbpgvrzfrm {
      display: flex;
      flex-direction: column;
    }

    .boyjqaknfrm, .ckijwplqfr {
      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;
    }

    .boyjqaknfrm:focus, .ckijwplqfr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .ckijwplqfr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .bgzvtiwofrm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .bgzvtiwofrm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .vslofjzpfrm {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .olivkzasform {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .dvchbnzrfrm {
        gap: 15px;
      }

      .boyjqaknfrm, .ckijwplqfr {
        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;
}

.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)
  }
}


        .myfjbcisbanner {
            position: relative;
            min-height: 524px;
            background: linear-gradient(76deg, #F9F9F9, #FFD600, #F9F9F9);
            display: flex;
            align-items: center;
        }

        .oyihjxprb {
            backdrop-filter: blur(20px);
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 25px 46px rgba(0, 0, 0, 0.25);
            width: 1004px;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .ptfekvynban {
            font-size: clamp(3rem, 6vw, 3rem);
            font-weight: bold;
            color: white;
            margin-bottom: var(--mb);
        }

        .bciewzqmbanner {
            font-size: 20px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: var(--mb);
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .ptfekvynban {
                font-size: 33px;
            }
        }
        


        .gwenrfsarows {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .wybeztqvcard {
            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;
        }

        .wybeztqvcard::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #FF6D00, #FFD600);
        }

        .wybeztqvcard:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .wybeztqvcard h3 {
            color: #3E3E3E;
        }

        .wybeztqvcard p {
            color: #3E3E3E;
            margin: 0;
        }

        @media (max-width: 768px) {
            .gwenrfsarows {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        