@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

/* css-side-effects-plugin-ns:app/components/table/BasicDatatable.css */
@media (max-width: 650px) {
  table:not(.table-bordered).no-first-header.show-serial td:first-child:not(:last-child)::before {
    content: "SL.";
  }
  .table:not(.table-bordered) td:first-child,
  .table:not(.table-bordered) th:first-child,
  .table:not(.table-bordered) tr:first-child {
    padding-left: 8.8px;
  }
  th {
    display: none;
  }
  td:not(:last-child) {
    display: grid;
    grid-template-columns: 17ch auto;
    word-break: break-word;
    width: 100%;
  }
  table.priceing td:not(:last-child) {
    grid-template-columns: unset !important;
  }
  td::before {
    content: attr(data-header) " ";
    font-weight: 600;
    text-transform: capitalize;
    color: #3d3d3d;
  }
  table tbody td:last-child:not([colspan]) {
    display: grid;
    grid-template-columns: 17ch 5ch 5ch 5ch;
    align-items: center;
    text-align: start !important;
    width: 100%;
  }
  table tbody td[data-label]::before {
    content: attr(data-label) " ";
    font-weight: 600;
    text-transform: capitalize;
    color: #3d3d3d;
  }
  td[data-label] {
    text-align: start !important;
    display: grid;
    grid-template-columns: 20ch auto;
    align-items: center;
    width: 100%;
  }
}

