@media screen and (min-width: 1025px) {
    /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


  #unit{
    font-size: 1.2em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    position: fixed;
    top: 0;
    text-decoration: none;
    width: 100%;
    max-height: 30px;
    opacity: 1;
    z-index: 15000;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 25px;
}

nav div{
    justify-content: space-between;
}

nav a:hover{
    color: #BFA14A;
}

#homelogo{
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
  }

.dropdownButton{
    float: none;
    border: none;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    background-color: inherit;
    font-family: inherit;
    overflow: visible;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 0;
    right: 10;
    font-size: 1em;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    position: absolute;
    vertical-align: top;
    justify-items: top;
    padding-right: 20px;
}

.dropdownButton:hover, .dropdownButton:focus{
    color: #BFA14A;
    height: 50px;
    width: 50px;
} 

.dropdownContent>a:hover{
    color: #BFA14A;
  }

.dropdown{
    position: relative;
    right: 20;
    top:-15px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding-right: 80px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    justify-items: content;
}

.dropdownContent{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 0.1;
    background-color: rgba(18, 18, 18, 0.95);
    width: 150px;
    font-size: 0.8em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    float: left;
    box-shadow: 0px 4px 12px 0px rgb(3,0,0);
    color: inherit;
    overflow: visible;
    left: auto;
    right: 0;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 20px;
    
}

.dropdownContent>a{
    color: inherit;
    padding: 15px 15px;
    display: block;
    color: white;
}


.show{
    display: block;
    color: inherit;
}

nav, .dropdownContent{
    display: none;
    text-decoration: none;
    color: inherit;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

.bar{
    padding-right: 250px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    gap: 90px;
}

nav, .dropdown:hover .dropdownContent{
  display: block;
}

#unit{
    padding: 10px;
    height: 50px;
}}

@media screen and (min-width: 901px) and (max-width: 1024px) {
    /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


  #unit{
    font-size: 1.2em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    position: fixed;
    top: 0;
    text-decoration: none;
    width: 100%;
    max-height: 30px;
    opacity: 1;
    z-index: 15000;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 25px;
}

nav div{
    justify-content: space-between;
}

nav a:hover{
    color: #BFA14A;
}

#homelogo{
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
  }

.dropdownButton{
    float: none;
    border: none;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    background-color: inherit;
    font-family: inherit;
    overflow: visible;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 0;
    right: 10;
    font-size: 1em;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    position: absolute;
    vertical-align: top;
    justify-items: top;
    padding-right: 20px;
}

.dropdownButton:hover, .dropdownButton:focus{
    color: #BFA14A;
    height: 50px;
    width: 50px;
} 

.dropdownContent>a:hover{
    color: #BFA14A;
  }

.dropdown{
    position: relative;
    right: 20;
    top:-15px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding-right: 80px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    justify-items: content;
}

.dropdownContent{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 0.1;
    background-color: rgba(18, 18, 18, 0.95);
    width: 150px;
    font-size: 0.8em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    float: left;
    box-shadow: 0px 4px 12px 0px rgb(3,0,0);
    color: inherit;
    overflow: visible;
    left: auto;
    right: 0;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 20px;
    
}

.dropdownContent>a{
    color: inherit;
    padding: 15px 15px;
    display: block;
    color: white;
}


.show{
    display: block;
    color: inherit;
}

nav, .dropdownContent{
    display: none;
    text-decoration: none;
    color: inherit;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

.bar{
    padding-right: 150px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

nav, .dropdown:hover .dropdownContent{
  display: block;
}

#unit{
    padding: 10px;
    height: 50px;
}}


@media screen and (min-width: 769px) and (max-width: 900px) {
    /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


  #unit{
    font-size: 0.8em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
    padding-right: 5px;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    position: fixed;
    top: 0;
    text-decoration: none;
    width: 100%;
    max-height: 30px;
    opacity: 1;
    z-index: 15000;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 25px;
}

nav div{
    justify-content: space-between;
}

nav a:hover{
    color: #BFA14A;
}

#homelogo{
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
  }

.dropdownButton{
    float: none;
    border: none;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    background-color: inherit;
    font-family: inherit;
    overflow: visible;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 0;
    right: 10;
    font-size: 1em;
    padding-top: 20px;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    position: absolute;
    vertical-align: top;
    justify-items: top;
}

