/*!
Theme Name: oesmpl
Theme URI: #
Version: 10.3.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oesmpl
*/

:root {
  --text-color: #2B2B2B;
  --heading-color: #FFB700;
  --primary-btn-bg: #FF3E6F;
  --secondary-btn-bg: #85E3FF;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF2D00;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #303030;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F3F4F6;
  --table-border-color: #FFB700;
  --table-text-color: #23272f;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #2B2B2B;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 65%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #F8F9FA;
  --banner-text-color: #000000;

  --container-max-width: 1215px;
  --container-padding: 0 15px;
  --border-radius: 27px;
  --py: 18px;
  --py-2: 40px;
  --py-3: 60px;
  --text-align: left;
  --mb: 22px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 183px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 686ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #f7f7f7;
}

* {
  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;
}

.wrap--cxhqfulwy {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .top--evntsouhd {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .h--ertcipobh {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .head--frylomhit {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h--acreivmhu {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #ff9eb7;
      }

      .h--acreivmhu:hover {
        color: var(--primary-btn-bg);
      }


      .header--ncdumrsvz {
        display: flex;
        gap: 10px;
      }

      .header--hdxtkmpiz {
        display: none;
      }
    

@media (max-width: 1024px) {
  .head--frylomhit {
    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--acreivmhu {
    padding: 10px 0;
    display: block;
  }

  .head--frylomhit.active {
    opacity: 1;
    visibility: visible;
  }

  .header--hdxtkmpiz {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header--hdxtkmpiz span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header--hdxtkmpiz.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header--hdxtkmpiz.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand--lquhnmibo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand--lquhnmibo img {
  max-height: 80px;
}

.prim--cxybipnvo,
.second--ocjamibpe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.prim--cxybipnvo {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim--cxybipnvo:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--ocjamibpe {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--ocjamibpe:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot--pqlnjxfyw{
  position: relative;
}
.foot--pqlnjxfyw * {
  z-index: 1;
  position: relative;
}


      .text--btwouvylx > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .text--btwouvylx > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .text--btwouvylx > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

    .nvs--yndjqixcp a:hover {
      opacity: .7;
    }

    .pr__title--ycvildawj {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foot--pqlnjxfyw {
      background: linear-gradient(135deg, #4a4a4a 0%, #171717 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .foot--pqlnjxfyw::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%);
    }

    .bottom--uziwefnxk {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .bot--xrnchavul {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .f--lfozstmeb {
      width: 100%;
    }

    .f--gnhsaqyju {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer--hcgdynifp {
      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;
    }

    .footer--hcgdynifp:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .bot--cgnozrqmd {
      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;
    }

    .bottom--trohlziky {
      text-align: center;
      padding-top: 20px;
    }

    .bottom--trohlziky p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .foot--pqlnjxfyw {
        padding: 30px 0 15px;
      }

      .f--gnhsaqyju {
        gap: 15px;
        flex-direction: column;
      }

      .footer--hcgdynifp {
        font-size: 14px;
        padding: 6px 12px;
      }

      .bot--xrnchavul {
        margin-bottom: 20px;
      }

      .bot--cgnozrqmd {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .f--gnhsaqyju {
        gap: 10px;
      }

      .footer--hcgdynifp {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.f--gnhsaqyju li:empty {
  display: none;
}

.banner--glsuvicot {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.banner--glsuvicot {
  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;
}

.banner--glsuvicot svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr--rplmxwcve{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ban--ximnjoeps {
  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--fwkmrzgni{
  overflow-x: auto;
  width: 100%;
}

.text--btwouvylx {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text--btwouvylx p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text--btwouvylx ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text--btwouvylx ul {
  list-style: none;
}

.text--btwouvylx ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text--btwouvylx ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text--btwouvylx ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .text--btwouvylx 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 #ffbdcd;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .text--btwouvylx 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--btwouvylx ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF3E6F;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .text--btwouvylx 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(0, 0, 0, 0.05);
        overflow: hidden;
      }

      .text--btwouvylx table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .text--btwouvylx table th {
        padding: 21px 31px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .text--btwouvylx table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .text--btwouvylx table tbody tr:last-child {
        border-bottom: none;
      }

      .text--btwouvylx table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .text--btwouvylx table td {
        padding: 22px 27px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .text--btwouvylx table td:first-child {
        font-weight: normal;
      }
    

.text--btwouvylx img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.article--zvjrlqkti {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post--dtlphzgbi {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols--fztmqsbyk {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .cols--fztmqsbyk::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffbdcd 50%, transparent 100%);
        z-index: 1;
      }

      .cols--fztmqsbyk .column--pigqhklfz:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .cols--fztmqsbyk .column--pigqhklfz:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .cols--fztmqsbyk figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .cols--fztmqsbyk figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ff3e6f20 0%, #ffbdcd10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .cols--fztmqsbyk figure:hover::before {
        opacity: 1;
      }

      .cols--fztmqsbyk figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .cols--fztmqsbyk h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .cols--fztmqsbyk h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ff3e6f;
        border-radius: 1px;
      }

      .cols--fztmqsbyk p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .cols--fztmqsbyk {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cols--fztmqsbyk::before {
          display: none;
        }

        .cols--fztmqsbyk .column--pigqhklfz:first-child {
          order: 1;
        }

        .cols--fztmqsbyk .column--pigqhklfz:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tb--botngwxcq {
  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--botngwxcq p,
.tb--botngwxcq h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb--botngwxcq table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb--botngwxcq table td,
.tb--botngwxcq table th {
  border: 0;
}

.tb--botngwxcq table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb--botngwxcq tr:last-child {
  border-bottom: 0;
}

.tb--botngwxcq h2 {
  margin-top: 0;
}

/*
.row--iuwdkgfbv {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.inv--sjobfevzq {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .inv--sjobfevzq{
      background: linear-gradient(135deg, #ff3e6f 0%, #ff3d4d 50%, #ff8e3d 100%);
      padding: 43px;
    }
    

.inv--sjobfevzq h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr--rplmxwcve{
    flex-direction: column;
  }

  .ban--ximnjoeps {
    width: 100%;
  }

  .tb--botngwxcq {
    padding: var(--py);
  }

  .inv--sjobfevzq {
    padding: var(--py);
  }
}

.sm--fhvtzuyda{
  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--fhvtzuyda 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--fhvtzuyda a:hover {
  color: var(--primary-btn-bg);
}
.sm--fhvtzuyda 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--zinmsolta {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .form--dzroftnsv {
      display: flex;
      flex-direction: column;
    }

    .frm--ckmpsoguj {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form--qzuvostrh {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .form--ryudpvqft {
      display: flex;
      flex-direction: column;
    }

    .form--pkeaosyfz, .form--fvowkcjlm {
      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;
    }

    .form--pkeaosyfz:focus, .form--fvowkcjlm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form--fvowkcjlm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form--dzroftnsv button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .form--dzroftnsv button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm--zinmsolta {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .form--qzuvostrh {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .frm--ckmpsoguj {
        gap: 15px;
      }

      .form--pkeaosyfz, .form--fvowkcjlm {
        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)
  }
}


        .banner--glsuvicot {
            position: relative;
            min-height: 506px;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .ban--ximnjoeps {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .hr--pdcqlazyj {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .b--tzmugsehy {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .b--tzmugsehy:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .b--tzmugsehy:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .b--tzmugsehy:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .b--tzmugsehy:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .b--fbycvwlds {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1120px;
            max-width: 100%;
            padding: var(--py);
        }

        .main--fzxcnkmyw {
            font-size: clamp(2rem, 10vw, 2rem);
            font-weight: 900;
            color: #000000;
            margin-bottom: 3rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .banner--zkbfteahm {
            display: block;
        }

        .b--umswtacfx {
            font-size: 18px;
            color: #000000;
            margin-bottom: 4rem;
            line-height: 1.6;
            max-width: 1190px;
        }

        @media (max-width: 1024px) {
            .main--fzxcnkmyw {
                font-size: 31px;
            }
        }
        


        .cards--kobfhgwel {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .row--iuwdkgfbv {
            background: linear-gradient(6deg, #FF3E6F, #85E3FF);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .row--iuwdkgfbv::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .row--iuwdkgfbv:hover::before {
            transform: translateX(100%);
        }

        .row--iuwdkgfbv:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .row--iuwdkgfbv h3 {
            color: #2B2B2B;
            position: relative;
            z-index: 1;
        }

        .row--iuwdkgfbv p {
            color: #2B2B2B;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .cards--kobfhgwel {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        