/*!
Theme Name: d0x2lw
Theme URI: #
Version: 7.7.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: d0x2lw
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFC300;
  --secondary-btn-bg: #DAF7A6;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #FF5733;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #C70039;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFD700;
  --table-border-color: #FF5733;
  --table-text-color: #000000;

  --body-bg-color: #F9F9F9;
  --card-bg-color: #ffffff;
  --card-text-color: #333333;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 78%;
  --banner-padding: 208.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1558px;
  --container-padding: 0 15px;
  --border-radius: 28px;
  --py: 26px;
  --py-2: 44px;
  --py-3: 67px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 107px;
  --menu-margin: 0;

  --animation-duration: 623ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 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;
}

.container_zabudtxey {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h_rdwtqmenv {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .header_junedzlsa {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .head_qmtxjsufi {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h_lkmndwqez {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h_lkmndwqez:hover {
        color: var(--primary-btn-bg);
      }


      .header_xspobavfw {
        display: flex;
        gap: 10px;
      }

      .header_gfimoanps {
        display: none;
      }
    

@media (max-width: 1024px) {
  .head_qmtxjsufi {
    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_lkmndwqez {
    padding: 10px 0;
    display: block;
  }

  .head_qmtxjsufi.active {
    opacity: 1;
    visibility: visible;
  }

  .header_gfimoanps {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header_gfimoanps span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header_gfimoanps.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header_gfimoanps.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand_guhirbtyc {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand_guhirbtyc img {
  max-height: 80px;
}

.primary_lrzagcwyi,
.sec_teombynfs {
  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;
}

.primary_lrzagcwyi {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary_lrzagcwyi:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_teombynfs {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_teombynfs:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer_smdnuyvik{
  position: relative;
}
.footer_smdnuyvik * {
  z-index: 1;
  position: relative;
}


      .content_euohwlgkj > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffdb66;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .content_euohwlgkj > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .content_euohwlgkj > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .partners_nmjdxcsku {
      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_nmjdxcsku a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

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

    .lks__title_ouhnjytlk {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footer_smdnuyvik {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .foot_duwegnmty {
      max-width: 1280px;
      margin: 0 auto;
    }

    .f_wbtlgeodu {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .foot_tgrhdfazv {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .foot_tgrhdfazv:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .bottom_dhwktblfz {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .bottom_leuqjtwyr {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .f_wbtlgeodu {
        gap: 16px;
      }
    }
    



.f_wbtlgeodu li:empty {
  display: none;
}

.hr_sboafgnwt {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hr_sboafgnwt {
  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;
}

.hr_sboafgnwt svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.b_lpdyvibof{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.banner_sivfhpoby {
  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;
}

.table_vajxkgyze{
  overflow-x: auto;
  width: 100%;
}

.content_euohwlgkj {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content_euohwlgkj p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content_euohwlgkj ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content_euohwlgkj ul {
  list-style: none;
}

.content_euohwlgkj ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content_euohwlgkj ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content_euohwlgkj 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_euohwlgkj ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .content_euohwlgkj ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #ffc300 0%, #b38900 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .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: #FFC300;
        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;
      }
    


      .content_euohwlgkj table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #ccad00;
        box-shadow: 0 25px 50px -12px #ccad00;
      }

      .content_euohwlgkj table thead {
        background-color: #ffdd1a;
      }

      .content_euohwlgkj table thead tr {
        border-bottom: 1px solid #ccad00;
      }

      .content_euohwlgkj table th {
        padding: 24px 30px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .content_euohwlgkj table tbody tr {
        border-bottom: 1px solid #ccad00;
      }

      .content_euohwlgkj table tbody tr:last-child {
        border-bottom: none;
      }

      .content_euohwlgkj table td {
        padding: 24px 30px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .content_euohwlgkj table td:first-child {
        font-weight: 500;
      }
    

.content_euohwlgkj img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post_rzwatdpqe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog_lvfuxiqcd {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted_mkhayvuef {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted_mkhayvuef .texted_vthsiejkp:first-child {
        order: 2;
      }

      .texted_mkhayvuef .texted_vthsiejkp:last-child {
        order: 1;
      }

      .texted_mkhayvuef h2 {
        margin-top: 0;
      }

      .texted_mkhayvuef figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .texted_mkhayvuef 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);
      }

      .texted_mkhayvuef img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .texted_mkhayvuef {
          grid-template-columns: 1fr;
        }

        .texted_mkhayvuef .texted_vthsiejkp:first-child {
          order: 1;
        }

        .texted_mkhayvuef .texted_vthsiejkp:last-child {
          order: 2;
        }
      }
    

.table_dmcwsorib {
  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%;
}

.table_dmcwsorib p,
.table_dmcwsorib h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table_dmcwsorib table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table_dmcwsorib table td,
.table_dmcwsorib table th {
  border: 0;
}

.table_dmcwsorib table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table_dmcwsorib tr:last-child {
  border-bottom: 0;
}

.table_dmcwsorib h2 {
  margin-top: 0;
}

/*
.row_bfykuoqje {
  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);
}
  */

