@font-face {
  font-family: "Aeonik-Light";
  src: url("../fonts/Aeonik-Light.woff2") format("woff2"), url("../fonts/Aeonik-Light.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Regular";
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Medium";
  src: url("../fonts/Aeonik-Medium.woff2") format("woff2"), url("../fonts/Aeonik-Medium.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Bold";
  src: url("../fonts/Aeonik-Bold.woff2") format("woff2"), url("../fonts/Aeonik-Bold.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Buvera-Regular";
  src: url("../fonts/Buvera-Regular.woff2") format("woff2"), url("../fonts/Buvera-Regular.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Buvera-Medium";
  src: url("../fonts/Buvera-Medium.woff2") format("woff2"), url("../fonts/Buvera-Medium.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Buvera-Bold";
  src: url("../fonts/Buvera-Bold.woff2") format("woff2"), url("../fonts/Buvera-Bold.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Swiss721BT-Light";
  src: url("../fonts/Swiss721BT-Light.woff2") format("woff2"), url("../fonts/Swiss721BT-Light.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Swiss721BT-Roman";
  src: url("../fonts/Swiss721BT-Roman.woff2") format("woff2"), url("../fonts/Swiss721BT-Roman.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Swis721-WGL4BT-Roman";
  src: url("../fonts/Swiss721BT-Roman_1.woff2") format("woff2"), url("../fonts/Swiss721BT-Roman_1.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Swiss721BT-Bold";
  src: url("../fonts/Swiss721BT-Bold.woff2") format("woff2"), url("../fonts/Swiss721BT-Bold.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
.btn {
  height: 52px;
  padding: 12px 30px;
  font-size: 18px;
  font-family: "Swiss721BT-Bold", Arial, sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.btn.mw-120 {
  min-width: 120px;
}
.btn.mw-140 {
  min-width: 140px;
}
.btn.mw-150 {
  min-width: 150px;
}
.btn.mw-170 {
  min-width: 170px;
}
.btn.mw-200 {
  min-width: 200px;
}
.btn.mw-235 {
  min-width: 235px;
}
.btn.mw-250 {
  min-width: 250px;
}
.btn.mw-322 {
  min-width: 322px;
}
.btn.mw-300 {
  min-width: 300px;
}
.btn.mw-135 {
  min-width: 135px;
}
.btn.h-60 {
  height: 60px;
}
.btn.h-50px {
  height: 50px;
}
.btn.h-45 {
  height: 45px;
}
.btn-link {
  color: var(--primary-color);
  font-size: 18px;
  font-family: "Buvera-Medium", Arial, sans-serif;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  text-decoration: none;
  color: var(--primary-color) !important;
}
.btn.btn-outline-dark {
  border: 1px solid #000000;
  gap: 10px;
}
.btn.btn-outline-dark em {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .btn.btn-outline-dark em {
    font-size: 16px;
  }
}
.btn-primary {
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus, .btn-primary.active, .btn-primary.show, .btn-primary-check:checked + .btn-primary, .btn-primary:focus-visible, .btn-primary:not(.btn-check) + .btn-primary:hover, .btn-primary:first-child:hover, .btn-primary-check:focus-visible + .btn-primary, .btn-primary:first-child:active, .btn-primary:not(.btn-check) + .btn-primary:active {
  color: #ffffff !important;
  background-color: color-mix(in srgb, var(--primary-color), black 6%) !important;
  border-color: color-mix(in srgb, var(--primary-color), black 6%) !important;
  box-shadow: none !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}
.btn-outline-primary {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: #ffffff !important;
  background-color: color-mix(in srgb, var(--primary-color), black 6%) !important;
  border-color: color-mix(in srgb, var(--primary-color), black 6%) !important;
  box-shadow: none !important;
}
.btn-outline-primary.disabled, .btn-outline-primary[disabled], fieldset[disabled] .btn-outline-primary {
  background-color: transparent;
  border-color: var(--primary-color);
  box-shadow: none;
  color: var(--primary-color);
}
.btn-secondary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  transition: all 0.3s ease-in-out;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active, .btn-secondary.show, .btn-secondary-check:checked + .btn-secondary, .btn-secondary:focus-visible, .btn-secondary:not(.btn-check) + .btn-secondary:hover, .btn-secondary:first-child:hover, .btn-secondary-check:focus-visible + .btn-secondary, .btn-secondary:first-child:active, .btn-secondary:not(.btn-check) + .btn-secondary:active {
  color: #ffffff !important;
  background-color: black !important;
  border-color: black !important;
  box-shadow: none !important;
}
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #000000;
  border-color: #000000;
  box-shadow: none;
}
.btn-outline-secondary {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  color: #ffffff !important;
  background-color: black !important;
  border-color: black !important;
  box-shadow: none !important;
}
.btn-outline-secondary.disabled, .btn-outline-secondary[disabled], fieldset[disabled] .btn-outline-secondary {
  background-color: transparent;
  border-color: #000000;
  box-shadow: none;
  color: #000000;
}
.btn-light {
  color: rgba(0, 0, 0, 0.65);
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  transition: all 0.3s ease-in-out;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.focus, .btn-light.active, .btn-light.show, .btn-light-check:checked + .btn-light, .btn-light:focus-visible, .btn-light:not(.btn-check) + .btn-light:hover, .btn-light:first-child:hover, .btn-light-check:focus-visible + .btn-light, .btn-light:first-child:active, .btn-light:not(.btn-check) + .btn-light:active {
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: rgb(182.36, 182.36, 182.36) !important;
  border-color: rgb(182.36, 182.36, 182.36) !important;
  box-shadow: none !important;
}
.btn-light.disabled, .btn-light[disabled], fieldset[disabled] .btn-light {
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  color: rgba(0, 0, 0, 0.65);
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus {
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  box-shadow: none;
}
.btn-outline-light {
  color: #C2C2C2;
  border: 1px solid #C2C2C2;
  background-color: transparent;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: rgb(182.36, 182.36, 182.36) !important;
  border-color: rgb(182.36, 182.36, 182.36) !important;
  box-shadow: none !important;
}
.btn-outline-light.disabled, .btn-outline-light[disabled], fieldset[disabled] .btn-outline-light {
  background-color: transparent;
  border-color: #C2C2C2;
  box-shadow: none;
  color: #C2C2C2;
}
.btn.btn-outline-light {
  color: rgba(0, 0, 0, 0.65) !important;
}
.btn.btn-outline-light em {
  color: #25314C;
  margin-right: 12px;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active {
  background-color: #EDEDED !important;
  border-color: #EDEDED !important;
}
@media (max-width: 1599px) {
  .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .btn.mw-150 {
    min-width: 142px;
  }
  .btn.mw-300 {
    min-width: 280px;
  }
}
@media (max-width: 1499px) {
  .btn.mw-200 {
    min-width: 180px;
  }
  .btn.mw-235 {
    min-width: 195px;
  }
  .btn.h-60 {
    height: 52px;
  }
  .btn.mw-322 {
    min-width: 280px;
  }
  .btn.mw-140 {
    min-width: 120px;
  }
  .btn.h-50px {
    height: 46px;
  }
  .btn.mw-300 {
    min-width: 260px;
  }
}
@media (max-width: 1399.98px) {
  .btn {
    height: 45px;
    font-size: 15px;
    padding: 10px 20px;
  }
  .btn.mw-150 {
    min-width: 130px;
  }
  .btn.mw-200 {
    min-width: 160px;
  }
  .btn.mw-322 {
    min-width: 250px;
  }
  .btn.mw-170 {
    min-width: 150px;
  }
  .btn.mw-300 {
    min-width: 240px;
  }
  .btn.h-60 {
    height: 45px;
  }
}
@media (max-width: 1199.98px) {
  .btn.mw-150 {
    min-width: 110px;
  }
}
@media (max-width: 991.98px) {
  .btn {
    height: 40px;
    font-size: 14px;
    padding: 6px 16px;
  }
  .btn.mw-150 {
    min-width: 90px;
  }
  .btn.h-60 {
    height: 45px;
  }
  .btn.mw-322 {
    min-width: auto;
  }
  .btn.mw-200 {
    min-width: 130px;
  }
  .btn.mw-170 {
    min-width: 130px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    height: 38px;
    padding: 5px 15px;
  }
  .btn.text-uppercase {
    font-size: 13px;
  }
  .btn.mw-150 {
    min-width: auto;
  }
  .btn.mw-200 {
    min-width: auto;
  }
  .btn.mw-235 {
    min-width: 170px;
  }
  .btn.h-60 {
    height: 42px;
  }
  .btn.h-45 {
    height: 38px;
  }
  .btn.h-50px {
    height: 40px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 1;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

.commonTabs .nav-item .nav-link {
  padding: 12px 30px;
  line-height: 1.2;
  font-size: 20px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
}
.commonTabs .nav-item .nav-link.active {
  color: #ffffff;
  font-family: "Buvera-Medium", Arial, sans-serif;
  background-color: #000000;
}
@media (max-width: 1399.98px) {
  .commonTabs .nav-item .nav-link {
    padding: 12px 25px;
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .commonTabs .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .commonTabs .nav-item .nav-link {
    padding: 9px 16px;
    font-size: 15px;
  }
}

.ui-widget {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif !important;
}
.ui-widget-content {
  border: none !important;
}
.ui-widget-content.ui-datepicker {
  box-shadow: -1px 5px 10px rgba(52, 52, 52, 0.09);
  border-radius: 0px;
}
.ui-widget-content .ui-state-default {
  border: none !important;
  padding: 8px;
  font-size: 14px;
  line-height: 1.3;
  background-color: #ffffff;
}
.ui-widget-header {
  background-color: #ffffff !important;
  color: var(--primary-color) !important;
  border: none !important;
}
.ui-widget-header .ui-state-hover {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  width: 19em;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}
.ui-datepicker td a {
  text-align: center !important;
}
.ui-datepicker-calendar thead {
  background-color: var(--primary-color);
}
.ui-datepicker-calendar span {
  font-size: 16px;
  color: #ffffff;
}
.ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker-next-hover {
  top: 2px !important;
  right: 2px !important;
}
.ui-timepicker-container {
  z-index: 11 !important;
  box-shadow: -1px 5px 10px rgba(52, 52, 52, 0.09);
  border: none;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  border-radius: 0px;
}
.ui-timepicker-container .ui-corner-all {
  font-size: 16px;
}
.ui-timepicker-container .ui-state-hover, .ui-timepicker-container .ui-corner-all {
  border: none;
}
.ui-timepicker-container #ui-active-item {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  font-family: "Buvera-Medium", Arial, sans-serif;
  transition: all 0.3s ease;
}
.ui-state-hover, .ui-state-highlight {
  background-color: color-mix(in srgb, var(--primary-color) 15%, transparent) !important;
  font-family: "Buvera-Bold", Arial, sans-serif !important;
}
.ui-state-highlight.ui-state-active {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  font-family: "Buvera-Bold", Arial, sans-serif !important;
}
.ui-state-active {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  font-family: "Buvera-Bold", Arial, sans-serif !important;
}
.ui-state-default {
  width: 35px;
  height: 35px;
}
.ui-icon-circle-triangle-w {
  background-position: -100px 0px !important;
}
.ui-icon-circle-triangle-e {
  background-position: -30px 0px !important;
}
@media (max-width: 1399.98px) {
  .ui-datepicker th {
    padding: 3px 6px;
  }
  .ui-datepicker-calendar span {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .ui-timepicker-container .ui-corner-all {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .ui-widget-content.ui-datepicker {
    width: 20em;
  }
}

.form-group .fieldicon-input-right {
  padding-inline-end: 35px;
}
.form-group .fieldicon-input-left {
  padding-inline-start: 35px;
}
.form-group .fieldicon-right {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #000000;
  text-decoration: none;
  z-index: 1;
  cursor: text;
}
.form-group .fieldicon-left {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #000000;
  text-decoration: none;
  z-index: 1;
  cursor: text;
}
.form-group .fieldicon .toggle-password {
  cursor: pointer;
}
.form-group .fieldicon.lg .fieldicon-input-left {
  padding-inline-start: 54px;
}
.form-group .fieldicon.lg .fieldicon-left {
  font-size: 22px;
  left: 20px;
  top: 18px;
}
@media (max-width: 1499px) {
  .form-group .fieldicon.lg .fieldicon-input-left {
    padding-inline-start: 45px;
  }
  .form-group .fieldicon.lg .fieldicon-left {
    font-size: 18px;
    left: 18px;
    top: 16px;
  }
}
@media (max-width: 1399.98px) {
  .form-group .fieldicon-right {
    top: 15px;
    right: 15px;
  }
  .form-group .fieldicon-left {
    top: 15px;
  }
}
@media (max-width: 1199.98px) {
  .form-group .fieldicon.lg .fieldicon-input-left {
    padding-inline-start: 38px;
  }
  .form-group .fieldicon.lg .fieldicon-left {
    font-size: 16px;
    left: 15px;
    top: 14px;
  }
  .form-group .fieldicon-right {
    top: 10px;
  }
}

.form-label {
  font-size: 16px;
  font-family: "Buvera-Medium", Arial, sans-serif;
  color: #212121;
  line-height: 1.35;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .form-label {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .form-label {
    margin-bottom: 7px;
  }
}

.form-control {
  color: #000000;
  border: 1px solid #EDEDED;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  line-height: 1.4;
  transition: all ease-in-out 0.3s;
  background-color: #ffffff;
  width: 100%;
  height: 52px;
  border-radius: 0px;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border-color: var(--primary-color);
  outline: none;
}
.form-control.lg {
  height: 60px;
  font-size: 18px;
}
.form-control.md {
  height: 46px;
}
.form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.02);
  cursor: not-allowed;
  border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1499px) {
  .form-control.lg {
    font-size: 16px;
    height: 52px;
  }
}
@media (max-width: 1399.98px) {
  .form-control {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .form-control.md {
    height: 42px;
  }
  .form-control.lg {
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .form-control {
    padding: 7px 12px;
  }
}
@media (max-width: 575.98px) {
  .form-control {
    height: 42px;
  }
  .form-control.lg {
    height: 42px;
  }
}

.form-check {
  line-height: normal;
  min-height: auto;
  position: relative;
  padding-left: 0px;
  font-size: 18px;
}
.form-check.custom-control-inline:last-child {
  margin-right: 0;
}
.form-check-input[type=checkbox]:focus {
  box-shadow: none;
  border-color: #00af66;
}
.form-check-input[type=checkbox]:checked {
  background-color: #00af66;
  border-color: #00af66;
}
.form-check-input[type=radio]:checked ~ .form-check-label:before {
  border-color: #00af66;
}
.form-check-input[type=radio]:checked ~ .form-check-label:after {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 7px;
  padding: 2px 0;
  content: "";
  text-align: center;
  border-color: #00af66;
  border-radius: 50%;
  background-color: #00af66;
}
.form-check-input[type=radio] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.form-check-input[type=radio]:focus ~ .form-check-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-check-input[type=radio]:not(:disabled):active ~ .form-check-label::before {
  background-color: #ffffff;
  border-color: #00af66;
}
.form-check-input[type=radio]:focus:not(:checked) ~ .form-check-label::before {
  border-color: #00af66;
}
.form-check-input[type=radio] ~ .form-check-label {
  width: 100%;
  cursor: pointer;
  position: static;
  color: #2f2f2f;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  margin-bottom: 0;
  padding-left: 30px;
}
.form-check-input[type=radio] ~ .form-check-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 3px;
  border: 1.5px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}
.form-check-input[type=radio] ~ .form-check-label:after {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 7px;
  transition: all 0.3s;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .form-check {
    font-size: 16px;
  }
  .form-check-input[type=radio] ~ .form-check-label {
    padding-left: 25px;
  }
  .form-check-input[type=radio] ~ .form-check-label:before {
    width: 15px;
    height: 15px;
  }
  .form-check-input[type=radio] ~ .form-check-label:after {
    left: 3px;
    top: 6px;
  }
  .form-check-input[type=radio]:checked ~ .form-check-label:after {
    width: 9px;
    height: 9px;
    left: 3px;
    top: 6px;
  }
}
@media (max-width: 575.98px) {
  .form-check {
    font-size: 14px;
    line-height: 1.4;
  }
}

textarea.form-control {
  height: 120px;
  resize: none;
}
textarea.form-control.h-80 {
  height: 80px;
}
textarea.form-control.h-100px {
  height: 100px;
}
textarea.form-control.h-150px {
  height: 150px;
}

.switchbox_toggle {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
  margin-bottom: 0;
  cursor: pointer;
}
.switchbox_input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.switchbox_input:checked + .switchbox_slider {
  background: linear-gradient(116.8deg, #55DB58 -12.75%, #0EA012 111.95%);
}
.switchbox_input:checked + .switchbox_slider:before {
  transform: translateX(22px);
}
.switchbox_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(116.8deg, #BCBCBC -12.75%, #BCBCBC 111.95%);
  transition: all 0.3s ease-in-out;
  border-radius: 28px;
}
.switchbox_slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.StripeElement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #f8f8f8;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  border-radius: 0;
  background-color: #f8f8f8;
  color: #000000;
  height: 52px;
}

.input-icon em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  font-size: 20px;
  color: #EDEDED;
}
@media (max-width: 575.98px) {
  .input-icon em {
    font-size: 16px;
  }
}
.input-icon .form-control {
  padding-right: 45px;
}

.datetimepicker .input-icon em {
  cursor: pointer;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l3sovr");
  src: url("../fonts/icomoon.eot?l3sovr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?l3sovr") format("truetype"), url("../fonts/icomoon.woff?l3sovr") format("woff"), url("../fonts/icomoon.svg?l3sovr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter-round:before {
  content: "\e95e";
}

.icon-envelope-alt:before {
  content: "\e95c";
}

.icon-whatsapp:before {
  content: "\e95d";
}

.icon-weight:before {
  content: "\e957";
}

.icon-height:before {
  content: "\e958";
}

.icon-width:before {
  content: "\e959";
}

.icon-length:before {
  content: "\e95a";
}

.icon-info-circle:before {
  content: "\e95b";
}

.icon-box-check:before {
  content: "\e952";
}

.icon-taxi-clock:before {
  content: "\e953";
}

.icon-taxi:before {
  content: "\e954";
}

.icon-elevator-alt:before {
  content: "\e955";
}

.icon-elevator:before {
  content: "\e956";
}

.icon-linkedin-round:before {
  content: "\e94f";
}

.icon-insta-round:before {
  content: "\e950";
}

.icon-facebook-round:before {
  content: "\e951";
}

.icon-chevron-left:before {
  content: "\e94b";
}

.icon-chevron-right:before {
  content: "\e94c";
}

.icon-arrow-left-alt:before {
  content: "\e94d";
}

.icon-arrow-right-alt:before {
  content: "\e94e";
}

.icon-star-alt:before {
  content: "\e947";
}

.icon-location-pin-alt:before {
  content: "\e948";
}

.icon-cross-alt:before {
  content: "\e949";
}

.icon-check-alt:before {
  content: "\e94a";
}

.icon-twitter-x-alt:before {
  content: "\e941";
}

.icon-linkedin-alt:before {
  content: "\e942";
}

.icon-instagram-alt:before {
  content: "\e943";
}

.icon-link:before {
  content: "\e944";
}

.icon-phone-outline:before {
  content: "\e945";
}

.icon-gift:before {
  content: "\e946";
}

.icon-trophy:before {
  content: "\e93f";
}

.icon-users:before {
  content: "\e940";
}

.icon-location-pin:before {
  content: "\e90a";
}

.icon-trash:before {
  content: "\e90b";
}

.icon-shield-check:before {
  content: "\e90c";
}

.icon-file-text:before {
  content: "\e90d";
}

.icon-question-circle:before {
  content: "\e90e";
}

.icon-phone-call:before {
  content: "\e912";
}

.icon-close:before {
  content: "\e906";
}

.icon-play:before {
  content: "\e904";
}

.icon-badge-check:before {
  content: "\e903";
}

.icon-twitter-x:before {
  content: "\e91e";
}

.icon-envelope:before {
  content: "\e917";
}

.icon-angle-down-sm:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-truck:before {
  content: "\e905";
}

.icon-user:before {
  content: "\e907";
}

.icon-eye-slash-fill:before {
  content: "\e918";
}

.icon-eye-fill:before {
  content: "\e919";
}

.icon-eye:before {
  content: "\e911";
}

.icon-arrow-left:before {
  content: "\e90f";
}

.icon-image-plus:before {
  content: "\e910";
}

.icon-plus-circle:before {
  content: "\e913";
}

.icon-eye-slash:before {
  content: "\e914";
}

.icon-making-money:before {
  content: "\e908";
}

.icon-file-text-check:before {
  content: "\e915";
}

.icon-business:before {
  content: "\e916";
}

.icon-user-outline:before {
  content: "\e926";
}

.icon-logout:before {
  content: "\e923";
}

.icon-clear:before {
  content: "\e924";
}

.icon-briefcase:before {
  content: "\e925";
}

.icon-star-outline:before {
  content: "\e922";
}

.icon-arrow-right:before {
  content: "\e920";
}

.icon-quote-right:before {
  content: "\e91a";
}

.icon-star-fill:before {
  content: "\e91b";
}

.icon-route:before {
  content: "\e91c";
}

.icon-credit-card-check:before {
  content: "\e91d";
}

.icon-download-fill:before {
  content: "\e91f";
}

.icon-shield-check-fill:before {
  content: "\e921";
}

.icon-cursor-click:before {
  content: "\e927";
}

.icon-safe-shield:before {
  content: "\e928";
}

.icon-caret-down:before {
  content: "\e929";
}

.icon-clock:before {
  content: "\e92a";
}

.icon-calendar-alt:before {
  content: "\e92b";
}

.icon-notification:before {
  content: "\e92c";
}

.icon-chat:before {
  content: "\e92d";
}

.icon-long-arrow-right:before {
  content: "\e92e";
}

.icon-user-change-outline:before {
  content: "\e933";
}

.icon-file-plus:before {
  content: "\e92f";
}

.icon-question-square:before {
  content: "\e930";
}

.icon-wallet:before {
  content: "\e931";
}

.icon-user-change:before {
  content: "\e932";
}

.icon-send:before {
  content: "\e934";
}

.icon-attachment:before {
  content: "\e935";
}

.icon-truck1:before {
  content: "\e936";
}

.icon-calendar:before {
  content: "\e937";
}

.icon-moresvg:before {
  content: "\e938";
}

.icon-check:before {
  content: "\e939";
}

.icon-clock-outline:before {
  content: "\e93a";
}

.icon-search:before {
  content: "\e93b";
}

.icon-minus:before {
  content: "\e93c";
}

.icon-plus:before {
  content: "\e93d";
}

.icon-edit:before {
  content: "\e93e";
}

.innerHead {
  margin-bottom: 30px;
}
.innerHead_title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
}
.innerHead_subtitle {
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}
.innerHead_search {
  width: 890px;
  height: 56px;
  display: flex;
  position: relative;
  background-color: #F6F8FA;
  align-items: center;
}
.innerHead_search em {
  position: absolute;
  left: 15px;
  font-size: 20px;
  color: #000000;
}
.innerHead_search input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  padding: 16px 20px 16px 46px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-family: "Buvera-Medium", Arial, sans-serif;
  background-color: transparent;
}
.innerHead_search input::placeholder {
  color: #818898;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}
.innerHead_list {
  background-color: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 25px;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 8px);
  display: none;
  z-index: 1;
}
.innerHead_list.show {
  display: block;
}
.innerHead_list_top_title {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.innerHead_list_body_clock {
  color: #78828A;
  font-size: 20px;
  margin-right: 17px;
}
.innerHead_list_body_title {
  font-size: 14px;
  margin-bottom: 0px;
  cursor: pointer;
  word-break: break-word;
}
.innerHead_list_body_close {
  color: #78828A;
  font-size: 15px;
  cursor: pointer;
}
.innerHead_list_body_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerHead_list_body_item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F6F5F6;
}
.innerHead_addBtn {
  font-size: 18px;
  font-family: "Buvera-Bold", Arial, sans-serif;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.innerHead_addBtn em {
  font-size: 14px;
}
@media (max-width: 1599px) {
  .innerHead {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399.98px) {
  .innerHead_title {
    font-size: 22px;
  }
  .innerHead_search {
    width: 700px;
    height: 45px;
  }
  .innerHead_search input {
    padding: 12px 15px 12px 40px;
  }
  .innerHead_search em {
    font-size: 16px;
  }
  .innerHead_list {
    padding: 15px;
  }
  .innerHead_list_top_title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .innerHead_list_body_clock {
    font-size: 18px;
    margin-right: 12px;
  }
  .innerHead_list_body_close {
    font-size: 14px;
  }
  .innerHead_list_body_item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .innerHead_addBtn {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .innerHead_title {
    font-size: 18px;
  }
  .innerHead_subtitle {
    font-size: 14px;
  }
  .innerHead_search {
    width: 600px;
  }
}
@media (max-width: 991.98px) {
  .innerHead_search {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .innerHead_search {
    width: 100%;
  }
}

.progressive {
  overflow: hidden;
  position: relative;
}
.progressive__img {
  width: auto;
  height: auto;
  transform: translateZ(0);
}
.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1);
}
.progressive--is-loaded {
  filter: blur(20px);
  animation: sharpen 0.5s both;
  transform: scale(1);
}
@keyframes sharpen {
  from {
    filter: blur(20px);
  }
  to {
    filter: blur(0px);
  }
}

.select2 {
  width: 100% !important;
  font-size: 14px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  color: #000000;
  height: 100%;
}
.select2-container--default b {
  display: none;
}
.select2-container--default .select2-selection--single {
  height: 52px;
  border-color: #EDEDED;
  border-radius: 0px;
  background-color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  padding-right: 35px;
  line-height: 50px;
  padding-left: 20px;
  min-width: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\e909";
  font-family: "icomoon";
  height: 100%;
  width: 100%;
  text-align: center;
  right: 14px;
  font-size: 10px;
  color: #25314C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.select2-container--open .select2-selection--single {
  background: color-mix(in srgb, var(--primary-color) 7%, transparent);
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(180deg) translateY(52%);
}
.select2-container--open .select2-dropdown {
  border-color: var(--primary-color);
}
.select2-container--default .select2-selection--single .select2-selection__rendered[title*=Choose], .select2-container--default .select2-selection--single .select2-selection__rendered[title*=Select] {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1399.98px) {
  .select2-container--default .select2-selection--single {
    height: 45px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
  }
  .select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 34px;
  }
  .select2 .select2-selection--single .select2-selection__arrow:after {
    right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    right: 8px;
  }
}
@media (max-width: 767.98px) {
  .select2 {
    font-size: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
  }
  .select2-container--default .select2-selection--single {
    height: 40px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }
}

span.select2-container--default .select2-selection--multiple {
  height: 55px;
  border-color: #EDEDED;
  border-radius: 0px;
}
span.select2-container--default .select2-selection--multiple:focus {
  outline: none;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #000000;
  padding-right: 35px;
  line-height: 55px;
  padding-left: 20px;
  min-width: 100px;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input {
  margin: 0;
  width: 100% !important;
  font-family: "Buvera-Bold", Arial, sans-serif;
  -webkit-appearance: button;
  appearance: button;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input::-webkit-input-placeholder {
  color: #000000;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input:-ms-input-placeholder {
  color: #000000;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input::placeholder {
  color: #000000;
}
span.select2-container--default .select2-selection--multiple:after {
  content: "\e91f";
  font-family: "icomoon";
  height: 100%;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 14px;
  font-size: 7px;
}
span.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
}
span.select2-container--open .select2-selection--multiple {
  border-color: #EDEDED;
}
span.select2-container--open .select2-selection--multiple:after {
  content: "\e910";
}
span.select2-container--open .select2-dropdown {
  border-color: #EDEDED;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1399.98px) {
  span.select2 .select2-selection--multiple {
    height: 46px;
  }
  span.select2 .select2-selection--multiple .select2-selection__rendered {
    padding-right: 35px;
    line-height: 46px;
    padding-left: 10px;
  }
  span.select2 .select2-selection--multiple:after {
    right: 10px;
  }
}

.select2-results__options {
  padding-bottom: 10px;
}

span.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--primary-color);
}

.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom {
  border: none;
  padding: 0;
  height: auto;
}
.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered {
  line-height: initial;
  padding: 0;
}
.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li {
  margin-left: 0;
  margin-right: 5px;
  border-color: #EDEDED;
  background-color: #e9f2ff;
  font-size: 15px;
  font-family: "Buvera-Bold", Arial, sans-serif;
  color: var(--primary-color);
  padding: 2px 5px;
  padding-right: 25px;
  position: relative;
}
.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li .select2-selection__choice__remove {
  right: 4px;
  left: auto;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li {
    font-size: 14px;
  }
}

.select2-container.select2-container--custom-selection.select2-container--empty {
  display: none;
}

.select2-container--default .select2-search--dropdown {
  padding: 0;
  margin-bottom: 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 0px;
  padding: 10px 15px;
  border: 1px solid #EDEDED;
  font-size: 15px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #4caf50;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.select2-results__message,
.select2-results__title,
.select2-title-option {
  font-size: 18px;
  font-family: "Buvera-Medium", Arial, sans-serif;
  color: #000000;
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}

.select2-dropdown {
  border-color: #EDEDED;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.select2-dropdown .select2-results ul li {
  border-radius: 0px;
  margin-bottom: 6px;
  padding: 6px 12px;
  color: rgba(13, 13, 18, 0.6);
  font-size: 16px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  word-break: break-word;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-left: 48px;
}
.select2-dropdown .select2-results ul li:last-child {
  margin-bottom: 0;
}
.select2-dropdown .select2-results ul li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #EDEDED;
  border-radius: 0px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.select2-dropdown .select2-results ul li::after {
  content: "\e939";
  position: absolute;
  font-family: "icomoon";
  left: 20px;
  top: 52%;
  font-size: 10px;
  color: #ffffff;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.select2-dropdown .select2-results ul li:hover {
  background-color: transparent;
}
.select2-dropdown .select2-results ul li.title, .select2-dropdown .select2-results ul li[class*=title], .select2-dropdown .select2-results ul li[data-title=true], .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child {
  font-size: 16px;
  font-family: "Buvera-Medium", Arial, sans-serif;
  color: #000000;
  padding: 10px 16px !important;
  margin-bottom: 14px;
  border-bottom: 1px solid #EDEDED;
  cursor: default !important;
  background-color: transparent !important;
  pointer-events: none;
  user-select: none;
}
.select2-dropdown .select2-results ul li.title::before, .select2-dropdown .select2-results ul li.title::after, .select2-dropdown .select2-results ul li[class*=title]::before, .select2-dropdown .select2-results ul li[class*=title]::after, .select2-dropdown .select2-results ul li[data-title=true]::before, .select2-dropdown .select2-results ul li[data-title=true]::after, .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child::before, .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child::after {
  display: none !important;
}
.select2-dropdown .select2-results ul li.title:hover, .select2-dropdown .select2-results ul li[class*=title]:hover, .select2-dropdown .select2-results ul li[data-title=true]:hover, .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child:hover {
  background-color: transparent !important;
}
.select2-dropdown .select2-results ul li[aria-disabled=true]:not(:first-child), .select2-dropdown .select2-results ul li.select2-results__option--disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
.select2-dropdown .select2-results ul li[aria-disabled=true]:not(:first-child)::before, .select2-dropdown .select2-results ul li[aria-disabled=true]:not(:first-child)::after, .select2-dropdown .select2-results ul li.select2-results__option--disabled::before, .select2-dropdown .select2-results ul li.select2-results__option--disabled::after {
  display: none;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #0d0d12;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true]::before {
  background-color: #00af66;
  border-color: #00af66;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true]::after {
  opacity: 1;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true].title, .select2-dropdown .select2-results ul .select2-results__option[aria-selected=true][class*=title] {
  background-color: transparent !important;
}
.select2-dropdown .select2-results ul .select2-results__message {
  padding-left: 16px;
  font-size: 15px;
}
.select2-dropdown .select2-results ul .select2-results__message::before {
  display: none;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted {
  background-color: transparent;
  color: #0d0d12;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted::before {
  border-color: #00af66;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted.title, .select2-dropdown .select2-results ul .select2-results__option--highlighted[class*=title] {
  background-color: transparent !important;
}
@media (max-width: 1199.98px) {
  .select2-dropdown .select2-results ul li {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 3px;
    padding-left: 38px;
  }
  .select2-dropdown .select2-results ul li.title, .select2-dropdown .select2-results ul li[class*=title], .select2-dropdown .select2-results ul li[data-title=true], .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child {
    font-size: 14px;
    padding: 8px 12px !important;
    margin-bottom: 10px;
  }
  .select2-dropdown .select2-results ul li::before {
    left: 12px;
  }
  .select2-dropdown .select2-results ul li::after {
    left: 16px;
  }
}

.input-select {
  position: relative;
  width: 100%;
}
.input-select .form-control {
  padding-right: 50px;
  position: relative;
  z-index: 1;
  border-right: 0;
  border: 0;
}
.input-select .form-control:focus {
  border-color: #EDEDED;
}
.input-select.inputBox {
  border: 1px solid #EDEDED;
  border-radius: 0px;
  overflow: hidden;
}
.input-select.inputBox .inputBox_txt {
  height: 100%;
  right: 0;
  top: 0;
  width: 50px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-left: 1px solid #EDEDED;
}
.input-select .form-select--with-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}
.input-select .select2-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  border: 1px solid #EDEDED;
  border-radius: 0px;
  overflow: hidden;
}
.input-select .select2-container .select2-selection--single {
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
  outline: none;
}
.input-select .select2-container .select2-selection--single .select2-selection__rendered {
  display: none !important;
}
.input-select .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0 !important;
  top: 0 !important;
  transform: none;
  width: 50px;
  pointer-events: auto;
  cursor: pointer;
  border-left: 1px solid #EDEDED;
}
.input-select .select2-container .select2-selection--single .select2-selection__arrow:after {
  content: "\e909";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.input-select .select2-container.select2-container--open.select2-container--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-select .select2-container.select2-container--open .select2-selection__arrow {
  background-color: color-mix(in srgb, var(--primary-color) 7%, transparent);
}
.input-select .select2-container.select2-container--open .select2-selection__arrow:after {
  transform: translateY(-57%) rotate(180deg);
}
.input-select.input-select--open .form-control {
  border-bottom-left-radius: 0 !important;
}
.input-select:has(.select2-container--open) .form-control {
  border-bottom-left-radius: 0 !important;
}
.input-select .select2-dropdown {
  margin-top: 4px;
}
@media (max-width: 1199.98px) {
  .input-select .select2-dropdown {
    margin-top: 2px;
  }
  .input-select.inputBox .inputBox_txt {
    width: 44px;
    font-size: 14px;
  }
  .input-select .select2-container .select2-selection--single .select2-selection__arrow {
    width: 44px;
  }
  .input-select .select2-container .select2-selection--single .select2-selection__arrow:after {
    font-size: 10px;
  }
}

.transTable {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  border-collapse: collapse;
}
.transTable tr td {
  white-space: nowrap;
}
.transTable tbody tr {
  border-bottom: 1px solid #EDEDED;
}
.transTable tbody tr:last-child {
  border-bottom: none;
}
.transTable tbody tr td, .transTable tbody tr .transTable_title_box {
  padding: 12px 20px;
  vertical-align: middle;
}
.transTable tbody tr td:first-child, .transTable tbody tr .transTable_title_box:first-child {
  padding-right: 20px;
}
.transTable tbody tr td:last-child, .transTable tbody tr .transTable_title_box:last-child {
  padding-left: 20px;
}
.transTable_title_main {
  font-size: 16px;
}
.transTable_title_sub {
  font-size: 14px;
  color: #7f7f7f;
}
.transTable_service {
  font-size: 16px;
  color: #006491;
  line-height: 1.1;
}
.transTable_date {
  white-space: nowrap;
}
.transTable_date em {
  font-size: 16px;
  vertical-align: middle;
  background: #f6f6f6;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.transTable_assigned {
  min-width: 132px;
  height: 32px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Buvera-Medium", Arial, sans-serif;
  padding: 5px 10px;
  border: 1px solid transparent;
  background-color: #ffffff;
}
.transTable_assigned.assigned {
  color: #00AF66;
  border-color: #00AF66;
}
.transTable_assigned.cancel {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.transTable_assigned.warning {
  color: #ffc107;
  border-color: #ffc107;
}
.transTable_assigned.info {
  color: #006491;
  border-color: #006491;
}
.transTable_cancellation_sub, .transTable_cancellation_main {
  font-size: 16px;
  line-height: 1.1;
}
@media (max-width: 1399.98px) {
  .transTable tbody tr td, .transTable tbody tr .transTable_title_box {
    padding: 10px 12px;
  }
  .transTable tbody tr td:first-child, .transTable tbody tr .transTable_title_box:first-child {
    padding-right: 12px;
  }
  .transTable tbody tr td:last-child, .transTable tbody tr .transTable_title_box:last-child {
    padding-left: 12px;
  }
  .transTable tbody tr .transTable_title_box {
    background: #f6f6f6;
  }
  .transTable_title_main {
    font-size: 15px;
  }
  .transTable_assigned {
    min-width: 125px;
  }
  .transTable_cancellation_sub, .transTable_cancellation_main {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .transTable_service {
    font-size: 14px;
  }
  .transTable_title_main {
    font-size: 14px;
  }
  .transTable_cancellation_sub, .transTable_cancellation_main {
    font-size: 14px;
  }
}

.customTable {
  border: 1px solid #EDEDED;
  border-radius: 0;
}
.customTable th, .customTable td {
  padding: 10px 16px;
  white-space: nowrap;
  background-color: #ffffff;
}
.customTable th.w-120, .customTable td.w-120 {
  width: 120px;
  max-width: 120px;
}
.customTable thead th {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #EDEDED;
}
.customTable tbody tr:first-child td {
  border-top: none;
}
.customTable tbody td {
  border-top: 1px solid #EDEDED;
  font-size: 15px;
}
.customTable_status {
  height: 32px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Buvera-Medium", Arial, sans-serif;
  padding: 5px 15px;
  border: 1px solid transparent;
  background-color: #ffffff;
}
.customTable_status.active {
  color: #00AF66;
  border-color: #00AF66;
}
.customTable_status.cancel {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.customTable_status.warning {
  color: #ffc107;
  border-color: #ffc107;
}
.customTable_status.info {
  color: #006491;
  border-color: #006491;
}
@media (max-width: 767.98px) {
  .customTable th, .customTable td {
    padding: 8px 12px;
  }
  .customTable th.w-120, .customTable td.w-120 {
    width: 100px;
    max-width: 100px;
  }
  .customTable thead th {
    font-size: 14px;
  }
  .customTable tbody td {
    font-size: 14px;
  }
  .customTable_status {
    height: 30px;
    font-size: 13px;
    padding: 4px 12px;
  }
}

.faqAcc .accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 0px;
}
.faqAcc .accordion-item {
  background-color: transparent;
  padding: 20px 30px 20px 25px;
  border: 4px solid #000000;
}
.faqAcc .accordion-item:first-of-type, .faqAcc .accordion-item:last-of-type {
  border-radius: 0px;
}
.faqAcc .accordion-button {
  padding: 0;
  font-family: "Swiss721BT-Bold", Arial, sans-serif;
  font-size: 18px;
  color: #020202;
  background: transparent;
  gap: 0px;
  display: block;
  padding-right: 25px;
}
.faqAcc .accordion-button span {
  font-family: "Swiss721BT-Bold", Arial, sans-serif;
}
.faqAcc .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faqAcc .accordion-button:focus {
  box-shadow: none;
}
.faqAcc .accordion-button::after {
  content: "\e909";
  font-family: "icomoon";
  background-image: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
}
.faqAcc .accordion-body {
  padding: 8px 0px 0px 0px;
  font-size: 14px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  max-width: calc(100% - 50px);
  color: #6A6C70;
}
@media (max-width: 991.98px) {
  .faqAcc .accordion-item {
    border-width: 4px;
    padding: 20px;
  }
  .faqAcc .accordion-body {
    max-width: calc(100% - 10px);
  }
  .faqAcc .accordion-button {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .faqAcc .accordion {
    gap: 30px;
  }
  .faqAcc .accordion-body {
    max-width: calc(100% - 14px);
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .faqAcc .accordion {
    gap: 40px;
  }
  .faqAcc .accordion-item {
    padding: 15px;
  }
  .faqAcc .accordion-body {
    color: rgba(106, 108, 112, 0.9);
  }
  .faqAcc .accordion-button {
    font-size: 15px;
    line-height: 1.3;
  }
  .faqAcc .accordion-button::after {
    font-size: 16px;
    color: rgba(106, 108, 112, 0.9);
  }
}
@media (max-width: 350px) {
  .faqAcc .accordion {
    gap: 25px;
  }
}

.header {
  background-color: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
.header_navbar {
  background-color: #000000;
  padding: 0;
}
.header_container {
  padding-block: 12px;
  transition: padding 0.3s ease-in-out;
}
.header_logo {
  margin-right: 90px;
}
.header_logo img {
  max-width: 200px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.header .btnReset {
  height: 36px;
  font-size: 14px;
}
.header_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  backdrop-filter: blur(2px);
}
.header_overlay.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .header_overlay {
    display: none;
  }
}
.header_nav {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_nav.navbar-mobile {
  padding: 15px 0;
  margin-left: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.header_nav-link {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-family: "Buvera-Regular", Arial, sans-serif;
}
.header_nav-link:hover {
  color: var(--primary-color) !important;
}
.header_nav-link.active {
  color: var(--primary-color) !important;
}
.header_nav-link.active .char {
  color: var(--primary-color) !important;
}
.header_nav-link .char {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  will-change: transform;
}
.header_nav-link .char-original,
.header_nav-link .char-clone {
  display: inline-block;
  transition: color 0.25s ease;
  color: inherit;
}
.header .navbar-toggler {
  border: none;
  padding: 0;
  background: transparent;
  width: 22px;
  height: 20px;
  box-shadow: none !important;
  margin-left: 15px;
  font-size: 18px;
}
.header .navbar-toggler:hover, .header .navbar-toggler:focus {
  background: transparent;
  box-shadow: none;
  border-color: var(--primary-color);
}
.header .navbar-toggler-icon {
  border: 1px solid #ffffff;
  width: 22px;
  transition: all 0.2s;
  display: block;
  margin-top: 6px;
  background-image: none;
  height: auto;
}
.header .navbar-toggler-icon:nth-of-type(1) {
  transform: rotate(0);
  margin-top: 0;
}
.header .navbar-toggler-icon:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .navbar-toggler-icon:nth-of-type(3) {
  transform: rotate(0);
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  width: 28px;
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  width: 28px;
}
.header .dropdown {
  cursor: pointer;
  margin-right: 36px;
}
.header .dropdown-toggle {
  color: #ffffff;
  gap: 12px;
}
.header .dropdown-toggle em {
  font-size: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.header .dropdown-toggle::after {
  display: none;
}
.header .dropdown-toggle.show em {
  transform: rotate(180deg);
}
.header_helpDropdown .dropdown-menu {
  padding: 0;
  border: 1px solid #EDEDED;
  box-shadow: 0 7px 41px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  margin-top: 5px;
  width: max-content;
  min-width: 300px;
  max-width: 800px;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  right: 0;
  left: auto;
}
.header_helpDropdown .dropdown-menu.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header_helpDropdown.grid .dropdown-menu {
  right: auto;
  left: 0;
}
.header_helpDropdown.grid .header_helpMenu_arrow {
  font-size: 11px;
  padding: 8px;
  margin: -5px;
}
.header_helpDropdown .user img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.header_rightMenu_item {
  margin-right: 25px;
}
.header_rightMenu_link {
  width: 40px;
  height: 40px;
  border: 1px solid #686868;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0 !important;
}
.header_rightMenu_link-active {
  border-color: var(--primary-color);
}
.header_rightMenu_link-active em {
  position: relative;
}
.header_rightMenu_link-active em:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.header_rightMenu_link:hover {
  border-color: #ffffff;
}
.header_helpMenu {
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}
.header_helpMenu_header {
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
}
.header_helpMenu_title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.header_helpMenu_subtitle {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
.header_helpMenu_list {
  list-style: none;
  padding: 22px 20px 20px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  max-height: 420px;
  overflow-y: auto;
}
.header_helpMenu_list.is-grid-2 {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  width: 520px;
  max-width: 100;
}
.header_helpMenu_list.is-grid-3 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  width: 750px;
  max-width: 100%;
}
.header_helpMenu_link {
  display: flex;
  align-items: center;
  padding: 7px 15px 7px 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #EDEDED;
  gap: 10px;
  color: #000000;
}
.header_helpMenu_link:hover {
  background-color: #eceff3;
}
.header_helpMenu_link:hover .header_helpMenu_icon {
  background-color: #000000;
  transform: scale(1.05);
}
.header_helpMenu_link:hover .header_helpMenu_icon em {
  color: #ffffff;
}
.header_helpMenu_link:hover .header_helpMenu_text {
  color: #000000;
}
.header_helpMenu_link:hover .header_helpMenu_arrow {
  color: #000000;
  transform: translateX(5px) rotate(272deg) scale(1.05);
}
.header_helpMenu_icon {
  width: 35px;
  height: 35px;
  background-color: #eceff3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.header_helpMenu_icon em {
  font-size: 16px;
  color: #000000;
  transition: all 0.25s ease;
}
.header_helpMenu_text {
  flex: 1;
  font-size: 14px;
  transition: all 0.2s ease;
}
.header_helpMenu_arrow {
  font-size: 10px;
  color: #000000;
  transition: all 0.25s ease;
  transform: rotate(272deg);
}
.header_helpMenu_footer {
  padding: 5px 20px 20px;
  border-top: none;
}
.header_helpMenu_footer .btn {
  font-size: 16px;
}
.header_login {
  height: 50px;
  background-color: #ffffff;
  border: 2px solid transparent;
}
.header_login:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.header_helpMenu_item.has-submenu .header_helpMenu_arrow {
  transition: transform 0.3s ease;
}
.header_helpMenu_item.has-submenu.active > .header_helpMenu_link {
  background-color: #eceff3;
  border-color: var(--primary-color);
}
.header_submenu_list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.header_submenu_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease;
  gap: 10px;
  color: #000000;
  background-color: #ffffff;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 7px;
}
.header_submenu_link:hover .header_submenu_arrow {
  transform: translateX(3px) rotate(272deg);
}
.header_submenu_item {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_submenu_item:last-child .header_submenu_link {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .header_submenu_item.has-submenu {
    position: relative;
  }
}
.header_submenu_item.has-submenu .header_submenu_arrow {
  transition: transform 0.3s ease;
}
.header_submenu_text {
  flex: 1;
  font-size: 14px;
  transition: all 0.2s ease;
}
.header_submenu_arrow {
  font-size: 8px;
  color: #000000;
  transition: all 0.25s ease;
  transform: rotate(272deg);
}
@media (max-width: 1699px) {
  .header_logo img {
    max-width: 180px;
  }
}
@media (max-width: 1599px) {
  .header_logo {
    margin-right: 80px;
  }
  .header_nav {
    gap: 45px;
  }
  .header_nav-link {
    font-size: 16px;
  }
  .header_login {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .header .container.container-help {
    padding-left: 28px;
    padding-right: 28px;
  }
  .header_logo {
    margin-right: 48px;
  }
  .header_logo img {
    max-width: 170px;
  }
  .header_nav {
    gap: 35px;
  }
  .header_helpDropdown .user img {
    width: 35px;
    height: 35px;
  }
  .header_rightMenu_item {
    margin-right: 15px;
  }
  .header_rightMenu_link {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .header_helpMenu_header {
    padding: 12px 15px;
  }
  .header_helpMenu_list {
    padding: 15px;
  }
  .header_helpMenu_link {
    padding: 5px 10px 5px 10px;
    gap: 6px;
  }
  .header_helpMenu_footer {
    padding: 0 15px 15px;
  }
  .header_helpMenu_list.is-grid-2 {
    max-width: 500px;
  }
  .header_helpMenu_list.is-grid-3 {
    max-width: 670px;
  }
  .header .dropdown-toggle {
    gap: 8px;
  }
}
@media (max-width: 1199.98px) {
  .header_logo {
    margin-right: 30px;
  }
  .header_nav {
    gap: 22px;
  }
  .header_nav-link {
    font-size: 15px;
  }
  .header .dropdown {
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .header .grid .header_helpMenu {
    overflow: visible !important;
    width: max-content !important;
    transition: none !important;
  }
  .header .grid .header_helpMenu_list {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: 420px !important;
  }
  .header .grid .header_helpMenu_item.has-submenu {
    position: static !important;
  }
  .header .grid .header_helpMenu_item.has-submenu > .submenu-toggle {
    position: relative;
  }
  .header .grid .header_helpMenu_item.has-submenu > .submenu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff;
    z-index: 1021;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(-4px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header .grid .header_helpMenu_item.has-submenu.open-left > .submenu-toggle::after {
    left: auto !important;
    right: calc(100% + 20px) !important;
    border-right: none !important;
    border-left: 8px solid #ffffff !important;
    transform: translateY(-50%) translateX(4px) !important;
  }
  .header .grid .header_helpMenu_item.has-submenu.open-left.active > .submenu-toggle::after {
    transform: translateY(-50%) translateX(0) !important;
  }
  .header .grid .header_helpMenu_item.has-submenu.active > .submenu-toggle::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
  }
  .header .grid .header_helpMenu_item.has-submenu.active > .submenu-toggle::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
  }
  .header .grid .header_submenu_list {
    position: absolute;
    top: 0;
    left: calc(100% + 25px);
    width: 270px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1010;
    height: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .header .grid .header_submenu_list.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    height: auto;
    max-height: 380px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border: 1px solid #EDEDED;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 991.98px) {
  .header_logo {
    margin-right: 0;
  }
  .header_logo img {
    height: 83px;
  }
  .header .dropdown {
    margin-right: 20px;
  }
  .header_login {
    height: 40px;
    font-size: 14px;
  }
  .header_nav {
    position: fixed;
    width: 290px;
    z-index: 9;
    right: -100%;
    top: 0;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1019607843);
    border-top: none;
    background-color: #f4faff;
    height: calc(100vh + 85px);
    padding: 30px 15px 15px;
    overflow-y: auto;
    display: block !important;
    opacity: 1 !important;
    transition: all 0.4s ease;
  }
  .header_nav.show {
    right: 0;
  }
  .header_nav-link {
    margin-bottom: 10px;
    padding: 0 0 10px;
    color: #000000;
  }
  .header_nav-link:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .header_nav-link.dropdown-toggle {
    color: #000000 !important;
  }
  .header_nav-link.dropdown-toggle.show {
    color: var(--primary-color);
  }
  .header_nav-close {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #ffffff;
    top: 12px;
    right: 14px;
    z-index: 10;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
  }
  .header_nav .navbar-toggler {
    font-size: 18px;
    padding: 4px 6px;
  }
  .header_nav .navbar-toggler:focus {
    box-shadow: none;
    border-color: var(--primary-color);
  }
  .header_nav .navbar-toggler {
    border: none;
    padding: 0;
    background: transparent;
    width: 22px;
    height: 22px;
    box-shadow: none !important;
    margin-left: 15px;
  }
  .header_nav .navbar-toggler:hover, .header_nav .navbar-toggler:focus {
    background: transparent;
  }
  .header_nav .navbar-toggler-icon {
    border: 1px solid #ffffff;
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    margin-top: 6px;
    background-image: none;
    height: auto;
  }
  .header_nav .navbar-toggler-icon:nth-of-type(1) {
    transform: rotate(0);
    margin-top: 0;
  }
  .header_nav .navbar-toggler-icon:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header_nav .navbar-toggler-icon:nth-of-type(3) {
    transform: rotate(0);
  }
  .header_nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 28px;
  }
  .header_nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header_nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 28px;
  }
  .header .grid .header_helpMenu_list {
    border: 0;
    padding: 0;
    max-height: 380px;
  }
  .header .grid .header_helpMenu_list.is-grid-2, .header .grid .header_helpMenu_list.is-grid-3 {
    width: auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    min-width: 100%;
  }
  .header .grid .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 16px;
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
  .header_submenu_list {
    background-color: #ffffff;
    padding-left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
  }
  .header_submenu_list.show {
    max-height: 250px;
    overflow-y: auto;
    opacity: 1;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .header_container {
    padding-block: 16px;
    align-items: start !important;
  }
  .header .navbar-toggler {
    margin-top: 22px;
  }
  .header .navbar-toggler-icon {
    border: 1px solid #616161;
    margin-top: 5px;
  }
}
@media (max-width: 575.98px) {
  .header_logo img {
    max-width: max-content;
    height: 80px;
  }
  .header .mw-150 {
    min-width: 80px;
    font-size: 15px;
  }
  .header_login {
    height: 32px;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header .dropdown {
    margin-right: 15px;
  }
  .header .dropdown-toggle {
    gap: 6px;
  }
  .header_helpDropdown:not(.grid) {
    position: static;
  }
  .header_helpDropdown:not(.grid) .dropdown-menu {
    width: calc(100% - 20px);
    left: 50%;
    right: 50%;
    margin-top: 5px;
  }
  .header_helpDropdown:not(.grid) .dropdown-menu.show {
    transform: translateY(0) translateX(-50%);
  }
  .header_helpDropdown:not(.grid) .user img {
    width: 34px;
    height: 34px;
  }
  .header_helpDropdown:not(.grid) .user em {
    display: none;
  }
  .header_rightMenu_item {
    margin-right: 10px;
  }
  .header_rightMenu_link {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 480px) {
  .header_logo img {
    height: 75px;
  }
  .header .navbar-toggler {
    margin-top: 18px;
  }
}

@keyframes headerSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  background-color: #000000;
  padding-top: 24px;
  font-size: 17px;
}
.footer_logo {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer_logo img {
  width: 128px;
  height: auto;
}
.footer_content {
  padding-bottom: 10px;
}
.footer_content_right {
  width: 20%;
}
.footer_section {
  margin-bottom: 24px;
}
.footer_title {
  font-family: "Swiss721BT-Bold", Arial, sans-serif;
  margin-bottom: 34px;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.footer_nav {
  gap: 20px;
}
.footer .gx-90 {
  --bs-gutter-x: 50px;
}
.footer_link {
  line-height: 1.4;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
}
.footer_link::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--primary-color);
  position: absolute;
  top: 13px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer_link:hover {
  padding-left: 12px;
  color: #ffffff;
}
.footer_link:hover::before {
  opacity: 1;
}
.footer_contact_item {
  gap: 10px;
  font-size: 16px;
}
.footer_contact_item:not(:last-child) {
  margin-right: 30px;
}
.footer_contact_item em {
  font-size: 20px;
  color: #ffffff;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 217, 217, 0.2);
  font-size: 13px;
}
.footer_contact_item a {
  color: rgba(255, 255, 255, 0.6);
}
.footer_contact_item a:hover {
  color: var(--primary-color);
}
.footer_contact_address {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 15px 0;
}
.footer_bottom {
  border-top: 1.5px solid rgba(255, 255, 255, 0.4);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.footer_cta-text {
  font-size: 16px;
  line-height: 1.44em;
  margin-bottom: 20px;
  color: #ffffff;
}
.footer_cta .btn {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid transparent;
}
.footer_cta .btn:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.footer_legal-link {
  font-size: 18px;
  line-height: 1.56;
  color: rgba(255, 255, 255, 0.65);
}
.footer_legal-link:hover {
  color: var(--primary-color);
}
.footer_social {
  gap: 30px;
}
.footer_social-link {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
}
.footer_social-link:hover {
  transform: translateY(-2px);
  color: var(--primary-color);
}
.footer_copyright {
  font-size: 14px;
  line-height: 1.1;
  color: #ffffff;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  margin: 0;
}
.footer_copyright p {
  margin-bottom: 0;
}
.footer.innerFooter {
  padding-top: calc(15px + 50 * (100vw - 320px) / 1600);
}
.footer.innerFooter .footer_legal {
  margin-top: -15px;
}
@media (min-width: 1921px) {
  .footer.innerFooter {
    padding-top: 65px;
  }
}
@media (max-width: 1699px) {
  .footer {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .footer .gx-90 {
    --bs-gutter-x: 35px;
  }
  .footer_content_right {
    width: 22%;
  }
}
@media (max-width: 1399.98px) {
  .footer {
    font-size: 15px;
  }
  .footer .container-help {
    padding-left: 28px;
    padding-right: 28px;
  }
  .footer .gx-90 {
    --bs-gutter-x: 20px;
  }
  .footer_content_right {
    width: 25%;
  }
  .footer_logo img {
    width: 115px;
  }
  .footer_nav {
    gap: 13px;
  }
  .footer_link::before {
    top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .footer_logo img {
    width: 100px;
  }
  .footer_title {
    margin-bottom: 20px;
  }
  .footer_link {
    font-size: 16px;
  }
  .footer_legal-link {
    font-size: 16px;
  }
  .footer_cta-text {
    font-size: 14px;
  }
  .footer_social {
    gap: 24px;
  }
  .footer_social_link {
    font-size: 20px;
  }
  .footer_contact_item {
    font-size: 15px;
  }
  .footer_contact_item em {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer_cta-apps img {
    max-width: 150px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 24px;
  }
  .footer_logo {
    padding-bottom: 20px;
  }
  .footer .btn.w-100 {
    width: 120px !important;
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .footer_cta-text {
    margin-bottom: 15px;
  }
  .footer_content {
    padding-bottom: 0;
  }
  .footer_content_right {
    width: 100%;
  }
  .footer_content_right .btn-primary {
    max-width: 295px;
    margin-bottom: 20px;
  }
  .footer_social-link {
    font-size: 20px;
  }
  .footer_contact_item {
    gap: 6px;
  }
  .footer_contact_item:not(:last-child) {
    margin-right: 15px;
  }
  .footer_contact_item em {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 40px 28px;
  }
  .footer .container-help {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer_logo {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 50px;
  }
  .footer_logo img {
    max-width: max-content;
    height: 80px;
  }
  .footer_title {
    font-size: 20px;
  }
  .footer_section {
    margin-bottom: 30px;
  }
  .footer_contact_address {
    margin: 0px 0px 30px 0px;
    font-size: 18px;
  }
  .footer_contact_item {
    font-size: 18px;
  }
  .footer_contact_item em {
    display: none;
  }
  .footer_contact_item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0;
  }
  .footer_nav {
    gap: 10px;
  }
  .footer_link {
    font-size: 20px;
  }
  .footer_legal {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer_legal-link {
    font-size: 20px;
  }
  .footer_copyright {
    font-size: 14px;
  }
  .footer .gx-90 {
    --bs-gutter-x: 15px;
  }
  .footer_content_right {
    text-align: center;
  }
  .footer_cta-app-link img {
    width: 200px;
  }
  .footer_cta-text {
    display: none;
  }
  .footer_cta-apps {
    justify-content: center;
  }
  .footer_social {
    margin-bottom: 50px;
    gap: 30px;
    justify-content: center;
  }
  .footer_social-link {
    font-size: 26px;
  }
  .footer_bottom {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .footer {
    padding-bottom: 70px;
  }
  .footer_nav {
    gap: 14px;
  }
  .footer.innerFooter {
    text-align: center;
  }
  .footer.innerFooter .footer_legal {
    margin-top: 20px;
    justify-content: center;
  }
  .footer_cta-app-link {
    width: 100%;
  }
  .footer_cta-app-link img {
    width: 100%;
  }
  .footer_content_right {
    margin-top: 0;
  }
  .footer_contact {
    margin-top: 20px;
  }
  .footer_section {
    margin-bottom: 45px;
  }
  .footer .btn.w-100 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 40px 32px 55px;
  }
  .footer_legal {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer_social {
    margin-bottom: 40px;
  }
  .footer_logo img {
    height: 65px;
  }
}
@media (max-width: 420px) {
  .footer .footer_title,
  .footer .footer_link,
  .footer .footer_legal-link,
  .footer .footer .footer_title,
  .footer .footer_contact_address,
  .footer .footer_contact_item {
    font-size: 15px;
  }
  .footer .footer_copyright {
    font-size: 14px;
  }
}

body {
  color: #000000;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.666;
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}

.square-punctuation {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:focus-visible {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #edf1ed;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.text-lt-white {
  color: rgba(255, 255, 255, 0.65) !important;
}

.text-lt-dark {
  color: rgba(0, 0, 0, 0.65) !important;
}

.py-80 {
  padding-block: calc(20px + 60 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .py-80 {
    padding-block: 80px;
  }
}

.py-30 {
  padding: 30px 0;
}
@media (max-width: 1399.98px) {
  .py-30 {
    padding: 20px 0;
  }
}

.font-md {
  font-family: "Buvera-Medium", Arial, sans-serif;
}

.font-bd {
  font-family: "Buvera-Bold", Arial, sans-serif;
}

.font-rg {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}

.font-lt {
  font-family: "Swiss721BT-Light", Arial, sans-serif;
}

.text-500 {
  color: var(--primary-color);
}

.border-color-200 {
  border-color: #EDEDED !important;
}

.g-20 {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px;
}

.g-10 {
  --bs-gutter-y: 10px;
  --bs-gutter-x: 10px;
}

.min-h-auto {
  min-height: auto !important;
}

.confirmBox_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.confirmBox_img {
  overflow: hidden;
  width: 100%;
  height: 120px;
  border: 1px solid #F0F0F0;
}
.confirmBox_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-500 {
  color: var(--primary-color);
}

.swal2-styled.swal2-confirm {
  background-color: var(--primary-color) !important;
}

.swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #25314C !important;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
  font-family: "Buvera-Bold", Arial, sans-serif !important;
  font-size: 18px !important;
  border-radius: 0px !important;
  padding: 8px 25px !important;
  box-shadow: none !important;
}
@media (max-width: 1199.98px) {
  .swal2-styled.swal2-confirm, .swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
    font-size: 16px !important;
  }
}
@media (max-width: 767.98px) {
  .swal2-styled.swal2-confirm, .swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
    font-size: 14px !important;
    padding: 6px 18px !important;
  }
}

.referralCredit {
  font-size: 18px;
}

@media (max-width: 1399.98px) {
  .px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 480px) {
  .px-16 {
    padding-inline: 20px;
  }
}
@media (max-width: 350px) {
  .px-16 {
    padding-inline: 16px;
  }
}

.alert, .badge, .dropdown-menu {
  border-radius: 0 !important;
}

:root {
  --gmp-mat-font-family:font(swro) !important;
}

html {
  scroll-behavior: smooth;
}

section[id], [id] {
  scroll-margin-top: 100px;
}
@media (max-width: 1399.98px) {
  section[id], [id] {
    scroll-margin-top: 90px;
  }
}
@media (max-width: 991.98px) {
  section[id], [id] {
    scroll-margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section[id], [id] {
    scroll-margin-top: 70px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1464px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1180px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1608px) {
  .container-help {
    max-width: calc(100% - 170px);
  }
}
@media (max-width: 1399.98px) {
  .container-help {
    max-width: calc(100% - 140px);
  }
}
@media (max-width: 1199.98px) {
  .container-help {
    max-width: calc(100% - 96px);
  }
}
@media (max-width: 767.98px) {
  .container-help {
    max-width: calc(100% - 35px);
  }
}
@media (max-width: 480px) {
  .container-help {
    max-width: 100%;
  }
}

.link-text {
  color: var(--primary-color);
  font-size: 16px;
  transition: all 0.3s;
  text-decoration: none;
}
.link-text:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
@media (max-width: 991.98px) {
  .link-text {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .link-text {
    font-size: 14px;
  }
}

.uploadCard {
  border: 1px solid #EDEDED;
}
.uploadCard_head {
  padding: 16px;
  border-bottom: 1px solid #EDEDED;
}
.uploadCard_inner {
  padding: 16px;
}
.uploadCard_box {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  background-color: #f4faff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.uploadCard_box:hover .uploadCard_box_icon {
  color: rgba(0, 0, 0, 0.6);
  transform: scale(1.08);
}
.uploadCard_box.w-70 {
  width: 70px;
  height: 70px;
}
.uploadCard_box.w-86 {
  width: 86px;
  height: 86px;
}
.uploadCard_box_icon {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.uploadCard_box_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.uploadCard_caption {
  max-width: 90px;
  line-height: 1.45;
  word-wrap: break-word;
  word-break: break-word;
}
.uploadCard_close.w-70 {
  width: 70px;
  height: 70px;
}
.uploadCard_close.w-86 {
  width: 86px;
  height: 86px;
}
.uploadCard_close em {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
  background-color: #000000;
  right: -6px;
  top: -6px;
  cursor: pointer;
}
.uploadCard_close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .uploadCard_head, .uploadCard_inner {
    padding: 12px;
  }
  .uploadCard_caption {
    max-width: 80px;
  }
  .uploadCard_box.w-70 {
    width: 60px;
    height: 60px;
  }
  .uploadCard_box_icon {
    font-size: 26px;
  }
  .uploadCard_close.w-70 {
    width: 60px;
    height: 60px;
  }
}

.modal-open .select2-container--open {
  z-index: 1057;
}

.pac-container {
  z-index: 1057;
}

.help-block.error-help-block {
  color: #E51644;
  font-size: 14px;
}

.uploadBox {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  padding: 48px 24px;
  background-color: #f4faff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: 240px;
}
.uploadBox:hover .uploadBox_icon em {
  color: rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.uploadBox_text {
  line-height: 1.35;
}
.uploadBox_icon em {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.uploadBox_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .uploadBox {
    min-height: 160px;
    padding: 30px;
  }
  .uploadBox_icon em {
    font-size: 36px;
  }
}

.slot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  overflow-y: auto;
  max-height: 240px;
  margin-right: -4px;
  padding-right: 4px;
}
.slot .slot-time {
  width: 24.1%;
}
.slot .slot-time-inner {
  padding: 8px 10px;
  border: 1px solid rgba(37, 49, 76, 0.2);
  font-size: 14px;
  background: rgba(227, 227, 227, 0.9);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.slot .slot-time input[type=radio]:checked + .slot-time-inner {
  border-color: #00AF66;
  color: #00AF66;
  background-color: #ffffff;
}
@media (max-width: 1399.98px) {
  .slot .slot-time {
    width: 32.4%;
  }
}
@media (max-width: 991.98px) {
  .slot .slot-time {
    width: 32.2%;
  }
}
@media (max-width: 575.98px) {
  .slot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .slot .slot-time {
    width: 100%;
  }
  .slot .slot-time-inner {
    font-size: 13px;
    padding: 6px 8px;
  }
}
@media (max-width: 350px) {
  .slot {
    grid-template-columns: repeat(1, 1fr);
  }
}

.favouriteClose {
  width: 35px;
  height: 35px;
  color: var(--primary-color);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
}

.promoCodeBox {
  position: relative;
}
.promoCodeBox .form-control {
  padding-right: 100px;
}
.promoCodeBox .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  height: 100%;
  font-size: 15px;
  width: 90px;
}

.loadingBox_inner {
  padding: 24px;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.02);
}
.loadingBox_inner.success {
  background-color: #F5FFF9;
}
.loadingBox_inner.success .loadingBox_eta {
  background-color: #E6FFF0;
  color: #21673B !important;
  border: 1px solid #3C8758;
}
.loadingBox_inner.success .badge {
  background-color: #3C8758 !important;
}
.loadingBox_inner.warning {
  background-color: #FFFDF6;
}
.loadingBox_inner.warning .loadingBox_eta {
  background-color: #ffefc9;
  border: 1px solid #F6C344;
  color: #e0a000 !important;
}
.loadingBox_inner.warning .badge {
  background-color: #F6C344 !important;
}
.loadingBox_inner.info {
  background-color: #EDFAFF;
}
.loadingBox_inner.info .loadingBox_eta {
  background-color: #D6F4FE;
  color: #006687 !important;
  border: 1px solid #5CC8ED;
}
.loadingBox_inner.info .badge {
  background-color: #5CC8ED !important;
}
.loadingBox .badge {
  font-size: 18px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  font-weight: normal;
  color: #ffffff !important;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.loadingBox .badge em {
  font-size: 19px;
  color: #ffffff;
}
.loadingBox p {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0px;
}
.loadingBox_eta {
  display: inline-flex;
  padding: 2px 20px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  font-weight: normal !important;
  max-width: max-content;
}
.loadingBox_eta:empty {
  display: none;
}
@media (max-width: 1399.98px) {
  .loadingBox_inner {
    padding: 15px;
  }
  .loadingBox .badge {
    font-size: 16px;
    gap: 10px;
  }
  .loadingBox .badge em {
    font-size: 17px;
  }
  .loadingBox p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .loadingBox .badge {
    font-size: 14px;
    gap: 8px;
  }
  .loadingBox .badge em {
    font-size: 15px;
  }
  .loadingBox p {
    font-size: 14px;
  }
  .loadingBox_eta {
    height: 30px;
  }
}

@supports (-webkit-touch-callout: none) and (not (hover: hover)) {
  @media screen and (max-width: 1024px) {
    input:not([type=checkbox]):not([type=radio]):not([type=range]),
    textarea,
    select,
    .select2,
    .form-control,
    .form-select,
    .form-group .form-control {
      font-size: 16px !important;
    }
  }
}
.errorSec {
  min-height: calc(400px + 250 * (100vw - 320px) / 1600);
  color: #000000;
}
.errorSec_title {
  font-size: calc(100px + 130 * (100vw - 320px) / 1600);
  line-height: 1.3;
  gap: calc(10px + 15 * (100vw - 320px) / 1600);
}
.errorSec_title span {
  transform: scale(1.4);
  display: inline-flex;
}
.errorSec_vectorTop {
  top: -35px;
  left: 10px;
  z-index: 0;
}
.errorSec_vectorBottom {
  bottom: 30px;
  right: 5px;
  z-index: 0;
}
.errorSec_subTitle {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
}
.errorSec p {
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(15px + 15 * (100vw - 320px) / 1600);
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1921px) {
  .errorSec {
    min-height: 650px;
  }
  .errorSec_title {
    font-size: 230px;
    gap: 25px;
  }
  .errorSec_subTitle {
    font-size: 28px;
  }
  .errorSec p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .errorSec_vectorTop {
    transform: scale(0.65);
    top: -90px;
    left: -36px;
  }
  .errorSec_vectorBottom {
    bottom: -30px;
    transform: scale(0.8);
  }
}

.headerSpacing {
  padding-top: 89px;
}
@media (max-width: 991.98px) {
  .headerSpacing {
    padding-top: 107px;
  }
}
@media (max-width: 767.98px) {
  .headerSpacing {
    padding-top: 138px;
  }
}
@media (max-width: 575.98px) {
  .headerSpacing {
    padding-top: 130px;
  }
}
@media (max-width: 480px) {
  .headerSpacing {
    padding-top: 126px;
  }
}

.helpBtn {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 92px;
  height: 92px;
  background: var(--primary-color);
  border: 4px solid #000000;
  padding: 5px 8px;
  z-index: 12;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.helpBtn_lettersGrid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  gap: 10px;
}
.helpBtn_lettersRow {
  width: 100%;
  line-height: 1;
  display: flex;
}
.helpBtn_letter {
  font-family: "Buvera-Bold", Arial, sans-serif;
  font-size: 19px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}
@media (max-width: 1199.98px) {
  .helpBtn {
    bottom: 20px;
    right: 0;
    width: 72px;
    height: 72px;
  }
  .helpBtn_lettersGrid {
    gap: 8px;
  }
  .helpBtn .helpBtn_letter {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .helpBtn {
    width: 45px;
    height: 45px;
    border-width: 3px;
    padding: 2px 3px;
  }
  .helpBtn_lettersGrid {
    gap: 4px;
  }
  .helpBtn .helpBtn_letter {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .helpBtn {
    width: 32px;
    height: 32px;
    border-width: 2px;
    padding: 1px 3px;
  }
  .helpBtn .helpBtn_letter {
    font-size: 7px;
  }
}

.faqSec_inner {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  padding: 0 20px 20px;
}

.faqAccordion_item {
  border: none;
  border-bottom: 1px solid #EDEDED;
  background-color: #ffffff;
}
.faqAccordion_item:last-child {
  border-bottom: none;
}
.faqAccordion_button {
  background-color: #ffffff;
  border: none;
  padding: 20px 0 20px;
  font-weight: normal;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
}
.faqAccordion_button::after {
  display: none;
}
.faqAccordion_button:not(.collapsed) {
  background-color: #ffffff;
  color: #111111;
  box-shadow: none;
  padding-bottom: 15px;
}
.faqAccordion_button:not(.collapsed) .faqAccordion_icon {
  transform: rotate(180deg);
}
.faqAccordion_button.collapsed .faqAccordion_icon {
  transform: rotate(0deg);
  color: rgba(17, 17, 17, 0.65);
}
.faqAccordion_button.collapsed .faqAccordion_question {
  color: rgba(17, 17, 17, 0.65);
}
.faqAccordion_button:focus {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}
.faqAccordion_question {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-family: "Buvera-Regular", Arial, sans-serif;
  color: #000000;
  line-height: 1.4;
  flex: 1;
}
.faqAccordion_icon {
  font-size: 15px;
  color: #000000;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqAccordion_body {
  padding: 0 30px 20px 0;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  margin-top: -6px;
}
@media (min-width: 1921px) {
  .faqAccordion_question {
    font-size: 22px;
  }
}

@media (max-width: 1599px) {
  .faqSec_inner {
    padding: 0 15px 15px;
  }
  .faqAccordion_body {
    padding: 0 20px 15px 0;
    font-size: 15px;
  }
  .faqAccordion_button {
    padding: 15px 0 15px;
  }
  .faqAccordion_button:not(.collapsed) {
    padding-bottom: 10px;
  }
  .faqAccordion_icon {
    font-size: 13px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767.98px) {
  .faqSec_inner {
    padding: 0 10px 10px;
  }
  .faqAccordion_body {
    padding: 2px 15px 15px 0;
    font-size: 14px;
  }
}
.staticPage .staticSec_inner {
  border: 1px solid #EDEDED;
  padding: 20px 30px;
}
.staticPage .staticSec_section {
  margin-bottom: 40px;
}
.staticPage .staticSec_section:last-child {
  margin-bottom: 0;
}
.staticPage .staticSec h2, .staticPage .staticSec_heading {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "Buvera-Medium", Arial, sans-serif;
}
.staticPage .staticSec p, .staticPage .staticSec_para {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #000000;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}
.staticPage .staticSec p a, .staticPage .staticSec_para a {
  text-decoration: underline;
  color: #000000;
}
.staticPage .staticSec p a:hover, .staticPage .staticSec_para a:hover {
  color: var(--primary-color);
}
.staticPage .staticSec p:last-child, .staticPage .staticSec_para:last-child {
  margin-bottom: 0;
}
.staticPage .staticSec p + h2 {
  margin-top: 30px;
}
.staticPage .staticSec_list {
  margin: 0 0 25px;
  padding-left: 25px;
  list-style-type: disc;
}
.staticPage .staticSec_contact p {
  margin-bottom: 8px;
}
.staticPage .staticSec_contact p:last-child {
  margin-bottom: 0;
}
.staticPage .staticSec li {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #000000;
  line-height: 1.8;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}
.staticPage .staticSec li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .staticPage .staticSec h2, .staticPage .staticSec_heading {
    font-size: 22px;
  }
  .staticPage .staticSec p, .staticPage .staticSec_para {
    font-size: 18px;
  }
  .staticPage .staticSec li {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .staticPage .staticSec_inner {
    padding: 15px 20px;
  }
  .staticPage .staticSec_section {
    margin-bottom: 20px;
  }
  .staticPage .staticSec h2, .staticPage .staticSec_heading {
    margin-bottom: 15px;
  }
  .staticPage .staticSec p, .staticPage .staticSec_para {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .staticPage .staticSec_inner {
    padding: 10px 15px;
  }
  .staticPage .staticSec_section {
    margin-bottom: 15px;
  }
  .staticPage .staticSec h2, .staticPage .staticSec_heading {
    margin-bottom: 10px;
  }
  .staticPage .staticSec p, .staticPage .staticSec_para {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .staticPage .staticSec p + h2 {
    margin-top: 20px;
  }
}

.homePage {
  color: #231F20;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homePage .py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.homePage_head {
  margin-bottom: 30px;
}
.homePage_head_title {
  font-size: calc(35px + 35 * (100vw - 320px) / 1600);
  line-height: 1;
  margin-bottom: 12px;
  font-family: "Buvera-Regular", Arial, sans-serif;
  letter-spacing: -0.06em;
}
.homePage_head_para {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #939598;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}
.homePage_head-dark .homePage_head_para {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1499px) {
  .homePage_head {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .homePage_head {
    margin-bottom: 22px;
  }
}
@media (max-width: 767.98px) {
  .homePage_head {
    margin-bottom: 15px;
  }
  .homePage_head_para {
    line-height: 1.3;
  }
}
@media (max-width: 575.98px) {
  .homePage_head {
    margin-bottom: 35px;
  }
  .homePage_head_title {
    font-size: calc(31px + 17 * (100vw - 320px) / 255);
  }
  .homePage_head_para {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .homePage_head_para {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .homePage_head {
    margin-bottom: 25px;
  }
}
@media (min-width: 1921px) {
  .homePage_head_title {
    font-size: 40px;
  }
  .homePage_head_para {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .homePage_head {
    margin-bottom: 28px;
  }
}
.homePage .banner-btn.btn-secondary {
  height: 52px;
}
.homePage .bannerSec {
  padding-top: 40px;
}
.homePage .bannerSec video::-webkit-media-controls {
  display: none !important;
}
.homePage .bannerSec video::-webkit-media-controls-enclosure {
  display: none !important;
}
.homePage .bannerSec_inner {
  border: 4px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.homePage .bannerSec_formCard {
  padding-block: 80px;
  margin-left: 95px;
  z-index: 1;
  position: relative;
  width: 500px;
  flex-shrink: 0;
}
.homePage .bannerSec_formCard .form-group {
  margin-bottom: 10px;
}
.homePage .bannerSec_formCard .form-group .fieldicon-input-left, .homePage .bannerSec_formCard .form-group .help-block {
  padding-inline-start: 54px;
}
.homePage .bannerSec_formCard .form-group .help-block {
  display: block;
}
.homePage .bannerSec_formCard .form-group .fieldicon-left {
  left: 22px;
  font-size: 20px;
}
.homePage .bannerSec_formCard .form-group .icon-caret-down {
  font-size: 12px;
}
.homePage .bannerSec_formCard .form-group-alt::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 30px;
  width: 1px;
  height: 100%;
  background-color: #000000;
  z-index: 1;
}
.homePage .bannerSec_videoCard {
  display: flex;
  margin-top: auto;
  margin-right: 130px;
}
.homePage .bannerSec_title {
  font-size: calc(45px + 25 * (100vw - 320px) / 1600);
  line-height: 1;
  font-family: "Buvera-Regular", Arial, sans-serif;
  letter-spacing: -0.06em;
}
.homePage .bannerSec_input {
  font-size: 18px;
  background-color: #F3F3F3;
}
.homePage .bannerSec_input:focus {
  border-color: var(--primary-color) !important;
}
.homePage .bannerSec .form-group .fieldicon-left {
  color: #231F20;
}
.homePage .bannerSec .btn {
  height: 52px;
  margin-top: 15px;
}
@media (min-width: 1921px) {
  .homePage .bannerSec_title {
    font-size: 70px;
  }
}
@media (max-width: 1599px) {
  .homePage .bannerSec_videoCard {
    margin-right: 95px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .bannerSec_formCard {
    padding-block: 60px;
    margin-left: 40px;
    width: 430px;
  }
  .homePage .bannerSec_videoCard {
    max-width: 500px;
    margin-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .bannerSec_formCard {
    width: 380px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-left {
    top: 8px;
  }
  .homePage .bannerSec_formCard .form-group-alt::before {
    top: 28px;
  }
}
@media (max-width: 991.98px) {
  .homePage .bannerSec_formCard {
    margin-left: 20px;
    padding-block: 40px;
    width: 320px;
  }
  .homePage .bannerSec_videoCard {
    max-width: 350px;
    margin-right: 20px;
  }
  .homePage .bannerSec_input {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .homePage .bannerSec {
    padding-top: 30px;
  }
  .homePage .bannerSec .btn {
    height: 40px;
    min-width: 115px;
    margin-top: 10px;
    font-size: 16px;
  }
  .homePage .bannerSec_inner {
    flex-direction: column;
    gap: 0;
  }
  .homePage .bannerSec_formCard {
    margin-left: 0px;
    padding: 25px 25px 0px 25px;
    max-width: 100%;
    width: 100%;
  }
  .homePage .bannerSec_formCard .form-group {
    margin-bottom: 10px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-left {
    font-size: 14px;
    left: 12px;
    top: 12px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-input-left {
    font-size: 16px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-input-left, .homePage .bannerSec_formCard .form-group .fieldicon .help-block {
    padding-inline-start: 33px;
  }
  .homePage .bannerSec_formCard .form-group-alt::before {
    left: 18px;
    top: 26px;
    height: calc(100% + 2px);
  }
  .homePage .bannerSec_videoCard {
    margin-top: -50px;
    margin-left: auto;
  }
  .homePage .bannerSec_title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .homePage .bannerSec_formCard .form-group .fieldicon-input-left {
    font-size: 14px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-input-left::placeholder {
    font-size: 11px;
  }
  .homePage .bannerSec_videoCard {
    max-width: 238px;
  }
  .homePage .bannerSec_title {
    font-size: calc(35px + 15 * (100vw - 320px) / 257);
  }
}
@media (max-width: 480px) {
  .homePage .bannerSec_formCard {
    padding: 20px 20px 0px 20px;
  }
  .homePage .bannerSec_videoCard {
    max-width: 200px;
  }
}
.homePage .categorySec_cardWrapper {
  perspective: 1000px;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 1199.98px) {
  .homePage .categorySec_cardWrapper:hover .categorySec_card_inner {
    transform: rotateY(180deg);
  }
}
.homePage .categorySec_cardWrapper.is-active-hover .categorySec_card_inner {
  transform: rotateY(180deg);
}
.homePage .categorySec_card {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #F3F3F3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.homePage .categorySec_card img {
  object-fit: contain;
  transition: transform 0.3s ease;
}
.homePage .categorySec_card-flip {
  background-color: transparent !important;
}
.homePage .categorySec_card-flip .categorySec_card_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.homePage .categorySec_card-flip .categorySec_card_front,
.homePage .categorySec_card-flip .categorySec_card_back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.homePage .categorySec_card-flip .categorySec_card_front {
  background-color: #E5E5E5;
}
.homePage .categorySec_card-flip .categorySec_card_front img {
  object-fit: contain;
}
.homePage .categorySec_card-flip .categorySec_card_back {
  background-color: #ffffff;
  border: 4px solid var(--primary-color);
  transform: rotateY(180deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.homePage .categorySec_lettersGrid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.homePage .categorySec_lettersRow {
  width: 100%;
}
.homePage .categorySec_letter {
  font-family: "Buvera-Bold", Arial, sans-serif;
  font-size: calc(20px + 28 * (100vw - 320px) / 1600);
  line-height: 1;
  color: var(--primary-color);
  display: inline-block;
  text-transform: uppercase;
  width: 33.33%;
  text-align: center;
}
.homePage .categorySec_letter:first-child {
  text-align: left;
}
.homePage .categorySec_letter:last-child {
  text-align: right;
}
.homePage .categorySec_title {
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  line-height: 1.35;
  color: #000000;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  transition: color 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .homePage .categorySec_letter {
    font-size: 44px;
  }
  .homePage .categorySec_title {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .categorySec_letter {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .homePage .categorySec .categorySec_card_front,
  .homePage .categorySec .categorySec_card_back {
    padding: 12px;
  }
  .homePage .categorySec_letter {
    font-size: 32px;
  }
  .homePage .categorySec_sliderContainer {
    padding: 0px;
  }
}
@media (max-width: 575.98px) {
  .homePage .categorySec .categorySec_card_front,
  .homePage .categorySec .categorySec_card_back {
    padding: 8px;
  }
  .homePage .categorySec_letter {
    font-size: calc(18px + 14 * (100vw - 320px) / 257);
  }
}
@media (max-width: 359px) {
  .homePage .categorySec .categorySec_card-flip .categorySec_card_back {
    border-width: 3px;
  }
}
.homePage .fleetSec {
  background-color: #ffffff;
  overflow: hidden;
}
.homePage .fleetSec_sliderContainer {
  padding-bottom: 10px;
}
.homePage .fleetSec .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homePage .fleetSec .swiper-slide.swiper-slide-active .fleetSec_card {
  border-color: #000000;
}
.homePage .fleetSec_card {
  aspect-ratio: 1/1;
  border: 4px solid #000000;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.homePage .fleetSec_card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.homePage .fleetSec_title {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.35;
  color: #000000;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  text-align: center;
  margin-top: 25px;
  transition: color 0.3s ease;
}
.homePage .fleetSec_title a {
  color: #000000;
}
@media (min-width: 1921px) {
  .homePage .fleetSec_title {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .homePage .fleetSec_title {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .homePage .fleetSec_title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .homePage .fleetSec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homePage .fleetSec_sliderContainer {
    padding: 0;
    max-width: 100%;
  }
  .homePage .fleetSec .swiper-button-next, .homePage .fleetSec .swiper-button-prev {
    display: none;
  }
  .homePage .fleetSec .homePage_head {
    padding-inline: 18px;
  }
}
.homePage .latestSec_slider {
  position: relative;
}
.homePage .latestSec_slider_card {
  background-color: var(--primary-color);
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}
.homePage .latestSec_slider_left, .homePage .latestSec_slider_right {
  flex: 1;
}
.homePage .latestSec_slider_left {
  z-index: 1;
  max-width: 540px;
  color: #ffffff;
  line-height: 1;
  font-size: calc(14px + 72 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.homePage .latestSec_slider_left span {
  font-family: "Buvera-Bold", Arial, sans-serif;
  display: flex;
}
.homePage .latestSec_slider_right {
  max-width: 830px;
}
.homePage .latestSec_slider_right_logo {
  position: absolute;
  top: 50px;
  right: 60px;
}
.homePage .latestSec_slider .link {
  position: absolute;
  right: 40px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  margin-left: auto;
}
.homePage .latestSec_slider .link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.homePage .latestSec_slider .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: sticky;
  margin: 0;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}
.homePage .latestSec_slider .swiper-pagination-bullet {
  background: var(--primary-color);
  opacity: 0.5;
  width: 10px;
  height: 10px;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 10px;
}
.homePage .latestSec_slider .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  opacity: 1;
}
@media (max-width: 1399.98px) {
  .homePage .latestSec_slider_left {
    max-width: 400px;
  }
  .homePage .latestSec_slider_right {
    max-width: 700px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .latestSec_slider_left {
    max-width: 300px;
  }
  .homePage .latestSec_slider_right_logo {
    top: 20px;
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .homePage .latestSec_slider_right_logo {
    max-width: 100px;
  }
  .homePage .latestSec_slider .link {
    right: 18px;
    bottom: 15px;
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .homePage .latestSec_slider .swiper-pagination {
    padding-top: 15px;
    min-height: 30px;
  }
  .homePage .latestSec_slider .swiper-pagination-bullet {
    margin: 0px 5px;
  }
}
@media (max-width: 767.98px) {
  .homePage .latestSec_slider_card {
    padding-left: 0;
  }
  .homePage .latestSec_slider_left {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 28px;
  }
  .homePage .latestSec_slider_right_logo {
    max-width: 65px;
  }
}
@media (max-width: 575.98px) {
  .homePage .latestSec_slider .swiper-pagination {
    display: none;
  }
}
@media (max-width: 400px) {
  .homePage .latestSec_slider_left {
    top: 10px;
    left: 10px;
    font-size: 20px;
  }
}
.homePage .trustSec {
  background-color: #ffffff;
}
.homePage .trustSec_card {
  background-color: var(--secondary-color);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.homePage .trustSec_cardImg {
  width: 100%;
  height: 300px;
  padding: 20px 20px 0;
}
.homePage .trustSec_cardImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homePage .trustSec_content {
  padding: 28px 20px 20px;
}
.homePage .trustSec_title {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  font-size: calc(18px + 16 * (100vw - 320px) / 1600);
  line-height: 1.21;
  color: #231F20;
}
@media (min-width: 1921px) {
  .homePage .trustSec_title {
    font-size: 34px;
  }
}
.homePage .trustSec_para {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.2;
  color: #020202;
}
@media (min-width: 1921px) {
  .homePage .trustSec_para {
    font-size: 18px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .trustSec_cardImg {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .homePage .trustSec_cardImg {
    height: auto;
  }
  .homePage .trustSec_title {
    font-size: 28px;
  }
  .homePage .trustSec_para {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .homePage .trustSec_title {
    font-size: 32px;
  }
  .homePage .trustSec .row.gy-4 {
    --bs-gutter-y: 35px;
  }
  .homePage .trustSec_cardImg {
    padding: 4px;
  }
}
.homePage .deliveringSec {
  background-color: #ffffff;
}
.homePage .deliveringSec_slider .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: sticky;
  margin: 0;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}
.homePage .deliveringSec_slider .swiper-pagination-bullet {
  background: var(--primary-color);
  opacity: 0.5;
  width: 10px;
  height: 10px;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 10px;
}
.homePage .deliveringSec_slider .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  opacity: 1;
}
.homePage .deliveringSec_arrows {
  position: absolute;
  bottom: 0;
  right: 0;
}
.homePage .deliveringSec_arrow {
  width: 40px;
  height: 40px;
  border: 1.5px solid #000000;
  background-color: transparent;
  color: #000000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.homePage .deliveringSec_arrow-prev {
  transform: rotate(90deg);
}
.homePage .deliveringSec_arrow-next {
  transform: rotate(-90deg);
}
.homePage .deliveringSec_arrow::after {
  display: none;
}
.homePage .deliveringSec_arrow em {
  font-size: 16px;
  color: #000000;
  transition: color 0.3s ease;
}
.homePage .deliveringSec_arrow:hover {
  background-color: #000000;
}
.homePage .deliveringSec_arrow:hover em {
  color: #ffffff;
}
.homePage .deliveringSec_arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.homePage .deliveringSec_imgWrapper {
  width: 100%;
  aspect-ratio: 705/512;
  overflow: hidden;
}
.homePage .deliveringSec_imgWrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .homePage .deliveringSec_imgWrapper {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .homePage .deliveringSec_item {
    height: auto !important;
  }
}
.homePage .deliveringSec_itemTitle {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  font-size: calc(18px + 16 * (100vw - 320px) / 1600);
  line-height: 1.13;
  color: #020202;
}
@media (min-width: 1921px) {
  .homePage .deliveringSec_itemTitle {
    font-size: 34px;
  }
}
.homePage .deliveringSec_itemPara {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
  color: #939598;
}
@media (min-width: 1921px) {
  .homePage .deliveringSec_itemPara {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .homePage .deliveringSec_slider .swiper-pagination {
    padding-top: 15px;
    min-height: 30px;
  }
  .homePage .deliveringSec_slider .swiper-pagination-bullet {
    margin: 0px 5px;
  }
}
@media (max-width: 767.98px) {
  .homePage .deliveringSec_itemTitle {
    font-size: 30px;
  }
  .homePage .deliveringSec_itemPara {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .homePage .deliveringSec_slider .swiper-pagination {
    display: none;
  }
  .homePage .deliveringSec_arrows {
    flex-direction: column-reverse;
  }
  .homePage .deliveringSec_arrow {
    width: 32px;
    height: 32px;
  }
  .homePage .deliveringSec_arrow em {
    font-size: 14px;
  }
  .homePage .deliveringSec_arrow-next {
    margin-bottom: 12px;
  }
}
.homePage .testimonialSec {
  background-color: #ffffff;
  position: relative;
}
.homePage .testimonialSec_arrows {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  width: 100%;
  justify-content: space-between;
  z-index: 9;
}
.homePage .testimonialSec_arrow {
  width: 40px;
  height: 40px;
  border-width: 0;
  background-color: #ffffff;
  color: #999999;
  transition: all 0.3s ease;
  cursor: pointer;
  position: static;
  margin: 0px;
}
.homePage .testimonialSec_arrow-prev {
  margin-left: -55px;
}
.homePage .testimonialSec_arrow-next {
  margin-right: -55px;
}
.homePage .testimonialSec_arrow::after {
  display: none;
}
.homePage .testimonialSec_arrow em {
  font-size: 16px;
  color: #C7C6C5;
}
.homePage .testimonialSec_arrow:hover {
  border-color: #000000;
}
.homePage .testimonialSec_arrow:hover em {
  color: #25314C;
}
.homePage .testimonialSec_arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.homePage .testimonialSec_card {
  background-color: var(--secondary-color);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.homePage .testimonialSec_avatar {
  width: 50px;
  height: 50px;
  border: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.homePage .testimonialSec_name {
  font-family: "Swiss721BT-Bold", Arial, sans-serif;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #231F20;
  line-height: 1.2;
}
@media (min-width: 1921px) {
  .homePage .testimonialSec_name {
    font-size: 18px;
  }
}
.homePage .testimonialSec_text {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #595A5A;
  opacity: 0.9;
}
@media (min-width: 1921px) {
  .homePage .testimonialSec_text {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .testimonialSec_card {
    padding: 20px;
  }
  .homePage .testimonialSec_arrow-prev {
    margin-left: -50px;
  }
  .homePage .testimonialSec_arrow-next {
    margin-right: -50px;
  }
}
@media (max-width: 767.98px) {
  .homePage .testimonialSec_arrow {
    width: 25px;
    height: 25px;
  }
  .homePage .testimonialSec_arrow-prev {
    margin-left: -32px;
  }
  .homePage .testimonialSec_arrow-next {
    margin-right: -32px;
  }
  .homePage .testimonialSec_arrow em {
    font-size: 16px;
  }
  .homePage .testimonialSec_name {
    font-size: 17px;
  }
  .homePage .testimonialSec_text {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .homePage .testimonialSec_card {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .homePage .testimonialSec_arrow-next {
    margin-right: -28px;
  }
  .homePage .testimonialSec_arrow-prev {
    margin-left: -28px;
  }
}
@media (max-width: 350px) {
  .homePage .testimonialSec_card {
    padding: 20px;
  }
}
.homePage .howWorkSec_inner {
  padding: 30px 200px 0px;
  background-color: #D8D8D8;
  display: flex;
  justify-content: space-between;
  gap: 150px;
}
.homePage .howWorkSec_imgbox img {
  max-width: 340px;
}
.homePage .howWorkSec_content {
  width: 560px;
  padding: 30px 0px 60px;
}
@media (max-width: 1599px) {
  .homePage .howWorkSec_inner {
    padding: 30px 150px 0px;
    gap: 80px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .howWorkSec_inner {
    padding: 15px 60px 0px;
    gap: 80px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .howWorkSec_inner {
    padding: 15px 30px 0px;
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .homePage .howWorkSec_inner {
    padding: 15px 15px 0px;
    gap: 30px;
  }
  .homePage .howWorkSec_imgbox img {
    max-width: 270px;
  }
  .homePage .howWorkSec_content {
    padding: 15px 0px 30px;
  }
}
@media (max-width: 767.98px) {
  .homePage .howWorkSec_inner {
    flex-direction: column;
    background-color: #ffffff;
    padding: 0;
    gap: 80px;
  }
  .homePage .howWorkSec_imgbox {
    padding-top: 30px;
    text-align: center;
    background-color: #D8D8D8;
  }
  .homePage .howWorkSec_imgbox img {
    max-width: 340px;
  }
  .homePage .howWorkSec_content {
    padding: 0px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .homePage .howWorkSec_imgbox {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .homePage .howWorkSec_imgbox img {
    max-width: 100%;
  }
  .homePage .howWorkSec_imgbox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 350px) {
  .homePage .howWorkSec_inner {
    gap: 40px;
  }
  .homePage .howWorkSec_imgbox {
    padding: 40px 20px 0;
  }
}
.homePage .downloadSec_card {
  background-color: #000000;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.homePage .downloadSec_card_title {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  font-size: calc(14px + 14 * (100vw - 320px) / 1600);
  color: #ffffff;
  line-height: 1.3;
}
@media (min-width: 1921px) {
  .homePage .downloadSec_card_title {
    font-size: 28px;
  }
}
.homePage .downloadSec_card_link {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  margin-left: auto;
  flex-shrink: 0;
  margin-top: auto;
}
.homePage .downloadSec_card_link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
@media (max-width: 1399.98px) {
  .homePage .downloadSec_card {
    padding: 20px;
  }
  .homePage .downloadSec_card img {
    max-width: 120px;
  }
}
@media (max-width: 991.98px) {
  .homePage .downloadSec_card {
    gap: 15px;
    padding: 15px;
  }
  .homePage .downloadSec_card img {
    max-width: 80px;
  }
  .homePage .downloadSec_card_link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .homePage .downloadSec_card {
    flex-direction: column;
    height: 100%;
    padding: 40px 15px 15px;
  }
  .homePage .downloadSec_card_title {
    text-align: center;
  }
  .homePage .downloadSec_card_link {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-width: 1px;
  }
}
@media (max-width: 575.98px) {
  .homePage .downloadSec_card {
    padding: 30px 10px 10px 15px;
  }
  .homePage .downloadSec_card img {
    max-width: 98px;
  }
  .homePage .downloadSec_card_title {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .homePage .downloadSec_row {
    --bs-gutter-x: 1rem;
  }
}
@media (max-width: 450px) {
  .homePage .downloadSec_card img {
    max-width: 85px;
  }
}
.homePage .sliderArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-90%);
  width: 48px;
  height: 48px;
  border: 1.5px solid #EDEDED;
  background-color: #ffffff;
  color: #25314C;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePage .sliderArrow::after {
  display: none;
}
.homePage .sliderArrow em {
  color: #C7C6C5;
  transition: all 0.3s ease;
}
.homePage .sliderArrow:hover {
  border-color: #000000;
}
.homePage .sliderArrow:hover em {
  color: #25314C;
}
.homePage .sliderArrow-prev {
  left: -60px;
}
.homePage .sliderArrow-next {
  right: -60px;
}
.homePage .sliderArrow.swiper-button-disabled {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .homePage .sliderArrow {
    width: 40px;
    height: 40px;
  }
  .homePage .sliderArrow-prev {
    left: -50px;
  }
  .homePage .sliderArrow-next {
    right: -50px;
  }
}
@media (max-width: 767.98px) {
  .homePage .sliderArrow {
    width: 30px;
    height: 30px;
  }
  .homePage .sliderArrow em {
    font-size: 13px;
  }
  .homePage .sliderArrow-prev {
    left: -35px;
  }
  .homePage .sliderArrow-next {
    right: -35px;
  }
}
@media (max-width: 480px) {
  .homePage .sliderArrow {
    width: 20px;
    height: 20px;
  }
  .homePage .sliderArrow-prev {
    left: -28px;
  }
  .homePage .sliderArrow-next {
    right: -28px;
  }
}
@media (max-width: 350px) {
  .homePage .sliderArrow-prev {
    left: -25px;
  }
  .homePage .sliderArrow-next {
    right: -25px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .py-70 {
    padding-block: 50px;
  }
}
@media (max-width: 767.98px) {
  .homePage .categorySec,
  .homePage .latestSec,
  .homePage .trustSec,
  .homePage .deliveringSec,
  .homePage .testimonialSec,
  .homePage .howWorkSec,
  .homePage .downloadSec, .homePage .fleetSec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .homePage .trustSec_title,
  .homePage .deliveringSec_itemTitle {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .homePage .categorySec,
  .homePage .latestSec,
  .homePage .trustSec,
  .homePage .deliveringSec,
  .homePage .testimonialSec,
  .homePage .howWorkSec,
  .homePage .downloadSec, .homePage .fleetSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.innerHomePage .bannerSec_inner {
  gap: 95px;
  padding-inline: 95px;
}
.innerHomePage .bannerSec #map {
  height: 540px;
  width: 100%;
}
.innerHomePage .bannerSec_formCard {
  margin-left: 0px !important;
}
.innerHomePage .bannerSec_formCard .nav {
  margin-bottom: 20px;
}
.innerHomePage .bannerSec_formCard .nav-link {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 0 20px 20px 0;
  line-height: 1.05;
  text-align: left;
}
.innerHomePage .bannerSec_formCard .nav-link.active {
  border-color: var(--primary-color);
  color: #000000;
  font-family: "Buvera-Medium", Arial, sans-serif;
}
.innerHomePage .bannerSec_formCard .nav-item {
  width: 50%;
}
.innerHomePage .bannerSec_formCard .favBtn {
  font-size: 16px;
  color: #827f7f;
  line-height: 1.1;
}
.innerHomePage .bannerSec_formCard .form-group {
  margin-bottom: 15px;
}
.innerHomePage .bannerSec_formCard .form-group .icon-caret-down {
  font-size: 12px;
}
.innerHomePage .bannerSec_formCard .form-group-alt::before {
  height: calc(100% + 28px);
}
@media (max-width: 1599px) {
  .innerHomePage .bannerSec #map {
    height: 500px;
  }
  .innerHomePage .bannerSec_inner {
    gap: 60px;
    padding-inline: 60px;
  }
  .innerHomePage .bannerSec_formCard .form-group {
    margin-bottom: 10px;
  }
  .innerHomePage .bannerSec_formCard .form-group-alt::before {
    height: calc(100% + 24px);
  }
}
@media (max-width: 1499px) {
  .innerHomePage .bannerSec #map {
    height: 500px;
  }
  .innerHomePage .bannerSec_formCard .form-group-alt::before {
    height: calc(100% + 20px);
  }
}
@media (max-width: 1399.98px) {
  .innerHomePage .bannerSec #map {
    height: 450px;
  }
  .innerHomePage .bannerSec_inner {
    gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .innerHomePage .bannerSec #map {
    height: 410px;
  }
  .innerHomePage .bannerSec_inner {
    gap: 30px;
  }
  .innerHomePage .bannerSec_formCard {
    padding-block: 40px;
  }
  .innerHomePage .bannerSec_formCard .form-group .icon-caret-down {
    font-size: 10px;
  }
  .innerHomePage .bannerSec_formCard .form-group-alt::before {
    height: calc(100% + 22px);
  }
}
@media (max-width: 991.98px) {
  .innerHomePage .bannerSec_inner {
    gap: 20px;
    padding-inline: 20px;
  }
  .innerHomePage .bannerSec_formCard .nav {
    margin-bottom: 15px;
  }
  .innerHomePage .bannerSec_formCard .nav-link {
    font-size: 16px;
    padding: 0 10px 10px 0;
  }
}
@media (max-width: 767.98px) {
  .innerHomePage .bannerSec_inner {
    flex-direction: column;
    padding: 25px;
  }
  .innerHomePage .bannerSec_formCard {
    padding: 0;
    width: 100%;
  }
  .innerHomePage .bannerSec_formCard .nav-link {
    font-size: 15px;
    padding: 0 0 8px 0;
  }
  .innerHomePage .bannerSec_formCard .favBtn {
    font-size: 14px;
  }
  .innerHomePage .bannerSec_formCard .form-group-alt::before {
    height: calc(100% + 25px);
  }
  .innerHomePage .bannerSec #map {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .innerHomePage .bannerSec_inner {
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .servicePage .py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .servicePage .py-80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 350px) {
  .servicePage .py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.servicePage .bg-light-grey {
  background-color: #f2f2f2;
}
.servicePage .btn-primary {
  padding: 20px;
  height: 63px;
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  .servicePage .btn-primary {
    height: 56px;
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .servicePage .btn-primary {
    height: 52px;
    padding: 15px;
  }
}
@media (max-width: 1199.98px) {
  .servicePage .btn-primary {
    height: 42px;
    font-size: 14px;
  }
}
.servicePage .font-bold {
  font-weight: bold;
}
.servicePage .serviceHead {
  margin-bottom: 30px;
}
.servicePage .serviceHead_title {
  font-size: calc(20px + 22 * (100vw - 320px) / 1600);
  line-height: 1.095;
  font-family: "Buvera-Regular", Arial, sans-serif;
  color: #000000;
}
.servicePage .serviceHead_text {
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  line-height: initial;
  font-family: "Buvera-Regular", Arial, sans-serif;
  color: #000000;
}
@media (min-width: 1441px) {
  .servicePage .serviceHead_title {
    font-size: 42px;
  }
  .servicePage .serviceHead_text {
    font-size: 20px;
  }
}
.servicePage .bannerSec {
  background-color: #ffffff;
}
.servicePage .bannerSec_meta {
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  line-height: initial;
  font-family: "Buvera-Regular", Arial, sans-serif;
  color: #000000;
}
.servicePage .bannerSec_title {
  font-size: calc(24px + 18 * (100vw - 320px) / 1600);
  line-height: 1.095;
  font-family: "Buvera-Regular", Arial, sans-serif;
  margin-bottom: 0;
}
.servicePage .bannerSec_text {
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  margin-block: calc(12px + 13 * (100vw - 320px) / 1600);
  line-height: 1.45;
}
.servicePage .bannerSec_action + div {
  margin-top: calc(12px + 16 * (100vw - 320px) / 1600);
}
.servicePage .bannerSec_appBtn img {
  height: 50px;
}
@media (min-width: 1441px) {
  .servicePage .bannerSec_meta {
    font-size: 20px;
  }
  .servicePage .bannerSec_title {
    font-size: 42px;
  }
  .servicePage .bannerSec_text {
    font-size: 20px;
    margin-block: 25px;
  }
  .servicePage .bannerSec_action + div {
    margin-top: 28px;
  }
}
@media (max-width: 767.98px) {
  .servicePage .bannerSec_appBtn img {
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .servicePage .bannerSec_content {
    text-align: center;
  }
}
.servicePage .serviceStats {
  background-color: #000000;
  padding-block: calc(20px + 45 * (100vw - 320px) / 1600);
}
.servicePage .serviceStats_inner {
  gap: 15px;
}
.servicePage .serviceStats_item {
  max-width: 306px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.servicePage .serviceStats_item img {
  max-height: 80px;
}
.servicePage .serviceStats_number {
  font-size: calc(16px + 16 * (100vw - 320px) / 1600);
  line-height: 0.9;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
.servicePage .serviceStats_number small {
  font-size: calc(14px + 11 * (100vw - 320px) / 1600);
}
.servicePage .serviceStats_number small:last-child {
  background: linear-gradient(89.54deg, #FFFFFF 43.22%, rgba(255, 255, 255, 0) 109.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.servicePage .serviceStats_label {
  font-size: 18px;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  line-height: initial;
}
@media (min-width: 1441px) {
  .servicePage .serviceStats {
    padding-block: 65px;
  }
  .servicePage .serviceStats_number {
    font-size: 32px;
  }
  .servicePage .serviceStats_number small {
    font-size: 25px;
  }
}
@media (max-width: 1199.98px) {
  .servicePage .serviceStats_label {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .servicePage .serviceStats_label {
    font-size: 14px;
  }
  .servicePage .serviceStats_inner {
    row-gap: 30px;
  }
  .servicePage .serviceStats_item {
    gap: 12px;
    max-width: 100%;
    justify-content: center;
    align-items: start;
  }
  .servicePage .serviceStats_item img {
    max-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .servicePage .serviceStats_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .servicePage .serviceStats_number, .servicePage .serviceStats_label {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .servicePage .serviceStats_inner {
    flex-direction: column;
  }
  .servicePage .serviceStats_item {
    width: 100%;
    justify-content: start;
  }
}
.servicePage .serviceHowItWorks_inner {
  gap: 74px;
}
.servicePage .serviceHowItWorks_step:not(:last-child) {
  margin-bottom: 36px;
}
.servicePage .serviceHowItWorks_step_num {
  width: 56px;
  height: 60px;
  font-size: 36px;
  font-family: "Swiss721BT-Bold", Arial, sans-serif;
  background: var(--primary-color);
}
.servicePage .serviceHowItWorks_step_info h3 {
  font-size: calc(16px + 16 * (100vw - 320px) / 1600);
  font-family: "Buvera-Regular", Arial, sans-serif;
  color: #000000;
  line-height: initial;
}
.servicePage .serviceHowItWorks_step_info p {
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  line-height: initial;
}
@media (min-width: 1600px) {
  .servicePage .serviceHowItWorks_collage {
    text-align: end;
  }
}
@media (min-width: 1441px) {
  .servicePage .serviceHowItWorks_step_info h3 {
    font-size: 32px;
  }
  .servicePage .serviceHowItWorks_step_info p {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .servicePage .serviceHowItWorks_inner {
    gap: 0px;
  }
}
@media (max-width: 1199.98px) {
  .servicePage .serviceHowItWorks_step:not(:last-child) {
    margin-bottom: 25px;
  }
  .servicePage .serviceHowItWorks_step_num {
    width: 50px;
    height: 54px;
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .servicePage .serviceHowItWorks_step_num {
    width: 44px;
    height: 46px;
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .servicePage .serviceHowItWorks_inner {
    gap: 20px;
  }
  .servicePage .serviceHowItWorks_step_num {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .servicePage .serviceHowItWorks_content .serviceHead {
    text-align: center;
  }
  .servicePage .serviceHowItWorks_step {
    flex-wrap: wrap;
    justify-content: center;
  }
  .servicePage .serviceHowItWorks_step_info {
    width: 100%;
    text-align: center;
  }
}
.servicePage .serviceItems {
  background-color: #fafafa;
}
.servicePage .serviceItems_icon {
  width: 120px;
}
.servicePage .serviceItems_info_title {
  font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  font-family: "Buvera-Regular", Arial, sans-serif;
  line-height: 1.1;
}
.servicePage .serviceItems_info p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
}
.servicePage .serviceItems_link {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Buvera-Regular", Arial, sans-serif;
  font-size: 18px;
}
.servicePage .serviceItems_link:hover {
  color: var(--primary-color);
}
@media (min-width: 1441px) {
  .servicePage .serviceItems_info_title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .servicePage .serviceItems_info {
    width: 100%;
    text-align: center;
  }
  .servicePage .serviceItems_info p {
    font-size: 14px;
  }
  .servicePage .serviceItems_link {
    font-size: 15px;
  }
  .servicePage .serviceItems_item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    padding-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
  }
}
.servicePage .serviceWhyChoose .serviceHead {
  max-width: 760px;
  margin-inline: auto;
}
.servicePage .serviceWhyChoose_card {
  border: 1px solid #000000;
  padding: 20px calc(20px + 25 * (100vw - 320px) / 1600);
  background-color: #F3F3F3;
  transition: all 0.3s;
  min-height: 252px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.servicePage .serviceWhyChoose_card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.servicePage .serviceWhyChoose_card_title {
  font-size: calc(16px + 7 * (100vw - 320px) / 1600);
  font-family: "Buvera-Regular", Arial, sans-serif;
  line-height: initial;
  max-width: 300px;
}
.servicePage .serviceWhyChoose_card_img {
  max-width: 135px;
}
@media (min-width: 1441px) {
  .servicePage .serviceWhyChoose_card {
    padding: 20px 45px;
  }
  .servicePage .serviceWhyChoose_card_title {
    font-size: 24px;
  }
}
@media (max-width: 1399.98px) {
  .servicePage .serviceWhyChoose .serviceHead {
    max-width: 650px;
  }
}
@media (max-width: 1199.98px) {
  .servicePage .serviceWhyChoose .serviceHead {
    max-width: 550px;
  }
  .servicePage .serviceWhyChoose_card {
    min-height: 210px;
  }
}
@media (max-width: 991.98px) {
  .servicePage .serviceWhyChoose .serviceHead {
    max-width: 500px;
  }
  .servicePage .serviceWhyChoose_card {
    min-height: 180px;
  }
}
@media (max-width: 575.98px) {
  .servicePage .serviceWhyChoose_card {
    min-height: 140px;
    align-items: center;
    text-align: center !important;
  }
}
.servicePage .servicePricing_labels {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #ffffff;
  font-size: calc(15px + 11 * (100vw - 320px) / 1600);
  color: #000000;
}
.servicePage .servicePricing_labels th {
  font-family: "Buvera-Regular", Arial, sans-serif;
  padding-bottom: 20px !important;
  font-weight: normal;
}
.servicePage .servicePricing_table {
  border-collapse: separate;
  border-spacing: 0;
}
.servicePage .servicePricing_body {
  background-color: #ffffff;
}
.servicePage .servicePricing_body tr:first-child td {
  border-top: 3px solid #e3e3e3;
}
.servicePage .servicePricing_body tr:last-child td {
  border-bottom: 3px solid #e3e3e3;
}
.servicePage .servicePricing_body tr td:nth-child(1) {
  border-left: 3px solid #e3e3e3;
}
.servicePage .servicePricing_body tr td:last-child {
  border-right: 3px solid #e3e3e3;
}
.servicePage .servicePricing tr .type, .servicePage .servicePricing tr .start {
  width: 30%;
  white-space: nowrap;
}
.servicePage .servicePricing tr th,
.servicePage .servicePricing tr td {
  padding: 12px 20px;
  vertical-align: middle;
}
.servicePage .servicePricing tr td {
  padding-block: 5px !important;
}
.servicePage .servicePricing_row {
  font-size: calc(15px + 9 * (100vw - 320px) / 1600);
}
@media (min-width: 1441px) {
  .servicePage .servicePricing_row {
    font-size: 24px;
  }
  .servicePage .servicePricing_labels {
    font-size: 26px;
  }
}
@media (max-width: 1399.98px) {
  .servicePage .servicePricing tr th,
  .servicePage .servicePricing tr td {
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .servicePage .servicePricing tr .type, .servicePage .servicePricing tr .start {
    width: 26%;
  }
  .servicePage .servicePricing_labels th {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 575.98px) {
  .servicePage .servicePricing tr th,
  .servicePage .servicePricing tr td {
    padding: 6px 7px;
  }
  .servicePage .servicePricing_row {
    font-size: 14px;
  }
  .servicePage .servicePricing_row_img {
    max-width: 60px;
  }
  .servicePage .servicePricing_labels {
    font-size: 13px;
  }
  .servicePage .servicePricing_labels th {
    padding-bottom: 6px !important;
  }
}
.servicePage .serviceComparison_table {
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #afafaf;
  border-bottom: 0;
  border-top: 0;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
}
.servicePage .serviceComparison_table th,
.servicePage .serviceComparison_table td {
  border-right: 2px solid #afafaf;
  border-bottom: 0;
  padding: 15px 35px;
  white-space: nowrap;
  background-color: #fbfbfb;
}
.servicePage .serviceComparison_table th:last-child,
.servicePage .serviceComparison_table td:last-child {
  border-right: 0;
}
.servicePage .serviceComparison_table th:first-child,
.servicePage .serviceComparison_table td:first-child {
  border-right: 0;
}
.servicePage .serviceComparison_table th.serviceComparison_highlight,
.servicePage .serviceComparison_table td.serviceComparison_highlight {
  border-right: 0;
}
.servicePage .serviceComparison_table thead tr th {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 70px;
  font-size: calc(15px + 9 * (100vw - 320px) / 1600);
  font-family: "Buvera-Regular", Arial, sans-serif;
  font-weight: 500;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.servicePage .serviceComparison_table tbody tr:last-child td {
  border-bottom: 0;
}
.servicePage .serviceComparison_table tbody tr td {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.servicePage .serviceComparison_table tbody tr:first-child td {
  padding-top: 25px;
}
.servicePage .serviceComparison_highlight {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  width: 14%;
}
.servicePage .serviceComparison_highlight em {
  font-size: 1.4rem;
  color: #ffffff !important;
  font-weight: bold;
}
.servicePage .serviceComparison tr td:first-child {
  font-weight: 500;
  width: 28%;
}
.servicePage .serviceComparison em {
  font-size: 12px;
}
.servicePage .serviceComparison em.icon-check-alt {
  font-weight: bold;
}
.servicePage .serviceComparison_highlight em.icon-check-alt {
  color: #ffffff !important;
}
@media (min-width: 1441px) {
  .servicePage .serviceComparison_table thead tr th {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .servicePage .serviceComparison_table thead tr th {
    height: 60px;
  }
  .servicePage .serviceComparison_table thead th,
  .servicePage .serviceComparison_table td {
    padding: 11px 25px;
  }
  .servicePage .serviceComparison .mobileTable {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .servicePage .serviceComparison .mobileTable_card {
    border: 1px solid #e3e3e3;
    background: #ffffff;
    padding: 15px;
  }
  .servicePage .serviceComparison .mobileTable_card.recommended {
    box-shadow: 0px 0px 0px 2px var(--primary-color);
  }
  .servicePage .serviceComparison .mobileTable_card.recommended .mobileTable_card_badge {
    background-color: color-mix(in srgb, var(--primary-color) 10%, transparent);
    color: var(--primary-color);
  }
  .servicePage .serviceComparison .mobileTable_card_badge {
    font-size: 14px;
    padding: 5px 15px;
    background-color: #F6F6F6;
    line-height: normal;
    display: inline-block;
    margin-bottom: 5px;
  }
  .servicePage .serviceComparison .mobileTable_card_title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .servicePage .serviceComparison .mobileTable_card ul {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .servicePage .serviceComparison .mobileTable_card ul li {
    font-weight: 500;
  }
  .servicePage .serviceComparison .mobileTable_card ul li.check em {
    background-color: rgba(0, 128, 0, 0.1);
    color: #008000;
  }
  .servicePage .serviceComparison .mobileTable_card ul li em {
    width: 22px;
    height: 22px;
    background-color: #EDEDED;
    color: rgba(37, 49, 76, 0.6);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .servicePage .serviceComparison .mobileTable_card .progress {
    height: 8px;
    background-color: #EDEDED;
  }
  .servicePage .serviceComparison .mobileTable_card .progress-bar {
    background-color: var(--primary-color);
  }
}
@media (max-width: 767.98px) {
  .servicePage .serviceComparison_table th,
  .servicePage .serviceComparison_table td {
    padding: 10px 15px;
  }
  .servicePage .serviceComparison_table thead tr th {
    height: 45px;
  }
  .servicePage .serviceComparison_table tbody tr:first-child td {
    padding-top: 18px;
  }
  .servicePage .serviceComparison .mobileTable {
    grid-template-columns: repeat(2, 1fr);
  }
  .servicePage .serviceComparison .mobileTable_card_badge {
    font-size: 12px;
  }
  .servicePage .serviceComparison .mobileTable_card_title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .servicePage .serviceComparison .mobileTable {
    grid-template-columns: 1fr;
  }
}
.servicePage .serviceLocations {
  background: #000000;
  margin-bottom: calc(20px + 45 * (100vw - 320px) / 1600);
  padding-block: 25px;
  overflow: hidden;
}
.servicePage .serviceLocations_inner {
  width: max-content;
  flex-wrap: nowrap !important;
  animation: marqueeLoop 35s linear infinite;
  gap: 35px;
}
.servicePage .serviceLocations_inner:hover {
  animation-play-state: paused;
}
.servicePage .serviceLocations_pill {
  transition: all 0.3s ease;
  font-size: 15px;
  flex-shrink: 0;
  font-family: "Buvera-Regular", Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.servicePage .serviceLocations_pill em {
  color: var(--primary-color);
  font-size: 30px;
}
.servicePage .serviceLocations_pill img {
  height: 30px;
}
@media (min-width: 1441px) {
  .servicePage .serviceLocations {
    margin-bottom: 65px;
  }
}
@media (max-width: 1399.98px) {
  .servicePage .serviceLocations_pill {
    font-size: 14px;
  }
  .servicePage .serviceLocations_pill em {
    font-size: 24px;
  }
  .servicePage .serviceLocations_pill img {
    height: 25px;
  }
}
@media (max-width: 767.98px) {
  .servicePage .serviceLocations {
    padding-block: 15px;
  }
  .servicePage .serviceLocations_inner {
    gap: 20px;
  }
  .servicePage .serviceLocations_pill {
    font-size: 13px;
  }
  .servicePage .serviceLocations_pill em {
    font-size: 20px;
  }
  .servicePage .serviceLocations_pill img {
    height: 20px;
  }
}
@keyframes marqueeLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.servicePage .servicePromo {
  background-color: #000000;
}
.servicePage .servicePromo .serviceHead_text {
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif !important;
  line-height: 1.35 !important;
  text-align: left;
}
@media (max-width: 575.98px) {
  .servicePage .servicePromo .btn {
    width: 100%;
  }
}
.servicePage .faqAccSec .faqAcc {
  max-width: 900px;
  margin-inline: auto;
}

.blogPage .blogBannerSec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  z-index: 0;
  aspect-ratio: 1915/745;
}
.blogPage .blogBannerSec::before {
  position: absolute;
  content: "";
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(255, 255, 255, 0) 85%);
}
.blogPage .blogBannerSec_inner {
  max-width: 800px;
  margin-bottom: 60px;
}
.blogPage .blogBannerSec_title {
  font-size: calc(26px + 24 * (100vw - 320px) / 1600);
  line-height: 1.25;
  font-family: "Buvera-Regular", Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.blogPage .faqSec {
  background-color: #f6f6f6;
}
.blogPage .faqSec .innerHead_title {
  font-size: 30px;
}
.blogPage .blogDetailSec_topbar {
  margin-block: 15px 30px;
}
.blogPage .blogDetailSec_topbar ul {
  margin-bottom: 0;
}
.blogPage .blogDetailSec_topbar ul li {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(37, 49, 76, 0.8);
}
.blogPage .blogDetailSec_topbar ul li em {
  font-size: 16px;
}
.blogPage .blogDetailSec_topbar ul li + li {
  margin-left: 20px;
  position: relative;
}
.blogPage .blogDetailSec_topbar ul li + li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: rgba(37, 49, 76, 0.8);
  transform: translateY(-50%);
  top: 50%;
  left: -20px;
}
.blogPage .blogDetailSec_socialShare {
  gap: 12px;
}
.blogPage .blogDetailSec_socialShare_text {
  font-size: 14px;
  color: rgba(37, 49, 76, 0.6);
  text-transform: uppercase;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  letter-spacing: 0.5px;
}
.blogPage .blogDetailSec_socialShare ul {
  gap: 12px;
  list-style: none !important;
}
.blogPage .blogDetailSec_socialShare ul li + li {
  margin-left: 0;
}
.blogPage .blogDetailSec_socialShare ul li + li::before {
  display: none;
}
.blogPage .blogDetailSec_socialShare .social-icon {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  color: #25314C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.blogPage .blogDetailSec_socialShare .social-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-color, --primary-color);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
.blogPage .blogDetailSec_socialShare .social-icon:hover {
  color: #ffffff;
  border-color: var(--brand-color, --primary-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.blogPage .blogDetailSec_socialShare .social-icon:hover::before {
  transform: translateY(0);
}
.blogPage .blogDetailSec_socialShare .social-icon.whatsapp {
  --brand-color: #25D366;
}
.blogPage .blogDetailSec_socialShare .social-icon.twitter {
  --brand-color: #000;
}
.blogPage .blogDetailSec_socialShare .social-icon.envelope {
  --brand-color: #EA4335;
}
.blogPage .blogDetailSec_socialShare .social-icon.link {
  --brand-color: var(--primary-color);
}
.blogPage .blogDetailSec_socialShare .social-icon em {
  position: relative;
  z-index: 1;
}
.blogPage .blogDetailSec_socialShare .social-icon em.icon-whatsapp {
  font-size: 17px;
}
.blogPage .blogDetailSec .tags {
  background-color: #F6F6F6;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(37, 49, 76, 0.8);
  padding: 3px 10px;
}
.blogPage .blogDetailSec ul {
  list-style-type: square;
}
.blogPage .blogDetailSec p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1.43;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}
.blogPage .blogDetailSec h2 {
  font-size: 28px;
  line-height: 1.25;
  font-family: "Buvera-Regular", Arial, sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
.blogPage .blogDetailSec h2 b, .blogPage .blogDetailSec h2 strong {
  font-weight: normal;
  font-family: "Buvera-Regular", Arial, sans-serif;
}
.blogPage .blogDetailSec h3 b, .blogPage .blogDetailSec h3 strong, .blogPage .blogDetailSec h4 b, .blogPage .blogDetailSec h4 strong, .blogPage .blogDetailSec h5 b, .blogPage .blogDetailSec h5 strong, .blogPage .blogDetailSec h6 b, .blogPage .blogDetailSec h6 strong {
  font-weight: normal;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
}
.blogPage .blogDetailSec h3 {
  font-size: 24px;
  line-height: 1.25;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
.blogPage .blogDetailSec h4 {
  font-size: 20px;
  line-height: 1.25;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
.blogPage .blogDetailSec h5 {
  font-size: 18px;
  line-height: 1.25;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
.blogPage .blogDetailSec h6 {
  font-size: 16px;
  line-height: 1.25;
  font-family: "Swis721-WGL4BT-Roman", Arial, sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
.blogPage .blogDetailSec img {
  max-width: 100%;
  margin: 0px auto 30px auto;
  display: block;
}
.blogPage .blogDetailSec .quoteBox {
  border-left: 3px solid var(--primary-color);
  padding: 20px 0px 20px 20px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  line-height: 1.5;
  font-style: italic;
}
.blogPage .blogDetailSec table thead td, .blogPage .blogDetailSec table thead th {
  font-family: "Buvera-Medium", Arial, sans-serif;
}
.blogPage .breadcrumb {
  margin-bottom: 30px;
}
.blogPage .breadcrumb-item {
  text-transform: uppercase;
}
.blogPage .breadcrumb-item a {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.blogPage .breadcrumb-item a:hover, .blogPage .breadcrumb-item a:focus, .blogPage .breadcrumb-item a:active {
  opacity: 1;
}
.blogPage .breadcrumb-item.active {
  color: #ffffff;
}
.blogPage .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}
.blogPage .breadcrumb-item + .breadcrumb-item::before {
  content: "\e909";
  font-size: 14px;
  color: #ffffff;
  font-family: "icomoon" !important;
  padding: 0;
  margin: 0px 15px 0px 0px;
  font-size: 8px;
  rotate: -90deg;
  top: 7px;
  position: relative;
}
.blogPage .relatedBlogSec_subTitle {
  color: var(--primary-color);
  font-family: "Swiss721BT-Bold", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.blogPage .relatedBlogSec_title {
  font-size: 32px;
  line-height: 1.15;
  font-family: "Buvera-Regular", Arial, sans-serif;
  color: #25314C;
  margin-bottom: 0px;
}
.blogPage .relatedBlogSec_link {
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid #25314C;
  font-size: 14px;
  font-family: "Swiss721BT-Bold", Arial, sans-serif;
  color: #25314C;
}
.blogPage .relatedBlogSec_link:hover, .blogPage .relatedBlogSec_link:focus, .blogPage .relatedBlogSec_link:active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.blogPage .blogListCard {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.blogPage .blogListCard_img {
  aspect-ratio: 2.6;
  overflow: hidden;
}
.blogPage .blogListCard_img img {
  transition: all 0.3s ease;
}
.blogPage .blogListCard_content {
  padding: 20px;
  flex-grow: 1;
  background-color: color-mix(in srgb, var(--primary-color) 5%, transparent);
}
.blogPage .blogListCard_content_subTitle {
  color: rgba(37, 49, 76, 0.7);
  font-size: 14px;
  font-family: "Swiss721BT-Bold", Arial, sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blogPage .blogListCard_content_title {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.15;
  font-family: "Buvera-Regular", Arial, sans-serif;
}
.blogPage .blogListCard_content_title a {
  color: #25314C;
  transition: all 0.3s ease;
}
.blogPage .blogListCard_content_title a:hover, .blogPage .blogListCard_content_title a:focus, .blogPage .blogListCard_content_title a:active {
  color: var(--primary-color);
}
.blogPage .blogListCard:hover .blogListCard_img img {
  transform: scale(1.05);
}
@media (max-width: 1399.98px) {
  .blogPage .blogBannerSec_inner {
    margin-bottom: 30px;
  }
  .blogPage .breadcrumb {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .blogPage .blogBannerSec_autherBox {
    margin-top: 20px;
  }
  .blogPage .blogBannerSec_autherBox_img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
  }
  .blogPage .blogBannerSec_autherBox_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blogPage .blogBannerSec_autherBox_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
  }
  .blogPage .blogBannerSec_autherBox_subtitle {
    font-size: 14px;
    color: rgba(37, 49, 76, 0.8);
    margin-bottom: 0;
    color: #ffffff;
  }
  .blogPage .blogBannerSec .breadcrumb {
    display: none;
  }
  .blogPage .blogBannerSec_inner {
    max-width: 700px;
    margin-bottom: 10px;
  }
  .blogPage .blogDetailSec_topbar {
    margin-bottom: 20px;
  }
  .blogPage .blogDetailSec p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .blogPage .blogDetailSec h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .blogPage .blogDetailSec h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .blogPage .blogDetailSec h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .blogPage .blogDetailSec h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .blogPage .blogDetailSec h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blogPage .blogDetailSec .quoteBox {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .blogPage .blogDetailSec img {
    margin: 0px auto 15px auto;
  }
  .blogPage .blogDetailSec_socialShare {
    gap: 8px;
  }
  .blogPage .blogDetailSec_socialShare ul {
    gap: 8px;
  }
  .blogPage .blogDetailSec_socialShare .social-icon {
    width: 30px;
    height: 30px;
  }
  .blogPage .blogDetailSec_socialShare .social-icon em {
    font-size: 14px;
  }
  .blogPage .blogDetailSec_socialShare .social-icon em.icon-whatsapp {
    font-size: 16px;
  }
  .blogPage .relatedBlogSec_title {
    font-size: 26px;
  }
  .blogPage .blogListCard_content_title a {
    font-size: 22px;
  }
  .blogPage .faqSec .innerHead_title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .blogPage .blogDetailSec p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .blogPage .blogDetailSec h2 {
    font-size: 22px;
  }
  .blogPage .blogDetailSec h3 {
    font-size: 20px;
  }
  .blogPage .blogDetailSec h4 {
    font-size: 18px;
  }
  .blogPage .blogDetailSec .quoteBox {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 0px 10px 10px;
  }
  .blogPage .relatedBlogSec_title {
    font-size: 22px;
  }
  .blogPage .blogListCard_content_title a {
    font-size: 20px;
  }
  .blogPage .blogListCard_content_subTitle {
    margin-bottom: 0px;
  }
  .blogPage .faqSec .innerHead_title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .blogPage .blogDetailSec_topbar ul li {
    font-size: 12px;
    gap: 5px !important;
  }
  .blogPage .blogDetailSec_topbar ul li + li:before {
    left: -12px;
  }
  .blogPage .blogBannerSec {
    border-bottom: 1px solid #e3e3e3;
    padding-block: 16px;
    background: none !important;
    aspect-ratio: initial;
  }
  .blogPage .blogBannerSec:before {
    display: none;
  }
  .blogPage .blogBannerSec_title {
    color: #000000;
  }
  .blogPage .blogBannerSec_inner {
    margin-bottom: 0;
  }
}