@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.plu-ico {
  width: 100px !important;
  height: 100px !important;
  border-radius: 6px;
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.plu-ico {
  width: 100px !important;
  height: 100px !important;
  border-radius: 6px;
}

.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--text);
  --borderbefore: var(--text);
  --borderafter: var(--primary);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: 500;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --font: normal;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}
.form .form-group {
  position: relative;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
.form .form-group.has-icon input {
  --iconsize: 26px;
  background-repeat: no-repeat;
  background-size: var(--iconsize);
}
.form .form-group.has-icon:not(.icon-left) input {
  background-position: calc(100% - var(--paddingleftright, 0px)) 50%;
  padding-right: calc(var(--paddingleftright, 0px) + var(--iconsize, 0px) + var(--paddingleftright, 0px));
}
.form .form-group.has-icon.icon-left input {
  background-position: var(--paddingleftright, 0px) 50%;
  padding-left: calc(var(--paddingleftright, 0px) + var(--iconsize, 0px) + 10px);
}
.form .form-group.has-icon.calender-icon input {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.5 2H14.5V0.5C14.5 0.367392 14.4473 0.240215 14.3536 0.146447C14.2598 0.0526785 14.1326 0 14 0C13.8674 0 13.7402 0.0526785 13.6464 0.146447C13.5527 0.240215 13.5 0.367392 13.5 0.5V2H6.5V0.5C6.5 0.367392 6.44732 0.240215 6.35355 0.146447C6.25979 0.0526785 6.13261 0 6 0C5.86739 0 5.74021 0.0526785 5.64645 0.146447C5.55268 0.240215 5.5 0.367392 5.5 0.5V2H2.5C1.8372 2.00079 1.20178 2.26444 0.73311 2.73311C0.264441 3.20178 0.000793929 3.8372 0 4.5V17.5C0.000793929 18.1628 0.264441 18.7982 0.73311 19.2669C1.20178 19.7356 1.8372 19.9992 2.5 20H17.5C18.163 20 18.7989 19.7366 19.2678 19.2678C19.7366 18.7989 20 18.163 20 17.5V4.5C20 3.83696 19.7366 3.20107 19.2678 2.73223C18.7989 2.26339 18.163 2 17.5 2ZM19 17.5C19 17.8978 18.842 18.2794 18.5607 18.5607C18.2794 18.842 17.8978 19 17.5 19H2.5C2.10218 19 1.72064 18.842 1.43934 18.5607C1.15804 18.2794 1 17.8978 1 17.5V9H19V17.5ZM19 8H1V4.5C1 3.672 1.67 3 2.5 3H5.5V4.5C5.5 4.63261 5.55268 4.75979 5.64645 4.85355C5.74021 4.94732 5.86739 5 6 5C6.13261 5 6.25979 4.94732 6.35355 4.85355C6.44732 4.75979 6.5 4.63261 6.5 4.5V3H13.5V4.5C13.5 4.63261 13.5527 4.75979 13.6464 4.85355C13.7402 4.94732 13.8674 5 14 5C14.1326 5 14.2598 4.94732 14.3536 4.85355C14.4473 4.75979 14.5 4.63261 14.5 4.5V3H17.5C17.8978 3 18.2794 3.15804 18.5607 3.43934C18.842 3.72064 19 4.10218 19 4.5V8Z" fill="%23666666" fill-opacity="0.7"/%3E%3C/svg%3E');
}
.form .form-group.has-icon.search-icon input {
  --iconsize: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.893 13.92L16.973 17M16 8.5C16 10.4891 15.2098 12.3968 13.8033 13.8033C12.3968 15.2098 10.4891 16 8.5 16C6.51088 16 4.60322 15.2098 3.1967 13.8033C1.79018 12.3968 1 10.4891 1 8.5C1 6.51088 1.79018 4.60322 3.1967 3.1967C4.60322 1.79018 6.51088 1 8.5 1C10.4891 1 12.3968 1.79018 13.8033 3.1967C15.2098 4.60322 16 6.51088 16 8.5Z' stroke='%23939393' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form .form-group.has-icon.user-icon input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 20v-1a7 7 0 0 1 7-7v0a7 7 0 0 1 7 7v1m-7-8a4 4 0 1 0 0-8a4 4 0 0 0 0 8'/%3E%3C/svg%3E");
}
.form .form-group.has-icon.password-icon input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23666666' d='M3 8.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2'/%3E%3Cpath fill='%23666666' fill-rule='evenodd' d='M4.5 3c1.56 0 2.94.794 3.75 2h5.26a1 1 0 0 1 .807.409l1.49 2.04a.99.99 0 0 1 .033 1.13l-1.26 1.95a.997.997 0 0 1-1.41.276L12.02 10l-1.19.812a1 1 0 0 1-1.13 0L8.51 10h-.258c-.808 1.21-2.18 2-3.75 2a4.5 4.5 0 0 1 0-9zm3.75 6a1 1 0 0 0-.832.444a3.5 3.5 0 0 1-2.91 1.56c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5c1.21 0 2.28.616 2.91 1.56c.186.277.498.444.832.444h5.26L15 8.048l-1.26 1.95l-1.15-.805a1 1 0 0 0-1.14-.005L10.26 10l-1.19-.812a1 1 0 0 0-.566-.175h-.258z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group:has(input[disabled]) {
  --paddingleftright: 10px;
  --color: var(--text);
}
.form .form-group:has(input[disabled])::after, .form .form-group:has(input[disabled])::before {
  display: none;
}
.form .form-group:has(input[disabled]) input {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  caret-color: transparent;
  border: 1px solid #ededed;
  border-radius: 5px !important;
  cursor: no-drop;
  background: #f5f5f5;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: var(--borderbefore);
}
.form .form-group::after {
  width: 0;
  background: #c8c8c8;
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: var(--labelbackground);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  padding: 0 var(--paddingleftright);
}
.form .form-group input:focus, .form .form-group textarea:focus {
  outline: none;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input.valid ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group input:not(.no-focus):focus, .form .form-group textarea:not(.no-focus):focus {
  outline: none;
}
.form .form-group input:not(.no-focus):focus ~ label, .form .form-group textarea:not(.no-focus):focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group input[readonly], .form .form-group textarea[readonly] {
  caret-color: transparent;
}
.form .form-group textarea {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
  height: 2px;
}
.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 15px;
}
.form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .form-group:has(.rgt-btn) {
  position: relative;
}
.form .form-group:has(.rgt-btn) input {
  padding-right: 3rem;
}
.form .form-group:has(.rgt-btn) .rgt-btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  font-size: 13px;
  color: var(--secondary);
  font-weight: 500;
}
.form .form-group .btm-text {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  text-align: left;
  line-height: normal;
  font-size: 12px;
  z-index: 1;
  font-weight: 500;
}
.form .form-group .btm-text.frgt-pswrd {
  text-align: right;
  color: var(--text);
}
.form .form-group .btm-text.frgt-pswrd:hover {
  text-decoration: underline;
  color: var(--secondary);
}
.form .form-group .btm-text.green-msg {
  color: var(--green);
}
.form .form-group .btm-text.red-msg {
  color: red;
  z-index: 1 !important;
}
.form .form-group.file-input input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.form .form-group.file-input .file-name {
  pointer-events: none;
  height: calc(var(--inputsize) - var(--borderwidth));
  position: relative;
  --filename: "Choose File";
  --filenameinitial: var(--filename);
  --color: var(--text);
  --background: none;
  --image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23666666' d='M3.264 8.579a.683.683 0 0 1-.975 0a.704.704 0 0 1 0-.987L8.32 1.5C9.68.444 11.048-.063 12.41.006c1.716.088 3.052.742 4.186 1.815C17.752 2.915 18.5 4.476 18.5 6.368c0 1.452-.422 2.73-1.313 3.864l-8.503 8.76c-.86.705-1.816 1.046-2.84 1.005c-1.3-.054-2.267-.474-2.986-1.185c-.842-.831-1.358-1.852-1.358-3.225c0-1.092.377-2.1 1.155-3.046L10.139 4.9c.6-.64 1.187-1.02 1.787-1.112a2.49 2.49 0 0 1 2.2.755c.532.563.76 1.265.68 2.064c-.055.545-.278 1.047-.688 1.528l-6.88 7.048a.683.683 0 0 1-.974.006a.704.704 0 0 1-.006-.987l6.847-7.012c.2-.235.305-.472.33-.724c.04-.4-.056-.695-.305-.958a1.12 1.12 0 0 0-1-.34c-.243.037-.583.258-1.002.704l-7.453 7.607c-.537.655-.797 1.35-.797 2.109c0 .954.345 1.637.942 2.226c.475.47 1.12.75 2.08.79c.68.027 1.31-.198 1.858-.642l8.397-8.65c.645-.827.967-1.8.967-2.943c0-1.482-.577-2.684-1.468-3.528c-.91-.862-1.95-1.37-3.313-1.44c-1.008-.052-2.065.34-3.117 1.146z'/%3E%3C/svg%3E") no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: calc(var(--inputsize) - var(--borderwidth));
}
.form .form-group.file-input .file-name::before, .form .form-group.file-input .file-name::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.form .form-group.file-input .file-name::before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize) - var(--borderwidth));
  padding-left: var(--paddingleftright);
  color: var(--color);
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none;
}
.form .form-group.file-input .file-name::after {
  content: "";
  right: 0;
  background: var(--image);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: calc(100% - var(--paddingleftright, 0)) 50%;
  background-size: auto 50%;
}
.form .form-group.is-otp-input {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  align-items: center;
}
.form .form-group.is-otp-input:before, .form .form-group.is-otp-input::after {
  display: none;
}
.form .form-group.is-otp-input label {
  position: unset;
}
.form .form-group.is-otp-input .otp-fields-wrap {
  flex: 1;
  position: relative;
}
.form .form-group.is-otp-input .otp-fields-wrap input {
  letter-spacing: 72px;
  padding: 0 25px;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.form .form-group.is-otp-input .otp-fields {
  flex: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  pointer-events: none;
  gap: 1rem;
  max-width: 374px;
  margin-left: auto;
  margin-right: auto;
}
.form .form-group.is-otp-input .otp-fields span {
  flex: 1;
  display: block;
  height: var(--inputsize);
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 15px;
  --arrowspace: 8px;
  --iconpath: url(../../icon/location-primary.svg);
}
.custom-select.has-icon {
  --iconsize: 12px;
  --iconurl: var(--iconpath);
  --iconspace: 8px;
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: var(--paddingleftright, 0px);
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--paddingleftright, 0);
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-gray.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: 14px;
  font-weight: var(--font);
  padding-right: calc(var(--arrow) + var(--arrowspace));
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
  height: 4px;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
.custom-select .list li.selected {
  background: var(--secondary);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--secondary);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.daterangepicker {
  font-family: "Poppins" !important;
}
.daterangepicker select {
  display: block;
  border-radius: 5px;
  color: var(--text);
  cursor: pointer !important;
  background: #fff6f6;
  border-color: #ccc;
}
.daterangepicker select:focus {
  outline: none;
}
.daterangepicker thead {
  position: relative;
}
.daterangepicker tr:has(.yearselect, .monthselect) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
.daterangepicker tr:has(.yearselect, .monthselect) th:has(.yearselect, .monthselect) {
  display: flex;
  flex: 1;
}
.daterangepicker tr:has(.yearselect, .monthselect) th .yearselect, .daterangepicker tr:has(.yearselect, .monthselect) th .monthselect {
  flex: 1;
}
.daterangepicker tr ~ tr th {
  padding-top: 35px;
}
.daterangepicker option.disabled, .daterangepicker td.disabled {
  text-decoration: none !important;
}
.daterangepicker td.active {
  background-color: var(--black) !important;
}
.daterangepicker .drp-buttons .btn {
  --height: 30px;
  padding: 0 15px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border-radius: 50%;
  background: var(--black);
  border-color: var(--black);
  height: 17px;
  width: 17px;
  border: none !important;
  top: 50%;
  translate: 0 -50%;
}
.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus, .ui-button:focus, html .ui-button.ui-state-disabled:hover:focus, html .ui-button.ui-state-disabled:active:focus {
  outline: none;
}

.ui-slider-horizontal {
  height: 2px;
  border: none !important;
}

.ui-widget-content {
  background: #CECECE;
  border: none !important;
}

.ui-widget-header {
  background: var(--black);
}

.checkbox-full {
  position: relative;
  --size: 20px;
  display: flex;
  line-height: normal;
  align-items: center;
}
.checkbox-full:has(input:checked) .check-span {
  background: var(--secondary);
}
.checkbox-full:has(input:checked) .check-span::before {
  opacity: 1;
}
.checkbox-full input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
}
.checkbox-full .check-span {
  flex: 0 1 auto;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --size: 20px;
  height: var(--size);
  width: var(--size);
  position: relative;
  padding: 0;
  border-radius: 5px;
  background: #D9D9D9;
  pointer-events: none;
}
.checkbox-full .check-span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../../icon/tick-white.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 10px auto;
  opacity: 0;
}
.checkbox-full p {
  padding-left: 14px;
  color: var(--text);
  font-weight: 500;
  font-size: 14px;
}

