/*!
Theme Name: 7v91eh
Theme URI: #
Version: 9.7.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 7v91eh
*/

:root {
  --text-color: #000000;
  --heading-color: #FFFACD;
  --primary-btn-bg: #FF7F50;
  --secondary-btn-bg: #7FFF00;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF69B4;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #708090;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFF0E1;
  --table-border-color: #FA8072;
  --table-text-color: #472400;

  --body-bg-color: #FAF0E6;
  --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: 66%;
  --banner-padding: 158.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFF5EE;
  --banner-text-color: #000000;

  --container-max-width: 1233px;
  --container-padding: 0 15px;
  --border-radius: 15px;
  --py: 22px;
  --py-2: 45px;
  --py-3: 59px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 31.68px;
  --fz-2: 26.4px;
  --fz-3: 22px;
  --logo-width: 189px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 919ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #242424;
  --contrast-text-color: #cccccc;
}

* {
  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;
}

.wr__pnshqocx {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h__ngiumvhs {
        color: var(--header-text-color);
        padding: 0;
      }

      .h__ngiumvhs .wr__pnshqocx {
        border-bottom: 1px solid #ffbfa7;
      }

      .h__ohbryanl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header__jybodlmq {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h__lefyxcgb {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h__lefyxcgb:hover {
        color: var(--primary-btn-bg);
      }


      .top__rdypqung {
        display: flex;
        gap: 10px;
      }

      .top__aftbsgcz {
        display: none;
      }

      @media (max-width: 1024px) {
        .h__lefyxcgb {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .header__jybodlmq {
    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__lefyxcgb {
    padding: 10px 0;
    display: block;
  }

  .header__jybodlmq.active {
    opacity: 1;
    visibility: visible;
  }

  .top__aftbsgcz {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top__aftbsgcz span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top__aftbsgcz.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top__aftbsgcz.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l__khljdvtf {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l__khljdvtf img {
  max-height: 80px;
}

.p__ofeuprjm,
.second__lnqgydfx {
  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;
}

.p__ofeuprjm {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p__ofeuprjm:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second__lnqgydfx {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second__lnqgydfx:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot__oblfqdck{
  position: relative;
}
.bot__oblfqdck * {
  z-index: 1;
  position: relative;
}


      .content__kqzclxmn > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ff7f50 0%, #ff5a1f 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .content__kqzclxmn > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .content__kqzclxmn > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


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

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

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

    .or__enibafkr {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bot__oblfqdck {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #7d8c9b 0%, #434d56 40%, #161a1d 60%);
    }

    .bot__oblfqdck::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .bot__lvgjqxeh {
      max-width: 1536px;
      margin: 0 auto;
    }

    .bot__jxkcfgpq {
      position: relative;
    }

    .footer__hganifkr {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .footer__gearfbcx {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .footer__gearfbcx:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .bot__lficsqwj {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .bottom__zdpoagti {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .bot__oblfqdck {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .footer__hganifkr {
        gap: 24px;
      }
    }
    



.footer__hganifkr li:empty {
  display: none;
}

.main__oudctyah {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main__oudctyah {
  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__oudctyah svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr__skbnewrj{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero__feykqxlu {
  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;
}

.tbl__bwuhlmja{
  overflow-x: auto;
  width: 100%;
}

.content__kqzclxmn {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content__kqzclxmn p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content__kqzclxmn ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content__kqzclxmn ul {
  list-style: none;
}

.content__kqzclxmn ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content__kqzclxmn ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content__kqzclxmn 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__kqzclxmn ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .content__kqzclxmn ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff7f50 0%, #ffb89e 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: #FF7F50;
        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__kqzclxmn 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 rgba(255,127,80,0.3);
        overflow: hidden;
      }

      .content__kqzclxmn table thead tr {
        border-bottom: 1px solid rgba(255,127,80,0.3);
      }

      .content__kqzclxmn table th {
        padding: 21px 25px;
        font-weight: normal;
        font-size: 14px;
        color: #ff7f50;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .content__kqzclxmn table tbody tr {
        border-bottom: 1px solid rgba(255,127,80,0.1);
        transition: all 0.2s ease;
      }

      .content__kqzclxmn table tbody tr:last-child {
        border-bottom: none;
      }

      .content__kqzclxmn table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .content__kqzclxmn table tbody tr:hover td:first-child {
        color: #ff7f50;
      }

      .content__kqzclxmn table td {
        padding: 15px 27px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .content__kqzclxmn table td:first-child {
        font-weight: normal;
      }
    

.content__kqzclxmn img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.article__coewkpqu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts__wcdftljn {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted__quakndyp {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .texted__quakndyp::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #ffcbb805 0%, transparent 70%);
        z-index: 0;
      }

      .texted__quakndyp .cols__eyuoglzx {
        position: relative;
        z-index: 1;
      }

      .texted__quakndyp .cols__eyuoglzx:first-child {
        order: 1;
      }

      .texted__quakndyp .cols__eyuoglzx:last-child {
        order: 2;
      }

      .texted__quakndyp figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .texted__quakndyp figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .texted__quakndyp figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .texted__quakndyp h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #ff7f50 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .texted__quakndyp h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #ff7f50 0%, #ff5a1f 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #ff7f5040;
      }

      .texted__quakndyp p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .texted__quakndyp {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .texted__quakndyp .cols__eyuoglzx:first-child {
          order: 1;
        }

        .texted__quakndyp .cols__eyuoglzx:last-child {
          order: 2;
        }

        .texted__quakndyp figure {
          transform: none;
        }

        .texted__quakndyp figure:hover {
          transform: scale(1.02);
        }

        .texted__quakndyp h2 {
          font-size: 2rem;
        }
      }
    

.tb__dcrikxsg {
  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__dcrikxsg p,
.tb__dcrikxsg h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb__dcrikxsg table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb__dcrikxsg table td,
.tb__dcrikxsg table th {
  border: 0;
}

.tb__dcrikxsg table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb__dcrikxsg tr:last-child {
  border-bottom: 0;
}

.tb__dcrikxsg h2 {
  margin-top: 0;
}

/*
.rows__nudktpbs {
  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);
}
  */

.invert__pjwgvthk {
  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);
}


    .invert__pjwgvthk{
      background: linear-gradient(135deg, #ff7f50 0%, #ff9d52 50%, #fff352 100%);
      padding: 58px;
    }
    

.invert__pjwgvthk h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr__skbnewrj{
    flex-direction: column;
  }

  .hero__feykqxlu {
    width: 100%;
  }

  .tb__dcrikxsg {
    padding: var(--py);
  }

  .invert__pjwgvthk {
    padding: var(--py);
  }
}

.map__njaueicy{
  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);
}
.map__njaueicy 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;
}
.map__njaueicy a:hover {
  color: var(--primary-btn-bg);
}
.map__njaueicy 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__joeqpunc {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .frm__isopztea {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .fr__pzaxnljd {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .fr__pzaxnljd h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .form__gvroiwxk {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form__ywhaifse {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .form__jyxfwazq {
      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__qlribpja {
      color: var(--text-color);
      line-height: 1.5;
    }

    .fr__qlribpja strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .fr__ytdlnufo {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .fr__jbdyqznp {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm__qfalnvjr {
      display: flex;
      flex-direction: column;
    }

    .frm__doslrtbk, .form__crodqtgw {
      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__doslrtbk:focus, .form__crodqtgw:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form__crodqtgw {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr__ytdlnufo button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr__ytdlnufo button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm__isopztea {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .fr__pzaxnljd, .fr__ytdlnufo {
        padding: 20px;
      }

      .fr__jbdyqznp {
        gap: 15px;
      }

      .frm__doslrtbk, .form__crodqtgw {
        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__oudctyah {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 147px 0 70px;
        }

        .ban__salcvnrw {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .main__pfhoabry {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(255, 127, 80, 0.6) 0%, transparent 50%);
            clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
        }

        .hr__tbacvdnq {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom left, rgba(127, 255, 0, 0.6) 0%, transparent 50%);
            clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
        }

        .main__eoztubka {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, transparent 50%, rgba(0,0,0,0.6) 100%);
        }

        .hero__gdtbknzx {
            position: absolute;
            border-radius: 50%;
            animation: float-particle 4s ease-in-out infinite;
        }

        .hero__gdtbknzx:nth-child(1) {
            top: 25%;
            left: 25%;
            width: 8px;
            height: 9px;
            background: #FF7F50;
            animation-delay: 0s;
        }

        .hero__gdtbknzx:nth-child(2) {
            top: 33%;
            right: 33%;
            width: 4px;
            height: 5px;
            background: #7FFF00;
            animation-delay: 1s;
        }

        .hero__gdtbknzx:nth-child(3) {
            bottom: 33%;
            left: 50%;
            width: 8px;
            height: 11px;
            background: #FF7F50;
            opacity: 0.6;
            animation-delay: 2s;
        }

        .hero__gdtbknzx:nth-child(4) {
            top: 50%;
            right: 25%;
            width: 5px;
            height: 5px;
            background: #7FFF00;
            opacity: 0.8;
            animation-delay: 0.5s;
        }

        .hero__ezpscfrg {
            position: relative;
            z-index: 10;
            max-width: 1012px;
            margin: 0 auto;
            padding: 0 var(--py);
            text-align: center;
        }

        .hr__xtpyslon {
            font-size: clamp(61px, 8vw, 115px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 30px;
            line-height: 0.9;
            letter-spacing: -0.03em;
        }

        .b__nwjrlqug {
            width: 207px;
            height: 4px;
            background: linear-gradient(to right, transparent, #FF7F50, transparent);
            margin: 0 auto 29px;
            transform: rotate(-1deg);
            position: relative;
        }

        .b__nwjrlqug::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, transparent, #FF7F50, transparent);
            filter: blur(12px);
            animation: glow-pulse 3s ease-in-out infinite;
        }

        .main__bvtnklcx {
            font-size: 14px;
            color: #000000;
            opacity: 0.6;
            max-width: 680px;
            margin: 0 auto 41px;
            line-height: 1.6;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        @keyframes float-particle {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-16px); }
        }

        @keyframes glow-pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        @media (max-width: 1024px) {
            .main__oudctyah {
                padding: 110px 0 42px;
            }

            .hr__xtpyslon {
                font-size: 44px;
            }

            .main__bvtnklcx {
                font-size: 16px;
            }
        }
        


        .card__qpixyneg {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .rows__nudktpbs {
            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: 8px solid #FF7F50;
        }

        .rows__nudktpbs:nth-child(even) {
            border-left-color: #7FFF00;
            margin-left: 21px;
        }

        .rows__nudktpbs:nth-child(odd) {
            margin-right: 21px;
        }

        .rows__nudktpbs::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #FF7F5005, #7FFF0005);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .rows__nudktpbs:hover::before {
            opacity: 1;
        }

        .rows__nudktpbs:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .rows__nudktpbs h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .rows__nudktpbs p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .card__qpixyneg {
                max-width: 100%;
            }

            .rows__nudktpbs:nth-child(even),
            .rows__nudktpbs:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        