.feature-item {
  position: relative;
  border-radius: 8px; }
  .feature-itemImg {
    width: 760px;
    height: 160px; }
  .feature-itemBox {
    max-width: 507px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 32px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif; }
  .feature-itemTitle {
    color: #fff;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px; }
  .feature-itemDesc {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 140%;
    font-family: 'Roboto', sans-serif; }

body[data-kanal="wins"] {
  --txt-wins: "Poppins", sans-serif;
  --bg-wins-primary: #FF5FB9;
  --bg-wins-secondary: #332B7B;
  --cl-wins: #833275; }
  body[data-kanal="wins"] .title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px; }
    body[data-kanal="wins"] .title--logo {
      width: 196px;
      height: 77px;
      margin: auto; }
    body[data-kanal="wins"] .title--subkanal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    body[data-kanal="wins"] .title--wins {
      font-size: 22px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0;
      padding: 0;
      margin: 0; }
      body[data-kanal="wins"] .title--wins img {
        width: 24px;
        height: 24px;
        vertical-align: middle; }
      body[data-kanal="wins"] .title--wins::after {
        display: none;
        content: ''; }
    body[data-kanal="wins"] .title-link {
      color: #006DC7;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px; }
  body[data-kanal="wins"] .menuSub {
    margin-bottom: 13px; }
    margin
body[data-kanal="wins"] .menuSub__list {
      margin: 0; }
    body[data-kanal="wins"] .menuSub__item a {
      padding: 5px 12px;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 24px; }
    body[data-kanal="wins"] .menuSub__item::after {
      width: 6px;
      height: 6px;
      background-color: var(--cl-wins); }
  body[data-kanal="wins"] .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFFFFF66;
    -webkit-box-shadow: 0px 0.5px 1px 0px #1212120A;
    box-shadow: 0px 0.5px 1px 0px #1212120A;
    border: none;
    outline: none;
    content: '';
    font-size: 0; }
    body[data-kanal="wins"] .slick-arrow::before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      width: 12px;
      height: 12px;
      background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.64844 6.39795L4.89844 10.1479C4.79276 10.2536 4.64944 10.313 4.5 10.313C4.35056 10.313 4.20723 10.2536 4.10156 10.1479C3.99589 10.0423 3.93652 9.89895 3.93652 9.74951C3.93652 9.60007 3.99589 9.45674 4.10156 9.35107L7.45359 5.99998L4.1025 2.64795C4.05018 2.59562 4.00867 2.53351 3.98035 2.46514C3.95204 2.39678 3.93746 2.32351 3.93746 2.24951C3.93746 2.17551 3.95204 2.10224 3.98035 2.03388C4.00867 1.96551 4.05018 1.9034 4.1025 1.85107C4.15482 1.79875 4.21694 1.75724 4.2853 1.72893C4.35367 1.70061 4.42694 1.68604 4.50094 1.68604C4.57493 1.68604 4.64821 1.70061 4.71657 1.72893C4.78493 1.75724 4.84705 1.79875 4.89937 1.85107L8.64937 5.60107C8.70175 5.65339 8.74329 5.71554 8.7716 5.78394C8.79991 5.85235 8.81444 5.92567 8.81435 5.99971C8.81426 6.07374 8.79956 6.14703 8.77109 6.21536C8.74262 6.2837 8.70094 6.34575 8.64844 6.39795Z" fill="white"/></svg>'); }
    body[data-kanal="wins"] .slick-arrow.slick-prev {
      left: 4px; }
      body[data-kanal="wins"] .slick-arrow.slick-prev::before {
        -webkit-transform: translate(-50%, -50%) scaleX(-1);
        transform: translate(-50%, -50%) scaleX(-1); }
    body[data-kanal="wins"] .slick-arrow.slick-next {
      right: 4px; }
    body[data-kanal="wins"] .slick-arrow.slick-next.slick-disabled, body[data-kanal="wins"] .slick-arrow.slick-prev.slick-disabled {
      display: none !important; }
  body[data-kanal="wins"] .slick-dots {
    bottom: 8px; }
    body[data-kanal="wins"] .slick-dots li {
      width: 8px;
      height: 8px;
      background: #D0D0D0;
      border-radius: 50%;
      margin: 0 2px; }
      body[data-kanal="wins"] .slick-dots li button {
        display: none; }
        body[data-kanal="wins"] .slick-dots li button::before {
          display: none; }
      body[data-kanal="wins"] .slick-dots li.slick-active, body[data-kanal="wins"] .slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
        background: #fff;
        vertical-align: middle; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo-wins {
  width: 61px;
  height: 24px; }
  .logo-wins img {
    vertical-align: middle; }

.menu__item:has(.logo-wins):hover::before {
  display: none; }

.iconChevronNext {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.192 10.4423L7.94205 16.6923C7.88398 16.7504 7.81504 16.7964 7.73917 16.8278C7.6633 16.8593 7.58198 16.8755 7.49986 16.8755C7.41774 16.8755 7.33642 16.8593 7.26055 16.8278C7.18468 16.7964 7.11574 16.7504 7.05767 16.6923C6.9996 16.6342 6.95354 16.5653 6.92211 16.4894C6.89069 16.4135 6.87451 16.3322 6.87451 16.2501C6.87451 16.168 6.89069 16.0867 6.92211 16.0108C6.95354 15.9349 6.9996 15.866 7.05767 15.8079L12.8663 10.0001L7.05767 4.19229C6.9404 4.07502 6.87451 3.91596 6.87451 3.7501C6.87451 3.58425 6.9404 3.42519 7.05767 3.30792C7.17495 3.19064 7.33401 3.12476 7.49986 3.12476C7.66571 3.12476 7.82477 3.19064 7.94205 3.30792L14.192 9.55792C14.2502 9.61596 14.2963 9.68489 14.3277 9.76077C14.3592 9.83664 14.3754 9.91797 14.3754 10.0001C14.3754 10.0822 14.3592 10.1636 14.3277 10.2394C14.2963 10.3153 14.2502 10.3842 14.192 10.4423Z" fill="%23006DC7"/></svg>'); }