.radio-full {
  position: relative;
  --size: 20px;
  display: flex;
  line-height: normal;
  align-items: center;
}
.radio-full:has(input:checked) .check-span {
  background: var(--secondary);
  outline-offset: -4px;
  outline: 2px solid var(--white);
}
.radio-full:has(input:checked) p {
  color: var(--black);
}
.radio-full input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
}
.radio-full .check-span {
  flex: 0 1 auto;
  display: block;
  --size: 17px;
  display: inline-block;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--secondary);
  border-radius: 50%;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: transparent;
}
.radio-full p {
  padding-left: 14px;
  font-weight: 500;
  color: var(--text);
}

.image-upload {
  position: relative;
  position: relative;
}
.image-upload::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.image-upload::before {
  height: 30%;
  top: auto;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAApJJREFUWEftl81vDVEYxp9nOufMrZJUrUUiYkEXNIggJNJo0GCh3VrYWAhBIuEP6AohYkMitj4Si0bVAgkqKoRENJFIhKUgPtLU3HPvfXXGqNu6d+accetuzHLmfZ/zO+f9OO8QTX7Y5PXhBCAiBZRKa1Ohff8Rye+2G7MGEJE2GHMLwPoM8ftQaivJcRsIKwARaYcxdwCstBEF8BRKdZP8nGU/DUAmJhahpeUggBUAvCrnxQAWZonN+P4OwJuqdxUAz1Eun2Fr69tf76cAkl1GDu2OC7maf4BSS0h+iRx/AxjTA5FhV7Vc9uRmKnV3OkAY9oO8nEvQ1Umkn0FwdSZAH8grllqPIXIvTrZYhasAbASw2spfpI9BcC3PCUSldZhan6+1kBSL+wCcBDAnFSTnCYQQ6WIQjKWJSxh2gnwCIKhrV+cEskKwn1qfi0QlDHeCPApgebLIS3jeAH3/Rvy9WIxK+bQrQFoSjkOpeSRFSqVeVCqDNcU9bzt9f0hEfBjzDUChpp1zCMhBKrUj2d0IgHV1dveQWsetWsJwGGRPHQDHJCSPUKlTCUC0s7l1AD5R6wWxnTHHIDLgcgJpITgwKXw2AfgIoCMTIC0PnEMAXKTWexOAByk34gi13pDYXZq8C/Y0JgTAM2rdFQunJ+E2+v7NBOAFgE6XEKSXoef1TpXZT4jjSRmWAYwlZTiUJOAukNddyzCrD3xFpbKGhcKrjEa0DORoSqICf9mKD1HrCymt+ASAtjyteDfI+IayeEaTyyhquX48KZGb/sVlZMFmYVKzDI3ZApFo6Jz9h+ymUrejhapHsg4Y8xrA/FkmeA+llv4xksXlU38obQRT+lDaiBXyaFj9F+QRtvX5D9D0E/gBt9U9MPDrkusAAAAASUVORK5CYII=);
}
.image-upload input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerpadding: 23px;
  --headerheight: 90px;
  --headerfixed: 60px;
  --homecatstrip: 80px;
  --homecatstripfixed: 70px;
  --footerstrip: 38px;
  --filterstrip: 42px;
  --mobilesearch: 50px;
  --primary: #0D74BE;
  --secondary: #262265;
  --primary-light:#deeffb;
  --gradient-a: linear-gradient(90deg, #262265 0%, #0D74BE 100%);
  --gradient-b: linear-gradient(90deg, #0D74BE 0%, #262265 100%);
  --text: #666666;
  --green: green;
  --white: #FFFFFF;
  --black: #000000;
  --black-light: #313131;
  --gray: #F6F4F2;
  --container: 1280px;
  --containerfluid: 2rem;
}
@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 15px;
    --headerpadding: 12px;
    --headerheight: 65px;
    --headerfixed: 65px;
  }
}
@media only screen and (max-width: 675px) {
  :root {
    --headerheight: 55px;
    --headerfixed: 55px;
    --mobilesearch: 42px;
  }
}
@media only screen and (max-width: 320px) {
  :root {
    --containerfluid: 10px;
    --headerheight: 50px;
    --headerfixed: 50px;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  background: var(--black);
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
body.overflow-hidden {
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Poppins";
  font-weight: normal;
}

b {
  font-weight: 500;
}

small {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.gray-bg {
  background: #F3F3F3;
}

.primary-light-bg {
  background: var(--primary-light);
}

.gray-bg-2 {
  background: #FAFAFA;
}

.gradient-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.c-primary {
  color: var(--primary);
}

.c-secondary {
  color: var(--secondary);
}

.c-text {
  color: var(--text);
}

.c-red {
  color: red;
}

.c-green, .green-color {
  color: #13bb75 !important;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

select {
  display: none;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}

svg path {
  transition: 0.5s ease;
}

.position-relative {
  position: relative;
}

.lh-normal {
  line-height: normal;
}

.cursor-pointer {
  cursor: pointer !important;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  display: block;
  margin: 0 auto;
}

.social-icons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 64px;
  line-height: 1.05;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 54px;
  line-height: 1.2;
}

h3 {
  font-size: 48px;
  line-height: 1.2;
}

.heading:has(h2 ~ h6) h3, .heading:has(h2 ~ h6) h2, .heading:has(h3 ~ h6) h3, .heading:has(h3 ~ h6) h2, .heading:has(h2 ~ h5) h3, .heading:has(h2 ~ h5) h2, .heading:has(h3 ~ h5) h3, .heading:has(h3 ~ h5) h2, .heading:has(h2 ~ p) h3, .heading:has(h2 ~ p) h2, .heading:has(h3 ~ p) h3, .heading:has(h3 ~ p) h2 {
  margin-bottom: 8px;
}
.heading h3, .heading h2 {
  font-size: 48px;
  line-height: 1.25;
  color: var(--black);
  font-family: "Poppins";
}
.heading h3 span, .heading h2 span {
  color: var(--black);
}
.heading h6 {
  font-size: 18px;
  line-height: 1.34;
  font-weight: 500;
}
.heading h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.29;
}
.heading:not(.c-white) h6, .heading:not(.c-white) p {
  color: var(--text);
}
.heading.lh-1 h3, .heading.lh-1 h2 {
  line-height: 1;
}
.heading.has-space h2, .heading.has-space h3 {
  letter-spacing: 0.4em;
}
.heading.h-medium h2, .heading.h-medium h3 {
  font-size: 36px;
}
@media only screen and (max-width: 1100px) {
  .heading.h-medium h2, .heading.h-medium h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .heading.h-medium h2, .heading.h-medium h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .heading.h-medium h2, .heading.h-medium h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .heading.h-medium h2, .heading.h-medium h3 {
    font-size: 18px;
  }
}
.heading.h-small h2, .heading.h-small h3 {
  font-size: 20px;
  line-height: 25.8px;
}
.heading.f-medium h2, .heading.f-medium h3 {
  font-weight: 500;
}
.heading.f-semibold h2, .heading.f-semibold h3 {
  font-weight: 600;
}
.heading.c-white > *:not(.btn) {
  color: var(--white);
}
.heading.c-black-light h2, .heading.c-black-light h3 {
  color: var(--black-light);
}

h4 {
  font-size: 36px;
  line-height: 1.28;
}

h5 {
  font-size: 24px;
  line-height: 1.167;
}
@media only screen and (max-width: 1152px) {
  h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.inline-flex {
  --gap: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0 var(--gap);
}

img {
  max-width: 100%;
}

button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.item-md {
  position: relative;
  display: block;
  position: relative;
}
.item-md::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.item-md::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.item-md::before, .item-md::after {
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figure, .item-md .figure {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video, .item-md figure iframe, .item-md .figure img, .item-md .figure video, .item-md .figure iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.item-md.center-item figcaption {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  transition: 0s ease 0.5s, opacity 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media only screen and (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.btn {
  --height: 44px;
  --padding: 28px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  overflow: hidden;
  color: var(--white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.5s ease;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
  border-radius: 30px;
  font-weight: 500;
  z-index: 1;
}
.btn:hover {
  background: var(--gradient-a);
}
.btn.btn-no-hover {
  cursor: default !important;
}
.btn:not(.border-btn)::before, .btn:not(.border-btn)::after {
  z-index: -1;
  transition: 0.5s ease;
}
.btn:not(.border-btn)::after {
  opacity: 0;
}
.btn:not(.border-btn):not(.disabled-btn, .btn-no-hover):hover::before {
  opacity: 0;
}
.btn:not(.border-btn):not(.disabled-btn, .btn-no-hover):hover::after {
  opacity: 1;
}
.btn.border-btn {
  border: 1px solid;
}
.btn.btn-white {
  border: 1px solid var(--white);
  color: var(--black);
  background: var(--white);
}
.btn.btn-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.btn.btn-white::before, .btn.btn-white::after {
  display: none;
}
.btn.btn-white:hover {
  background: none;
  color: var(--white);
}
.btn.border-white {
  border-color: var(--white);
  color: var(--white);
  background: none;
}
.btn.border-white:hover {
  background: var(--white);
  color: var(--black);
}
.btn.border-secondary {
  background: none;
  border-color: var(--primary);
  color: var(--primary);
}
.btn.border-secondary:not(.disabled-btn, .btn-no-hover):hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.btn.border-secondary:not(.disabled-btn, .btn-no-hover):hover path {
  fill: var(--white);
}
.btn.border-primary {
  background: none;
  border-color: var(--primary);
  color: var(--primary);
}
.btn.border-primary:not(.disabled-btn, .btn-no-hover):hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.btn.border-primary:not(.disabled-btn, .btn-no-hover):hover path {
  fill: var(--white);
}
.btn.border-gray {
  background: none;
  border-color: var(--text);
  color: var(--text);
}
.btn.border-gray:not(.disabled-btn, .btn-no-hover):hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.btn.border-gray:not(.disabled-btn, .btn-no-hover):hover path {
  fill: var(--white);
}
.btn.btn-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.btn.btn-wide {
  --padding: 40px;
}
.btn.btn-medium {
  --height: 36px;
  --padding: 16px;
  font-size: 14px;
}
.btn.btn-small {
  --height: 31px;
  font-size: 14px;
  --padding: 14px;
}
.btn.w-100 {
  width: 100%;
}
.btn.box {
  --padding: 0px;
  width: var(--height);
}
.btn.btn-btn {
  border-radius: 5px;
}
.btn.green-btn {
  background: #06A561;
  color: var(--white);
  border-color: #06A561;
}
.btn.red-btn {
  background: #F12B43;
  color: var(--white);
  border-color: #F0142F;
}
.btn:is(input[type=submit]) {
  background: var(--gradient-a);
  border: none;
  transition: 0s ease;
  cursor: pointer;
  color: var(--white);
}
.btn:is(input[type=submit]):hover {
  background: var(--primary);
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: var(--white);
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close {
  cursor: pointer;
}
.model .close:not(.btn, .close-video, .not-ab) {
  position: absolute;
  top: 0;
  right: 0;
  top: 25px;
  right: 25px;
  line-height: 0;
}
@media only screen and (max-width: 520px) {
  .model .close:not(.btn, .close-video, .not-ab) {
    top: 20px;
    right: 20px;
  }
}
.model .close:not(.btn, .close-video, .not-ab) path {
  stroke: var(--black);
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
.form-grid .full {
  grid-column: span var(--item);
}

.btn-div-btm > *:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (max-width: 675px) {
  .btn-div-btm > *:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-btm .btn {
    --padding: 12px;
    font-size: 14px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav:has(.swiper-button-lock) {
  display: none !important;
}
.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev svg, .swiper-prev img {
  transform: scaleX(-1);
}

.swiper-prev, .swiper-next {
  --size: 42px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  border: 1px solid var(--black);
  transition: 0.5s ease;
}
.swiper-prev.swiper-btn-medium, .swiper-next.swiper-btn-medium {
  --size: 35px;
}
.swiper-prev:not(.no-background) svg, .swiper-next:not(.no-background) svg {
  width: 7px;
}
.swiper-prev:not(.no-background) path, .swiper-next:not(.no-background) path {
  fill: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled, .no-background), .swiper-next:hover:not(.swiper-button-disabled, .no-background) {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled, .no-background) path, .swiper-next:hover:not(.swiper-button-disabled, .no-background) path {
  fill: var(--black);
}
.swiper-prev.no-background, .swiper-next.no-background {
  height: auto;
  width: auto;
  display: initial;
  background: none;
  border: none;
  line-height: 0;
}
.swiper-prev.no-background:hover, .swiper-next.no-background:hover {
  background: none;
}
.swiper-prev.has-shadow, .swiper-next.has-shadow {
  box-shadow: 0px 1px 3px 1px rgba(60, 64, 67, 0.1490196078), 0px 1px 2px 0px rgba(60, 64, 67, 0.3019607843);
}
.swiper-prev.white, .swiper-next.white {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev.white path, .swiper-next.white path {
  fill: var(--black);
}
.swiper-prev.white:hover:not(.swiper-button-disabled), .swiper-next.white:hover:not(.swiper-button-disabled) {
  background: var(--black);
  border-color: var(--black);
}
.swiper-prev.white:hover:not(.swiper-button-disabled) path, .swiper-next.white:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.primary-border, .swiper-next.primary-border {
  border-color: var(--primary);
  background: none;
}
.swiper-prev.primary-border path, .swiper-next.primary-border path {
  fill: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled), .swiper-next.primary-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled) path, .swiper-next.primary-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.white-border, .swiper-next.white-border {
  border-color: var(--white);
  background: none;
}
.swiper-prev.white-border path, .swiper-next.white-border path {
  fill: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled), .swiper-next.white-border:hover:not(.swiper-button-disabled) {
  background: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled) path, .swiper-next.white-border:hover:not(.swiper-button-disabled) path {
  fill: var(--black);
}
.swiper-prev.gray-border, .swiper-next.gray-border {
  border-color: #828282;
  background: none;
}
.swiper-prev.gray-border path, .swiper-next.gray-border path {
  fill: #828282;
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled), .swiper-next.gray-border:hover:not(.swiper-button-disabled) {
  background: var(--black);
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled) path, .swiper-next.gray-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.black-border, .swiper-next.black-border {
  border-color: var(--black);
  background: none;
}
.swiper-prev.black-border path, .swiper-next.black-border path {
  fill: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled), .swiper-next.black-border:hover:not(.swiper-button-disabled) {
  background: var(--black);
  border-color: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled) path, .swiper-next.black-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
  --size: 59px;
}
@media only screen and (max-width: 991px) {
  .swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
    --size: 48px;
  }
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 51px;
  --border: 1px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content > :last-child {
  margin-bottom: 0 !important;
}
.website-content h1 {
  font-size: 48px;
  margin-bottom: 45px;
  text-align: center;
  font-family: "Kugile";
  font-weight: normal;
}
@media only screen and (max-width: 675px) {
  .website-content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 520px) {
  .website-content h1 {
    font-size: 28px;
    margin-bottom: 2rem;
  }
}
.website-content h2 {
  font-size: 34px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 22px;
  }
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.21;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h3 {
    font-size: 20px;
  }
}
.website-content h4 {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h4 {
    font-size: 16px;
  }
}
.website-content h5 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h5 {
    font-size: 16px;
  }
}
.website-content h6 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h6 {
    font-size: 16px;
  }
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}
.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-spacing: -0.07em;
}
@media only screen and (max-width: 520px) {
  .website-content p, .website-content li {
    font-size: 14px;
    word-spacing: 0;
  }
}
.website-content p b, .website-content li b {
  font-weight: 600;
  color: var(--black);
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 30px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gradient-a);
}
.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}
.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}
.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

.kmr-animate {
  transition: 1.2s ease;
}

[data-video], [data-model] {
  cursor: pointer;
}

.mt-hdr {
  margin-top: var(--headerheight);
}
@media only screen and (max-width: 991px) {
  .mt-hdr {
    margin-top: calc(var(--headerheight) + var(--mobilesearch));
  }
}

.banner {
  position: relative;
}
.banner:not(.banner-banner) {
  position: relative;
}
.banner:not(.banner-banner)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.banner:not(.banner-banner)::before {
  background: linear-gradient(179.89deg, rgba(0, 0, 0, 0) 0.1%, rgba(0, 0, 0, 0.75) 96.24%);
}
.banner.center-banner .banner-wrapper {
  bottom: 50%;
  translate: 0 50%;
}
.banner .bg {
  line-height: 0;
  height: calc(100vh - var(--headerheight));
}
@media only screen and (max-width: 1152px) {
  .banner .bg {
    height: 470px;
  }
}
@media only screen and (max-width: 520px) {
  .banner .bg {
    height: 325px;
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 3;
}
.banner .content.content-white > *:not(.btn) {
  color: var(--white);
}
.banner .content.content-font2 h1 {
  font-family: "Poppins";
  color: var(--black-light);
  font-weight: 600;
  line-height: 1.25;
}
.banner .content.ttl-m h1 {
  font-size: 36px;
}
.banner .content.f-semibold h1 {
  font-weight: 600;
}
.banner .content .ico {
  line-height: 0;
  margin-bottom: 30px;
}
.banner .content .ico img {
  width: 68px;
}
@media only screen and (max-width: 991px) {
  .banner .content .ico img {
    width: 58px;
  }
}
.banner .content h1 {
  font-size: 64px;
  line-height: normal;
  font-family: "Kugile";
  font-weight: normal;
}
@media only screen and (max-width: 1152px) {
  .banner .content h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .content h1 {
    font-size: 32px;
  }
}
.banner .content h6 {
  font-size: 18px;
  line-height: 1.34;
  color: var(--text);
  margin-top: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .banner .content h6 {
    font-size: 16px;
  }
}
.banner .content h4 {
  font-size: 24px;
}
@media only screen and (max-width: 1152px) {
  .banner .content h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .content h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 520px) {
  .banner .content h4 {
    font-size: 16px;
  }
}
.banner .content h5 {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .banner .content h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 520px) {
  .banner .content h5 {
    font-size: 16px;
  }
}

.swiper-pagination-bullets {
  --swiper-pagination-bullet-size: 13px;
  --swiper-pagination-color: var(--primary);
}

.btn-div-wrap > *:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 675px) {
  .btn-div-wrap > *:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-wrap .btn {
    --padding: 10px;
  }
}

.btn.disabled-btn {
  opacity: 0.4;
  cursor: no-drop;
}

.common-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 25px;
}
@media only screen and (max-width: 991px) {
  .common-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 15px;
  }
}
@media only screen and (max-width: 520px) {
  .common-grid-wrap {
    grid-template-columns: 100%;
  }
}

.play-pause-btn {
  --btncolor: var(--white);
  --btnsize: 30px;
  background: transparent;
  width: 0;
  height: var(--btnsize);
  border-color: transparent transparent transparent var(--btncolor);
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: calc(var(--btnsize) * 0.5) 0 calc(var(--btnsize) * 0.5) calc(var(--btnsize) * 0.81);
}
.play-pause-btn.paused {
  border-style: double;
  border-width: 0px 0 0px calc(var(--btnsize) * 0.81);
}

.common-tab-nav {
  --space: 33px;
}
@media only screen and (max-width: 767px) {
  .common-tab-nav {
    --space: 26px;
  }
}
@media only screen and (max-width: 520px) {
  .common-tab-nav {
    --space: 14px;
  }
}
.common-tab-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.29;
  position: relative;
  padding: 10px 0;
  color: var(--text);
  transition: 0.5s ease;
}
.common-tab-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
@media only screen and (max-width: 767px) {
  .common-tab-nav li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .common-tab-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .common-tab-nav li {
    font-size: 13px;
  }
}
.common-tab-nav li:not(:last-child) {
  margin-right: var(--space);
}
.common-tab-nav li::before {
  height: 1px;
  top: auto;
  width: 0;
  transition: 0.6s ease;
}
.common-tab-nav li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  cursor: pointer;
}
.common-tab-nav li.active, .common-tab-nav li:has(input:checked) {
  color: var(--secondary);
}
.common-tab-nav li.active::before, .common-tab-nav li:has(input:checked)::before {
  width: 100%;
}