.contrast_hukweoqxt {
  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);
}


    .contrast_hukweoqxt{
      background: linear-gradient(135deg, #2e2e2e 0%, #474747 100%);
      border-left: 8px solid var(--primary-btn-bg);
    }
    

.contrast_hukweoqxt h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .b_lpdyvibof{
    flex-direction: column;
  }

  .banner_sivfhpoby {
    width: 100%;
  }

  .table_dmcwsorib {
    padding: var(--py);
  }

  .contrast_hukweoqxt {
    padding: var(--py);
  }
}

.sitemappage_fwmrhkvsy{
  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);
}
.sitemappage_fwmrhkvsy 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;
}
.sitemappage_fwmrhkvsy a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage_fwmrhkvsy h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr_dfhtjraqw {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form_pznyrvqse {
      display: flex;
      flex-direction: column;
    }

    .frm_haqnmiyow, .form_gnursjavy {
      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;
    }

    .frm_haqnmiyow:focus, .form_gnursjavy:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form_gnursjavy {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_dfhtjraqw button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr_dfhtjraqw button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr_dfhtjraqw {
        max-width: 100%;
        gap: 15px;
      }

      .frm_haqnmiyow, .form_gnursjavy {
        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)
  }
}


        .hr_sboafgnwt {
            position: relative;
            padding: 125px var(--py) 180px;
            background-color: #F9F9F9;
            overflow: hidden;
        }

        .hr_pmvqzrewn {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .banner_hxtduoaen {
            position: absolute;
            top: 35%;
            left: 41%;
            width: 690px;
            height: 611px;
            background: radial-gradient(circle, rgba(255, 195, 0, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(70px);
        }

        .banner_hxtduoaen:nth-child(2) {
            top: 32%;
            left: 34%;
            width: 556px;
            height: 581px;
            background: radial-gradient(circle, rgba(218, 247, 166, 0.05) 0%, transparent 70%);
        }

        .b_lpdyvibof {
            max-width: 844px;
            margin: 0 auto;
        }

        .main_nvlmwbkiu {
            font-size: clamp(54px, 8vw, 82px);
            color: #000000;
            margin-bottom: 31px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            text-align: center;
        }

        .hr_scunxepyt {
            font-size: 15px;
            color: #000000;
            opacity: 0.4;
            max-width: 584px;
            margin: 0 auto 32px;
            line-height: 1.6;
            text-align: center;
        }

        .banner_sivfhpoby {
            text-align: center;
        }

        @media (max-width: 1024px) {
            .hr_sboafgnwt {
                padding: 97px var(--py) 111px;
            }

            .main_nvlmwbkiu {
                font-size: 37px;
            }

            .hr_scunxepyt {
                font-size: 12px;
            }
        }
        


        .blocks_tnboqwxhk {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .row_bfykuoqje {
            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;
        }

        .row_bfykuoqje::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, #FFC300, #DAF7A6);
        }

        .row_bfykuoqje:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .row_bfykuoqje h3 {
            color: #333333;
        }

        .row_bfykuoqje p {
            color: #333333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blocks_tnboqwxhk {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        