/* css-side-effects-plugin-ns:node_modules/react-datepicker/dist/react-datepicker.css */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}
.react-datepicker {
  font-family:
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}
h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}
.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected, .react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(41.5, 134.5606060606, 207.5);
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: rgb(207, 82.9642857143, 0);
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover,
.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(186.25, 217.0833333333, 241.25);
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}
.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\d7";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}
.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}
.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/code-of-conduct/codeofconduct.css */
.code_of_conduct_section {
  padding: 60px 0;
  margin-top: 77px;
}
.code_of_conduct_section .container {
  max-width: 900px;
}
.code_of_conduct_section .title {
  font-size: 28px;
  font-weight: 500;
}
.code_of_conduct_section .description {
  color: #484e56;
  font-size: 16px;
  font-weight: 400;
}
.code_of_conduct_section .code_conduct_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 12px;
}
.code_of_conduct_section .conduct_item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #f5f5f5;
  padding: 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.code_of_conduct_section .conduct_item:hover {
  background: #ebebeb;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.code_of_conduct_section .conduct_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.code_of_conduct_section .conduct_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.code_of_conduct_section .conduct_content {
  flex: 1;
}
.code_of_conduct_section .conduct_number {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.code_of_conduct_section .conduct_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.code_of_conduct_section .industry_logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 12px;
}
.code_of_conduct_section .logo_card {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code_of_conduct_section .logo_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .code_of_conduct_section {
    padding: 30px 0;
    margin-top: 67px;
  }
  .code_of_conduct_section .title {
    font-size: 24px;
  }
  .code_of_conduct_section .code_conduct_items {
    gap: 16px;
  }
  .code_of_conduct_section .conduct_item {
    padding: 16px;
    gap: 16px;
  }
  .code_of_conduct_section .conduct_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .code_of_conduct_section .conduct_icon img {
    width: 24px;
    height: 24px;
  }
  .code_of_conduct_section .conduct_number {
    font-size: 14px;
  }
  .code_of_conduct_section .conduct_text {
    font-size: 14px;
  }
  .code_of_conduct_section .industry_logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .code_of_conduct_section {
    padding: 20px 0;
  }
  .code_of_conduct_section .title {
    font-size: 20px;
  }
  .code_of_conduct_section .description {
    font-size: 14px;
  }
  .code_of_conduct_section .code_conduct_items {
    gap: 12px;
  }
  .code_of_conduct_section .conduct_item {
    padding: 12px;
    gap: 12px;
  }
  .code_of_conduct_section .conduct_icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .code_of_conduct_section .conduct_icon img {
    width: 20px;
    height: 20px;
  }
  .code_of_conduct_section .conduct_number {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .code_of_conduct_section .conduct_text {
    font-size: 13px;
  }
  .code_of_conduct_section .industry_logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* css-side-effects-plugin-ns:app/assets/custom.css */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/build/_assets/ProductSans-Regular-ZAITCUTY.woff) format("woff");
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 100;
  src: url(/build/_assets/ProductSans-Thin-5KXYHX33.woff) format("woff");
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 300;
  src: url(/build/_assets/ProductSans-Light-OHVVDNEB.woff) format("woff");
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  src: url(/build/_assets/ProductSans-Medium-BZF6ZEB3.woff) format("woff");
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 600;
  src: url(/build/_assets/ProductSans-Black-ZXFKNSEB.woff) format("woff");
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  src: url(/build/_assets/ProductSans-Bold-XF4DDR77.woff) format("woff");
}
.form-control:focus {
  border-color: var( --kt-primary, #3699ff ) !important;
  box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.25);
}
.imgbox_full,
.imgbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imgbox_full img,
.imgbox img {
  width: 100%;
  height: auto;
}
.imgbox_full {
  height: 100%;
}
.imgbox_full img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  color: #000;
  position: static;
  scroll-behavior: smooth;
}
.main_content {
  min-height: 60vh;
  display: contents;
}
select,
input,
button:focus {
  outline: none;
}
ul:not(.jodit-react-container ul):not(.rich_text ul),
ol:not(.jodit-react-container ol):not(.rich_text ol) {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
.menu {
  display: block;
}
.cm_title_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  padding: 10px 0;
}
.cm_title_box .title_box {
  padding-left: 30px;
  position: relative;
}
.cm_title_box .title_box h2 {
  color: #4b4e67;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.cm_title_box .title_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 20px;
  border-radius: 8px;
  background-color: #4b4e67;
}
.cm_title_box .shop_all {
  display: block;
  border-radius: 1000px;
  border: 1px solid #4b4e67;
  background-color: #fff;
  color: #4b4e67;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 24px;
  transition: all 250ms;
}
.cm_title_box .shop_all:hover {
  background-color: #4b4e67;
  color: #ffffff;
}
.cm_title_box .shop_all,
.cm_title_box .shop_all * {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cm_title_box .shop_all {
    padding: 4px 12px;
  }
}
.product_card {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 16px;
}
.product_card .product_image,
.product_card .product_details,
.product_card .product_tags {
  width: calc(33.3333333333% - 10.6666666667px);
}
.product_card .heading {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product_card .product_image .imgbox {
  max-width: 300px;
  margin: 0 auto;
}
.product_card .product_details .product_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
  margin: 11px 0;
}
.product_card .product_details .product_price .main_price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product_card .product_details .product_price .main_price .crnt_price {
  color: #4b4e67;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product_card .product_details .product_price .main_price .offer_price {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
  opacity: 0.5;
}
.product_card .product_details .product_price .text {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}
.product_card .product_details .unit_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
}
.product_card .product_details .unit_box .text {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}
.product_card .product_details .unit_box .unit {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}
.product_card .product_details .list_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.product_card .product_details .list_box .list_content {
  width: calc(50% - 4px);
}
.product_card .product_details .list_box .list_content.list_contact {
  width: 100%;
}
.product_card .product_details .list_box .list_content.list_contact.half_width {
  width: calc(50% - 4px);
}
.product_card .product_details .list_box .list_content .title {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.product_card .product_details .list_box .list_content .list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  overflow-x: hidden;
}
.product_card .product_details .list_box .list_content .list li .icon_box {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product_card .product_details .list_box .list_content .list li .icon_box svg {
  height: 100%;
  width: 100%;
}
.product_card .product_details .list_box .list_content .list li .text_box,
.product_card .product_details .list_box .list_content .list li .text_box * {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}
.product_card .product_details .list_box .list_content .list li .text_box a,
.product_card .product_details .list_box .list_content .list li .text_box a * {
  cursor: pointer;
}
.product_card .product_tags .tag_line {
  color: #959595;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product_card .product_tags .tags_content {
  margin: 8px 0 12px;
}
.product_card .product_tags .tags_content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 12px;
}
.product_card .product_tags .tags_content .tags li {
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid #4b4e67;
  color: #4b4e67;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product_card .product_tags .button_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 12px;
}
.product_card .product_tags .button_box .follow_btn,
.product_card .product_tags .button_box .chat_btn {
  width: calc(50% - 8px);
  border-radius: 8px;
  border: 1px solid #4b4e67;
  background: #fff;
  padding: 1.5px 12px;
  color: rgba(0, 0, 0, 0.3137254902);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
.product_card .product_tags .button_box .follow_btn::before,
.product_card .product_tags .button_box .chat_btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 100%;
  background-color: #11111150;
  transition: all linear 100ms;
}
.product_card .product_tags .button_box .follow_btn:hover::before,
.product_card .product_tags .button_box .chat_btn:hover::before {
  width: 100%;
}
.product_card .product_tags .button_box .follow_btn,
.product_card .product_tags .button_box .follow_btn *,
.product_card .product_tags .button_box .chat_btn,
.product_card .product_tags .button_box .chat_btn * {
  cursor: pointer;
}
.product_card .product_tags .button_box .follow_btn .icon_box,
.product_card .product_tags .button_box .chat_btn .icon_box {
  width: 20px;
  height: 20px;
  padding: 2.464px 1.267px 2.466px 1.749px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_card .product_tags .button_box .follow_btn .icon_box svg,
.product_card .product_tags .button_box .chat_btn .icon_box svg {
  height: 100%;
  width: 100%;
}
.product_card .product_tags .button_box .connect_btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #4b4e67;
  padding: 6px 24px;
  color: #fafafa;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product_card .product_tags .button_box .connect_btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 100%;
  background-color: #11111150;
  transition: all linear 100ms;
}
.product_card .product_tags .button_box .connect_btn:hover::before {
  width: 100%;
}
.product_card .product_tags .button_box .connect_btn,
.product_card .product_tags .button_box .connect_btn * {
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .product_card .product_details,
  .product_card .product_tags {
    width: calc(50% - 8px);
  }
  .product_card .product_image {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product_card {
    padding: 12px;
  }
  .product_card .product_details,
  .product_card .product_tags {
    width: 100%;
  }
  .product_card .product_image {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .product_card .product_details .list_box .list_content {
    width: 100%;
  }
}
.sm_product_card .head {
  position: relative;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 35px 40px;
  margin-bottom: 16px;
}
.sm_product_card .head .imgbox_full {
  aspect-ratio: 1/1;
}
.sm_product_card .head .offer_badge {
  border-radius: 4px;
  background-color: #4b4e67;
  padding: 4px 12px;
  color: #fafafa;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  left: 12px;
  top: 12px;
}
.sm_product_card .head .button_box {
  position: absolute;
  top: 12px;
  right: 12px;
}
.sm_product_card .head .button_box button {
  padding: 8px;
  background-color: #ffffff;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  margin-bottom: 8px;
}
.sm_product_card .head .button_box button,
.sm_product_card .head .button_box button * {
  cursor: pointer;
}
.sm_product_card .head .button_box button svg {
  width: 100%;
  height: 100%;
}
.sm_product_card .body {
  padding: 0 0 20px 0;
}
.sm_product_card .body .heading {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.sm_product_card .body .product_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
  margin: 8px 0 12px;
}
.sm_product_card .body .product_price .main_price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sm_product_card .body .product_price .main_price .crnt_price {
  color: #4b4e67;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.sm_product_card .body .product_price .main_price .offer_price {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
  opacity: 0.5;
}
.sm_product_card .body .product_price .text {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}
.sm_product_card .body .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 12px;
}
.sm_product_card .body .tags li {
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid #808080;
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1882352941);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all linear 0.1s;
}
.modal .modal_inner {
  width: 760px;
  height: 500px;
  overflow-y: scroll;
  background-color: #ffffff;
  padding: 10px 10px 10px 20px;
  border-radius: 6px;
  margin-top: 20px;
  transition: all linear 0.3s;
  transition-delay: 0.1s;
}
.modal .modal_inner::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}
.modal .modal_inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2509803922);
}
.modal .modal_inner .top_bar {
  display: flex;
  justify-content: space-between;
}
.modal .modal_inner .top_bar .title {
  color: #323539;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.48px;
}
.modal .modal_inner .top_bar .close {
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms;
}
.modal .modal_inner .top_bar .close svg {
  width: 100%;
  height: 100%;
}
.modal .modal_inner .top_bar .close,
.modal .modal_inner .top_bar .close * {
  cursor: pointer;
}
.modal .modal_inner .top_bar .close:hover {
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.modal .modal_content video {
  width: 100%;
  height: auto;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal.active .modal_inner {
  margin-top: 0px;
}
.search_result_wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  height: auto;
  transition: all ease 350ms;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.search_result_wrapper .search_list li {
  margin-bottom: 10px;
}
.search_result_wrapper .search_list li a {
  font-size: 18px;
  color: #000;
}
.search_result_wrapper .search_list li a,
.search_result_wrapper .search_list li a * {
  cursor: pointer;
}
.search_result_wrapper.active {
  opacity: 1;
  visibility: visible;
}
.progress_wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #111111;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress_wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress_wrap svg path {
  fill: none;
}
.progress_wrap svg.progress-circle path {
  stroke: #ffffff;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress_wrap .chev {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
  stroke: #ffffff;
  transition: all ease-in-out 350ms;
}
.progress_wrap .chev path {
  fill: #ffffff;
  stroke: #ffffff;
}
.progress_wrap.active-progress .chev {
  top: 50%;
}
.custom-separator {
  border-bottom: 1px solid #e0e3f1;
  margin: 10px;
}
.custom-menu-link {
  color: #111111;
}
.chart-container {
  position: relative;
  margin: auto;
  height: 300px;
  width: 100%;
}
.jodit-status-bar-link {
  display: none;
}
.hover-item {
  cursor: pointer;
  padding: 2px;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 4px;
}
.hover-item:hover {
  background-color: #f0f0f0;
  color: #333;
}
.subcategory-hover:hover {
  background-color: #dc3545 !important;
  color: white !important;
}
.subcategory-hover.active {
  background-color: #dc3545 !important;
  color: white !important;
}
.icon-resize:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.badge {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5rem;
  padding: 0.4rem 0.75rem 0.4rem 0.5rem;
  font-size: 0.75rem;
  background-color: #000;
}
.badge_text {
  display: inline-block;
  color: #c8102e;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1%;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/eligibility/eligibility.css */
.eligibility_section {
  padding: 60px 0;
  margin-top: 77px;
}
.eligibility_section .container {
  max-width: 900px;
}
.eligibility_section .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}
.eligibility_section .description {
  color: #484e56;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .eligibility_section {
    padding: 30px 0;
    margin-top: 67px;
  }
  .eligibility_section .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .eligibility_section {
    padding: 20px 0;
  }
  .eligibility_section .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .eligibility_section .description {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

/* css-side-effects-plugin-ns:app/components/table/customtable.css */
@media (max-width: 650px) {
  .custom-table {
    overflow-x: auto;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/data-insights-list/components/datainsightsgrid.css */

/* css-side-effects-plugin-ns:app/components/landingPage/sections/data-insights-list/datainsightslist.css */
.data_insights_section {
  padding: 60px 0;
  margin-top: 77px;
  background: #f2f5f7;
}
.data_insights_section .heading {
  text-align: center;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.data_insights_section .pera {
  text-align: center;
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .data_insights_section {
    padding: 30px 0;
    margin-top: 67px;
  }
  .data_insights_section .heading {
    font-size: 36px;
    line-height: 46px;
  }
  .data_insights_section .pera {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .data_insights_section .heading {
    font-size: 26px;
    line-height: 36px;
  }
  .data_insights_section .pera {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .data_insights_section {
    padding: 20px 0;
  }
  .data_insights_section .heading {
    font-size: 20px;
    line-height: 26px;
  }
}

/* css-side-effects-plugin-ns:app/components/layouts/pagination/pagination.css */
.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
}
.pagination-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 35px;
  background-color: white;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.pagination-btn:hover:not(.disabled) {
  background-color: #f9fafb;
  border-color: #d1d5db;
}
.pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-btn svg {
  width: 18px;
  height: 18px;
}
.next-btn {
  background-color: #000000;
  color: white;
  border-color: #000000;
}
.next-btn:hover:not(.disabled) {
  background-color: white;
  border-color: #1f2937;
}
.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 50%;
  background-color: white;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.pagination-number:hover:not(.active) {
  background-color: #f3f4f6;
}
.pagination-number.active {
  background-color: #dc2626;
  color: white;
  font-weight: 600;
}
.pagination-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .custom-pagination {
    gap: 8px;
  }
  .pagination-btn {
    padding: 8px;
    font-size: 10px;
  }
  .pagination-btn span {
    display: none;
  }
  .pagination-number {
    min-width: 30px;
    height: 30px;
    font-size: 10px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/business-list/businesslist.css */
.product_list_section .filter_content .filter_title_box .title {
  font-family: "Google Sans";
}
.product_list_section .filter_content .content_box .category_list li .text {
  font-family: "Google Sans";
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/filter-accordion/filteraccordion.css */
.filter_accordion .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 0;
}
.filter_accordion .title_box .title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25;
  font-weight: 500;
  color: #1a1a1a;
}
.filter_accordion .title_box .icon_box {
  width: 15px;
  height: 30px;
  transition: all 250ms;
  transform: rotate(180deg);
}
.filter_accordion .title_box .icon_box svg {
  width: 100%;
  height: 100%;
}
.filter_accordion .title_box h2 {
  color: #7f7f7f;
  font-family: "Google Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  margin: 0;
}
.filter_accordion .title_box,
.filter_accordion .title_box * {
  cursor: pointer;
}
.filter_accordion .content_box {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 250ms;
}
.filter_accordion.active .title_box .icon_box {
  transform: rotate(0deg);
}
.filter_accordion.active .title_box .icon_box svg {
  width: 100%;
  height: 100%;
}
.filter_accordion.active .content_box {
  padding-left: 14px;
  margin: 4px 0 4px 12px;
  height: auto;
  border-left: #e3ebee 1px solid;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/benefits/benefits.css */
.benefits_section {
  padding: 60px 0;
  margin-top: 77px;
}
.benefits_section .container {
  max-width: 900px;
}
.benefits_section .title {
  font-size: 28px;
  font-weight: 500;
}
.benefits_section .description {
  color: #484e56;
  font-size: 16px;
  font-weight: 400;
}
.benefits_section .container .video_container {
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
  margin: 0;
  padding-top: 12px;
}
.benefits_section .container .video_container .video_item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  margin-bottom: 12px;
  position: relative;
  aspect-ratio: 16 / 9;
}
.benefits_section .benefits_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 12px;
}
.benefits_section .benefits_items .benefits_item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #f5f5f5;
  padding: 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.benefits_section .benefits_items .benefits_item:hover {
  background: #ebebeb;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.benefits_section .benefits_items .benefits_item .benefits_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.benefits_section .benefits_items .benefits_item .benefits_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.benefits_section .benefits_items .benefits_item .benefits_content {
  flex: 1;
}
.benefits_section .benefits_items .benefits_item .benefits_content .benefits_title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.benefits_section .benefits_items .benefits_item .benefits_content .benefits_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
@media (max-width: 1200px) {
  .benefits_section {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .benefits_section {
    padding: 30px 0;
    margin-top: 67px;
  }
  .benefits_section .title {
    font-size: 24px;
  }
  .benefits_section .container .video_container {
    font-size: 14px;
  }
  .benefits_section .benefits_items {
    gap: 16px;
  }
  .benefits_section .benefits_items .benefits_item {
    padding: 16px;
    gap: 16px;
  }
  .benefits_section .benefits_items .benefits_item .benefits_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .benefits_section .benefits_items .benefits_item .benefits_icon img {
    width: 24px;
    height: 24px;
  }
  .benefits_section .benefits_items .benefits_item .benefits_content .benefits_title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .benefits_section .benefits_items .benefits_item .benefits_content .benefits_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .benefits_section {
    padding: 20px 0;
  }
  .benefits_section .title {
    font-size: 20px;
  }
  .benefits_section .description {
    font-size: 14px;
  }
  .benefits_section .benefits_items {
    gap: 12px;
  }
  .benefits_section .benefits_items .benefits_item {
    padding: 12px;
    gap: 12px;
  }
  .benefits_section .benefits_items .benefits_item .benefits_icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .benefits_section .benefits_items .benefits_item .benefits_icon img {
    width: 20px;
    height: 20px;
  }
  .benefits_section .benefits_items .benefits_item .benefits_content .benefits_title {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .benefits_section .benefits_items .benefits_item .benefits_content .benefits_text {
    font-size: 13px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/case-study-list/casestudylist.css */
.case_study_section {
  padding: 60px 0;
  margin-top: 77px;
  background: #f2f5f7;
}
.case_study_section .heading {
  text-align: center;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.case_study_section .pera {
  text-align: center;
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .case_study_section {
    padding: 30px 0;
    margin-top: 67px;
  }
  .case_study_section .heading {
    font-size: 36px;
    line-height: 46px;
  }
  .case_study_section .pera {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .case_study_section .heading {
    font-size: 26px;
    line-height: 36px;
  }
  .case_study_section .pera {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .case_study_section {
    padding: 20px 0;
  }
  .case_study_section .heading {
    font-size: 20px;
    line-height: 26px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/case-study-list/components/casestudygrid.css */
.need_card {
  padding: 0;
}
.need_card {
  display: block;
}
.need_card:hover > div {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.need_card img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.need_card:hover img {
  transform: scale(1.05);
}
.need_card .d-flex.flex-column.p-5 {
  padding: 3rem;
}
.need_card .story_title {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}
.need_card .read-story {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.need_card .badge {
  gap: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media only screen and (max-width: 992px) {
  .need_card .d-flex.flex-column.p-5 {
    padding: 2rem;
  }
  .need_card .badge {
    gap: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .need_card img {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .need_card .d-flex.flex-column.p-5 {
    padding: 1.5rem;
  }
  .need_card .badge {
    gap: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .need_card img {
    height: 250px;
  }
  .need_card .story_title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .need_card .d-flex.flex-column.p-5 {
    padding: 1rem;
  }
  .need_card .badge {
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .need_card img {
    height: 200px;
  }
  .need_card .story_title {
    font-size: 18px;
    line-height: 24px;
  }
  .need_card .read-story {
    font-size: 16px;
    line-height: 24px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/products-checkout/productscheckout.css */
.products_checkout_section {
  padding: 60px 0;
  margin-top: 77px;
}
.products_checkout_section .custom-gutter {
  --bs-gutter-x: 5rem;
}
.products_checkout_section .accordion {
  border: none;
}
.products_checkout_section .accordion .accordion_item {
  border: none;
  background: transparent;
}
.products_checkout_section .accordion .accordion_item .accordion-button {
  padding: 12px 0;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.products_checkout_section .accordion .accordion_item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}
.products_checkout_section .accordion .accordion_item .accordion-button::after {
  display: none;
}
.products_checkout_section .accordion .accordion_item .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.products_checkout_section .accordion .accordion_item .header {
  border-bottom: 1px solid #f0f0f0;
}
.products_checkout_section .accordion .accordion_item .header .summary_label {
  font-weight: 600;
  font-size: 16px;
  color: #484e56;
}
.products_checkout_section .accordion .accordion_item .header .summary_link {
  font-size: 14px;
  color: #666;
  margin-left: auto;
  text-decoration: none;
}
.products_checkout_section .accordion .accordion_item .header:hover .summary_link {
  color: #dc3545;
}
.products_checkout_section .accordion .accordion_item .accordion-button:not(.collapsed) .summary_link,
.products_checkout_section .shipping_accordion .shipping_accordion_item .accordion-button:not(.collapsed) .summary_link {
  text-decoration: underline;
}
.products_checkout_section .accordion .accordion_item .accordion-body {
  padding: 0;
}
.products_checkout_section .accordion .accordion_item .form {
  padding: 20px 0;
  animation: slideDown 0.3s ease;
}
.products_checkout_section .accordion .accordion_item .form .input_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.products_checkout_section .accordion .accordion_item .form .input_wrapper .input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.products_checkout_section .accordion .accordion_item .form .input_wrapper .input::-moz-placeholder {
  color: #999;
}
.products_checkout_section .accordion .accordion_item .form .input_wrapper .input::placeholder {
  color: #999;
}
.products_checkout_section .accordion .accordion_item .form .input_wrapper .input:focus {
  outline: none;
  border-color: #dc3545;
}
.products_checkout_section .accordion .accordion_item .form .input_wrapper .apply_btn {
  padding: 10px 16px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}
.products_checkout_section .accordion .accordion_item .form .input_wrapper .apply_btn:hover {
  background-color: #c82333;
}
@media only screen and (max-width: 1200px) {
  .products_checkout_section .custom-gutter {
    --bs-gutter-x: 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
  .products_checkout_section {
    padding: 30px 0;
    margin-top: 67px;
  }
}
.products_checkout_section .shipping_form {
  padding: 20px 0;
}
.products_checkout_section .form_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.products_checkout_section .form_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.products_checkout_section .form_row .form_group.full_width {
  grid-column: 1 / -1;
}
.products_checkout_section .form_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.products_checkout_section .field_label {
  font-size: 13px;
  color: #484e56;
  font-weight: 500;
}
.products_checkout_section .form_input {
  padding: 10px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.products_checkout_section .form_input::-moz-placeholder {
  color: #999;
}
.products_checkout_section .form_input::placeholder {
  color: #999;
}
.products_checkout_section .form_input:focus {
  outline: none;
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.products_checkout_section .form_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.products_checkout_section .form_textarea {
  resize: vertical;
  padding: 10px;
}
.products_checkout_section .checkbox_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.products_checkout_section .form_checkbox {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #dc3545;
}
.products_checkout_section .checkbox_label {
  font-size: 13px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.products_checkout_section .shipping_method_placeholder {
  padding: 16px;
  text-align: center;
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  color: #999;
  font-size: 14px;
}
.products_checkout_section .shipping_methods_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.products_checkout_section .shipping_method_option {
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 16px 20px;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
  cursor: pointer;
}
.products_checkout_section .shipping_method_option:hover {
  background-color: #f0f0f0;
  border-color: #d0d0d0;
}
.products_checkout_section .shipping_method_option:has(input:checked) {
  background-color: #f0f5ff;
  border-color: #4a90e2;
}
.products_checkout_section .shipping_method_header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.products_checkout_section .shipping_radio {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #4a90e2;
}
.products_checkout_section .shipping_method_label {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0;
}
.products_checkout_section .shipping_price {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  flex-shrink: 0;
}
.products_checkout_section .accordion .accordion_item .form .form_section .continue_btn {
  padding: 10px 16px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}
.products_checkout_section .order_summary_card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.products_checkout_section .order_summary_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.products_checkout_section .order_summary_title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.products_checkout_section .order_summary_edit {
  font-size: 14px;
  color: #4a90e2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.products_checkout_section .order_summary_edit:hover {
  color: #357abd;
  text-decoration: underline;
}
.products_checkout_section .order_items_count {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
.products_checkout_section .order_items_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.products_checkout_section .order_item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.products_checkout_section .order_item_image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.products_checkout_section .order_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.products_checkout_section .order_item_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.products_checkout_section .order_item_title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
.products_checkout_section .order_item_manufacturer {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.products_checkout_section .order_item_color {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.products_checkout_section .order_item_color span {
  font-weight: 600;
  color: #333;
}
.products_checkout_section .order_item_price {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  min-width: 100px;
  text-align: right;
}
.products_checkout_section .order_summary_details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.products_checkout_section .order_summary_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products_checkout_section .order_summary_row.coupon_row {
  padding-top: 8px;
}
.products_checkout_section .summary_label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.products_checkout_section .summary_value {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.products_checkout_section .coupon_link {
  font-size: 14px;
  color: #4a90e2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.products_checkout_section .coupon_link:hover {
  color: #357abd;
  text-decoration: underline;
}
.products_checkout_section .order_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.products_checkout_section .total_label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.products_checkout_section .total_amount {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 576px) {
  .products_checkout_section {
    padding: 20px 0;
    margin-top: 65px;
  }
  .products_checkout_section .custom-gutter {
    --bs-gutter-x: 0;
  }
  .products_checkout_section .accordion .accordion_item .form .input_wrapper {
    flex-direction: column;
  }
  .products_checkout_section .accordion .accordion_item .form .input_wrapper .input {
    width: 100%;
  }
  .products_checkout_section .accordion .accordion_item .form .input_wrapper .apply_btn {
    width: 100%;
  }
  .products_checkout_section .form_row {
    grid-template-columns: 1fr;
  }
  .products_checkout_section .form_row .form_group.full_width {
    grid-column: 1;
  }
  .products_checkout_section .order_summary_card {
    padding: 16px;
  }
  .products_checkout_section .order_item {
    flex-direction: column;
  }
  .products_checkout_section .order_item_price {
    text-align: left;
    min-width: auto;
  }
  .products_checkout_section .total_amount {
    font-size: 20px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/layouts/footer/footer.css */
.footer_section {
  padding: 60px 0;
  background-color: #1a1a1a;
  color: #f5f7fa;
}
.footer_section .footer_col {
  display: flex;
  flex-direction: column;
}
.footer_section .footer_col--left {
  justify-content: flex-start;
}
.footer_section .footer_col--right {
  justify-content: flex-start;
}
.footer_section .footer_col .footer_links_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}
.footer_section .footer_col .footer_links_group {
  display: flex;
  flex-direction: column;
}
.footer_section .footer_col .footer_links_group .footer_links_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.footer_section .footer_col .footer_links_group .footer_links_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_section .footer_col .footer_links_group .footer_quick_links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_section .footer_col .footer_links_group .footer_directory_links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px 40px;
}
.footer_section .footer_col .footer_links_group .footer_links_list li {
  margin: 0;
}
.footer_section .footer_col .footer_links_group .footer_links_list li a {
  font-size: 14px;
  line-height: 20px;
  color: #d9dbe1;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer_section .footer_col .footer_links_group .footer_links_list li a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer_section .footer_col .footer_logo {
  display: block;
  margin-bottom: 14px;
  max-width: 200px;
  text-decoration: none;
}
.footer_section .footer_col .footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_section .footer_col .footer_description {
  font-size: 15px;
  line-height: 24px;
  color: #d9dbe1;
  margin-bottom: 14px;
}
.footer_section .footer_col .footer_social {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.footer_section .footer_col .footer_social .social_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer_section .footer_col .footer_social .social_icon:hover {
  background-color: #fff;
  color: #2a2a2a;
  transform: translateY(-4px);
}
.footer_section .footer_col .footer_social .social_icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.footer_section .footer_col .footer_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff;
}
.footer_section .footer_col .footer_form {
  width: 100%;
}
.footer_section .footer_col .footer_form .form_group {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer_section .footer_col .footer_form .form_group .form_input {
  flex: 1;
  padding: 14px 20px;
  border: none;
  border-radius: 32px;
  background-color: #e5e5e5;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  transition: all 0.3s ease;
}
.footer_section .footer_col .footer_form .form_group .form_input::-moz-placeholder {
  color: #999;
}
.footer_section .footer_col .footer_form .form_group .form_input::placeholder {
  color: #999;
}
.footer_section .footer_col .footer_form .form_group .form_input:focus {
  box-shadow: 0 0 0 3px rgba(229, 229, 229, 0.3);
}
.footer_section .footer_col .footer_form .form_group .form_button {
  padding: 14px 32px;
  border: none;
  border-radius: 32px;
  background-color: #c41e3a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.footer_section .footer_col .footer_form .form_group .form_button:hover {
  background-color: #a01830;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}
.footer_section .policy-section {
  margin-top: 40px;
  padding: 20px 0px 0px 0px;
  border-top: #484e56 1px solid;
}
@media only screen and (max-width: 992px) {
  .footer_section {
    padding: 60px 0;
  }
  .footer_section .footer_col .footer_links_container {
    margin-top: 14px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .footer_section .footer_col .footer_title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_section {
    padding: 60px 0;
  }
  .footer_section .footer_col .footer_logo {
    max-width: 180px;
    margin-bottom: 12px;
  }
  .footer_section .footer_col .footer_links_container {
    margin-top: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .footer_section .footer_col .footer_links_group .footer_links_title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .footer_section .footer_col .footer_links_group .footer_links_list {
    gap: 10px;
  }
  .footer_section .footer_col .footer_links_group .footer_links_list li a {
    font-size: 13px;
    line-height: 18px;
  }
  .footer_section .footer_col .footer_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .footer_section .footer_col .footer_description {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .footer_section .footer_col .footer_form .form_group {
    flex-direction: column;
    gap: 12px;
  }
  .footer_section .footer_col .footer_form .form_group .form_input,
  .footer_section .footer_col .footer_form .form_group .form_button {
    width: 100%;
  }
  .footer_section .footer_col .footer_social {
    margin-bottom: 30px;
  }
  .footer_section .footer_col .footer_social .social_icon {
    width: 44px;
    height: 44px;
  }
  .footer_section .footer_col .footer_social .social_icon svg {
    width: 20px;
    height: 20px;
  }
  .footer_section .policy-section {
    margin-top: 25px;
    padding: 15px 0px 0px 0px;
  }
}
@media only screen and (max-width: 576px) {
  .footer_section {
    padding: 20px 0;
  }
  .footer_section .footer_col .footer_logo {
    max-width: 150px;
    margin-bottom: 10px;
  }
  .footer_section .footer_col .footer_links_container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer_section .footer_col .footer_links_group .footer_links_title {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .footer_section .footer_col .footer_links_group .footer_links_list {
    gap: 8px;
  }
  .footer_section .footer_col .footer_links_group .footer_links_list li a {
    font-size: 12px;
    line-height: 16px;
  }
  .footer_section .footer_col .footer_social {
    margin-bottom: 20px;
  }
  .footer_section .footer_col .footer_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .footer_section .footer_col .footer_description {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer_section .footer_col .footer_social .social_icon {
    width: 40px;
    height: 40px;
  }
  .footer_section .footer_col .footer_social .social_icon svg {
    width: 18px;
    height: 18px;
  }
  .footer_section .footer_col .footer_form .form_group .form_input {
    padding: 12px 16px;
    font-size: 13px;
  }
  .footer_section .footer_col .footer_form .form_group .form_button {
    padding: 12px 24px;
    font-size: 13px;
  }
  .footer_section .policy-section {
    margin-top: 20px;
    padding: 10px 0px 0px 0px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/layouts/header/header.css */
.nav-item.dropdown .nav-link.show {
  color: var(--bs-danger) !important;
}
.nav-item.dropdown .nav-link::after {
  transition: transform 0.3s ease;
}
.nav-item.dropdown .nav-link.show::after {
  transform: rotate(180deg);
}
.custom-dropdown-menu-padding,
.custom-dropdown-header-padding {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 0.25rem;
  --bs-dropdown-header-padding-x: 0.25rem;
  --bs-dropdown-header-padding-y: 0.25rem;
}
.custom-dropdown-item {
  --bs-dropdown-item-border-radius: 0.3rem;
}
.list-group-item-action {
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.list-group-item-action:hover,
.list-group-item-action.active {
  background-color: #f2f5f7;
  color: #000;
}
.list-group-item-action.active {
  border-color: transparent;
}
.nav-link {
  font-size: 16px;
}
.nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
}
.nav-link:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.12);
  outline-offset: 2px;
}
.navbar-brand-logo {
  max-width: 180px;
  height: auto;
  width: 100%;
}
.apply-membership-btn {
  white-space: nowrap;
  padding: 0.6rem 2.2rem;
  font-size: 15px;
  color: var(--bs-danger);
}
.apply-membership-btn:hover {
  color: black !important;
}
.login-btn {
  white-space: nowrap;
  padding: 0.6rem 2.2rem;
  font-size: 15px;
}
.navbar-gap {
  gap: 2.5rem;
}
@media (max-width: 1200px) {
  .navbar-gap {
    gap: 1.4rem;
  }
}
@media (max-width: 992px) {
  .navbar-gap {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .navbar-brand-logo {
    max-width: 150px;
  }
  .apply-membership-btn {
    display: none;
    padding: 0.5rem 1.5rem;
  }
  .login-btn {
    display: none;
    padding: 0.5rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .navbar-brand-logo {
    max-width: 120px;
  }
  .apply-membership-btn {
    padding: 0.4rem 1rem;
    font-size: 14px;
  }
  .login-btn {
    padding: 0.4rem 1rem;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .navbar-brand-logo {
    max-width: 100px;
  }
  .apply-membership-btn {
    padding: 0.4rem 0.8rem;
    font-size: 12px;
  }
  .login-btn {
    padding: 0.4rem 0.8rem;
    font-size: 12px;
  }
}
#mobileMenuAccordion .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0.75rem 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobileMenuAccordion .accordion-button::before {
  display: none;
}
#mobileMenuAccordion .accordion-button::after {
  margin-right: 0;
  margin-left: auto;
  font-size: 20px;
  transition: transform 0.3s ease;
}
#mobileMenuAccordion .accordion-item {
  border: none;
}
#mobileMenuAccordion .accordion-item:last-child {
  border-bottom: none;
}

/* css-side-effects-plugin-ns:app/components/landingPage/layouts/menu-sidebar/layout/MenuSidebarLayout.css */
.sidebar-container > div:first-child {
  padding-right: 6px;
}
.sidebar-content-header {
  color: #002165;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0.68rem;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/insights-list/insightslist.css */
.insights_section {
  padding: 60px 0;
  margin-top: 77px;
  background: #f2f5f7;
}
.insights_section .heading {
  text-align: center;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.insights_section .pera {
  text-align: center;
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .insights_section {
    padding: 30px 0;
    margin-top: 67px;
  }
  .insights_section .heading {
    font-size: 36px;
    line-height: 46px;
  }
  .insights_section .pera {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .insights_section .heading {
    font-size: 26px;
    line-height: 36px;
  }
  .insights_section .pera {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .insights_section {
    padding: 20px 0;
  }
  .insights_section .heading {
    font-size: 20px;
    line-height: 26px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/insights-list/components/insightsgrid.css */
.insights-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background: white;
}
.insights-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.insights-card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.insights-card-image-container {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: #f5f5f5;
}
.insights-card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.insights-card:hover .insights-card-image {
  transform: scale(1.05);
}
.insights-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.insights-card-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
.badge-category,
.badge-date {
  background-color: #1a1a1a;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.badge-date {
  background-color: #1a1a1a;
}
.insights-card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #000;
  margin: 0;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1024px) {
  .insights-card-image-container {
    height: 240px;
  }
  .insights-card-title {
    font-size: 20px;
  }
  .insights-card-content {
    padding: 1.25rem;
    gap: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .insights-card-image-container {
    height: 220px;
  }
  .insights-card-title {
    font-size: 18px;
    -webkit-line-clamp: 2;
  }
  .insights-card-content {
    padding: 1rem;
    gap: 0.75rem;
  }
  .badge-category,
  .badge-date {
    font-size: 12px;
    padding: 0.375rem 0.875rem;
  }
}
@media only screen and (max-width: 576px) {
  .insights-card-image-container {
    height: 200px;
  }
  .insights-card-title {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .insights-card-content {
    padding: 0.875rem;
    gap: 0.625rem;
  }
  .insights-card-badge {
    gap: 0.5rem;
  }
  .badge-category,
  .badge-date {
    font-size: 11px;
    padding: 0.375rem 0.75rem;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/product-list/productlist.css */
.product_list_section {
  margin-top: 77px;
  padding: 50px 0;
}
.product_list_section .filter_content {
  position: relative;
  margin-bottom: 20px;
}
.product_list_section .filter_content .filter_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 24px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.product_list_section .filter_content .filter_title_box .title {
  color: #3c4242;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  margin: 0;
}
.product_list_section .filter_content .filter_title_box .icon_box {
  height: 30px;
  width: 30px;
}
.product_list_section .filter_content .filter_title_box .icon_box svg {
  height: 100%;
  width: 100%;
}
.product_list_section .filter_content .content_box .category_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  margin-bottom: 0px;
  transition: all 250ms;
}
.product_list_section .filter_content .content_box .category_list li.active {
  background-color: #b3b3b340;
  border-radius: 3px;
}
.product_list_section .filter_content .content_box .category_list li,
.product_list_section .filter_content .content_box .category_list li * {
  cursor: pointer;
}
.product_list_section .filter_content .content_box .category_list li .text {
  color: #7f7f7f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.product_list_section .product_list_content .products {
  padding: 24px 0;
}
.product_list_section .product_list_content .products .product_card {
  margin-bottom: 24px;
}
.product_list_section .filter_content .header {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
.product_list_section .product_list_content .header {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -1;
  font-weight: 500;
  margin-bottom: 16px;
}
.product_list_section .filter_content .header1 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .product_list_section {
    margin-top: 64px;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 576px) {
  .product_list_section {
    padding: 20px 0;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/product-directory/components/Product_Grid/productgrid.css */
.product-card {
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
}
.product-image {
  width: 100%;
  max-height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.product-favorite-icon {
  background-color: #949796;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.product-favorite-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.product-name {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
}
.shop-now {
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: -0.25px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .product-image {
    max-height: 240px;
  }
  .product-name {
    font-size: 16px;
  }
  .shop-now {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-image {
    max-height: 200px;
  }
  .product-favorite-icon {
    width: 28px;
    height: 28px;
  }
  .product-name {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-image {
    max-height: 160px;
  }
  .product-favorite-icon {
    width: 24px;
    height: 24px;
  }
  .shop-now {
    font-size: 12px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/member-list/memberlist.css */
.members_list_section {
  margin-top: 77px;
  padding: 50px 0;
}
.members_list_section .filter_content {
  position: relative;
  margin-bottom: 20px;
}
.members_list_section .filter_content .filter_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 24px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.search_input {
  background-color: transparent;
  padding: 0.5rem 2.5rem;
}
.members_list_section .filter_content .filter_title_box .title {
  color: #3c4242;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  margin: 0;
}
.members_list_section .filter_content .filter_title_box .icon_box {
  height: 30px;
  width: 30px;
}
.members_list_section .filter_content .filter_title_box .icon_box svg {
  height: 100%;
  width: 100%;
}
.members_list_section .filter_content .content_box .category_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  margin-bottom: 0px;
  transition: all 250ms;
}
.members_list_section .filter_content .content_box .category_list li.active {
  background-color: #b3b3b340;
  border-radius: 3px;
}
.members_list_section .filter_content .content_box .category_list li,
.members_list_section .filter_content .content_box .category_list li * {
  cursor: pointer;
}
.members_list_section .filter_content .content_box .category_list li .text {
  color: #7f7f7f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.members_list_section .members_list_content .products {
  padding: 24px 0;
}
.members_list_section .members_list_content .products .product_card {
  margin-bottom: 24px;
}
.members_list_section .filter_content .header {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
.members_list_section .members_list_content .header {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -1;
  font-weight: 500;
  margin-bottom: 16px;
}
.members_list_section .filter_content .header1 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
.subcategory_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subcategory_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  margin-bottom: 0;
}
.subcategory_item:last-child {
  border-bottom: none;
}
.subcategory_item.active {
  background-color: transparent;
}
.subcategory_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  margin: 0;
}
.subcategory_text {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  font-family: "Google Sans";
  line-height: normal;
  margin: 0;
  flex: 1;
}
.subcategory_radio {
  width: 12px;
  height: 12px;
  cursor: pointer;
  accent-color: #c62368;
}
.filter_wrapper {
  border-bottom: #e9ecee 1px solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.brands_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brands_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  margin-bottom: 0;
}
.brands_item:last-child {
  border-bottom: none;
}
.brands_item.active {
  background-color: transparent;
}
.brands_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  margin: 0;
}
.brands_text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25;
  font-weight: 500;
  font-family: "Google Sans";
  color: #1a1a1a;
}
.brands_radio {
  width: 12px;
  height: 12px;
  cursor: pointer;
  accent-color: #c62368;
}
@media only screen and (max-width: 768px) {
  .members_list_section {
    margin-top: 64px;
    padding: 50px 0;
  }
  .members_list_section .members_list_content .header {
    margin-bottom: 0px;
  }
  .search_input {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .members_list_section {
    padding: 20px 0;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/member-directory/components/Member_Grid/membergrid.css */
.members-card {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}
.members-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.members-favorite-icon {
  background-color: #949796;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.members-favorite-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.members-name {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
}
.members-description {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #484e56;
  line-height: 1.5;
}
.visit-shop {
  color: #c8102e;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: -0.25px;
  line-height: 24px;
}
.visit-shop-arrow {
  color: #c8102e;
}
.visit-shop:hover {
  color: #f41338;
}
.visit-shop:hover .visit-shop-arrow {
  color: #f41338;
}
@media (max-width: 991px) {
  .members-image {
    height: 160px;
  }
  .members-name {
    font-size: 16px;
  }
  .members-description {
    font-size: 13px;
  }
  .visit-shop {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .members-image {
    height: 120px;
  }
  .members-favorite-icon {
    width: 28px;
    height: 28px;
  }
  .members-name {
    font-size: 14px;
  }
  .members-description {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .members-image {
    height: 111px;
  }
  .members-favorite-icon {
    width: 24px;
    height: 24px;
  }
  .members-description {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .visit-shop {
    font-size: 12px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/products-items/productitems.css */
.cart_container_section {
  padding: 60px 0;
  margin-top: 77px;
}
.cart_container_section .cart_breadcrumb {
  font-size: 13px;
  color: #666;
}
.cart_container_section .cart_breadcrumb .breadcrumb_item {
  color: #666;
}
.cart_container_section .cart_breadcrumb .breadcrumb_separator {
  margin: 0 8px;
  color: #999;
}
.cart_container_section .cart_breadcrumb .breadcrumb_item.active {
  color: #dc3545;
}
.cart_container_section .cart_title {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 40px;
}
.cart_container_section .cart_table_header {
  display: flex;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
}
.cart_container_section .cart_table_header .col_item {
  flex: 2;
}
.cart_container_section .cart_table_header .col_price {
  flex: 1;
  text-align: left;
}
.cart_container_section .cart_table_header .col_quantity {
  flex: 1;
  text-align: center;
}
.cart_container_section .cart_table_header .col_total {
  flex: 1;
  text-align: right;
  padding-right: 30px;
}
.cart_container_section .cart_item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
.cart_container_section .cart_item .cart_item_info {
  flex: 2;
}
.cart_container_section .cart_item .cart_item_info .cart_item_image {
  width: 110px;
  height: 110px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cart_container_section .cart_item .cart_item_info .cart_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart_container_section .cart_item .cart_item_info .cart_item_details {
  flex: 1;
}
.cart_container_section .cart_item .cart_item_info .cart_item_details .item_manufacturer {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
.cart_container_section .cart_item .cart_item_info .cart_item_details .item_name {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.4;
}
.cart_container_section .cart_item .cart_item_info .cart_item_details .item_color {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}
.cart_container_section .cart_item .cart_item_info .cart_item_details .item_change_btn {
  background: none;
  border: none;
  color: #1a1a1a;
  font-size: 13px;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.cart_container_section .cart_item .cart_item_info .cart_item_details .item_change_btn:hover {
  color: #dc3545;
}
.cart_container_section .cart_item .cart_item_price {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
}
.cart_container_section .cart_item .cart_item_quantity {
  flex: 1;
  display: flex;
  justify-content: center;
}
.cart_container_section .cart_item .cart_item_quantity .quantity_controls {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
.cart_container_section .cart_item .cart_item_quantity .quantity_controls .qty_btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #fff;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  transition: background-color 0.2s;
}
.cart_container_section .cart_item .cart_item_quantity .quantity_controls .qty_btn:hover {
  background-color: #f5f5f5;
}
.cart_container_section .cart_item .cart_item_quantity .quantity_controls .qty_value {
  width: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
.cart_container_section .cart_item .cart_item_total {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.cart_container_section .cart_item .cart_item_total .total_amount {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.cart_container_section .cart_item .cart_item_total .remove_btn {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
  line-height: 1;
}
.cart_container_section .cart_item .cart_item_total .remove_btn:hover {
  color: #dc3545;
}
.cart_container_section .cart_summary {
  max-width: 400px;
  margin-left: auto;
  padding-top: 24px;
}
.cart_container_section .cart_summary .summary_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.cart_container_section .cart_summary .summary_row .summary_label {
  font-weight: 600;
  font-size: 16px;
  color: #484e56;
}
.cart_container_section .cart_summary .summary_row .summary_value {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
.cart_container_section .cart_summary .summary_row .summary_link {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cart_container_section .cart_summary .summary_row .summary_link:hover {
  color: #dc3545;
}
.cart_container_section .cart_summary .summary_row .summary_link.gift_link {
  color: #0066cc;
  text-decoration: underline;
}
.cart_container_section .cart_summary .summary_row .summary_link.gift_link:hover {
  color: #004499;
}
.cart_container_section .cart_summary .summary_row.summary_total {
  border-bottom: none;
  padding-top: 20px;
  margin-top: 8px;
}
.cart_container_section .cart_summary .summary_row.summary_total .summary_label {
  font-weight: 500;
  color: #1a1a1a;
}
.cart_container_section .cart_summary .summary_row .summary_value.grand_total {
  font-size: 20px;
  font-weight: 700;
}
.cart_container_section .cart_summary .checkout_btn_wrapper {
  margin-top: 24px;
}
.cart_container_section .cart_summary .checkout_btn_wrapper .checkout_btn {
  width: 100%;
  padding: 14px 32px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.cart_container_section .cart_summary .checkout_btn_wrapper .checkout_btn:hover {
  background-color: #c82333;
}
.cart_container_section .cart_summary .shipping_accordion {
  border: none;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item {
  border: none;
  background: transparent;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .accordion-button {
  padding: 12px 0;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .accordion-button::after {
  display: none;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_header {
  border-bottom: 1px solid #f0f0f0;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_header .summary_label {
  font-weight: 600;
  font-size: 16px;
  color: #484e56;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_header .summary_link {
  font-size: 14px;
  color: #666;
  margin-left: auto;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_header:hover .summary_link {
  color: #dc3545;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .accordion-body {
  padding: 0;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form {
  padding: 20px 0;
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .shipping_label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 400;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .select_wrapper {
  position: relative;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .select_wrapper .shipping_select {
  width: 100%;
  padding: 10px 36px 10px 10px;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .select_wrapper .shipping_select:focus {
  outline: none;
  border-color: #dc3545;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .select_wrapper .shipping_select.error {
  border-color: #dc3545;
  border-width: 2px;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .select_wrapper .select_arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 16px;
  color: #666;
  pointer-events: none;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .shipping_input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .shipping_input::-moz-placeholder {
  color: #999;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .shipping_input::placeholder {
  color: #999;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .shipping_input:focus {
  outline: none;
  border-color: #dc3545;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .field_error {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 13px;
  color: #dc3545;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .shipping_field .field_error .error_icon {
  font-size: 14px;
  font-weight: bold;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .estimate_shipping_btn {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .estimate_shipping_btn:hover {
  background-color: #c82333;
}
@media (max-width: 768px) {
  .cart_container_section {
    padding: 30px 0px;
  }
  .cart_container_section .cart_title {
    font-size: 22px;
  }
  .cart_container_section .cart_item {
    flex-wrap: wrap;
    gap: 16px;
  }
  .cart_container_section .cart_item .cart_item_info {
    flex: 1 1 100%;
  }
  .cart_container_section .cart_item .cart_item_info .cart_item_details .item_name {
    font-size: 14px;
  }
  .cart_container_section .cart_item .cart_item_price {
    flex: 1;
    text-align: left;
  }
  .cart_container_section .cart_item .cart_item_quantity {
    flex: 1;
    justify-content: center;
  }
  .cart_container_section .cart_item .cart_item_total {
    flex: 1;
    justify-content: flex-end;
  }
  .cart_container_section .cart_summary {
    max-width: 100%;
  }
}
.cart_container_section .cart_summary .coupon_accordion {
  border: none;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item {
  border: none;
  background: transparent;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .accordion-button {
  padding: 12px 0;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .accordion-button::after {
  display: none;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_header {
  border-bottom: 1px solid #f0f0f0;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_header .summary_label {
  font-weight: 600;
  font-size: 16px;
  color: #484e56;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_header .summary_link {
  font-size: 14px;
  color: #666;
  margin-left: auto;
  text-decoration: none;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_header:hover .summary_link {
  color: #dc3545;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .accordion-button:not(.collapsed) .summary_link,
.cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .accordion-button:not(.collapsed) .summary_link {
  text-decoration: underline;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .accordion-body {
  padding: 0;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form {
  padding: 20px 0;
  animation: slideDown 0.3s ease;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper .coupon_input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper .coupon_input::-moz-placeholder {
  color: #999;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper .coupon_input::placeholder {
  color: #999;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper .coupon_input:focus {
  outline: none;
  border-color: #dc3545;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper .coupon_apply_btn {
  padding: 10px 16px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}
.cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper .coupon_apply_btn:hover {
  background-color: #c82333;
}
@media (max-width: 576px) {
  .cart_container_section {
    padding: 20px 0px;
  }
  .cart_container_section .cart_summary .shipping_accordion .shipping_accordion_item .shipping_form .estimate_shipping_btn {
    font-size: 12px;
  }
  .cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper {
    flex-direction: column;
  }
  .cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper .coupon_input {
    width: 100%;
  }
  .cart_container_section .cart_summary .coupon_accordion .coupon_accordion_item .coupon_form .coupon_input_wrapper .coupon_apply_btn {
    width: 100%;
  }
}
.cart_delete_popup {
  border-radius: 16px;
  padding: 30px 20px;
}
.cart_delete_popup .swal2-icon.swal2-warning {
  border-color: #f5a623;
  color: #f5a623;
}
.cart_delete_popup .swal2-icon.swal2-warning .swal2-icon-content {
  color: #f5a623;
}
.cart_delete_title {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
.cart_delete_confirm_btn {
  padding: 12px 40px !important;
  border-radius: 25px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #dc3545 !important;
  border: none !important;
  box-shadow: none !important;
}
.cart_delete_confirm_btn:hover {
  background-color: #c82333 !important;
}
.cart_delete_confirm_btn:focus {
  box-shadow: none !important;
}
.cart_delete_cancel_btn {
  padding: 12px 32px !important;
  border-radius: 25px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
}
.cart_delete_cancel_btn:hover {
  background-color: #f5f5f5 !important;
}
.cart_delete_cancel_btn:focus {
  box-shadow: none !important;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/career-list/career_list.css */
.career_list_section {
  margin-top: 77px;
  padding: 50px 0;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/about-banner/aboutbanner.css */
.about_banner_section {
  padding: 60px 0;
  margin-top: 77px;
  background: #f2f5f7;
}
.about_banner_section .about_banner_content {
  margin: 0 auto;
  text-align: center;
}
.about_banner_section .about_banner_content .about_banner_header {
  margin-bottom: 24px;
}
.about_banner_section .about_banner_content .about_banner_header .about_link {
  color: #8b0000;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.about_banner_section .about_banner_content .about_banner_header .about_link:hover {
  color: #6b0000;
  text-decoration: underline;
}
.about_banner_section .about_banner_content .about_banner_title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
.about_banner_section .about_banner_content .about_banner_subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  max-width: 800px;
  margin: 0 auto 60px;
  font-weight: 400;
}
.about_banner_section .about_banner_content .about_banner_image_wrapper {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.about_banner_section .about_banner_content .about_banner_image_wrapper .about_banner_image {
  width: 100%;
  border-radius: 24px;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (max-width: 1200px) {
  .about_banner_section {
    margin-top: 72px;
  }
}
@media (max-width: 992px) {
  .about_banner_section {
    margin-top: 68px;
    padding: 30px 0;
  }
  .about_banner_section .about_banner_content .about_banner_title {
    font-size: 44px;
    line-height: 56px;
  }
  .about_banner_section .about_banner_content .about_banner_subtitle {
    font-size: 17px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .about_banner_section {
    padding: 20px 0;
  }
  .about_banner_section .about_banner_content .about_banner_title {
    font-size: 32px;
    line-height: 36px;
  }
  .about_banner_section .about_banner_content .about_banner_subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .about_banner_section .about_banner_content .about_banner_image_wrapper .about_banner_image {
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
  .about_banner_section {
    padding: 20px 0;
  }
  .about_banner_section .about_banner_content .about_banner_header {
    margin-bottom: 12px;
  }
  .about_banner_section .about_banner_content .about_banner_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .about_banner_section .about_banner_content .about_banner_subtitle {
    font-size: 15px;
    margin-bottom: 12px;
    padding: 0;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/count-list/countlist.css */
.count_list_section {
  padding: 60px 0;
  background-color: black;
}
.count_list_section .count_card .heading {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.48px;
}
.count_list_section .count_card .pera {
  color: #e7e7e9;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1200px) {
  .count_list_section .count_card .heading {
    font-size: 56px;
    line-height: 46px;
  }
  .count_list_section .count_card .pera {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .count_list_section {
    padding: 30px 0;
  }
  .count_list_section .count_card .heading {
    font-size: 48px;
    line-height: 56px;
  }
  .count_list_section .count_card .pera {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .count_list_section .count_card .heading {
    font-size: 48px;
    line-height: 56px;
  }
  .count_list_section .count_card .pera {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .count_list_section .count_card .heading {
    font-size: 34px;
    line-height: 36px;
  }
  .count_list_section .count_card .pera {
    font-size: 14px;
    line-height: 18px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/leading-manufacturers/leadingmanufacturers.css */
.leading_manufacturing_section {
  padding: 60px 0;
  background: #ffffff;
}
.manufacturers_heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0px;
}
.manufacturers_grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
}
.manufacturer_logos {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.manufacturer_logos:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.manufacturer_logos img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.manufacturer_logos:hover img {
  opacity: 1;
}
@media (max-width: 992px) {
  .leading_manufacturing_section {
    padding: 30px 0px;
  }
  .manufacturers_heading {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .manufacturers_grid {
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 20px;
  }
  .manufacturer_logos {
    height: 80px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .leading_manufacturing_section {
    padding: 20px 0px;
  }
  .manufacturers_heading {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .manufacturers_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .manufacturer_logos {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .manufacturers_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/license-trademark/license_trademark.css */
.license_trademark_section {
  padding: 60px 0;
  background: #fff;
}
.license_trademark_section .title {
  font-weight: 500;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -1.5px;
}
.license_trademark_section .subtitle {
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.license_trademark_section .apply-membership {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 992px) {
  .license_trademark_section {
    padding: 30px 0;
  }
  .license_trademark_section .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
  .license_trademark_section .apply-membership {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
  }
}
@media only screen and (max-width: 768px) {
  .license_trademark_section {
    padding: 20px 0;
  }
  .license_trademark_section .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .license_trademark_section .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    padding: 0 0px;
  }
  .license_trademark_section .subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .license_trademark_section .apply-membership {
    font-size: 14px;
    line-height: 20px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/our-comunity/ourcomunity.css */
.our_comunity_section {
  padding: 60px 0;
  background-color: #f2f5f7;
}
.our_comunity_section .custom-gutter {
  --bs-gutter-x: 5rem;
}
.our_comunity_section .community_grid_wrapper {
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.our_comunity_section .community_grid_wrapper .grid_item {
  position: relative;
}
.our_comunity_section .community_grid_wrapper .grid_item_1 {
  height: 300px;
}
.our_comunity_section .community_grid_wrapper .grid_item_2 {
  height: 300px;
}
.our_comunity_section .community_grid_wrapper .grid_item_3 {
  height: 230px;
  margin-top: 35px;
}
.our_comunity_section .community_grid_wrapper .grid_item_4 {
  height: 300px;
}
.our_comunity_section .community_grid_wrapper .grid_item .grid_image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.our_comunity_section .community_grid_wrapper .grid_item .grid_label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.our_comunity_section .community_subtitle {
  display: inline-block;
  font-size: 16px;
  color: #1a1a1a;
  text-decoration: underline;
  text-decoration-color: #c41e3a;
  text-underline-offset: 4px;
  margin-bottom: 20px;
}
.our_comunity_section .community_title {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 24px;
}
.our_comunity_section .community_description {
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 32px;
}
.our_comunity_section .community_btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.our_comunity_section .community_btn .community_btn:hover {
  background-color: #333;
  color: #fff;
  transform: translateX(4px);
}
.our_comunity_section .community_btn .community_btn svg {
  transition: transform 0.3s ease;
}
.our_comunity_section .community_btn:hover svg {
  transform: translateX(4px);
}
.item-1-custom {
  margin-top: 35px;
}
.item-1-custom-label {
  bottom: -19px !important;
}
@media (max-width: 991px) {
  .our_comunity_section {
    padding: 30px 0;
  }
  .our_comunity_section .custom-gutter {
    --bs-gutter-x: 1.5rem;
  }
  .our_comunity_section .community_title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .our_comunity_section {
    padding: 20px 0;
  }
  .our_comunity_section .community_grid_wrapper .grid_item_1 {
    height: 180px;
  }
  .our_comunity_section .community_grid_wrapper .grid_item_2,
  .our_comunity_section .community_grid_wrapper .grid_item_4 {
    height: 200px;
  }
  .our_comunity_section .community_grid_wrapper .grid_item_3 {
    height: 150px;
    margin-top: 20px;
  }
  .our_comunity_section .community_title {
    font-size: 28px;
  }
  .our_comunity_section .community_description {
    font-size: 16px;
  }
  .our_comunity_section .community_grid_wrapper .grid_label {
    font-size: 14px;
    bottom: 12px;
    left: 12px;
  }
  .item-1-custom {
    margin-top: 38px;
  }
  .item-1-custom-label {
    bottom: -25px !important;
  }
}
@media (max-width: 576px) {
  .our_comunity_section .community_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .our_comunity_section .community_subtitle {
    margin-bottom: 12px;
  }
  .our_comunity_section .community_description {
    margin-bottom: 12px;
  }
  .our_comunity_section .community_btn {
    padding: 12px 24px;
    font-size: 12px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/our-leadership/ourleadership.css */
.our_leadership_section {
  background-color: #ffffff;
  padding: 60px 0;
}
.our_leadership_section .slider_box .title {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -2px;
  margin-bottom: 32px;
}
.our_leadership_section .slider_box .need_card {
  padding: 0 12px;
}
.our_leadership_section .slider_box .need_card img {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}
.our_leadership_section .slider_box .need_card .d-flex.flex-column.p-5 {
  padding: 3rem;
}
.our_leadership_section .slider_box .need_card .badge {
  gap: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.our_leadership_section .slider_box .need_card .story_title {
  padding: 0 14.5px;
  margin-top: 16px;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.our_leadership_section .slider_box .need_card .story_designation {
  font-style: normal;
  color: #484e56;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin-bottom: 10px;
}
.our_leadership_section .slider_box .need_card .read-story {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.custom-arrow {
  top: -90px;
}
.custom-prev-arrow {
  border: 1px solid #c8102e;
  color: #c8102e;
}
.custom-prev-arrow:hover {
  background-color: #fbfbfb;
  border: 1px solid #c8102e;
}
.custom-next-arrow {
  background-color: #c8102e;
  border: 1px solid #c8102e;
}
.custom-next-arrow:hover {
  background-color: #ae102a;
  border: 1px solid #c8102e;
}
.our_leadership_section .need_slider .slick-arrow {
  padding: 10px;
  width: 48px;
  height: 48px;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
}
.our_leadership_section .need_slider .slick-arrow.slick-prev {
  left: -50px;
}
.our_leadership_section .need_slider .slick-arrow.slick-next {
  right: -50px;
}
.our_leadership_section .need_slider .slick-arrow::before {
  color: #000;
}
@media only screen and (max-width: 992px) {
  .our_leadership_section {
    padding: 30px 0;
  }
  .our_leadership_section .slider_box .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
  .our_leadership_section .slider_box .need_card .d-flex.flex-column.p-5 {
    padding: 2rem;
  }
  .our_leadership_section .slider_box .need_card .badge {
    gap: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .our_leadership_section .slider_box .need_card img {
    height: 300px;
  }
  .custom-arrow {
    width: 48px;
    height: 48px;
    font-size: 18px;
    display: none;
  }
  .custom-prev-arrow {
    right: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .our_leadership_section {
    padding: 20px 0;
  }
  .our_leadership_section .slider_box {
    padding: 0 0px;
  }
  .our_leadership_section .slider_box .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 23px;
    padding: 0 0px;
  }
  .our_leadership_section .need_slider .slick-arrow.slick-prev {
    left: 0px;
  }
  .our_leadership_section .need_slider .slick-arrow.slick-next {
    right: 0px;
  }
  .our_leadership_section .slider_box .need_card .d-flex.flex-column.p-5 {
    padding: 1.5rem;
  }
  .our_leadership_section .slider_box .need_card .badge {
    gap: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .our_leadership_section .slider_box .need_card .story_title {
    font-size: 20px;
  }
  .remove-br {
    display: none;
  }
}
@media (max-width: 576px) {
  .our_leadership_section .slider_box .need_card {
    padding: 0 6px;
  }
  .our_leadership_section .slider_box .title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
  .our_leadership_section .slider_box .need_card .d-flex.flex-column.p-5 {
    padding: 1rem;
  }
  .our_leadership_section .slider_box .need_card .badge {
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .our_leadership_section .slider_box .need_card img {
    height: 260px;
  }
  .our_leadership_section .slider_box .need_card .story_title {
    font-size: 18px;
  }
  .our_leadership_section .slider_box .need_card .read-story {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-arrow {
    display: none;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/who-are-we/whoarewe.css */
.who_are_we_section {
  padding: 60px 0;
  background: #fff;
}
.who_are_we_section .custom-gutter {
  --bs-gutter-x: 5rem;
}
.who_are_we_section .who_are_we_title {
  font-size: 48px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 32px;
  line-height: 1.2;
}
.who_are_we_section .who_are_we_subtitle {
  font-size: 28px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 32px;
}
.who_are_we_section .who_are_we_description {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 24px;
  font-weight: 400;
}
.who_are_we_section .who_are_we_stats {
  display: flex;
  gap: 80px;
  margin-top: 48px;
}
.who_are_we_section .who_are_we_stats .stat_item {
  flex: 0 0 auto;
}
.who_are_we_section .who_are_we_stats .stat_item .stat_number {
  font-size: 56px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1;
}
.who_are_we_section .who_are_we_stats .stat_item .stat_label {
  font-size: 18px;
  color: #666;
  margin: 0;
  font-weight: 400;
}
.who_are_we_section .who_are_we_image_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.who_are_we_section .who_are_we_image_wrapper .who_are_we_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .who_are_we_section .custom-gutter {
    --bs-gutter-x: 2.5rem;
  }
}
@media (max-width: 991px) {
  .who_are_we_section {
    padding: 30px 0;
  }
  .who_are_we_section .who_are_we_title {
    font-size: 40px;
  }
  .who_are_we_section .who_are_we_subtitle {
    font-size: 24px;
  }
  .who_are_we_section .who_are_we_image_wrapper {
    min-height: 500px;
  }
  .who_are_we_section .who_are_we_stats {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .who_are_we_section {
    padding: 40px 0;
  }
  .who_are_we_section .who_are_we_title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .who_are_we_section .who_are_we_subtitle {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .who_are_we_section .who_are_we_description {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .who_are_we_section .who_are_we_stats {
    gap: 50px;
    margin-top: 36px;
  }
  .who_are_we_section .who_are_we_stats .stat_item .stat_number {
    font-size: 48px;
  }
  .who_are_we_section .who_are_we_stats .stat_item .stat_label {
    font-size: 16px;
  }
  .who_are_we_section .who_are_we_image_wrapper {
    min-height: 450px;
    border-radius: 16px;
  }
}
@media (max-width: 575px) {
  .who_are_we_section {
    padding: 20px 0;
  }
  .who_are_we_section .who_are_we_title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .who_are_we_section .custom-gutter {
    --bs-gutter-x: 0;
  }
  .who_are_we_section .who_are_we_subtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .who_are_we_section .who_are_we_description {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .who_are_we_section .who_are_we_stats {
    gap: 40px;
    margin-top: 12px;
  }
  .who_are_we_section .who_are_we_stats .stat_item .stat_number {
    font-size: 40px;
  }
  .who_are_we_section .who_are_we_stats .stat_item .stat_label {
    font-size: 15px;
  }
  .who_are_we_section .who_are_we_image_wrapper {
    min-height: 300px;
    border-radius: 12px;
  }
}

/* css-side-effects-plugin-ns:app/components/table/auth-invoice.css */
@media (max-width: 650px) {
  .table.subscription-details-table {
    width: 100%;
    display: table !important;
  }
  .table.subscription-details-table > :not(caption) > * > * {
    padding-left: 0 !important;
  }
  .table.subscription-details-table tbody {
    display: table-row-group !important;
  }
  .table.subscription-details-table tr {
    display: table-row !important;
  }
  .table.subscription-details-table th {
    display: none;
  }
  .table.subscription-details-table td {
    display: grid !important;
    grid-template-columns: 17ch auto !important;
    width: 100% !important;
  }
  .table.subscription-details-table td::before {
    content: attr(data-cell) " ";
    font-weight: 700;
    text-transform: capitalize;
    color: #3d3d3d;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/main-product/mainproduct.css */
.main_product_section {
  padding: 60px 0;
  background: #fff;
  margin-top: 77px;
}
.main_product_section .custom-gutter {
  --bs-gutter-x: 5rem;
}
.main_product_section .heading {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.main_product_section .pera {
  color: #484e56;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}
.main_product_section .image_grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main_product_section .image_top {
  width: 100%;
}
.main_product_section .image_bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.main_product_section .imgbox {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.main_product_section .imgbox_large {
  height: 360px;
}
.main_product_section .imgbox_small {
  height: 140px;
}
.main_product_section .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.main_product_section .imgbox:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1200px) {
  .main_product_section .custom-gutter {
    --bs-gutter-x: 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .main_product_section .heading {
    font-size: 36px;
    line-height: 44px;
  }
  .main_product_section .content_box {
    padding-right: 20px;
  }
  .main_product_section .imgbox_large {
    height: 300px;
  }
  .main_product_section .imgbox_small {
    height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .main_product_section {
    padding: 60px 0;
  }
  .main_product_section .content_box {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .main_product_section .heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .main_product_section .pera {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .main_product_section .imgbox_large {
    height: 240px;
  }
  .main_product_section .imgbox_small {
    height: 100px;
  }
  .main_product_section .image_bottom {
    gap: 12px;
  }
  .main_product_section .image_grid {
    gap: 12px;
  }
}
.main_product_section .price_display {
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  line-height: 36px;
  margin-bottom: 24px;
  letter-spacing: -1%;
}
.main_product_section .color_section {
  margin-bottom: 24px;
}
.main_product_section .color_label {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}
.main_product_section .color_options {
  display: flex;
  gap: 16px;
}
.main_product_section .color_btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #002165;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.main_product_section .color_btn:hover {
  transform: scale(1.1);
}
.main_product_section .color_btn.active {
  border-color: #1a1a1a;
}
.main_product_section .color_btn.white {
  background: #fff;
}
.main_product_section .color_btn.cyan {
  background: #22d3ee;
}
.main_product_section .color_btn.red {
  background: #ef4444;
}
.main_product_section .quantity_section {
  margin-bottom: 24px;
}
.main_product_section .quantity_label {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}
.main_product_section .minimum_order_text {
  font-size: 14px;
  color: #3b82f6;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
}
.main_product_section .quantity_control_wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
}
.main_product_section .quantity_control {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 64px;
  padding: 8px 1px;
  width: -moz-fit-content;
  width: fit-content;
}
.main_product_section .quantity_btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0 14px;
  color: #1a1a1a;
  transition: color 0.2s ease;
}
.main_product_section .quantity_btn:hover {
  color: #c8102e;
}
.main_product_section .quantity_input {
  width: 60px;
  text-align: center;
  border: none;
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  outline: none;
}
.main_product_section .add_to_cart_btn {
  padding: 12px 46px;
  background: #c8102e;
  color: #fff;
  border: none;
  line-height: 26px;
  letter-spacing: -0.25px;
  border-radius: 64px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
}
.main_product_section .product-grid-container .more-products {
  padding: 8px 30px;
  background: #c8102e;
  color: #fff;
  border: none;
  line-height: 24px;
  letter-spacing: -0.25px;
  border-radius: 64px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
  margin-top: 24px;
}
.main_product_section .more-products:hover {
  background: #a00d25;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3);
}
.main_product_section .add_to_cart_btn:hover {
  background: #a00d25;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3);
}
.main_product_section .info_alert {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #eff6ff;
  border-radius: 8px;
  margin-top: 24px;
}
.main_product_section .info_alert svg {
  flex-shrink: 0;
}
.main_product_section .info_alert_text {
  font-size: 14px;
  color: #3b82f6;
  font-family: "Inter", sans-serif;
}
.main_product_section .description_section {
  padding-top: 20px;
}
.main_product_section .description_title {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  line-height: 28px;
  margin-bottom: 24px;
}
.main_product_section .video_container {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  margin-bottom: 24px;
  position: relative;
  aspect-ratio: 16 / 9;
}
.main_product_section .video_container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main_product_section .description_text {
  font-size: 16px;
  font-weight: 400;
  color: #484e56;
  font-family: "Inter", sans-serif;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 0;
}
.main_product_section .categories_section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.main_product_section .categories_title {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  line-height: 28px;
  margin-bottom: 24px;
}
.main_product_section .category_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main_product_section .category_item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 24px;
}
.main_product_section .category_item svg {
  color: #c8102e;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.main_product_section .manufacturer_section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.main_product_section .manufacturer_title {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  line-height: 28px;
  margin-bottom: 24px;
}
.main_product_section .manufacturer_content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.main_product_section .manufacturer_logo {
  width: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.main_product_section .manufacturer_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_product_section .manufacturer_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main_product_section .manufacturer_info {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
.main_product_section .manufacturer_label {
  color: #4a4a4a;
  font-weight: 400;
}
.main_product_section .manufacturer_value {
  color: #1a1a1a;
  font-weight: 500;
}
.main_product_section .manufacturer_link {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
.main_product_section .manufacturer_link_label {
  color: #4a4a4a;
  font-weight: 400;
}
.main_product_section .manufacturer_link_action {
  color: #c8102e;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
}
.main_product_section .manufacturer_link_action:hover {
  color: #a00d25;
}
.main_product_section .product-grid-container {
  margin-top: 60px;
  padding: 0;
}
.main_product_section .product-grid-container .title {
  margin-top: 24px;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .main_product_section .product-grid-container {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main_product_section .product-grid-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .main_product_section {
    padding: 20px 0;
  }
  .main_product_section .custom-gutter {
    --bs-gutter-x: 0;
  }
  .main_product_section .heading {
    font-size: 28px;
    line-height: 36px;
  }
  .main_product_section .pera {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .main_product_section .color_section {
    margin-bottom: 12px;
  }
  .main_product_section .imgbox_large {
    height: 200px;
  }
  .main_product_section .imgbox_small {
    height: 90px;
  }
  .main_product_section .price_display {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .main_product_section .quantity_control_wrapper {
    flex-direction: column;
    width: 100%;
  }
  .main_product_section .quantity_control {
    width: 100%;
    justify-content: space-between;
  }
  .main_product_section .add_to_cart_btn {
    font-size: 14px;
    width: 100%;
  }
  .main_product_section .description_section {
    margin-top: 12px;
    padding-top: 12px;
  }
  .main_product_section .video_container {
    margin-bottom: 12px;
  }
  .main_product_section .description_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .main_product_section .description_text {
    font-size: 14px;
    line-height: 22px;
  }
  .main_product_section .categories_section,
  .main_product_section .manufacturer_section {
    margin-top: 12px;
    padding-top: 12px;
  }
  .main_product_section .categories_title,
  .main_product_section .manufacturer_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .main_product_section .category_item {
    font-size: 14px;
    line-height: 20px;
  }
  .main_product_section .manufacturer_content {
    flex-direction: column;
    gap: 20px;
  }
  .main_product_section .manufacturer_logo {
    width: 120px;
  }
  .main_product_section .manufacturer_info,
  .main_product_section .manufacturer_link {
    font-size: 14px;
    line-height: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .main_product_section .product-grid-container .title {
    margin-top: 12px;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .main_product_section .product-grid-container {
    margin-top: 0;
    padding: 0;
  }
  .main_product_section .product-grid-container .more-products {
    padding: 8px 26px;
    font-size: 14px;
    margin-top: 12px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/main-product/cart-modal.css */
.cart-modal .modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 24px;
}
.cart-modal .modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 24px;
}
.cart-modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.cart-modal .modal-body {
  padding: 24px;
}
.cart-modal-content {
  display: flex;
  gap: 20px;
}
.cart-modal-product {
  display: flex;
  gap: 20px;
  flex: 1;
}
.cart-modal-image {
  width: 50%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.cart-modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-modal-details {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-modal-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
  margin: 0;
}
.cart-modal-manufacturer {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  line-height: 20px;
  margin: 0;
}
.cart-modal-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.cart-modal-quantity {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #9ca3af;
  line-height: 26px;
}
.cart-modal-price {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #c8102e;
  line-height: 26px;
}
.cart-modal-color {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  line-height: 20px;
  margin-bottom: 0;
}
.cart-modal-color span {
  color: #1a1a1a;
  font-weight: 500;
}
.cart-modal-summary {
  width: 30%;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cart-modal-checkout-btn {
  width: 100%;
  padding: 14px 24px;
  background: #002165;
  color: #fff;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.cart-modal-checkout-btn:hover {
  background: #001a4d;
}
.cart-modal-summary-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.cart-modal-subtotal-label {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #6b7280;
  line-height: 20px;
  margin: 0;
}
.cart-modal-subtotal-price {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 30px;
  margin: 0;
}
.cart-modal-item-count {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  line-height: 20px;
  margin-bottom: 0;
}
.cart-modal-continue-btn {
  width: 100%;
  padding: 10px 24px;
  background: #c8102e;
  color: #fff;
  border: none;
  border-radius: 64px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-modal-continue-btn:hover {
  background: #a00d25;
}
.cart-modal-view-cart-btn {
  width: 100%;
  padding: 10px 24px;
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #d1d5db;
  border-radius: 64px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-modal-view-cart-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
@media only screen and (max-width: 992px) {
  .cart-modal-content {
    flex-direction: column;
  }
  .cart-modal-summary {
    width: 100%;
  }
  .cart-modal-image {
    width: 180px;
    height: 240px;
  }
}
@media only screen and (max-width: 576px) {
  .cart-modal .modal-body {
    padding: 16px;
  }
  .cart-modal-product {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cart-modal-image {
    width: 100%;
    height: 300px;
  }
  .cart-modal-details {
    width: 100%;
    align-items: center;
  }
  .cart-modal-title {
    font-size: 18px;
    line-height: 26px;
  }
  .cart-modal-price-row {
    justify-content: center;
  }
  .cart-modal-quantity,
  .cart-modal-price {
    font-size: 20px;
    line-height: 28px;
  }
  .cart-modal-summary-content {
    padding: 20px 16px;
  }
  .cart-modal-subtotal-price {
    font-size: 28px;
    line-height: 36px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/product-gallery/productgallery.css */
.product_image {
  width: calc(20% - 16px);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product_image .main_slider {
  margin-bottom: 10px;
}
.product_image .main_slider .swiper-button-next,
.product_image .main_slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  padding: 7px;
  color: #959595;
  background-color: rgba(255, 255, 255, 0.3137254902);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_image .main_slider .swiper-button-next svg,
.product_image .main_slider .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.product_image .main_slider .swiper-button-next::after,
.product_image .main_slider .swiper-button-prev::after {
  content: none;
}
.product_image .thumb_slider .swiper-slide .imgbox_full {
  border-radius: 2px;
  padding: 5px;
}
.product_image .thumb_slider .swiper-slide .imgbox_full,
.product_image .thumb_slider .swiper-slide .imgbox_full * {
  cursor: pointer;
}
.product_image .imgbox_full {
  max-width: 300px;
  margin: 0 auto;
  aspect-ratio: 1/1;
}

/* css-side-effects-plugin-ns:node_modules/slick-carousel/slick/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* css-side-effects-plugin-ns:node_modules/slick-carousel/slick/slick-theme.css */
.slick-loading .slick-list {
  background: #fff url(/build/_assets/ajax-loader-BOAPMZMT.gif) center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url(/build/_assets/slick-EVLS6IWX.eot);
  src:
    url(/build/_assets/slick-EVLS6IWX.eot?#iefix) format("embedded-opentype"),
    url(/build/_assets/slick-MU5EZO5G.woff) format("woff"),
    url(/build/_assets/slick-NKQ64RRA.ttf) format("truetype"),
    url(/build/_assets/slick-7CK47X3J.svg#slick) format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/main-member/mainmember.css */
.main_member_section {
  padding: 60px 0;
  margin-top: 77px;
}
.main_member_section .member_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main_member_section .member_content .imgbox_large {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.main_member_section .member_content .member_header {
  margin-bottom: 8px;
}
.main_member_section .member_content .member_header .member_title {
  font-size: 48px;
  font-weight: 800;
  color: #ff6b35;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.main_member_section .member_content .member_header .member_category {
  font-size: 14px;
  color: #ff6b35;
  font-weight: 500;
  margin: 0;
}
.main_member_section .member_content .member_description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main_member_section .member_content .member_description .member_text {
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
  margin: 0;
}
.main_member_section .member_content .member_highlights {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 8px;
}
.main_member_section .member_content .member_highlights .highlight_item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main_member_section .member_content .member_highlights .highlight_item .highlight_title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
.main_member_section .member_content .member_highlights .highlight_item .highlight_text {
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
  margin: 0;
}
.main_member_section .member_content .member_closing {
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.main_member_section .member_content .member_closing .video_item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  margin-bottom: 24px;
  position: relative;
  aspect-ratio: 16 / 9;
}
.company_info_card {
  background: #f2f5f7;
  padding: 20px;
  margin-bottom: 24px;
}
.company_info_card .favorite_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #c41e3a;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  margin-bottom: 24px;
  transition: opacity 0.2s;
}
.company_info_card .favorite_btn:hover {
  opacity: 0.8;
}
.company_info_card .favorite_btn svg {
  width: 24px;
  height: 24px;
}
.company_info_card .info_title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 24px 0;
}
.company_info_card .info_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company_info_card .info_item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.company_info_card .info_item:hover .info_text {
  color: #ff6b35;
}
.company_info_card .info_item .info_icon {
  color: #666666;
  flex-shrink: 0;
}
.company_info_card .info_item .info_text {
  font-size: 16px;
  color: #c41e3a;
  font-weight: 500;
  transition: color 0.2s;
  word-break: break-word;
}
.company_info_card .info_item_button .info_text {
  color: #4a4a4a;
}
.company_info_card .location_section {
  padding-top: 20px;
  border-top: 1px solid #d5d5d5;
}
.company_info_card .location_title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}
.company_info_card .location_address {
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}
.company_info_card .map_container {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.company_info_card .map_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.main_member_section .title {
  margin-top: 24px;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
.main_member_section .more-products {
  padding: 8px 30px;
  background: #c8102e;
  color: #fff;
  border: none;
  line-height: 24px;
  letter-spacing: -0.25px;
  border-radius: 64px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
  margin-top: 24px;
}
.main_member_section .more-products:hover {
  background: #a00d25;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3);
}
@media only screen and (max-width: 992px) {
  .main_member_section {
    margin-top: 64px;
  }
  .main_member_section .member_content .member_header .member_title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .main_member_section .member_content {
    gap: 20px;
  }
  .main_member_section .member_content .member_header .member_title {
    font-size: 32px;
  }
  .main_member_section .member_content .member_header .member_category {
    font-size: 13px;
  }
  .main_member_section .member_content .member_description .member_text {
    font-size: 14px;
  }
  .company_info_card {
    padding: 24px;
  }
  .company_info_card .info_title {
    font-size: 28px;
  }
  .company_info_card .info_item .info_text {
    font-size: 15px;
  }
  .main_member_section .member_content .member_highlights .highlight_item .highlight_title {
    font-size: 18px;
  }
  .main_member_section .member_content .member_highlights .highlight_item .highlight_text {
    font-size: 14px;
  }
  .main_member_section .member_content .member_closing {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .main_member_section {
    padding: 20px 0;
  }
  .main_member_section .member_content {
    gap: 12px;
  }
  .main_member_section .member_content .member_header .member_title {
    font-size: 28px;
  }
  .main_member_section .member_content .member_header .member_category {
    font-size: 12px;
  }
  .main_member_section .member_content .member_description .member_text {
    font-size: 13px;
    line-height: 1.6;
  }
  .main_member_section .member_content .member_highlights {
    gap: 16px;
  }
  .main_member_section .member_content .member_highlights .highlight_item .highlight_title {
    font-size: 16px;
  }
  .main_member_section .member_content .member_highlights .highlight_item .highlight_text {
    font-size: 13px;
    line-height: 1.6;
  }
  .main_member_section .member_content .member_closing {
    font-size: 13px;
    line-height: 1.6;
    padding-top: 12px;
  }
  .company_info_card {
    padding: 12px;
    margin-bottom: 12px;
  }
  .company_info_card .favorite_btn {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .company_info_card .info_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .company_info_card .info_list {
    gap: 16px;
  }
  .company_info_card .info_item .info_text {
    font-size: 14px;
  }
  .company_info_card .location_section {
    padding-top: 12px;
  }
  .company_info_card .location_title {
    font-size: 16px;
  }
  .company_info_card .location_address {
    font-size: 13px;
  }
  .main_member_section .member_content .member_closing .video_item {
    margin-bottom: 12px;
  }
  .main_member_section .title {
    margin-top: 12px;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .main_member_section .more-products {
    padding: 8px 26px;
    font-size: 14px;
    margin-top: 12px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/latest-manufacturing/latest_manufacturing.css */
.latest_manufacturing_section {
  padding: 60px 0;
  background-color: #f2f5f7;
}
.latest_manufacturing_section .title {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -2px;
  margin-bottom: 32px;
}
.manufacturing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .latest_manufacturing_section {
    padding: 30px 0;
  }
  .latest_manufacturing_section .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
  .manufacturing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .latest_manufacturing_section {
    padding: 20px 0;
  }
  .latest_manufacturing_section .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 23px;
    padding: 0 0px;
  }
  .manufacturing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .latest_manufacturing_section .title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/latest-manufacturing/components/manufacturing_card.css */
.card-wrapper {
  gap: 0.5rem;
}
.card-wrapper .card-image {
  max-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.card-wrapper .badge .badge-news {
  background-color: white;
  border-radius: 1rem;
  padding: 0.4rem 0.6rem;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
}
.card-wrapper .card-title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-wrapper .footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}
.card-wrapper .footer .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-wrapper .footer .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card-wrapper .footer .info .name {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
}
.card-wrapper .footer .info .role {
  color: #666666;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .card-wrapper .card-image {
    max-height: 240px;
  }
  .card-wrapper .card-title {
    font-size: 15px;
  }
  .card-wrapper .footer .avatar {
    width: 44px;
    height: 44px;
  }
  .card-wrapper .footer .info .name {
    font-size: 14px;
  }
  .card-wrapper .footer .info .role {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .card-wrapper {
    gap: 0.4rem;
  }
  .card-wrapper .card-image {
    max-height: 220px;
  }
  .card-wrapper .badge .badge-news {
    padding: 0.3rem 0.5rem;
    font-size: 11px;
  }
  .card-wrapper .card-title {
    font-size: 14px;
    margin-top: 0.3rem;
  }
  .card-wrapper .footer {
    gap: 0.6rem;
  }
  .card-wrapper .footer .avatar {
    width: 40px;
    height: 40px;
  }
  .card-wrapper .footer .info .name {
    font-size: 13px;
  }
  .card-wrapper .footer .info .role {
    font-size: 11px;
  }
}
@media only screen and (max-width: 576px) {
  .card-wrapper {
    gap: 0.3rem;
  }
  .card-wrapper .card-image {
    max-height: 200px;
  }
  .card-wrapper .badge {
    gap: 0.5rem !important;
    margin-top: 0.3rem !important;
  }
  .card-wrapper .badge .badge-news {
    padding: 0.25rem 0.4rem;
    font-size: 10px;
  }
  .card-wrapper .card-title {
    font-size: 13px;
    margin: 0.2rem 0;
  }
  .card-wrapper .footer {
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .card-wrapper .footer .avatar {
    width: 36px;
    height: 36px;
  }
  .card-wrapper .footer .info {
    gap: 2px;
  }
  .card-wrapper .footer .info .name {
    font-size: 12px;
  }
  .card-wrapper .footer .info .role {
    font-size: 10px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/news-list/newslist.css */
.news_section {
  padding: 60px 0;
  margin-top: 77px;
  background: #f2f5f7;
}
.news_section .heading {
  text-align: center;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.news_section .pera {
  text-align: center;
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .news_section {
    padding: 30px 0;
    margin-top: 67px;
  }
  .news_section .heading {
    font-size: 36px;
    line-height: 46px;
  }
  .news_section .pera {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .news_section .heading {
    font-size: 26px;
    line-height: 36px;
  }
  .news_section .pera {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .news_section {
    padding: 20px 0;
  }
  .news_section .heading {
    font-size: 20px;
    line-height: 26px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/career-info/career_info.css */
.career_info_section {
  margin-top: 77px;
}
.career_banner_section {
  padding: 100px 0;
  background-color: rgba(75, 78, 103, 0.062745098);
}
.headline {
  font-size: 3rem;
  font-weight: bold;
}
.headline_1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.headline_2 {
  font-size: 2rem;
  font-weight: bold;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/main-news/mainnews.css */
.main_news_section {
  padding: 60px 0;
  margin-top: 77px;
}
.main_news_section .news_article {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main_news_section .news_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.main_news_section .news_category_badge {
  background: #c8102e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 64px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main_news_section .news_meta_dot {
  color: #aaa;
  font-size: 14px;
}
.main_news_section .news_meta_text {
  font-size: 14px;
  color: #666;
}
.main_news_section .news_title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0;
}
.main_news_section .news_author_row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.main_news_section .news_author_avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}
.main_news_section .news_author_info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.main_news_section .news_author_name {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.main_news_section .news_author_role {
  font-size: 13px;
  color: #888;
}
.main_news_section .news_hero_image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
}
.main_news_section .news_hero_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.main_news_section .news_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main_news_section .news_paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}
.main_news_section .news_section_heading {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 12px 0 0;
  letter-spacing: -0.3px;
}
.main_news_section .news_blockquote {
  border-left: 4px solid #c8102e;
  background: #f9f2f3;
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
  margin: 0;
}
.main_news_section .news_quote_text {
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
  color: #333;
  margin: 0 0 10px;
}
.main_news_section .news_quote_author {
  font-size: 14px;
  font-weight: 600;
  color: #c8102e;
  font-style: normal;
}
.main_news_section .news_tags_section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.main_news_section .news_tags_label {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  padding-top: 4px;
}
.main_news_section .news_tags_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.main_news_section .news_tag {
  background: #f0f0f0;
  color: #4a4a4a;
  font-size: 13px;
  padding: 4px 14px;
  border-radius: 64px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.main_news_section .news_tag:hover {
  background: #c8102e;
  color: #fff;
}
.main_news_section .news_share_section {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.main_news_section .news_share_label {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
}
.main_news_section .news_share_buttons {
  display: flex;
  gap: 10px;
}
.main_news_section .news_share_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
.main_news_section .news_share_btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.main_news_section .news_share_twitter {
  background: #000;
}
.main_news_section .news_share_linkedin {
  background: #0a66c2;
}
.main_news_section .news_share_facebook {
  background: #1877f2;
}
.main_news_section .news_sidebar_card {
  background: #f2f5f7;
  padding: 24px;
  margin-bottom: 24px;
}
.main_news_section .news_sidebar_title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px;
}
.main_news_section .news_author_card .news_sidebar_author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.main_news_section .news_author_card .news_sidebar_author_avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}
.main_news_section .news_author_card .news_sidebar_author_name {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 2px;
}
.main_news_section .news_author_card .news_sidebar_author_role {
  font-size: 13px;
  color: #888;
  margin: 0;
}
.main_news_section .news_author_card .news_sidebar_author_bio {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.main_news_section .news_newsletter_card {
  background: #1a1a1a;
}
.main_news_section .news_newsletter_card .news_sidebar_title {
  color: #fff;
}
.main_news_section .news_newsletter_text {
  font-size: 14px;
  line-height: 1.6;
  color: #bbb;
  margin: 0 0 16px;
}
.main_news_section .news_newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main_news_section .news_newsletter_input {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #444;
  background: #2a2a2a;
  color: #fff;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
}
.main_news_section .news_newsletter_input::-moz-placeholder {
  color: #888;
}
.main_news_section .news_newsletter_input::placeholder {
  color: #888;
}
.main_news_section .news_newsletter_input:focus {
  border-color: #c8102e;
}
.main_news_section .news_newsletter_btn {
  padding: 10px 20px;
  background: #c8102e;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.main_news_section .news_newsletter_btn:hover {
  background: #a00d25;
  transform: translateY(-1px);
}
.main_news_section .news_related_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main_news_section .news_related_item {
  display: flex;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.main_news_section .news_related_item:hover {
  opacity: 0.8;
}
.main_news_section .news_related_image {
  width: 80px;
  height: 64px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}
.main_news_section .news_related_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.main_news_section .news_related_title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
  transition: color 0.2s;
}
.main_news_section .news_related_item:hover .news_related_title {
  color: #c8102e;
}
.main_news_section .news_related_date {
  font-size: 12px;
  color: #888;
}
@media only screen and (max-width: 992px) {
  .main_news_section {
    margin-top: 64px;
  }
  .main_news_section .news_title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .main_news_section .news_title {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .main_news_section .news_section_heading {
    font-size: 22px;
  }
  .main_news_section .news_paragraph {
    font-size: 15px;
  }
  .main_news_section .news_sidebar_card {
    padding: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .main_news_section {
    padding: 20px 0;
  }
  .main_news_section .news_article {
    gap: 16px;
  }
  .main_news_section .news_title {
    font-size: 24px;
  }
  .main_news_section .news_meta {
    gap: 6px;
  }
  .main_news_section .news_meta_text {
    font-size: 12px;
  }
  .main_news_section .news_author_avatar {
    width: 40px;
    height: 40px;
  }
  .main_news_section .news_author_name {
    font-size: 14px;
  }
  .main_news_section .news_section_heading {
    font-size: 20px;
  }
  .main_news_section .news_paragraph {
    font-size: 14px;
    line-height: 1.7;
  }
  .main_news_section .news_blockquote {
    padding: 14px 16px;
  }
  .main_news_section .news_quote_text {
    font-size: 15px;
  }
  .main_news_section .news_sidebar_card {
    padding: 16px;
    margin-bottom: 16px;
  }
  .main_news_section .news_sidebar_title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .main_news_section .news_related_image {
    width: 70px;
    height: 56px;
  }
  .main_news_section .news_tags_section {
    padding-top: 16px;
  }
  .main_news_section .news_share_section {
    padding-top: 16px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/contact-form/contactform.css */
.contact_form_section {
  padding: 60px 0;
  margin-top: 77px;
}
.contact_form_section .heading {
  color: #323539;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.48px;
  margin-bottom: 60px;
}
.contact_form_section .paragraph {
  color: #858c95;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: -0.18px;
  padding: 0 6px;
  margin: 0 auto 16px;
}
.contact_form_section .form_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.contact_form_section .form_wrapper .input_box {
  width: 100%;
}
.contact_form_section .form_wrapper .input_box label {
  color: #323539;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
}
.contact_form_section .form_wrapper .input_box input,
.contact_form_section .form_wrapper .input_box textarea,
.contact_form_section .form_wrapper .input_box select {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e5e5e7;
  background: #f8f9fb;
  color: #858c95;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
}
input:focus,
select:focus,
button:focus {
  border-color: #007bff;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
}
.contact_form_section .form_wrapper .input_box input,
.contact_form_section .form_wrapper .input_box input *,
.contact_form_section .form_wrapper .input_box textarea,
.contact_form_section .form_wrapper .input_box textarea *,
.contact_form_section .form_wrapper .input_box select,
.contact_form_section .form_wrapper .input_box select * {
  cursor: text;
}
.contact_form_section .form_wrapper .input_box input::-webkit-input-placeholder,
.contact_form_section .form_wrapper .input_box textarea::-webkit-input-placeholder,
.contact_form_section .form_wrapper .input_box select::-webkit-input-placeholder {
  color: #858c95;
}
.contact_form_section .form_wrapper .input_box textarea {
  min-height: 140px;
}
.contact_form_section .form_wrapper .input_box.half_width {
  width: calc(50% - 12px);
}
.contact_form_section .form_wrapper .check_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact_form_section .form_wrapper .check_box input,
.contact_form_section .form_wrapper .check_box input * {
  cursor: pointer;
}
.contact_form_section .form_wrapper .check_box .text {
  color: #323539;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.contact_form_section .form_wrapper .submit_btn {
  background-color: #C8102E;
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 0.3s ease;
}
.contact_form_section .form_wrapper .submit_btn:hover:not(:disabled) {
  background-color: #a0081f;
}
.contact_form_section .form_wrapper .submit_btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.contact_form_section .form_wrapper .checkbox_label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  gap: 10px;
  color: #323539;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}
.contact_form_section .form_wrapper .checkbox_label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}
.contact_form_section .info_wrapper {
  padding: 0 30px;
}
.contact_form_section .info_wrapper .contact_info {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.contact_form_section .info_wrapper .contact_info .para_text {
  color: #858c95;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2px;
}
.contact_form_section .info_wrapper .contact_info .heading {
  color: #323539;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.18px;
  margin-bottom: 2px;
}
.contact_form_section .info_wrapper .heading {
  color: #323539;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
  text-align: left;
}
.contact_form_section .info_wrapper .para {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1%;
  margin-bottom: 8px;
}
.contact_form_section .info_wrapper .link {
  display: flex;
  align-items: start;
  gap: 14px;
  color: #0b124c;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.contact_form_section .info_wrapper .link,
.contact_form_section .info_wrapper .link * {
  cursor: pointer;
}
.contact_form_section .info_wrapper .link .icon_box {
  width: 20px;
  height: 20px;
}
.contact_form_section .info_wrapper .link .icon_box svg {
  width: 100%;
  height: 100%;
  color: currentColor;
}
.contact_form_section .info_wrapper .get_in_touch {
  margin-bottom: 32px;
}
.contact_form_section .info_wrapper .address {
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .contact_form_section {
    padding: 30px 0;
    margin-top: 67px;
  }
  .contact_form_section .heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contact_form_section .paragraph {
    font-size: 16px;
    margin: 0 auto 14px;
  }
  .contact_form_section .form_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
  }
  .contact_form_section .form_wrapper .input_box {
    width: 100%;
  }
  .contact_form_section .form_wrapper .input_box label {
    color: #323539;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.1px;
    margin-bottom: 8px;
  }
  .contact_form_section .form_wrapper .input_box input,
  .contact_form_section .form_wrapper .input_box textarea,
  .contact_form_section .form_wrapper .input_box select {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e5e5e7;
    background: #f8f9fb;
    color: #858c95;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
  }
  .contact_form_section .form_wrapper .input_box input::-webkit-input-placeholder,
  .contact_form_section .form_wrapper .input_box textarea::-webkit-input-placeholder,
  .contact_form_section .form_wrapper .input_box select::-webkit-input-placeholder {
    color: #858c95;
  }
  .contact_form_section .form_wrapper .input_box textarea {
    min-height: 140px;
  }
  .contact_form_section .form_wrapper .input_box.half_width {
    width: calc(50% - 12px);
  }
  .contact_form_section .info_wrapper {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form_section {
    padding: 20px 0;
  }
  .contact_form_section .heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .contact_form_section .form_wrapper .input_box.half_width {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .contact_form_section .heading {
    margin-bottom: 12px;
  }
  .contact_form_section .paragraph {
    font-size: 14px;
    margin: 0 auto 12px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/faq/faq.css */
.faq_section {
  padding: 60px 0;
}
.faq_section .container {
  max-width: 900px;
}
.faq_section .heading {
  color: #323539;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.48px;
}
.faq_section .pera {
  color: #353535;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.18px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.faq_section .accordion_box .accordion_item {
  border-bottom: 1px solid #e5e5e7;
  overflow: hidden;
}
.faq_section .accordion_box .accordion_item .accordion_title {
  padding: 16px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all linear 350ms;
}
.faq_section .accordion_box .accordion_item.active .accordion_title {
  background-color: #ffffff;
}
.faq_section .accordion_box .accordion_item .accordion_title,
.faq_section .accordion_box .accordion_item .accordion_title * {
  cursor: pointer;
}
.faq_section .accordion_box .accordion_item .accordion_title .title {
  color: #323539;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
  transition: all linear 350ms;
}
.faq_section .accordion_box .accordion_item.active .accordion_title .title {
  color: black;
}
.faq_section .accordion_box .accordion_item .accordion_title .icon_box {
  width: 20px;
  height: 20px;
  color: #323539;
  transform: rotate(180deg);
  transition: all linear 350ms;
}
.faq_section .accordion_box .accordion_item.active .accordion_title .icon_box {
  color: #000;
}
.faq_section .accordion_box .accordion_item .accordion_title .icon_box svg {
  stroke: currentColor;
  margin-top: -6px;
}
.faq_section .accordion_box .accordion_item .accordion_title .icon_box svg path {
  stroke: currentColor;
}
.faq_section .accordion_box .accordion_item .accordion_content {
  color: #484e56;
  height: 0px;
  overflow: hidden;
  transition: all linear 350ms;
}
.faq_section .accordion_box .accordion_item .accordion_content .content_wrapper {
  padding: 12px 5px 12px 5px;
}
.faq_section .accordion_box .accordion_item .accordion_content .pera {
  color: #858c95;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-align: left;
  margin: 0;
}
.faq_section .accordion_box .accordion_item.active .accordion_title .icon_box {
  transform: rotate(0deg);
}
@media only screen and (max-width: 992px) {
  .faq_section {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .faq_section {
    padding: 20px 0;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/terms-banner/termsbanner.css */
.terms_banner_section {
  margin-top: 77px;
  padding: 60px 0;
  background-color: #e5e5e7;
}
.terms_banner_section .badge {
  border-radius: 128px;
  background: rgba(75, 78, 103, 0.4);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.1px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}
.terms_banner_section .heading {
  color: #323539;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.04px;
  margin-bottom: 24px;
}
.terms_banner_section .pera {
  color: #858c95;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.18px;
  max-width: 640px;
  margin: 0 auto 36px;
}
.terms_banner_section .search_box {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #e5e5e7;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  padding: 8px 8px 8px 16px;
  max-width: 640px;
  margin: 0 auto;
}
.terms_banner_section .search_box .search_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.terms_banner_section .search_box .search_icon svg {
  width: 100%;
  height: 100%;
  margin-top: -6px;
}
.terms_banner_section .search_box .input_field {
  width: calc(100% - 30px - 30%);
  border: none;
  background-color: transparent;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.terms_banner_section .search_box .input_field::-webkit-input-placeholder {
  color: #858c95;
}
.terms_banner_section .search_box .submit_btn {
  width: 30%;
  border-radius: 6px;
  border: none;
  background: #4b4e67;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  padding: 10px 16px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/terms-content/termscontent.css */
.terms_section {
  padding: 50px 0;
}
.terms_section .title {
  color: #323539;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.22px;
}
.terms_section .text_box .pera {
  color: #858c95;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.terms_section .text_box .list li {
  padding-left: 25px;
  color: #858c95;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-bottom: 18px;
  position: relative;
}
.terms_section .text_box .list li::before {
  content: "";
  background-image: url(/build/_assets/Checkbox-WLAS4ASK.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/home-banner/home_banner.css */
.home_banner_section {
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 60px 0;
  margin-top: 77px;
}
.banner_title {
  color: #fff;
  font-size: 62px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -2.5px;
  margin-bottom: 10px;
}
.banner_subheading {
  color: #e7e7e9;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 28px;
}
.remove-br {
  display: block;
}
@media (max-width: 1200px) {
  .home_banner_section {
    margin-top: 72px;
  }
}
@media (max-width: 992px) {
  .home_banner_section {
    margin-top: 68px;
    min-height: 500px;
    padding: 30px 0;
  }
  .banner_title {
    font-size: 48px;
    line-height: 60px;
  }
  .banner_subheading {
    font-size: 18px;
    line-height: 26px;
  }
  .remove-br {
    display: none;
  }
}
@media (max-width: 768px) {
  .home_banner_section {
    min-height: 400px;
    padding: 20px 0;
  }
  .banner_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .banner_subheading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .remove-br {
    display: none;
  }
}
@media (max-width: 576px) {
  .banner_title {
    font-size: 28px;
    line-height: 36px;
  }
  .banner_subheading {
    font-size: 14px;
    line-height: 22px;
  }
  .remove-br {
    display: none;
  }
}
.search_input:focus,
.category_select:focus {
  box-shadow: none;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/home-banner/components/customsearch.css */
.home_banner_search_container {
  width: 62%;
  margin-bottom: 4rem;
}
.home_banner_search_select {
  width: 25%;
}
.home_banner_search_input_field {
  width: 75%;
}
.search-dropdown-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.search-dropdown-scroll::-webkit-scrollbar {
  width: 6px;
  position: absolute;
  right: 0;
}
.search-dropdown-scroll::-webkit-scrollbar-track {
  background: transparent;
  margin: 4px 0;
}
.search-dropdown-scroll::-webkit-scrollbar-thumb {
  background: rgba(181, 161, 131, 0.4);
  border-radius: 3px;
}
.search-dropdown-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(181, 161, 131, 0.6);
}
@media (max-width: 992px) {
  .home_banner_search_container {
    width: 85%;
    margin-bottom: 0;
  }
  .home_banner_search_select {
    width: 25%;
  }
  .home_banner_search_input_field {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .home_banner_search_container {
    width: 100%;
    margin-bottom: 0;
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .home_banner_search_select {
    width: 100%;
  }
  .home_banner_search_input_field {
    width: 100%;
  }
}
@media (max-width: 576px) {
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/product-directory/components/Product_Grid/productgridlist.css */
.product-list-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
.product-list-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.product-list-image-container {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.product-list-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.product-list-favorite-icon {
  background-color: #949796;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.product-list-favorite-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.product-list-name {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}
.product-list-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-list-price {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}
.product-list-shop-now {
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: -0.25px;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-list-shop-now:hover {
  color: #dc3545;
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/about-us/aboutus.css */
.aboutus_section {
  padding: 60px 0;
  background: #fff;
}
.aboutus_section .content_box {
  padding-right: 40px;
}
.aboutus_section .badge_text {
  display: inline-block;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.7;
}
.aboutus_section .heading {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 24px;
}
.aboutus_section .pera {
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
.aboutus_section .check_list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.aboutus_section .check_item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.aboutus_section .check_item .icon_box {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
  flex-shrink: 0;
}
.aboutus_section .check_item .icon_box svg {
  width: 100%;
  height: 100%;
}
.aboutus_section .check_item .text {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.aboutus_section .button_box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.aboutus_section .apply_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 64px;
  background: #1a1a1a;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.aboutus_section .apply_btn:hover {
  background: #2a2a2a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.aboutus_section .apply_btn svg {
  width: 20px;
  height: 20px;
  color: currentColor;
}
.aboutus_section .image_grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutus_section .image_top {
  width: 100%;
}
.aboutus_section .image_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.aboutus_section .imgbox {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.aboutus_section .imgbox_large {
  height: 360px;
}
.aboutus_section .imgbox_small {
  height: 240px;
}
.aboutus_section .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.aboutus_section .imgbox:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 992px) {
  .aboutus_section .button_box {
    margin-top: 20px;
  }
  .aboutus_section .heading {
    font-size: 36px;
    line-height: 44px;
  }
  .aboutus_section .content_box {
    padding-right: 20px;
  }
  .aboutus_section .imgbox_large {
    height: 300px;
  }
  .aboutus_section .imgbox_small {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutus_section {
    padding: 60px 0;
  }
  .aboutus_section .content_box {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .aboutus_section .heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .aboutus_section .pera {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .aboutus_section .check_list {
    margin-bottom: 32px;
    gap: 12px;
  }
  .aboutus_section .check_item .text {
    font-size: 14px;
    line-height: 20px;
  }
  .aboutus_section .apply_btn {
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }
  .aboutus_section .imgbox_large {
    height: 240px;
  }
  .aboutus_section .imgbox_small {
    height: 180px;
  }
  .aboutus_section .image_bottom {
    gap: 12px;
  }
  .aboutus_section .image_grid {
    gap: 12px;
  }
  .remove-br {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus_section {
    padding: 20px 0;
  }
  .aboutus_section .heading {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
  .aboutus_section .pera {
    font-size: 14px;
    line-height: 22px;
  }
  .aboutus_section .imgbox_large {
    height: 200px;
  }
  .aboutus_section .imgbox_small {
    height: 150px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/industry-insight/industryinsight.css */
.industry_insight_section {
  padding: 60px 0;
  background-image: url(/assets/industry/industry-insight.png);
  background-color: #1e3a5f;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry_insight_section .content_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.industry_insight_section .badge {
  background-color: transparent;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-right: 20.5px;
}
.industry_insight_section .text_content {
  padding-left: 40px;
  border-left: 2.5px solid rgba(255, 255, 255, 0.3);
}
.industry_insight_section .heading {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 0;
}
@media (max-width: 991px) {
  .industry_insight_section {
    min-height: 400px;
    padding: 60px 0;
  }
  .industry_insight_section .content_box {
    justify-content: flex-start;
  }
  .industry_insight_section .heading {
    font-size: 32px;
    line-height: 42px;
  }
  .industry_insight_section .text_content {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
  }
  .industry_insight_section .badge {
    padding-right: 6px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .industry_insight_section {
    min-height: 300px;
    padding: 40px 0;
  }
  .industry_insight_section .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .industry_insight_section .badge {
    font-size: 14px;
    line-height: 20px;
  }
  .industry_insight_section .text_content {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .industry_insight_section .heading {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  .industry_insight_section .content_box {
    justify-content: center;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/product-directory/productdirectory.css */
.product_directory_section {
  padding: 60px 0;
}
.product-grid-container {
  padding: 0;
}
.product_directory_section .title {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -2px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .product_directory_section {
    padding: 30px 0;
  }
  .product_directory_section .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 768px) {
  .product_directory_section {
    padding: 20px 0;
  }
  .product_directory_section .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 23px;
    padding: 0 0px;
  }
}
@media (max-width: 576px) {
  .product_directory_section .title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/product-directory/components/Search_FIlters/searchfilters.css */
.search_select {
  width: 15%;
  min-width: 120px;
  flex-shrink: 0;
}
.tags_common_prop {
  border: 1px solid #e2e2e2;
  background-color: #f4f4f2;
}
.search_input_field {
  background-color: transparent;
  border: none;
  width: 100%;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.search-icon-left {
  position: absolute;
  left: 0.9rem;
  pointer-events: none;
  color: #6c757d;
  z-index: 1;
}
.cross-icon-right {
  position: absolute;
  right: 0.9rem;
  cursor: pointer;
  color: #6c757d;
  z-index: 1;
}
.cross-icon-right:hover {
  color: #495057;
}
.search_sort_by {
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .search_select {
    width: auto;
    min-width: 100px;
    max-width: 130px;
  }
  .search_sort_by {
    width: auto;
  }
}
@media (max-width: 576px) {
  .search_select {
    width: auto;
    min-width: 100px;
    max-width: 130px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/member-directory/memberdirectory.css */
.members_directory_section {
  padding: 60px 0;
  background-color: #f2f5f7;
}
.members-grid-container {
  padding: 0;
}
.members_directory_section .title {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -2px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .members_directory_section {
    padding: 30px 0;
  }
  .members_directory_section .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 768px) {
  .members_directory_section {
    padding: 20px 0;
  }
  .members_directory_section .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 23px;
    padding: 0 0px;
  }
}
@media (max-width: 576px) {
  .members_directory_section .title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/success-stories/success_stories.css */
.success_stories_section {
  background-color: #f2f5f7;
  padding: 60px 0;
}
.success_stories_section .slider_box .badge_text {
  display: inline-block;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.7;
}
.success_stories_section .slider_box .title {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -2px;
  margin-bottom: 32px;
}
.success_stories_section .slider_box .need_card {
  padding: 0 12px;
}
.success_stories_section .slider_box .need_card img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.success_stories_section .slider_box .need_card .d-flex.flex-column.p-5 {
  padding: 3rem;
}
.success_stories_section .slider_box .need_card .badge {
  gap: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.success_stories_section .slider_box .need_card .story_title {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}
.success_stories_section .slider_box .need_card .read-story {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.custom-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  position: absolute;
  top: -115px;
  z-index: 10;
  font-size: 20px;
}
.custom-prev-arrow {
  right: 75px;
  background-color: white;
  border: 1px solid black;
  color: #1a1a1a;
}
.custom-prev-arrow:hover {
  background-color: #f8f8f8;
  border-color: #d0d0d0;
}
.custom-next-arrow {
  right: 10px;
  background-color: #1a1a1a;
  border: 1px solid black;
  color: white;
}
.custom-next-arrow:hover {
  background-color: #333;
}
.success_stories_section .need_slider .slick-arrow {
  padding: 10px;
  width: 48px;
  height: 48px;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
}
.success_stories_section .need_slider .slick-arrow.slick-prev {
  left: -50px;
}
.success_stories_section .need_slider .slick-arrow.slick-next {
  right: -50px;
}
.success_stories_section .need_slider .slick-arrow::before {
  color: #000;
}
@media only screen and (max-width: 992px) {
  .success_stories_section {
    padding: 30px 0;
  }
  .success_stories_section .slider_box .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
  .success_stories_section .slider_box .need_card .d-flex.flex-column.p-5 {
    padding: 2rem;
  }
  .success_stories_section .slider_box .need_card .badge {
    gap: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .success_stories_section .slider_box .need_card img {
    height: 300px;
  }
  .custom-arrow {
    width: 48px;
    height: 48px;
    font-size: 18px;
    display: none;
  }
  .custom-prev-arrow {
    right: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .success_stories_section {
    padding: 20px 0;
  }
  .success_stories_section .slider_box {
    padding: 0 0px;
  }
  .success_stories_section .slider_box .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 23px;
    padding: 0 0px;
  }
  .success_stories_section .need_slider .slick-arrow.slick-prev {
    left: 0px;
  }
  .success_stories_section .need_slider .slick-arrow.slick-next {
    right: 0px;
  }
  .success_stories_section .slider_box .need_card .d-flex.flex-column.p-5 {
    padding: 1.5rem;
  }
  .success_stories_section .slider_box .need_card .badge {
    gap: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .success_stories_section .slider_box .need_card img {
    height: 250px;
  }
  .success_stories_section .slider_box .need_card .story_title {
    font-size: 20px;
    line-height: 28px;
  }
  .remove-br {
    display: none;
  }
}
@media (max-width: 576px) {
  .success_stories_section .slider_box .need_card {
    padding: 0 6px;
  }
  .success_stories_section .slider_box .title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
  .success_stories_section .slider_box .need_card .d-flex.flex-column.p-5 {
    padding: 1rem;
  }
  .success_stories_section .slider_box .need_card .badge {
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .success_stories_section .slider_box .need_card img {
    height: 200px;
  }
  .success_stories_section .slider_box .need_card .story_title {
    font-size: 18px;
    line-height: 24px;
  }
  .success_stories_section .slider_box .need_card .read-story {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-arrow {
    display: none;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/list-slider/listslider.css */
.list_and_slider_section {
  background-color: #f2f5f7;
  padding: 60px 0;
}
.list_and_slider_section .slider_box .title {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -2px;
  margin-bottom: 32px;
}
.list_and_slider_section .slider_box .need_card {
  padding: 0 8px;
}
.list_and_slider_section .slider_box .need_card .head {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
}
.list_and_slider_section .slider_box .need_card .head .imgbox {
  border-radius: 4px;
  width: 100%;
  height: 352px;
  overflow: hidden;
}
.list_and_slider_section .slider_box .need_card .head .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_and_slider_section .need_slider .slick-arrow {
  padding: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
}
.list_and_slider_section .need_slider .slick-arrow.slick-prev {
  left: -50px;
}
.list_and_slider_section .need_slider .slick-arrow.slick-next {
  right: -50px;
}
.list_and_slider_section .need_slider .slick-arrow::before {
  color: #000;
}
@media only screen and (max-width: 992px) {
  .list_and_slider_section {
    padding: 30px 0;
  }
  .list_and_slider_section .slider_box .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 768px) {
  .list_and_slider_section {
    padding: 20px 0;
  }
  .list_and_slider_section .slider_box {
    padding: 0 0px;
  }
  .list_and_slider_section .slider_box .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 23px;
    padding: 0 0px;
  }
  .list_and_slider_section .need_slider .slick-arrow.slick-prev {
    left: 0px;
  }
  .list_and_slider_section .need_slider .slick-arrow.slick-next {
    right: 0px;
  }
  .remove-br {
    display: none;
  }
}
@media (max-width: 576px) {
  .list_and_slider_section .slider_box .need_card {
    padding: 0 0px;
  }
  .list_and_slider_section .slider_box .title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/customer-review/customer_review.css */
.customer_review_section {
  padding: 60px 0;
  background-color: #ffffff;
}
.customer_review_section .header {
  font-weight: 500;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -1.5px;
  text-align: center;
  margin-bottom: 32px;
}
.customer_review_section .need_card {
  padding: 0 6px;
}
.customer_review_section .need_card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
.customer_review_section .need_card .stars .star {
  color: #ffc107;
  font-size: 18px;
}
.customer_review_section .need_card .stars .star.empty {
  color: #e0e0e0;
}
.customer_review_section .need_card .quote {
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 24px;
  margin-top: 0;
}
.customer_review_section .need_card .footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.customer_review_section .need_card .footer .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.customer_review_section .need_card .footer .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.customer_review_section .need_card .footer .info .name {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
}
.customer_review_section .need_card .footer .info .role {
  color: #666666;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.customer_review_section .img-box {
  margin-top: 32px;
}
.customer_review_section .img-box .review-score {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #083c2f;
  letter-spacing: -0.3px;
}
@media only screen and (max-width: 992px) {
  .customer_review_section {
    padding: 30px 0;
  }
  .customer_review_section .header {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 768px) {
  .customer_review_section {
    padding: 20px 0;
  }
  .customer_review_section .img-box .review-score {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .customer_review_section .need_card {
    padding: 0 0px;
  }
  .customer_review_section .header {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 23px;
    padding: 0 0px;
  }
  .customer_review_section .img-box {
    margin-top: 23px;
  }
}

/* css-side-effects-plugin-ns:app/components/landingPage/sections/featured-blog/feturedblog.css */
.featured_blog_section {
  padding: 60px 0;
  margin-top: 77px;
}
.latest_section {
  margin: 40px 0;
}
.latest_title {
  font-size: 40px;
  font-weight: 500;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.2;
}
.filter_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.filter_btn {
  padding: 10px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  background-color: transparent;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.filter_btn:hover {
  background-color: #f5f5f5;
  border-color: #d0d0d0;
}
.filter_btn.active {
  background-color: #e63946;
  color: #ffffff;
  border-color: #e63946;
}
.filter_btn.active:hover {
  background-color: #d62839;
  border-color: #d62839;
}
@media only screen and (max-width: 768px) {
  .featured_blog_section {
    padding: 30px 0;
    margin-top: 64px;
  }
  .latest_section {
    margin-bottom: 30px;
  }
  .latest_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .filter_buttons {
    gap: 10px;
  }
  .filter_btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 578px) {
  .featured_blog_section {
    padding: 20px 0;
    margin-top: 64px;
  }
  .latest_section {
    margin-bottom: 24px;
  }
  .latest_title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .filter_buttons {
    gap: 8px;
  }
  .filter_btn {
    padding: 7px 16px;
    font-size: 13px;
  }
}
/*# sourceMappingURL=/build/css-bundle-KK3Q54UY.css.map */