.swiper-pagination-fraction {
  font-family: "Poppins";
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
  line-height: 1.263;
  width: 50px;
  text-align: center;
}
.swiper-pagination-fraction span {
  text-align: center;
}

.slider-section .upper-sec {
  position: relative;
  margin-bottom: 40px;
}
.slider-section .upper-sec .slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.brand-col {
  display: block;
}
.brand-col::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.85) 100%);
}
.brand-col:is(a):hover figure img {
  transform: scale(1.05);
}
.brand-col:is(a):hover figcaption .btn {
  background: none;
  color: var(--white);
}
.brand-col figcaption {
  padding: 0 28px 35px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.brand-col figcaption .inf {
  flex: 1;
}
.brand-col figcaption h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.29;
  color: var(--white);
}
.brand-col figcaption .btn {
  --padding: 16px;
}
.brand-col .brand-img {
  position: absolute;
  top: 25px;
  right: 28px;
  z-index: 2;
  line-height: 0;
}
.brand-col .brand-img img {
  height: 60px;
  width: 198px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.product-col {
  position: relative;
  background: var(--white);
  border-radius: 15px;
  text-align: center;
  --padlr: 20px;
  --padtb: 24px;
  --btnheight: 36px;
  --btngap: 20px;
  padding: var(--padtb) var(--padlr) calc(var(--padtb) + var(--btnheight) + var(--btngap));
}
@media only screen and (max-width: 675px) {
  .product-col {
    --padlr: 13px;
    --padtb: 20px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 520px) {
  .product-col {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: var(--padtb) var(--padlr);
  }
}
@media only screen and (min-width: 991px) {
  .product-col:has(.figure:is(a):hover, .ttl-pr:is(a):hover, .figcaption .dtl-btn:is(a):hover) .figure img {
    transform: scale(1.06);
  }
}
@media only screen and (min-width: 991px) {
  .product-col:has(.figure:is(a):hover, .ttl-pr:is(a):hover, .figcaption .dtl-btn:is(a):hover) .ttl-pr {
    color: var(--black);
  }
}
@media only screen and (min-width: 991px) {
  .product-col:has(.figure:is(a):hover, .ttl-pr:is(a):hover, .figcaption .dtl-btn:is(a):hover) .figcaption .dtl-btn {
    background: var(--secondary);
    color: var(--white);
  }
}
.product-col .ttl-pr {
  display: block;
  color: var(--text);
  font-size: 16px;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 26px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .product-col .ttl-pr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .product-col .ttl-pr {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
    order: 2;
  }
}
.product-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 520px) {
  .product-col .figure {
    order: 1;
    margin-bottom: 12px;
  }
}
.product-col .figure img {
  width: 100%;
  aspect-ratio: 1.2;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s ease;
  transform-origin: top;
}
@media only screen and (max-width: 991px) {
  .product-col .figure img {
    aspect-ratio: 1.7;
  }
}
@media only screen and (max-width: 520px) {
  .product-col .figure img {
    aspect-ratio: 1;
  }
}
.product-col .figcaption {
  padding-top: 23px;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption {
    order: 3;
    padding-top: 0;
  }
}
.product-col .figcaption .rtng-wrp {
  margin-top: 10px;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .rtng-wrp {
    margin-top: 5px;
  }
}
.product-col .figcaption .rtng-wrp .rtng {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  background: var(--black);
  color: var(--white);
  margin-right: auto;
  padding: 5px 7px;
  border-radius: 5px;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .rtng-wrp .rtng {
    font-size: 11px;
    vertical-align: middle;
  }
}
.product-col .figcaption .rtng-wrp .rtng img {
  width: 10px;
  margin-left: 5px;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .rtng-wrp .rtng img {
    width: 8px;
    margin-left: 2px;
  }
}
.product-col .figcaption .rtng-wrp .rt-cnt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .rtng-wrp .rt-cnt {
    font-size: 11px;
    margin-left: 3px;
  }
}
.product-col .figcaption .prc-sec .prc {
  font-size: 18px;
  line-height: 1.34;
  font-weight: 700;
}
@media only screen and (max-width: 675px) {
  .product-col .figcaption .prc-sec .prc {
    font-size: 16px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .prc-sec .prc {
    font-size: 13px;
  }
}
.product-col .figcaption .prc-sec s, .product-col .figcaption .prc-sec .dcnt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .prc-sec s, .product-col .figcaption .prc-sec .dcnt {
    font-size: 11px;
    font-weight: 500;
  }
}
.product-col .figcaption .prc-sec s {
  color: var(--text);
  margin: 0 5px;
}
.product-col .figcaption .prc-sec .dcnt {
  color: var(--green);
}
.product-col .figcaption .btn-wrap {
  display: flex;
  gap: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 0 var(--padlr) var(--padtb);
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .btn-wrap {
    display: none;
  }
}
.product-col .figcaption .btn-wrap .btn {
  --height: var(--btnheight);
}
@media only screen and (max-width: 675px) {
  .product-col .figcaption .btn-wrap .btn:first-child {
    display: none;
  }
}
.product-col .figcaption .btn-wrap > * {
  flex: 1;
}
.product-col .whishlst-ico {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 0;
  text-align: right;
  margin-bottom: 18px;
}
@media only screen and (max-width: 520px) {
  .product-col .whishlst-ico {
    margin-bottom: 5px;
  }
}
.product-col .whishlst-ico.active {
  position: relative;
}
.product-col .whishlst-ico.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.product-col .whishlst-ico img {
  transition: 0.5s ease;
}
.product-col .whishlst-ico:hover img {
  transform: scale(1.1);
}

