
 

  .j6usa {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .j6usatitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .j6usatitle:has(.j6usatitlebodylang:empty),
  .j6usatitle:has(.j6usatitlebodylang ul:empty) {
    display: none;
  }

  .j6usatitlebody {
    color: #f3f6f7;
    width: var(--max);
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px 10px 0px;
  }

  .j6usatitlebodytitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .j6usatitlebodylang {
    width: auto;
    margin: -5px 0px -5px 0px;
  }

  .j6usatitlebodylang:empty,
  .j6usatitlebodylang ul:empty {
    display: none;
  }

  .j6usatitlebodylang ul {
    display: flex;
    gap: 5px;
  }

  .j6usabody {
    width: var(--max);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 5px 0px;
    position: relative;
  }

  .j6usa-mobile-toggle {
    display: none;
    background: #183656;
    color: #f3f6f7;
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
  }

  .j6usa-mobile-toggle span {
    font-size: 24px;
  }

  .j6usamenu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: var(--max);
  }

  .j6usamenulist {
    width: calc(100% - 20px);
    background-color: #183656;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
  }

  .j6usamenubody {
    width: 100%;
    background-color: #183656;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .j6usamenulist ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
  }

  .j6usamenulist ul a {
    padding: 10px 15px;
    font-size: 16px;
    color: #f3f6f7 !important;
    border-bottom: 1px solid transparent;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0 2px;
  }

  .j6usamenulist ul a:hover {
    background-color: #3b85bb;
    border-radius: 5px;
    color: #f3f6f7 !important;
    cursor: pointer;
  }

  .j6usamenulist ul a.j6usa-menu-list-active {
    color: #f3f6f7 !important;
  }

  .j6usa-menu-list-active {
    background-color: #3b85bb;
    border-radius: 5px;
    color: #f3f6f7 !important;
    cursor: pointer;
  }

  .j6usamenulistbody {
    width: 100%;
  }

  .j6usalanguages-mobile {
    display: none;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .j6usalanguages-mobile:empty,
  .j6usalanguages-mobile ul:empty {
    display: none !important;
  }

  .j6usalanguages-mobile ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
  }

  .j6usalanguages-mobile li {
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px;
    aspect-ratio: 1/1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .j6usalanguages-mobile li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .j6usalanguages-mobile li:hover {
    background-color: #3b85bb;
    border-color: #f3f6f7;
  }

  @media screen and (min-width: 1024px) {
    .j6usabodylogo {
      height: 100px;
      max-width: 90vw;
      max-height: 100px;
    }

    .j6usatitle {
    margin-bottom: -30px;
  }


  }

  @media screen and (max-width: 1024px) {
    .j6usabody {
      width: calc(100% - 20px);
      padding: 0 10px;
      justify-content: center;
    }

    .j6usamenulist ul {
      flex-direction: row;
    }

    .j6usabodylogo {
      width: 50vw;
      max-width: 50vw;
      max-height: 100px;
    }

    .j6usatitlebody {
      flex-direction: column;
      gap: 10px;
      align-items: center;
      display: none;
    }

    .j6usatitlebodytitle {
      text-align: center;
      font-size: 14px;
    }
  }

  @media screen and (max-width: 768px) {
    .j6usatitlebodylang {
      display: none;
    }

    .j6usabody {
      width: calc(100% - 20px);
      padding: 0 10px;
      justify-content: space-between;
    }

    .j6usa-mobile-toggle {
      display: inline-flex;
    }

    .j6usabodylogo {
      width: 40vw;
      max-width: 40vw;
      max-height: 80px;
    }

    .j6usamenulist {
      display: none;
      flex-direction: column;
      width: calc(100% - 24px);
      padding: 12px;
    }

    .j6usamenu.j6usamenu-open .j6usamenulist {
      display: flex;
    }

    .j6usamenu.j6usamenu-open .j6usalanguages-mobile {
      display: block;
    }

    .j6usamenulist ul {
      flex-direction: column;
      gap: 0;
    }

    .j6usamenulist ul a {
      font-size: 14px;
      width: 100%;
      padding: 12px;
      text-align: left;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 0;
    }

    .j6usamenulist ul a:last-child {
      border-bottom: none;
    }

    .j6usamenulist ul a:hover {
      background-color: #3b85bb;
      border-radius: 0;
    }

    .j6usatitlebodytitle {
      font-size: 12px;
    }
  }


  .c8kwlhead {
    width: var(--max);
    margin-bottom: 15px;
  }

  .search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #183656;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 20px;
    transition: all 0.3s ease;
  }

  .search-container:focus-within {
    border-color: #cedc00;
  }

  .search-icon {
    font-size: 16px;
    color: #cedc00;
    margin-right: 10px;
  }

  .search-container:focus-within .search-icon {
    color: #cedc00;
  }

  .search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
    color: #fff;
    padding: 4px 0;
  }

  .search-input::placeholder {
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
  }

  .search-counter {
    background: #cedc00;
    color: #000;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 10px;
    text-align: center;
  }

  .c8kwl {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .c8kwlbody {
    width: var(--max);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .c8kwlbodyitem {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all 0.3s ease;
  }

  .c8kwlbodyitem:hover {
    border-color: #cedc00;
  }

  .c8kwlbodyitemimg {
    aspect-ratio: 12 / 8;
    display: flex;
  }

  .c8kwlbodyitemimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .c8kwlbodyitemtitle {
    border-radius: 4px;
    padding: 8px;
    background: #cedc00;
    color: #000;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-weight: bold;
  }

  .c8kwlbodyitemtitle > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
  }

  .c8kwlbodyitemspot {
    border-radius: 3px;
    height: 50px !important;
    padding: 5px;
    margin-top: 5px;
    background-color: #cedc00;
    flex: 1;
    display: flex;
    align-items: center;
  }

  .c8kwlbodyitemspot > div {
    width: 100%;
    color: #000;
    font-size: 16px;
  }

  @media screen and (max-width: 1024px) {
    .c8kwlbody {
      width: calc(100% - 10px);
      margin: 0px 5px 0px 5px;
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media screen and (max-width: 768px) {
    .c8kwlbody {
      width: calc(100% - 10px);
      margin: 0px 5px 0px 5px;
      grid-template-columns: repeat(2, 1fr);
    }
  }


  .whatsapp {
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 5px;
    background-color: #4dc247;
    display: flex;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #000 !important;
    z-index: 10000;
    padding-right: 20px;
  }

  .whatsappicon {
    width: 40px;
    height: 40px;
  }


  .moduleimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleimg > img {
    width: 100%;
    max-width: 250px;
  }

  .footer {
    position: relative;
    background: #183656;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .social-icon__item,
  .menu__item {
    list-style: none;
  }

  .social-icon__link {
    font-size: 2rem;
    color: #f3f6f7;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }

  .social-icon__link:hover {
    transform: translateY(-10px);
  } 

  .menu__link {
    font-size: 1.2rem;
    color: #f3f6f7 !important;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }

  .menu__link:hover {
    opacity: 1;
  }

  .footer p { 
    color: #f3f6f7;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640 65' style='enable-background:new 0 0 640 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23183656;%7D %3C/style%3E %3Cpath class='st0' d='M0,22.4C0,22.4,74.1,0,153,0c176.5,0,328.1,76.6,487,22.4V65H0V22.4z'/%3E%3C/svg%3E");
    background-size: 1000px 102px;
  }

  .wave#wave1 {
    z-index: 100;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }

  .wave#wave2 {
    z-index: 99;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }

  .wave#wave3 {
    z-index: 100;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }

  .wave#wave4 {
    z-index: 99;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }

  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

