@charset "UTF-8";
/* Font start */

html {
  font-size: 16px;
  

}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1472px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.tma-col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.tma-col-auto {
  flex: 0 0 auto;
  width: auto;
}
.tma-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.tma-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.tma-col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.tma-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.tma-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.tma-col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.tma-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.tma-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.tma-col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.tma-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.tma-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.tma-col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .tma-col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tma-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tma-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tma-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tma-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tma-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tma-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tma-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tma-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tma-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tma-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tma-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tma-col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tma-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tma-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tma-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tma-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tma-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tma-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tma-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tma-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tma-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tma-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tma-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tma-col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tma-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tma-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tma-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tma-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tma-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tma-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tma-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tma-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tma-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tma-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tma-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .tma-col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tma-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tma-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tma-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tma-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tma-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tma-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tma-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tma-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tma-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tma-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tma-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .tma-col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tma-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tma-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tma-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tma-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tma-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tma-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tma-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tma-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tma-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tma-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tma-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tma-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.txt-center {
  text-align: center;
}
.flex-direction-column{
  flex-direction: column;
}
.gap-12{
  gap: 12px;
}
.gap-24{
  gap: 24px;
}
.gap-v-24{
  gap: 24px 0;
}
/* TMA grid end */

/* TMA Blog Start */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}

button {
  cursor: pointer;
}
h1 {
  font-weight: var(--fnt-weight--700);
  line-height: 20px;
  text-transform: uppercase;
  color: var(--color-grey-400);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: var(--fnt-size--16);
}
header {
  background: var(--color-primary-bg-350);
  position: relative;
}

.logout {
  /* background-color: var(--color-grey-100); */
  background: var(--color-primary-bg-350);
  border-radius: var(--border-radius--8);
  color: var(--color-primary-225);
  gap: 12px;
  border: 1px solid #D0D1D4;
}
.logout:hover
{
border: 1px solid #D0D1D4;
background-color: var(--color-grey-100);
border-radius: var(--border-radius--8);


}


.menuWrap {
  padding: 10px;
}
.menuWrap:hover
{
  background-color: #ECEDEE; 
  border-radius: 10px;
}

nav li.navLink {
  position: relative;
}
nav li a {
  color: var(--color-primary-225);
}


/* Apply styles only to active nav items that are NOT .navMore */
nav li.navLink.active a {
  font-weight: var(--fnt-weight--700);
}

/* Underline effect for active and hovered nav items, excluding .navMore */
nav li.navLink.active::after,
nav li.navLink:hover::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: calc(50% - 12px);
  width: 24px;
  height: 4px;
  background-color: var(--color-maxican-pink-500);
  border-radius: var(--border-radius--2);
  flex-shrink: 0;
}

nav li a, nav li > span {
  color: var(--color-primary-225);
}

.navMore{
  /* border-right: 1px solid var(--border-right); */
  position: relative;
}
.navMore > span{
  gap: 12px;
}
.navMore ul {
  position: absolute;
  width: 150px;
  left: 14px;
  top: 32px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  background: var(--color-primary-bg-350);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1000;
}

.navMore li a {
  padding: 10px;
  display: block;
}

.navMore:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-input{
   /* background-color: var(--color-primary-bg-350); */
   border-radius: var(--border-radius--12);
  padding-left: 35px;
  background: var(--color-primary-bg-350) url('../images/search.svg') no-repeat 12px center;
  width: 100%;
  border: none;
  line-height: 48px;
  font-size: var(--fnt-size--16);
  color: var(--color-primary-200);
  box-sizing: border-box;
  outline-style: solid;
}

.card-tile{
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: var(--border-radius--16);
  background: var(--color-primary-bg-350);
  position: relative;
  height: 100%;
}
 .card-tile:hover{
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
} 
.card-tile:focus
{
 border: 2px solid var(--color-primary-225);
outline: none;
border-radius: var(--border-radius--16);
background: var(--color-primary-bg-350);
box-shadow:none;
}