.product-cat-col::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.product-cat-col:is(a):hover figure img {
  transform: scale(1.05);
}
.product-cat-col:is(a):hover figcaption .btn {
  background: none;
  color: var(--white);
}
.product-cat-col figcaption {
  padding: 0 55px 50px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.product-cat-col figcaption .inf {
  flex: 1;
  color: var(--white);
}
.product-cat-col figcaption .inf h6 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.29;
}
.product-cat-col figcaption .inf p {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.29;
}

.kmr-select-wrap {
  position: relative;
  display: inline-block;
  --labelheight: 45px;
  --liheight: 34px;
  --boxsize: calc(var(--liheight) - 14px);
  --arrowsize: 12px;
  --space: 11px;
}
.kmr-select-wrap .label {
  height: var(--labelheight);
  line-height: var(--labelheight);
  background-image: url(../../icon/arrow-down-gray.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 100%;
  background-size: var(--arrowsize) auto;
  padding-right: calc(var(--arrowsize) + var(--space));
  cursor: pointer;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.kmr-select-wrap.active {
  --btn: 10px;
}
.kmr-select-wrap.active.price_select .kmr-select-menu .upper-sec .reset-btn {
  display: block;
}
.kmr-select-wrap.active::before {
  content: "";
  position: absolute;
  right: calc(var(--btn) * -1 / 2);
  top: 1px;
  background: #2fb12f;
  height: var(--btn);
  width: var(--btn);
  border-radius: 50%;
}
.kmr-select-wrap.slt-rgt .kmr-select-menu {
  right: 0;
  left: auto;
}
.kmr-select-wrap.color-select .kmr-select-menu li .in-bx {
  border-color: #ccc;
  border-radius: 50%;
}
.kmr-select-wrap.price_select .kmr-select-menu {
  padding: 20px;
  width: 325px;
}
.kmr-select-wrap.price_select .kmr-select-menu .upper-sec {
  display: flex;
}
.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn {
  font-size: 14px;
  font-weight: 500;
  display: none;
}
.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn svg {
  width: 15px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.kmr-select-wrap.price_select .kmr-select-menu h6 {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}
.kmr-select-wrap.price_select .product-range-slider-wrap {
  margin: 30px 0 40px;
}
.kmr-select-wrap.price_select .price-range-input-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
  color: var(--text);
}
.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input {
  flex: 1;
  border: 1px solid #E0E0E0;
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 30px;
  color: var(--text);
  gap: 10px;
}
.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input {
  border: none;
  width: 100%;
  color: var(--text);
}
.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input:focus {
  outline: none;
}
.kmr-select-wrap .kmr-select-menu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  background: var(--white);
  width: 200px;
  padding: 20px 0;
  display: none;
  border-radius: 0 0 5px 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.kmr-select-wrap .kmr-select-menu .reset-button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  position: absolute;
  right: 14px;
  top: 5px;
  font-weight: 500;
}
.kmr-select-wrap .kmr-select-menu .reset-button img {
  width: 12px;
}
.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx {
  border-radius: 50%;
}
.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx::before {
  display: none;
}
.kmr-select-wrap .kmr-select-menu:has(input[type=radio]):has(input:checked) li .in-bx {
  outline: 5px solid var(--white);
  outline-offset: -10px;
}
.kmr-select-wrap .kmr-select-menu ul {
  max-height: 244px;
  overflow-y: auto;
}
.kmr-select-wrap .kmr-select-menu ul::-webkit-scrollbar {
  width: 4px;
  background: none;
  height: 4px;
}
.kmr-select-wrap .kmr-select-menu ul::-webkit-scrollbar-track {
  box-shadow: none;
}
.kmr-select-wrap .kmr-select-menu ul::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 0px;
}
.kmr-select-wrap .kmr-select-menu li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  height: var(--liheight);
  padding: 0 14px;
}
.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx {
  background: var(--secondary);
  border-color: var(--secondary);
  transition: 0.4s ease;
}
.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx::before {
  opacity: 1;
}
.kmr-select-wrap .kmr-select-menu li .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: 0s ease;
  position: relative;
}
.kmr-select-wrap .kmr-select-menu li .in-bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.kmr-select-wrap .kmr-select-menu li .in-bx::before {
  background-repeat: no-repeat;
  background-size: 48%;
  background-position: center center;
  opacity: 0;
}
.kmr-select-wrap .kmr-select-menu li span {
  display: block;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}