.dropdownButton:hover, .dropdownButton:focus{
    color: #BFA14A;
    height: 50px;
    width: 50px;
} 

.dropdownContent>a:hover{
    color: #BFA14A;
  }

.dropdown{
    position: relative;
    right: 20;
    top:-15px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding-right: 80px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    justify-items: content;
}

.dropdownContent{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 0.1;
    background-color: rgba(18, 18, 18, 0.95);
    width: 150px;
    font-size: 0.8em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    float: left;
    box-shadow: 0px 4px 12px 0px rgb(3,0,0);
    color: inherit;
    overflow: visible;
    left: auto;
    right: 0;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 20px;
    
}

.dropdownContent>a{
    color: inherit;
    padding: 15px 15px;
    display: block;
    color: white;
}


.show{
    display: block;
    color: inherit;
}

nav, .dropdownContent{
    display: none;
    text-decoration: none;
    color: inherit;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

.bar{
    padding-right: 100px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

nav, .dropdown:hover .dropdownContent{
  display: block;
}

#unit{
    padding: 10px;
    height: 50px;
}}

@media screen and (min-width: 481px) and (max-width: 768px) {
    /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


  #unit{
    font-size: 0.7em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    position: fixed;
    top: 0;
    text-decoration: none;
    width: 80vh;
    max-height: 30px;
    opacity: 1;
    z-index: 15000;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 25px;
}

nav div{
    justify-content: space-between;
}

nav a:hover{
    color: #BFA14A;
}

#homelogo{
    width: 70px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
  }

.dropdownButton{
    float: none;
    border: none;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    background-color: inherit;
    font-family: inherit;
    overflow: visible;
    cursor: pointer;
    padding-top: 20px;
    font-size: 1em;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    position: absolute;
    vertical-align: top;
    justify-items: top;
}

.dropdownButton:hover, .dropdownButton:focus{
    color: #BFA14A;
    height: 50px;
    width: 50px;
} 

.dropdownContent>a:hover{
    color: #BFA14A;
  }

.dropdown{
    position: relative;
    top:-15px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding-right: 80px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    justify-items: content;
}

.dropdownContent{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 0.1;
    background-color: rgba(18, 18, 18, 0.95);
    width: 150px;
    font-size: 0.7em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    float: left;
    box-shadow: 0px 4px 12px 0px rgb(3,0,0);
    color: inherit;
    overflow: visible;
    left: auto;
    right: 0;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 20px;
    
}

.dropdownContent>a{
    color: inherit;
    padding: 15px 15px;
    display: block;
    color: white;
}


.show{
    display: block;
    color: inherit;
}

nav, .dropdownContent{
    display: none;
    text-decoration: none;
    color: inherit;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

.bar{
    width: 60%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

nav, .dropdown:hover .dropdownContent{
  display: block;
}

#unit{
    padding: 10px;
    height: 50px;
}}

@media screen and (max-width: 480px) and (orientation: portrait) {
    /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


 #unit {
    font-size: 0.6em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    width: 100%;
    height: 50px; /* fixed height to support dropdown positioning */
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20000;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    box-sizing: border-box;
    grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
  grid-auto-rows: 50px;   
  }

  #unit a{
    width: 80%;
    margin-top: -15px;
    margin-left: 20px;
    padding: 5px 0px;
    -webkit-tap-highlight-color: transparent;
    font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  }


nav div{
    justify-content: space-between;
    width: 3px;
}


nav a:hover{
    color: #BFA14A;
}

#homelogo{
    width: 70px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 180px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    justify-content: center;
    float: left;
    display: block;
    object-fit: contain;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
  }

.logo-link {
  pointer-events: auto;
  z-index: 2;
}

.bar a:not(.logo-link) {
  z-index: 3;
}

 .dropdownButton {
    border: none;
    background-color: transparent;
    color: white;
    font-family: inherit;
    font-size: 1.4em;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2001;
  }

.dropdownButton:hover, .dropdownButton:focus{
    color: #BFA14A;
} 

.dropdownButton:focus {
  outline: none;
}

.dropdownContent.show {
    display: block;
    opacity: 1;
  }

.dropdownContent>a:hover{
    color: #BFA14A;
  }