.flag{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-maxican-pink-500);
    border-radius: 0 0 var(--border-radius--8) var(--border-radius--8);
    position: absolute;
    right: 24px;
    top: 0;
    font-weight: var(--fnt-weight--700);
    text-transform: uppercase;
    width: 39px;
    height: 36px;
    color:var(--color-primary-300) ;
    font-size:calc(var(--fnt-size--16) / 2);
}


.tile-logo {
  background-color: var(--tag-color-100);
  border-radius: var(--border-radius--16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding:12px;
  
}

.tile-logo img {
  max-height: 24px;
  
}


.card-tile h3{
  font-size: var(--fnt-size--18);
  color: var(--color-primary-150);
  max-width: 74%;
}
.card-tile p{
  color:var(--color-primary-100);
  font-size: var(--fnt-size--16);

}
.external_link{
  background-color: var(--tag-color-150);
  border-radius: var(--border-radius--16);
  width: 28px;
  height: 20px;
  
}
.tags{
  gap:8px
}
.tags li{
  color: var(--color-primary-200);
  font-size: 12px;
  background-color: var(--tag-color-150);
  border-radius: var(--border-radius--16);
  padding: 4px 8px;
  gap: 8px;
}
footer{
  color: var(--color-grey-400);
  /* position: absolute; 
  bottom: 0; */
  /* width: 100%;
  left:0; */
}


.no-result-container {
  text-align: left;
  color: #888;
  padding-top: 50px;
}

.no-result-title {
color: var(--color-grey-400);
font-family: Arial;
font-size: var(--fnt-size--16);
font-style: normal;
font-weight: var(--fnt-weight--700);
line-height: 20px; 
text-transform: uppercase;
text-align: left;

}
 .no-result-text {
margin-top: 20px;
color: var(--color-grey-400);
font-family: Arial;
font-size:var(--fnt-size--16);
font-style: normal;
font-weight: var(--fnt-weight--700);
line-height:  20px;
text-transform: uppercase;
text-align: center;
} 


.badge-new {
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-color: var(--Error-Default);
  border-radius: var(--border-radius--8);
  padding: 4px 8px;
  gap: 10px;
  text-transform: uppercase;
  font-style: normal;
 font-weight: var(--fnt-weight--700);
 color: var(--color-primary-300);
 font-size:8px;
 right: 20px;
 letter-spacing: 0.8px
}

  /* .input-with-clear {
  position: relative; 
  display: inline-block;
  
}  */

.clear-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--fnt-size--18);
  color: var(--color-grey-500);
  cursor: pointer;
  z-index: 10;
  padding: 11px;
  background-color: transparent;
  display: none;
  
} 

.input-with-clear {
  display: flex;
  align-items: center;
  position: relative;
}

input[type="text"] {
  color: var(--color-grey-500);
  
}


body.statefarm .flag {
  background-color: #E4002B!important; /* Red for StateFarm */
}
.no-result-image {
  display: flex;
  justify-content: center; 
  align-items: center; 
  flex-direction: column; 
  
}



.menuWrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  width: 220px;
  z-index: 999;
  display: none;
  
}
.menuWrap:hover .dropdown-menu-custom {
  display: block;
}

.menu-header {
  text-transform: uppercase;
  padding: 8px 16px;
  border-bottom: 1px solid #eee;
  color: var(--color-grey-400);
  font-size: 12px;
  font-style: normal;
 font-weight: var( --fnt-weight--700);
 line-height: 12px; 
 letter-spacing: 1.2px;
 text-transform: uppercase;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.menu-item {
 display: flex;
  padding: 8px 10px;
  color: var(--color-primary-100);
font-size: 14px;
font-style: normal;
font-weight: 400;
/* width: max-content; */
margin: 0 8px;
box-sizing: border-box;


}

li.menu-item:hover,
li.menu-item:active {
  border-radius: var(--border-radius--8);
  background: var(--color-grey-100);
  /* transform: translateX(8px); */
  outline:none;

}


.main-wrap{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main{
   flex: 1;
}