.kmr-select-wrap .kmr-select-menu li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

@media only screen and (max-width: 520px) {
  .breadcrumps {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
  }
}
.breadcrumps li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumps li a {
  color: var(--text);
  font-size: 14px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li a {
    font-size: 12px;
    text-overflow: ellipsis;
  }
}
.breadcrumps li a.active {
  color: var(--black);
}
.breadcrumps li:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:last-child) {
    padding-right: 8px;
  }
}
.breadcrumps li:not(:last-child)::before {
  content: ">";
  position: absolute;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
  font-size: 12px;
  font-family: monospace;
  color: var(--text);
}
.breadcrumps li:not(:first-child) {
  padding-left: 20px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:first-child) {
    padding-left: 8px;
  }
}

[data-scrollTo] {
  cursor: pointer;
}

.frqm {
  margin-top: 20px;
}

*:has(> .product-not-found:only-child) {
  position: relative;
  min-height: 265px;
}

.product-not-found {
  text-align: center;
}
.product-not-found .nt-fnd-wrp {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product-not-found.not-found2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-not-found p {
  margin-bottom: 20px;
  font-weight: 500;
}
.product-not-found .ico {
  line-height: 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.scsfll {
  margin-bottom: 2rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 0.5s ease;
  height: var(--headerheight);
  background: var(--gradient-a);
}
header .header-wrapper {
  display: flex;
  height: 100%;
  padding: 0 var(--containerfluid);
}
@media only screen and (max-width: 1230px) {
  header .header-wrapper {
    gap: 2rem;
  }
}
header .header-wrapper .colA, header .header-wrapper .colB {
  height: 100%;
}
header .header-wrapper .colA a.logo {
  padding: var(--headerpadding) 0;
  height: 100%;
}
header .header-wrapper .colA a.logo img {
  height: 100%;
}
header .header-wrapper .colB {
  display: flex;
  gap: 50px;
  padding-left: 60px;
}
@media only screen and (max-width: 1230px) {
  header .header-wrapper .colB {
    gap: 20px;
    flex: 1;
    padding-left: 0;
    justify-content: flex-end;
  }
}
header .header-wrapper .colB > ul {
  flex: 1;
}
@media only screen and (max-width: 1230px) {
  header .header-wrapper .colB > ul {
    flex: 0 1 auto;
  }
}
header .header-wrapper .colB > ul > li {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: var(--white);
  font-weight: 500;
  --arrowsize: 16px;
  --space: 11px;
}
header .header-wrapper .colB > ul > li:not(:last-child) {
  margin-right: 36px;
}
header .header-wrapper .colB > ul > li > a {
  color: inherit;
  font-weight: inherit;
  transition: 0.5s ease;
}
header .header-wrapper .colC {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 32px;
}
header .header-wrapper .colC > ul {
  flex: 1;
  line-height: 1;
  text-align: right;
}
header .header-wrapper .colC > ul > li {
  display: inline-block;
  vertical-align: middle;
}
header .header-wrapper .colC > ul > li:not(:last-child):not(:has(.login-btn)) {
  margin-right: 36px;
}
@media only screen and (max-width: 1230px) {
  header .header-wrapper .colC > ul > li:not(:last-child):not(:has(.login-btn)) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colC > ul > li:not(:last-child, :nth-last-child(2)) {
    display: none;
  }
}
header .header-wrapper .colC > ul > li:has(.login-btn) {
  margin-right: 10px;
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colC > ul > li:has(.login-btn) {
    margin-right: 5px;
  }
}
header .header-wrapper .colC > ul > li > a {
  display: block;
  color: var(--white);
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colC > ul > li .btn {
    font-size: 13px;
    --padding: 12px;
    --height: 32px;
    border-radius: 3px;
  }
}
header .header-wrapper .colC > ul > li .has-noti {
  position: relative;
}
header .header-wrapper .colC > ul > li .noti {
  --noti: 18px;
  position: absolute;
  top: -5px;
  right: -10px;
  height: var(--noti);
  width: var(--noti);
  border-radius: 50%;
  background: var(--white);
  text-align: center;
  font-size: 10px;
  line-height: var(--noti);
  color: var(--black);
}
header .header-wrapper .colC .my-acnt {
  position: relative;
  --triangle: 10px;
  margin-right: 0 !important;
}
header .header-wrapper .colC .my-acnt > a {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .header-wrapper .colC .my-acnt > a .user-ico {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  background: var(--white);
  overflow: hidden;
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colC .my-acnt > a .user-ico {
    height: calc(var(--headerheight) - var(--headerpadding));
    width: calc(var(--headerheight) - var(--headerpadding));
    outline: 1px solid var(--white);
    outline-offset: 2px;
  }
}
header .header-wrapper .colC .my-acnt > a .user-ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
header .header-wrapper .colC .my-acnt > a .user-name {
  background-image: url(../../icon/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 1rem;
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colC .my-acnt > a .user-name {
    display: none;
  }
}
header .header-wrapper .colC .my-acnt:hover .my-acnt-dropdown {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
header .header-wrapper .colC .my-acnt .my-acnt-dropdown {
  position: absolute;
  top: calc(100% + var(--triangle));
  left: 50%;
  translate: -50% 0;
  transform: perspective(2000px) translate3d(0px, -25px, 50px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  transform-origin: top;
  transition: 0.4s ease;
  opacity: 0;
  min-width: 135px;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colC .my-acnt .my-acnt-dropdown {
    display: none;
  }
}
header .header-wrapper .colC .my-acnt .my-acnt-dropdown .arrow {
  display: block;
  position: absolute;
  height: var(--triangle);
  bottom: calc(100% - var(--triangle) / 2);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
header .header-wrapper .colC .my-acnt .my-acnt-dropdown .arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  bottom: calc(var(--triangle) / -2);
  width: var(--triangle);
  height: var(--triangle);
  background: #ffffff;
  transform: rotate(45deg);
  border: 1px solid #ffffff;
}
header .header-wrapper .colC .my-acnt .my-acnt-dropdown ul {
  background: var(--white);
  padding: 15px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
header .header-wrapper .colC .my-acnt .my-acnt-dropdown ul li {
  display: block;
}
header .header-wrapper .colC .my-acnt .my-acnt-dropdown ul li:not(:last-child) {
  margin-bottom: 2px;
  margin-right: 0;
}
header .header-wrapper .colC .my-acnt .my-acnt-dropdown ul li a {
  color: var(--text);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 3px 15px;
  border-radius: 3px;
  font-weight: 500;
}
header .header-wrapper .colC .my-acnt .my-acnt-dropdown ul li a:hover {
  color: var(--black);
  background: rgba(245, 245, 245, 0.9607843137);
}

body:not(:has(.header-category-strip)) header.header-fixed {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}

header.header-fixed, header.header-fit {
  height: var(--headerfixed);
  transition: 0.5s ease;
}
@media only screen and (min-width: 991px) {
  header.header-fixed, header.header-fit {
    --headerpadding: 10px;
  }
}
header.header-fixed .header-wrapper .search-wrap .search-input-wrap, header.header-fit .header-wrapper .search-wrap .search-input-wrap {
  height: 38px;
}
header.header-fit {
  transition: 0s;
}
header.header-shadow {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}

footer .upper-footer {
  background: var(--gradient-a);
  padding: 30px 0;
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .upper-footer {
    padding: 10px 0;
  }
}
footer .upper-footer .flex {
  align-items: center;
}
footer .upper-footer .flex .colA {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  footer .upper-footer .flex .colA {
    display: none;
  }
}
footer .upper-footer .flex .colA ul li {
  display: inline-flex;
  vertical-align: middle;
  gap: 24px;
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer .flex .colA ul li {
    gap: 18px;
  }
}
@media only screen and (max-width: 991px) {
  footer .upper-footer .flex .colA ul li {
    display: flex;
    width: 100%;
  }
}
footer .upper-footer .flex .colA ul li .ico {
  line-height: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer .flex .colA ul li .ico {
    width: 24px;
  }
}
footer .upper-footer .flex .colA ul li .inf {
  flex: 1;
}
footer .upper-footer .flex .colA ul li .inf h6 {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer .flex .colA ul li .inf h6 {
    font-size: 14px;
    font-weight: 500;
  }
}
footer .upper-footer .flex .colA ul li .inf p {
  font-size: 14px;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1px;
  max-width: 264px;
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer .flex .colA ul li .inf p {
    font-size: 12px;
  }
}
footer .upper-footer .flex .colA ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer .flex .colA ul li:not(:last-child) {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .upper-footer .flex .colA ul li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border: none;
    margin-bottom: 1rem;
  }
}
footer .upper-footer .flex .colB {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer .flex .colB {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer .upper-footer .flex .colB {
    flex: 0 1 100%;
    justify-content: space-between;
  }
}
footer .upper-footer .flex .colB .cal-btn {
  color: var(--white);
}
footer .upper-footer .flex .colB .cal-btn span {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer .flex .colB .cal-btn span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  footer .upper-footer .flex .colB .cal-btn span {
    display: none;
  }
}
footer .upper-footer .flex .colB .cal-btn a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--white);
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer .flex .colB .cal-btn a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  footer .upper-footer .flex .colB .cal-btn a {
    font-weight: 500;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 675px) {
  footer .upper-footer .flex .colB .cal-btn a {
    font-size: 16px;
  }
}
footer .upper-footer .flex .social-icons {
  flex: 0 1 auto;
  text-align: right;
}
footer .upper-footer .flex .social-icons a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
footer .upper-footer .flex .social-icons a:not(:last-child) {
  margin-right: 18px;
}
@media only screen and (max-width: 1152px) {
  footer .upper-footer .flex .social-icons a:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1152px) and (max-width: 520px) {
  footer .upper-footer .flex .social-icons a:not(:last-child) {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 520px) {
  footer .upper-footer .flex .social-icons a svg {
    width: 20px;
  }
}
footer .middle-footer {
  padding: 42px 0 80px;
}
footer .middle-footer .flex {
  gap: 145px;
}
footer .middle-footer .flex .colA .logo {
  margin-bottom: 80px;
}
footer .middle-footer .flex .colA .btn-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
}
footer .middle-footer .flex .colB {
  flex: 1;
  display: flex;
  gap: 2rem;
}
footer .middle-footer .flex .col-md {
  flex: 1;
}
footer .middle-footer .flex .col-md h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}
footer .middle-footer .flex .col-md ul li:not(:last-child) {
  margin-bottom: 3px;
}
footer .middle-footer .flex .col-md ul li a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
  font-weight: 500;
  padding: 3px 0;
}
footer .middle-footer .flex .col-md ul li a:hover {
  color: var(--secondary);
}
footer .bottom-footer {
  background: #F2F2F2;
  text-align: center;
  padding: 22px 0;
}
@media only screen and (max-width: 1152px) {
  footer .bottom-footer {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer {
    padding: 8px 0;
  }
}
footer .bottom-footer p {
  color: #9C9A9A;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer p {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .bottom-footer p span {
  display: inline-block;
  margin-left: 4px;
}
footer .bottom-footer p img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 65px;
}
@media only screen and (max-width: 520px) {
  footer .bottom-footer p img {
    width: 45px;
  }
}

.ham-pop {
  right: 0;
  max-width: 500px;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: url(../../images/vector/vector-4.svg) no-repeat, linear-gradient(180deg, #FFFFFF 0%, #FFEAEA 100%);
  background-size: 60% auto, 100% 100%;
  background-position: 80% 100%, 0 0;
}
.ham-pop.is-open {
  transform: translateX(0%);
}
.ham-pop .close path {
  stroke: var(--text);
  stroke-width: 2;
}
.ham-pop .model-body {
  padding: 22px 40px 30px;
  height: 100%;
  overflow-y: auto;
}
.ham-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
  height: 3px;
}
.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body {
    padding: 22px 25px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body {
    padding: 22px 15px 20px;
  }
}
.ham-pop .model-body .ico {
  max-width: 75px;
  width: 100%;
  margin-bottom: 22px;
  line-height: 0;
}
.ham-pop .model-body .ico img, .ham-pop .model-body .ico svg {
  width: 100%;
  height: auto;
}
.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.ham-pop .model-body .nav-list > li > a {
  font-size: 28px;
  font-family: "Poppins";
  color: var(--black);
  display: inline-block;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li > a {
    font-size: 25px;
  }
}
.ham-pop .model-body .nav-list > li > a:hover {
  color: var(--black);
}
.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ham-pop .model-body .bottom-list .cal-btn-ham {
  color: var(--text);
  font-weight: 600;
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .cal-btn-ham {
    font-weight: 500;
  }
}
.ham-pop .model-body .bottom-list .cal-btn-ham:hover {
  color: var(--black);
}
.ham-pop .model-body .bottom-list .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
    margin-right: 10px;
  }
}
.ham-pop .model-body .bottom-list .social-icons a path {
  transition: 0.5s ease;
}
.ham-pop .model-body .bottom-list .social-icons a:hover path {
  fill: var(--black);
}

.model.team-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.model.team-pop.is-open {
  transform: translateX(0%);
}
.model.team-pop .model-body {
  padding: 70px 45px 30px;
  height: 100%;
  overflow-y: auto;
}
.model.team-pop .model-body::-webkit-scrollbar {
  width: 2px;
  background: none;
  height: 2px;
}
.model.team-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.team-pop .model-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.model.team-pop .model-body .upper-sec {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.model.team-pop .model-body .upper-sec h6 {
  font-weight: 500;
  margin-bottom: 3px;
}
.model.team-pop .model-body .upper-sec p {
  font-size: 15px;
  color: var(--text);
}
.model.add-address-pop {
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  background: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  transform: translateY(100%);
  transition: 0.5s ease;
  overflow: hidden;
}
.model.add-address-pop.is-open {
  transform: translateY(0%);
}
.model.add-address-pop .dialog-wrapper {
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: all;
  position: relative;
}
.model.add-address-pop .close {
  right: 18px;
  top: 28px;
}
.model.add-address-pop .model-body {
  padding: 36px 38px 60px;
  background: var(--white);
  border-radius: 15px;
}
@media only screen and (max-width: 1366px) {
  .model.add-address-pop .model-body {
    max-height: 530px;
    overflow-y: auto;
  }
  .model.add-address-pop .model-body::-webkit-scrollbar {
    width: 6px;
    background: none;
    height: 6px;
  }
  .model.add-address-pop .model-body::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .model.add-address-pop .model-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
}
.model.add-address-pop .model-body .pilce {
  display: flex;
  gap: 1rem;
  margin-bottom: 50px;
}
.model.add-address-pop .model-body .pilce h4 {
  flex: 1;
  font-size: 20px;
  line-height: 25.64px;
  text-transform: uppercase;
  font-weight: 600;
}
.model.add-address-pop .model-body .pilce .close svg {
  width: 18px;
}
.model.add-address-pop .model-body .form {
  --item: 2;
  --borderbefore: var(--text);
  --gaptb: 16px;
  --gaplr: 16px;
  --labelfontbefore: 14px;
  --labelfontafter: 12px;
}
.model.add-address-pop .model-body .form .label-tzooz {
  color: var(--black);
  font-weight: 500;
}
.model.add-address-pop .model-body .form .chckbx-tkfrb {
  margin-top: 12px;
}
.model.add-address-pop .model-body .form .chckbx-tkfrb p {
  font-size: var(--labelfontbefore);
}
.model.add-address-pop .model-body .form .btn-grp {
  margin-top: 20px;
}

.login-pop, .vendor-pop, .vendor-catalogue {
  max-width: 510px;
  background: var(--white);
  right: 0;
  transform: translateX(100%);
  transition: 0.7s ease;
  background: var(--white);
}
.login-pop.is-open, .vendor-pop.is-open, .vendor-catalogue.is-open {
  transform: translateX(0%);
}
.login-pop .close, .vendor-pop .close, .vendor-catalogue .close {
  top: 25px;
  right: 25px;
}
@media only screen and (max-width: 675px) {
  .login-pop .close, .vendor-pop .close, .vendor-catalogue .close {
    top: 20px;
    right: 20px;
  }
}
.login-pop .close path, .vendor-pop .close path, .vendor-catalogue .close path {
  stroke: var(--black);
}
.login-pop .model-body, .vendor-pop .model-body, .vendor-catalogue .model-body {
  padding: 75px 70px 50px;
  height: 100%;
  overflow-y: auto;
}
.login-pop .model-body::-webkit-scrollbar, .vendor-pop .model-body::-webkit-scrollbar, .vendor-catalogue .model-body::-webkit-scrollbar {
  width: 6px;
  background: none;
  height: 6px;
}
.login-pop .model-body::-webkit-scrollbar-track, .vendor-pop .model-body::-webkit-scrollbar-track, .vendor-catalogue .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.login-pop .model-body::-webkit-scrollbar-thumb, .vendor-pop .model-body::-webkit-scrollbar-thumb, .vendor-catalogue .model-body::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 25px;
}
@media only screen and (max-width: 675px) {
  .login-pop .model-body, .vendor-pop .model-body, .vendor-catalogue .model-body {
    padding: 40px 25px 50px;
  }
}
.login-pop .model-body .title, .vendor-pop .model-body .title, .vendor-catalogue .model-body .title {
  margin-bottom: 50px;
}
.login-pop .model-body .title .ico, .vendor-pop .model-body .title .ico, .vendor-catalogue .model-body .title .ico {
  width: 55px;
  line-height: 0;
  margin: 0 auto 22px;
}
@media only screen and (max-width: 520px) {
  .login-pop .model-body .title .ico, .vendor-pop .model-body .title .ico, .vendor-catalogue .model-body .title .ico {
    width: 38px;
    margin-bottom: 18px;
  }
}
.login-pop .model-body .title .ico img, .vendor-pop .model-body .title .ico img, .vendor-catalogue .model-body .title .ico img {
  width: 100%;
}
.login-pop .model-body .title h4, .vendor-pop .model-body .title h4, .vendor-catalogue .model-body .title h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.29;
  text-align: center;
}
.login-pop .model-body .vendor-form, .vendor-pop .model-body .vendor-form, .vendor-catalogue .model-body .vendor-form {
  --gaptb: 15px;
}
.login-pop .model-body .vendor-form .sbmt-grp, .vendor-pop .model-body .vendor-form .sbmt-grp, .vendor-catalogue .model-body .vendor-form .sbmt-grp {
  margin-top: 1.5rem;
}
.login-pop .model-body .form-group-login, .vendor-pop .model-body .form-group-login, .vendor-catalogue .model-body .form-group-login {
  border-bottom: 1px solid var(--text);
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  margin-bottom: 18px;
}
.login-pop .model-body .form-group-login.frgt-pswrd, .vendor-pop .model-body .form-group-login.frgt-pswrd, .vendor-catalogue .model-body .form-group-login.frgt-pswrd {
  border: none;
  padding-top: 10px;
}
.login-pop .model-body .form-group-login.frgt-pswrd p, .login-pop .model-body .form-group-login.frgt-pswrd a, .vendor-pop .model-body .form-group-login.frgt-pswrd p, .vendor-pop .model-body .form-group-login.frgt-pswrd a, .vendor-catalogue .model-body .form-group-login.frgt-pswrd p, .vendor-catalogue .model-body .form-group-login.frgt-pswrd a {
  color: var(--black);
  font-weight: 500;
}
.login-pop .model-body .form-group-login.frgt-pswrd a:hover, .vendor-pop .model-body .form-group-login.frgt-pswrd a:hover, .vendor-catalogue .model-body .form-group-login.frgt-pswrd a:hover {
  text-decoration: underline;
}
.login-pop .model-body .form-group-login .wefeewf, .vendor-pop .model-body .form-group-login .wefeewf, .vendor-catalogue .model-body .form-group-login .wefeewf {
  position: absolute;
  left: 0;
  right: 0;
  color: red;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  top: 100%;
}
.login-pop .model-body .form-group-login input, .vendor-pop .model-body .form-group-login input, .vendor-catalogue .model-body .form-group-login input {
  border: none;
  width: 100%;
  height: 42px;
  color: var(--black);
  background: none;
}
.login-pop .model-body .form-group-login input:focus, .vendor-pop .model-body .form-group-login input:focus, .vendor-catalogue .model-body .form-group-login input:focus {
  outline: none;
}
.login-pop .model-body .form-group-login .dial-code, .vendor-pop .model-body .form-group-login .dial-code, .vendor-catalogue .model-body .form-group-login .dial-code {
  flex: 0;
  min-width: 20px;
  caret-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-pop .model-body .form-group-login .dial-code svg, .vendor-pop .model-body .form-group-login .dial-code svg, .vendor-catalogue .model-body .form-group-login .dial-code svg {
  width: 100%;
  height: auto;
}
.login-pop .model-body .form-group-login .mobile-input, .vendor-pop .model-body .form-group-login .mobile-input, .vendor-catalogue .model-body .form-group-login .mobile-input {
  flex: 1;
}
.login-pop .model-body .form-group-login input::-moz-placeholder, .vendor-pop .model-body .form-group-login input::-moz-placeholder, .vendor-catalogue .model-body .form-group-login input::-moz-placeholder {
  color: var(--text);
  font-weight: 500;
}
.login-pop .model-body .form-group-login input::placeholder, .vendor-pop .model-body .form-group-login input::placeholder, .vendor-catalogue .model-body .form-group-login input::placeholder {
  color: var(--text);
  font-weight: 500;
}
.login-pop .model-body .sbmt-btn-div, .vendor-pop .model-body .sbmt-btn-div, .vendor-catalogue .model-body .sbmt-btn-div {
  margin: 55px 0 30px;
}
.login-pop .model-body .split-sec, .vendor-pop .model-body .split-sec, .vendor-catalogue .model-body .split-sec {
  overflow: hidden;
  margin: 50px 0;
}
.login-pop .model-body .split-sec p, .vendor-pop .model-body .split-sec p, .vendor-catalogue .model-body .split-sec p {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: var(--text);
  font-weight: 500;
}
.login-pop .model-body .split-sec p::before, .login-pop .model-body .split-sec p::after, .vendor-pop .model-body .split-sec p::before, .vendor-pop .model-body .split-sec p::after, .vendor-catalogue .model-body .split-sec p::before, .vendor-catalogue .model-body .split-sec p::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 200px;
  height: 1px;
  background: #ECECEC;
}
.login-pop .model-body .split-sec p::before, .vendor-pop .model-body .split-sec p::before, .vendor-catalogue .model-body .split-sec p::before {
  left: calc(100% + 12px);
}
.login-pop .model-body .split-sec p::after, .vendor-pop .model-body .split-sec p::after, .vendor-catalogue .model-body .split-sec p::after {
  right: calc(100% + 12px);
}
.login-pop .model-body .btm-social-wrp, .vendor-pop .model-body .btm-social-wrp, .vendor-catalogue .model-body .btm-social-wrp {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.login-pop .model-body .btm-social-wrp > *, .vendor-pop .model-body .btm-social-wrp > *, .vendor-catalogue .model-body .btm-social-wrp > * {
  flex: 1;
}
.login-pop .model-body .btm-social-wrp svg, .vendor-pop .model-body .btm-social-wrp svg, .vendor-catalogue .model-body .btm-social-wrp svg {
  width: auto;
}
.login-pop .model-body .btm-social-wrp .btn, .vendor-pop .model-body .btm-social-wrp .btn, .vendor-catalogue .model-body .btm-social-wrp .btn {
  font-size: 14px;
}
.login-pop .model-body .register, .vendor-pop .model-body .register, .vendor-catalogue .model-body .register {
  font-size: 14px;
  text-align: center;
  color: var(--text);
  margin-top: 30px;
}
.login-pop .model-body .register .reg-btn, .vendor-pop .model-body .register .reg-btn, .vendor-catalogue .model-body .register .reg-btn {
  color: var(--black);
  font-weight: 500;
}
.login-pop .model-body .register .reg-btn:hover, .vendor-pop .model-body .register .reg-btn:hover, .vendor-catalogue .model-body .register .reg-btn:hover {
  text-decoration: underline;
}
.login-pop .model-body .otp-verify .otp-verify-wrap, .vendor-pop .model-body .otp-verify .otp-verify-wrap, .vendor-catalogue .model-body .otp-verify .otp-verify-wrap {
  padding-top: 4rem;
}
.login-pop .model-body .otp-verify .back-to-login button, .vendor-pop .model-body .otp-verify .back-to-login button, .vendor-catalogue .model-body .otp-verify .back-to-login button {
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  color: var(--primary);
  font-weight: 500;
}
.login-pop .model-body .otp-verify .back-to-login button:hover, .vendor-pop .model-body .otp-verify .back-to-login button:hover, .vendor-catalogue .model-body .otp-verify .back-to-login button:hover {
  color: var(--black);
}
.login-pop .model-body .otp-verify .back-to-login button img, .vendor-pop .model-body .otp-verify .back-to-login button img, .vendor-catalogue .model-body .otp-verify .back-to-login button img {
  width: 13px;
  transform: rotate(90deg);
}
.login-pop .model-body .otp-verify .enter-nm-erww, .vendor-pop .model-body .otp-verify .enter-nm-erww, .vendor-catalogue .model-body .otp-verify .enter-nm-erww {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.login-pop .model-body .otp-verify .txtVr, .vendor-pop .model-body .otp-verify .txtVr, .vendor-catalogue .model-body .otp-verify .txtVr {
  font-size: 16px;
  color: var(--text);
  text-align: center;
}
.login-pop .model-body .otp-verify .txtVr span, .vendor-pop .model-body .otp-verify .txtVr span, .vendor-catalogue .model-body .otp-verify .txtVr span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600;
}
.login-pop .model-body .otp-verify .cojm-wrap, .vendor-pop .model-body .otp-verify .cojm-wrap, .vendor-catalogue .model-body .otp-verify .cojm-wrap {
  position: relative;
}
.login-pop .model-body .otp-verify .cojm-wrap .otp-error-ozrj, .vendor-pop .model-body .otp-verify .cojm-wrap .otp-error-ozrj, .vendor-catalogue .model-body .otp-verify .cojm-wrap .otp-error-ozrj {
  color: red;
  position: absolute;
  font-size: 14px;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.login-pop .model-body .otp-verify .otpInput, .vendor-pop .model-body .otp-verify .otpInput, .vendor-catalogue .model-body .otp-verify .otpInput {
  padding: 50px 0 60px;
  max-width: 230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
.login-pop .model-body .otp-verify .otpInput input, .vendor-pop .model-body .otp-verify .otpInput input, .vendor-catalogue .model-body .otp-verify .otpInput input {
  flex: 1;
  height: 50px;
  width: 100%;
  border: none;
  font-weight: 500;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  text-align: center;
}
.login-pop .model-body .otp-verify .otpInput input:focus, .vendor-pop .model-body .otp-verify .otpInput input:focus, .vendor-catalogue .model-body .otp-verify .otpInput input:focus {
  outline: none;
}

.vendor-pop .model-body {
  padding: 40px 65px 40px;
}
@media only screen and (max-width: 675px) {
  .vendor-pop .model-body {
    padding: 40px 25px 50px;
  }
}
.vendor-pop .model-body .title {
  margin-bottom: 25px;
}
.vendor-pop [data-tab=sign-up] .form-grid {
  --gaptb: 30px;
}
.vendor-pop [data-tab=sign-up] .form-grid .form-group #lnkBtnSendOTP, .vendor-pop [data-tab=sign-up] .form-grid .form-group #lnkbtnEmailResendOTp {
  top: 50%;
  left: unset;
  right: 0;
}
.vendor-pop [data-tab=sign-up] .form-grid .form-group a {
  color: var(--primary);
}
.vendor-pop [data-tab=sign-up] .form-grid .sbmt-grp .aspNetDisabled {
  --height: 44px;
  --padding: 28px;
  width: 100%;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  overflow: hidden;
  color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.5s ease;
  caret-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 5px;
  font-weight: 500;
  z-index: 1;
  background: var(--gradient-a);
  border: none;
  transition: 0s ease;
  cursor: pointer;
}
.vendor-pop [data-tab=sign-up] .form-grid .sbmt-grp .aspNetDisabled:hover {
  background: var(--primary);
}

.model-full {
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  background: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  transform: translateY(100%);
}
.model-full.is-open {
  transform: translateY(0%);
}
.model-full .model-wrapper {
  max-width: 1000px;
  width: 100%;
  background: var(--white);
  margin: 0 auto;
  pointer-events: all;
  border-radius: 10px;
  overflow: hidden;
}
.model-full .model-wrapper .upper-model-ttl-sec {
  padding: 8px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  color: var(--black);
}
.model-full .model-wrapper .upper-model-ttl-sec .model-ttl {
  font-size: 18px;
}
.model-full .model-wrapper .upper-model-ttl-sec .model-ttl.model-ttl-med {
  font-size: 16px;
}
.model-full .model-wrapper .upper-model-ttl-sec:has(.close) {
  position: relative;
}
.model-full .model-wrapper .upper-model-ttl-sec > * {
  color: inherit;
}
.model-full .model-wrapper .upper-model-ttl-sec .close {
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  line-height: 0;
  z-index: 2;
}
.model-full .model-wrapper .upper-model-ttl-sec .close svg {
  width: 20px;
  height: auto;
}
.model-full .model-wrapper .upper-model-ttl-sec .close path {
  stroke: var(--black);
}
.model-full .model-wrapper .zzfu {
  max-height: 360px;
  overflow-y: auto;
}
.model-full .model-wrapper .zzfu::-webkit-scrollbar {
  width: 6px;
  background: none;
  height: 6px;
}
.model-full .model-wrapper .zzfu::-webkit-scrollbar-track {
  box-shadow: none;
}
.model-full .model-wrapper .zzfu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0;
}
.model-full .model-wrapper .card-body {
  padding: 12px 20px;
}
.model-full.cancel-order-pop .dialog-wrapper {
  max-width: 540px;
  position: relative;
}
.model-full.cancel-order-pop .dialog-wrapper .close {
  right: 30px;
  top: 30px;
}
.model-full.cancel-order-pop .dialog-wrapper .close svg {
  width: 18px;
}
.model-full.cancel-order-pop .dialog-wrapper .model-body {
  padding: 35px 30px 55px;
}
.model-full.cancel-order-pop .dialog-wrapper .model-body .ksxif {
  margin-bottom: 50px;
}
.model-full.cancel-order-pop .dialog-wrapper .model-body .ksxif h4 {
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
}
.model-full.cancel-order-pop .dialog-wrapper .model-body .form {
  --gaptb: 18px;
}
.model-full.review-pop .dialog-wrapper {
  max-width: 500px;
}
.model-full.review-pop .dialog-wrapper .review-form {
  --item: 2;
  --labelbefore: var(--black);
  --labelafter: var(--text);
  --borderbefore: var(--black);
  padding: 20px 30px;
  --gaptb: 16px;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra {
  display: flex;
  align-items: center;
  gap: 16px;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .sljok {
  color: var(--black);
  font-weight: 500;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars {
  caret-color: transparent;
  line-height: 0;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li:not(.active) path {
  stroke: var(--black);
  fill: none;
  stroke-width: 1px;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li.active path {
  stroke: var(--black);
  fill: var(--black);
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li svg {
  width: 20px;
  height: 20px;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li svg path {
  transition: none;
}
.model-full.review-pop .dialog-wrapper .review-form textarea {
  --inputpadtop: 12px;
  --inputheight: 120px;
  font-size: 14px;
  line-height: 1.2;
}

.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.video-pop.is-open {
  transform: translateY(0%);
}
.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .video-pop .close-video {
    right: 0;
  }
}
.video-pop .close-video:hover {
  background: var(--black);
}
.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 675px) {
  .video-pop .model-body {
    max-width: 95%;
  }
}
.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
}

.footer-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: var(--black);
  display: none;
}
@media only screen and (max-width: 675px) {
  .footer-strip {
    display: block;
  }
}
.footer-strip ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-strip ul li {
  flex: 1;
}
.footer-strip ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-strip ul li a {
  display: block;
  text-align: center;
  color: var(--white);
  height: var(--footerstrip);
  line-height: var(--footerstrip);
  font-weight: bold;
  text-transform: uppercase;
}

.message-pop {
  position: fixed;
  top: 40px;
  left: 50%;
  translate: -50% 0;
  z-index: 7;
  background: #ff3d3d;
  color: var(--white);
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  animation: showpop 0.7s ease forwards;
}
@keyframes showpop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.message-pop.bottom {
  bottom: 40px;
  top: auto;
}
.message-pop.top-right {
  right: 50px;
  left: auto;
  top: 40px;
  translate: 0 0;
}
.message-pop.top-left {
  left: 50px;
  top: 40px;
  translate: 0 0;
}
.message-pop.bottom-left {
  top: auto;
  bottom: 40px;
  left: 50px;
  translate: 0 0;
}
.message-pop.bottom-right {
  top: auto;
  bottom: 40px;
  left: auto;
  right: 50px;
  translate: 0 0;
}

.testimony-pop {
  max-width: calc(50% - 10px);
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100vh);
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  transition: 0.6s ease;
  z-index: 7;
}
@media only screen and (max-width: 991px) {
  .testimony-pop {
    max-width: calc(70% - 10px);
  }
}
@media only screen and (max-width: 540px) {
  .testimony-pop {
    max-width: calc(90% - 10px);
  }
}
.testimony-pop.is-open {
  transform: translate(-50%, -50%);
}
.testimony-pop button.close {
  top: 25px;
  right: 25px;
}
.testimony-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
}
@media only screen and (max-width: 540px) {
  .testimony-pop .model-body {
    padding: 50px 20px 20px;
  }
}
.testimony-pop .testimony-container {
  background-image: url(/assets/images/home/quote.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 100%;
  background-size: 95px;
}
@media only screen and (max-width: 540px) {
  .testimony-pop .testimony-container {
    background-size: 70px;
  }
}
.testimony-pop .testimony-container > p {
  color: #666;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .testimony-pop .testimony-container > p {
    font-size: 14px;
  }
}
.testimony-pop .testimony-container .designation {
  padding-top: 20px;
}
.testimony-pop .testimony-container .designation h5 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .testimony-pop .testimony-container .designation h5 {
    font-size: 22px;
  }
}
.testimony-pop .testimony-container .designation p {
  font-size: 16px;
  color: #666;
}/*# sourceMappingURL=header.css.map */