.dropdown {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    transform: translateX(-30px);
  }


  .dropdownContent {
    display: none;
    position: absolute;
    top: 80%;
    right: 60%;
    width: 80px;
    background-color: rgba(18, 18, 18, 0.95);
    flex-direction: column;
    padding: 20px 20px 20px 0px;
    z-index: 1999;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    font-size: 1.4em;
  }

  .menu-flag{
    padding-top: 20px;
  }

  .dropdownContent a {
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 1.2em;
    gap: 10px;
    width: 150px;
    margin-bottom: 20px;
  }


.show{
    color: inherit;
}

body {
    overflow-x: hidden;
}


nav, .dropdownContent{
    text-decoration: none;
    color: inherit;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

.bar{
     display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
  grid-auto-rows: 1fr;                   /* equal-height rows */
  width: 100%;
  max-width: 250px;                      /* optional: limit nav width */
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  place-items: center;   
  justify-content: center;                /* ⬅ center whole grid if it’s narrow */
  align-items: center;
  gap: 10px;
}

.bar a{
  display: inline-block;
  max-width: 120px;     /* or whatever suits your layout */
  white-space: normal;  /* allow wrapping */
  word-break: break-word;
  line-height: 1.2em;
  text-align: center;
}

.bar a {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  padding: 4px 8px;
  width: 100%;
  position: static;
}

nav a:hover,
nav a:focus,
nav a:active,
nav a:visited {
  color: white;
  font-weight: 400;
  outline: none;
  border: none;
  background: transparent;
  text-decoration: none;
  transform: none;
  padding: 0;
  margin: 0;
}

nav a:hover,
nav a:focus,
nav a:active {
  transform: none;
}

.bar a:first-child {
  grid-column: span 3;
  justify-content: flex-start;
}

nav, .dropdown:hover .dropdownContent{
  display: block;
}

#unit{
    height: 50px;}

.dropdownButton:focus {
  outline: none;
}}

nav a:hover:not(#homelogo) {
    transform: scale(1.05); /* Applies transform on hover for all except the logo */
  }
  
nav #homelogo:hover {
    transform: none !important; /* Prevents the transform on hover for the logo */
  }
  
nav>div>a{
    color: white;
    cursor: pointer;
    text-decoration: none;  
}

@media screen and (max-height: 480px) and (orientation: landscape) {
  /* Scrollbar styles */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  * {
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }

  body {
    overflow-x: hidden;
  }

  #unit {
    font-size: 0.6em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    width: 100vw;               /* Full viewport width */
    max-width: none;            /* Remove width limit */
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;                    /* No centering offset */
    transform: none;
    z-index: 20000;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  nav, .dropdownContent {
    text-decoration: none;
    color: inherit;
  }

  nav a:hover {
    color: #BFA14A;
  }

  nav a:hover:not(#homelogo) {
    transform: scale(1.05);
  }

  nav #homelogo:hover {
    transform: none !important;
  }

  nav > div > a {
    color: white;
    cursor: pointer;
    text-decoration: none;
  }

  #homelogo {
    width: 60px;
    height: 40px;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    object-fit: contain;
    pointer-events: auto;
  }

  .logo-link {
    pointer-events: auto;
    z-index: 2;
  }

  .bar {
    display: flex;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
  }

  .bar a {
    flex: 1;
    max-width: none;
    font-size: 0.75em;
    text-align: center;
    padding: 4px 6px;
    white-space: nowrap;
    color: white;
    text-decoration: none;
  }

  .bar a:first-child {
    justify-content: flex-start;
  }

  .dropdown {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    transform: translateX(-20px);
  }

  .dropdownButton {
    border: none;
    background-color: transparent;
    color: white;
    font-family: inherit;
    font-size: 1.2em;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2001;
    margin-top: 30px;
  }

  .dropdownButton:hover,
  .dropdownButton:focus {
    color: #BFA14A;
    outline: none;
  }

  .dropdownContent {
    display: none;
    position: absolute;
    top: 90%;
    right: 5px;
    width: 120px;
    background-color: rgba(18, 18, 18, 0.95);
    flex-direction: column;
    padding: 15px 10px;
    z-index: 1999;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
    font-size: 1em;
  }

  .dropdownContent a {
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 1.2em;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdownContent a:hover {
    color: #BFA14A;
  }

  .dropdownContent.show {
    display: block;
    opacity: 1;
  }

  .menu-flag {
    padding-top: 10px;
  }

  .show {
    color: inherit;
  }

}
