/*!
Theme Name: dlxg7o
Theme URI: #
Version: 6.8.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dlxg7o
*/

:root {
  --text-color: #6F0F9E;
  --heading-color: #FF6F61;
  --primary-btn-bg: #FF5733;
  --secondary-btn-bg: #D5006D;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F6F1F1;
  --header-text-color: #6F0F9E;
  --header-border: {{header-border}};

  --footer-bg-color: #AA0D38;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #E9F7EF;
  --table-border-color: #D5DBDB;
  --table-text-color: #133421;

  --body-bg-color: #FBE5D6;
  --card-bg-color: #ffffff;
  --card-text-color: #6F0F9E;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 80%;
  --banner-padding: 144px;
  --banner-border: 0 solid;
  --banner-bg-color: #FAD7A1;
  --banner-text-color: #000000;

  --container-max-width: 1079px;
  --container-padding: 0 15px;
  --border-radius: 18px;
  --py: 29px;
  --py-2: 53px;
  --py-3: 57px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 156px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 953ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #1c1c1c;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.container_myrsbouqk {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .top_klenqydup {
        color: var(--header-text-color);
        padding: 0;
      }

      .top_klenqydup .container_myrsbouqk {
        border-bottom: 1px solid #ffab99;
      }

      .top_cafptdjze {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h_ouskhvage {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .header_hlnwvsyxi {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .header_hlnwvsyxi:hover {
        color: var(--primary-btn-bg);
      }


      .top_lefwzdmgx {
        display: flex;
        gap: 10px;
      }

      .header_kuoyslfzb {
        display: none;
      }

      @media (max-width: 1024px) {
        .header_hlnwvsyxi {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .h_ouskhvage {
    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_hlnwvsyxi {
    padding: 10px 0;
    display: block;
  }

  .h_ouskhvage.active {
    opacity: 1;
    visibility: visible;
  }

  .header_kuoyslfzb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header_kuoyslfzb span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header_kuoyslfzb.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header_kuoyslfzb.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo_qytfzvhxs {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo_qytfzvhxs img {
  max-height: 80px;
}

.first_rfispjmkn,
.alt_tjsieoyml {
  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;
}

.first_rfispjmkn {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first_rfispjmkn:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_tjsieoyml {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_tjsieoyml:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f_lwuhikjtn{
  position: relative;
}
.f_lwuhikjtn * {
  z-index: 1;
  position: relative;
}


      .text_iwdphmbcv > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffac99;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .text_iwdphmbcv > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .text_iwdphmbcv > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .pr__title_yjktvlebh {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f_lwuhikjtn {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .bot_lbakftcvx {
      max-width: 1280px;
      margin: 0 auto;
    }

    .bottom_emrbvncqk {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .bottom_uwsfdgvmn {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer_dgixumwfl {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .footer_dgixumwfl:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .f_ckxqrwypl {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .bot_rigpyoanv {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .f_lwuhikjtn {
        padding: 48px 16px;
      }

      .bottom_uwsfdgvmn {
        gap: 16px;
      }
    }
    



.bottom_uwsfdgvmn li:empty {
  display: none;
}

.main_uvgeworjn {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main_uvgeworjn {
  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_uvgeworjn svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main_vsgbucwzj{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.main_zcvboharw {
  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_lrzjstgxq{
  overflow-x: auto;
  width: 100%;
}

.text_iwdphmbcv {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text_iwdphmbcv p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text_iwdphmbcv ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text_iwdphmbcv ul {
  list-style: none;
}

.text_iwdphmbcv ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text_iwdphmbcv ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text_iwdphmbcv ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .text_iwdphmbcv 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 #ffc1b3;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .text_iwdphmbcv 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_iwdphmbcv ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF5733;
        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;
      }
    


      .text_iwdphmbcv 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 #c3e9d4;
        box-shadow: 0 25px 50px -12px #c3e9d4;
      }

      .text_iwdphmbcv table thead {
        background-color: #fbfefc;
      }

      .text_iwdphmbcv table thead tr {
        border-bottom: 1px solid #c3e9d4;
      }

      .text_iwdphmbcv table th {
        padding: 21px 27px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .text_iwdphmbcv table tbody tr {
        border-bottom: 1px solid #c3e9d4;
      }

      .text_iwdphmbcv table tbody tr:last-child {
        border-bottom: none;
      }

      .text_iwdphmbcv table td {
        padding: 20px 28px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .text_iwdphmbcv table td:first-child {
        font-weight: 500;
      }
    

.text_iwdphmbcv img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles_fcerhusyw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles_dsumnjrhz {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column_uylrqtnmd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .column_uylrqtnmd .cols_icwljstrg:first-child {
        order: 1;
        padding: 15px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .column_uylrqtnmd .cols_icwljstrg:last-child {
        order: 2;
      }

      .column_uylrqtnmd h2 {
        margin-top: 0;
      }

      .column_uylrqtnmd img,
      .column_uylrqtnmd figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .column_uylrqtnmd {
          grid-template-columns: 1fr;
        }

        .column_uylrqtnmd .cols_icwljstrg:first-child {
          order: 1;
        }

        .column_uylrqtnmd .cols_icwljstrg:last-child {
          order: 2;
        }
      }
    

.table_aowrlynpc {
  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_aowrlynpc p,
.table_aowrlynpc h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table_aowrlynpc table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table_aowrlynpc table td,
.table_aowrlynpc table th {
  border: 0;
}

.table_aowrlynpc table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table_aowrlynpc tr:last-child {
  border-bottom: 0;
}

.table_aowrlynpc h2 {
  margin-top: 0;
}

/*
.blocks_sietxhwng {
  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);
}
  */

.d_ajtvxruks {
  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);
}


    .d_ajtvxruks{
      background: rgba(255,87,51,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,87,51,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.d_ajtvxruks h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .main_vsgbucwzj{
    flex-direction: column;
  }

  .main_zcvboharw {
    width: 100%;
  }

  .table_aowrlynpc {
    padding: var(--py);
  }

  .d_ajtvxruks {
    padding: var(--py);
  }
}

.sm_psarwziev{
  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);
}
.sm_psarwziev 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;
}
.sm_psarwziev a:hover {
  color: var(--primary-btn-bg);
}
.sm_psarwziev h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm_aesmupdvy {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .frm_oljqwhrsv {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .form_zbjsdymta {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .form_zbjsdymta h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .form_oxvyegwku {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form_brswkimpe {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .form_biklnyhxf {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .fr_jcwtfzlhi {
      color: var(--text-color);
      line-height: 1.5;
    }

    .fr_jcwtfzlhi strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .form_ixoaqlbcw {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .frm_qvbsryaiu {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm_zgtiqfnpx {
      display: flex;
      flex-direction: column;
    }

    .fr_kjvdwzneg, .frm_dszkfxqbe {
      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;
    }

    .fr_kjvdwzneg:focus, .frm_dszkfxqbe:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm_dszkfxqbe {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form_ixoaqlbcw button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .form_ixoaqlbcw button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm_oljqwhrsv {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .form_zbjsdymta, .form_ixoaqlbcw {
        padding: 20px;
      }

      .frm_qvbsryaiu {
        gap: 15px;
      }

      .fr_kjvdwzneg, .frm_dszkfxqbe {
        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)
  }
}


        .main_uvgeworjn {
            position: relative;
            min-height: 467px;
            background: linear-gradient(167deg, #FBE5D6, #D5006D, #FBE5D6);
            display: flex;
            align-items: center;
        }

        .main_mgfvxzlow {
            backdrop-filter: blur(18px);
            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 18px 35px rgba(0, 0, 0, 0.25);
            width: 1171px;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .main_thumdoscb {
            font-size: clamp(3rem, 6vw, 2rem);
            font-weight: bold;
            color: white;
            margin-bottom: var(--mb);
        }

        .b_ncasfuyzq {
            font-size: 20px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: var(--mb);
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .main_thumdoscb {
                font-size: 32px;
            }
        }
        


        .card_jszdyfbtm {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .blocks_sietxhwng {
            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;
        }

        .blocks_sietxhwng::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #FF5733, #D5006D);
        }

        .blocks_sietxhwng:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .blocks_sietxhwng h3 {
            color: #6F0F9E;
        }

        .blocks_sietxhwng p {
            color: #6F0F9E;
            margin: 0;
        }

        @media (max-width: 768px) {
            .card_jszdyfbtm {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        