/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

button, input, select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Montserrat", sans-serif !important;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, p, span {
  font-family: "Montserrat", sans-serif !important;
}

footer {
  margin-top: auto;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.hr {
  width: 100%;
  height: 2px;
  background: black;
}
.hr.sm {
  height: 1px;
}
.hr.grey {
  background: #D7D7D7;
}

.row {
  margin-right: 12px;
  margin-left: 12px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 12px;
  padding-right: 12px;
}

table th, table td {
  padding: 16px;
}

.default-template-container p,
.default-template-fluid p {
  margin-bottom: 1rem;
}

svg {
  overflow: visible;
  max-width: 100%;
  object-fit: cover;
}

#Group1000001695, #Frame1000001657_4 {
  transition: all 0.25s ease;
  will-change: transform;
}
#Group1000001695:hover, #Frame1000001657_4:hover {
  cursor: pointer;
  filter: brightness(90%);
}

.detail-content.single_page h2, .detail-content.single_page h3, .detail-content.single_page h4, .detail-content.single_page h5, .detail-content.single_page h6, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
  word-wrap: unset;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.container, .container-sm {
  padding: 0 16px;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: unset;
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: -32px !important;
  }
}
.slick-track {
  display: flex !important;
}

.slick-dots {
  bottom: -24px;
}

.slick-slide {
  height: inherit !important;
}
.slick-slide > div {
  height: 100%;
}

.form-control:focus {
  box-shadow: none;
}

textarea {
  padding: 8px;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  color: black !important;
}
textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

input.form-control {
  height: 44px !important;
  background: #FFFFFF !important;
  border: 1px solid #C6C6C6 !important;
  border-radius: 4px !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  color: black !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.booking-form label {
  font-size: 0.875rem;
  font-weight: 500;
}

.prevent-scroll {
  overflow: hidden !important;
  max-height: 100%;
  max-width: 100%;
}

.animate__delay-500 {
  animation-delay: 300ms;
}

.animate__delay-1000 {
  animation-delay: 600ms;
}

.animate__delay-1500 {
  animation-delay: 900ms;
}

.animate__delay-2000 {
  animation-delay: 1200ms;
}

.animate__delay-2500 {
  animation-delay: 1500ms;
}

.animate__delay-3000 {
  animation-delay: 1800ms;
}

.animate__delay-3500 {
  animation-delay: 2100ms;
}

.animate__delay-4000 {
  animation-delay: 2400ms;
}

.animate__delay-4500 {
  animation-delay: 2700ms;
}

.animate__delay-5000 {
  animation-delay: 3000ms;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.no-underline {
  text-decoration: none !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-2 {
  flex: 2 !important;
}

.flex-3 {
  flex: 3 !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.lang-item a img {
  width: auto;
  height: auto;
}

.btn {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.btn.btn-dark {
  background: black;
  color: white;
}
.btn.btn-dark-blue {
  background-color: #262A56;
  color: white;
}
.btn.md {
  height: 56px;
  padding: 0 28px;
}
.btn.btn-link {
  color: #13100c;
  font-size: 18px;
}
.btn.btn-link:focus, .btn.btn-link:active {
  box-shadow: none !important;
  outline: none !important;
  color: #e56400;
  text-decoration: none;
}
.btn.btn-link:hover {
  box-shadow: none !important;
  outline: none !important;
  color: #FF8C32;
  text-decoration: none;
}
.btn.btn-link:disabled {
  color: #ff9a4c !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 0.5 !important;
}
.btn.btn-primary {
  background-color: #FF8C32;
  border-color: #FF8C32;
}
.btn.btn-primary:focus, .btn.btn-primary:active {
  background: #984300 !important;
  border-color: #984300 !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn.btn-primary:hover {
  background: #fe7000 !important;
  border-color: #fe7000 !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn.btn-primary:disabled {
  background: #ff9a4c !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 0.5 !important;
}
.btn.btn-dark-blue:focus, .btn.btn-dark-blue:active {
  background: #1e2144 !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn.btn-dark-blue:hover {
  background: #1e2144 !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn.btn-dark-blue:disabled {
  background: #2e3368 !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 0.5 !important;
}

.modal {
  padding: 0 !important;
}
.modal .modal-header .modal-title {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
}
.modal.form-contact .modal-dialog {
  min-width: 690px;
}
.modal.form-contact .modal-content {
  border-radius: 0;
}
.modal.form-contact .modal-header {
  border-bottom: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 32px 64px 0;
}
.modal.form-contact .modal-header .modal-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #333333;
}
.modal.form-contact .modal-header .close {
  width: 32px;
  height: 32px;
  padding: 0;
  position: relative;
  float: unset;
  margin: 0;
}
.modal.form-contact .modal-header .close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal.form-contact .modal-body {
  padding: 32px 64px;
}
.modal.form-contact .modal-footer {
  padding: 8px 0 42px;
  border-top: none;
  display: flex;
  justify-content: center;
}
.modal.form-contact .modal-footer .btn-danger {
  height: 58px;
  min-width: 240px;
  background: #D72630;
  border-radius: 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.modal.form-contact .form-group label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  position: relative;
  margin-bottom: 8px;
  display: inline-flex;
}
.modal.form-contact .form-group label.required:after {
  content: "*";
  color: #D72630;
  right: -12px;
  top: 0;
  position: absolute;
}
.modal.form-contact .form-group .form-control {
  height: 60px;
  border-radius: 4px;
  border: 1px solid black;
  padding: 0 16px;
}
.modal.form-contact .form-group .form-control.text-area {
  height: auto;
  padding: 16px;
}
.modal.form-contact .input-file {
  display: flex;
  border-radius: 4px;
  height: 60px;
  border: 1px solid black;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
}
.modal.form-contact .input-file .left-side {
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.modal.form-contact .input-file .left-side img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-left: auto;
}
.modal.form-contact .input-file .left-side img:hover {
  cursor: pointer;
}
.modal.form-contact .input-file .right-side {
  border-left: 1px solid black;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.modal.form-contact .input-file .right-side:hover {
  cursor: pointer;
}
.modal.form-contact .input-file .right-side img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .modal.form-contact .modal-dialog {
    min-width: unset;
  }
  .modal.form-contact .modal-dialog .modal-header {
    padding: 16px 16px 0;
  }
  .modal.form-contact .modal-dialog .modal-body {
    padding: 16px;
  }
  .modal.form-contact .modal-dialog .modal-footer {
    padding: 8px 0 16px;
  }
  .modal.form-contact .modal-dialog .modal-footer .btn-danger {
    font-size: 18px;
    line-height: 1.4;
  }
}
.ui-datepicker {
  background: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 1.5rem 0.75rem;
  z-index: 1090 !important;
  width: auto;
  display: none;
}

.ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.ui-datepicker-prev {
  order: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker-prev:hover {
  cursor: pointer;
}
.ui-datepicker-prev.ui-state-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  visibility: hidden;
}

.ui-datepicker-title {
  order: 2;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #13100C;
}

.ui-datepicker-next {
  order: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker-next:hover {
  cursor: pointer;
}

.ui-icon-circle-triangle-w {
  width: 20px;
  height: 20px;
  display: inline-flex;
  background-image: url("/wp-content/themes/econsulting-agency/images/homepage/icon-caret-left.png");
  background-size: contain !important;
}

.ui-icon-circle-triangle-e {
  width: 20px;
  height: 20px;
  display: inline-flex;
  background-image: url("/wp-content/themes/econsulting-agency/images/homepage/icon-caret-right.png");
  background-size: contain !important;
}

.ui-datepicker-calendar {
  margin-bottom: 0;
}
.ui-datepicker-calendar th {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-transform: capitalize;
  border: none;
  padding: 9px;
}
.ui-datepicker-calendar td {
  border: none;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 9px;
}
.ui-datepicker-calendar td a {
  color: #000000;
}
.ui-datepicker-calendar td a:hover {
  text-decoration: none;
  background: #F6F9FF;
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  background: #E3E5E8;
  color: #847D71;
}
.ui-datepicker-calendar .ui-state-default {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker-calendar .ui-state-active {
  color: white;
  background: #FF8C32;
}
.ui-datepicker-calendar .ui-state-active:hover {
  color: white;
  background: #FF8C32;
}

nav {
  background: #FFFFFF;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 0;
  padding: 0 16px;
  transition: height 0.4s ease;
}
.navbar .navbar-overlay {
  display: none !important;
}
.navbar .menu-header-menu-container, .navbar .menu-header-menu-vi-container {
  flex: 1;
}
.navbar #menu-header-menu, .navbar #menu-header-menu-vi {
  display: flex;
  justify-content: space-evenly;
}
.navbar .navbar-list-item {
  display: flex;
  flex: 1;
}
.navbar .navbar-list-item .menu-header-primary-container {
  width: 100%;
  display: flex;
  flex: 1;
}
.navbar .navbar-list-item .menu-header-primary-container .menu {
  width: 100%;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.navbar .navbar-list-item .menu-header-primary-container .menu .menu-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-right: 2rem;
}
.navbar .navbar-list-item .menu-header-primary-container .menu .menu-item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.navbar .btn-header-toggle {
  display: none;
}
.navbar__item, .navbar .menu-item {
  display: inline-flex;
  justify-content: center;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: black;
  position: relative;
  padding: 0;
}
.navbar__item a, .navbar .menu-item a {
  color: inherit;
  padding: 8px 12px;
}
.navbar__item:after, .navbar .menu-item:after {
  content: "";
  transition: 0.3s ease;
  position: absolute;
  width: 0;
  bottom: -4px;
  display: inline-flex;
  height: 4px;
  border-radius: 100px;
}
.navbar__item.dropdown-toggle:after, .navbar .menu-item.dropdown-toggle:after {
  bottom: unset;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}
.navbar__item:hover, .navbar .menu-item:hover {
  cursor: pointer;
  color: black;
}
.navbar__item.logo, .navbar .menu-item.logo {
  margin-right: auto;
}
.navbar__item.logo img, .navbar .menu-item.logo img {
  height: 50px;
  object-fit: contain;
}
.navbar__item.logo:hover, .navbar .menu-item.logo:hover {
  cursor: pointer;
}
.navbar__item.current-menu-item:after, .navbar__item.current-product-parent:after, .navbar__item.current-menu-item.current_page_parent:not(:first-child):after, .navbar .menu-item.current-menu-item:after, .navbar .menu-item.current-product-parent:after, .navbar .menu-item.current-menu-item.current_page_parent:not(:first-child):after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  display: inline-flex;
  height: 4px;
  border-radius: 100px;
  background: #EE261A;
}
.navbar__item:not(.logo, .language):hover:after, .navbar .menu-item:not(.logo, .language):hover:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  display: inline-flex;
  height: 4px;
  border-radius: 100px;
  background: #A5A5A5;
}
.navbar .language {
  align-items: center;
  padding: 8px 12px;
}
.navbar .language img {
  width: 24px;
  height: 16px;
  object-fit: contain;
  margin-right: 8px;
}
.navbar .language i {
  font-size: 20px;
}

#to-top {
  position: fixed;
  right: 21px;
  bottom: 15px;
  width: 44px;
  height: 44px;
  z-index: 1000;
  border-radius: 50%;
  background: #ff7002;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#to-top i {
  font-size: 16px;
  color: white;
}
#to-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#to-top:hover {
  cursor: pointer;
  filter: brightness(110%);
}

#fixed-icon {
  position: fixed;
  right: 21px;
  top: 20vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  z-index: 1000;
}
#fixed-icon img {
  padding: 8px;
  background: #FFFFFF;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  object-fit: contain;
}
#fixed-icon img:hover {
  cursor: pointer;
}
#fixed-icon .download-cta {
  margin-top: 16px;
}

@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes collapse {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
  .navbar {
    height: 60px;
    display: flex !important;
    border: 0 !important;
  }
  .navbar .navbar-list-item .menu-header-primary-container .menu {
    flex-wrap: wrap;
  }
  .navbar .navbar-list-item .menu-header-primary-container .menu li {
    width: 100%;
  }
  .navbar .navbar-list-item .menu-header-primary-container .menu .menu-item {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .navbar .navbar-list-item .menu-header-primary-container .menu .menu-item:first-child {
    margin-top: 0.5rem;
  }
  .navbar .navbar__item.logo {
    margin-left: 0;
    max-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .navbar .btn-header-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .navbar .btn-header-toggle:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar .navbar-list-item {
    position: fixed;
    opacity: 0;
    left: 100%;
    top: 60px;
    z-index: -1;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    background: white;
    width: 100%;
    transition: all 0.2s ease;
    pointer-events: none;
    height: calc(100vh - 60px);
  }
  .navbar .navbar-list-item .navbar__item {
    margin-bottom: 1rem;
  }
  .navbar .navbar-list-item.show {
    left: 0;
    opacity: 1;
    top: 60px;
    z-index: 1000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
  }
  .navbar .navbar-list-item.show ~ .navbar-overlay {
    display: block !important;
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100vh;
  }
  #menu-header-menu, #menu-header-menu-vi {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
  }
  #menu-header-menu .menu-item, #menu-header-menu-vi .menu-item {
    margin-bottom: 1rem;
  }
  #fixed-icon {
    bottom: 6vh;
    top: unset;
  }
  .header-cta {
    display: none;
  }
}
.header-cta .btn {
  padding: 0 30px;
  border-radius: 4px !important;
  height: 40px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  border: none !important;
}

.menu a {
  transition: all 0.2s ease;
}
.menu a:hover {
  color: #FF8C32 !important;
}
.menu .menu-item.current-menu-item a {
  color: #FF8C32 !important;
}

.navbar__item.current-menu-item:after, .navbar__item.current-product-parent:after, .navbar__item.current-menu-item.current_page_parent:not(:first-child):after, .navbar .menu-item.current-menu-item:after, .navbar .menu-item.current-product-parent:after, .navbar .menu-item.current-menu-item.current_page_parent:not(:first-child):after {
  content: none !important;
}

.navbar__item:after, .navbar .menu-item:after {
  content: none !important;
}

a:focus {
  outline: none !important;
}

body {
  visibility: unset;
  display: unset;
}

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
  z-index: 10000;
}
header.minimize .navbar {
  height: 60px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
}
.footer-column:not(:last-child) {
  margin-right: 80px;
}
.footer .footer-menu .menu-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000 !important;
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  transition: color 0.2s ease;
}
.footer .footer-menu .menu-item a {
  color: #000000 !important;
}
.footer .footer-menu .menu-item .icon {
  margin-right: 12px;
}
.footer .footer-menu .menu-item:hover {
  cursor: pointer;
  color: #13100c;
  text-decoration: none;
}
.footer .footer-menu .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.footer-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  transition: color 0.2s ease;
}
.footer-item .icon {
  margin-right: 12px;
}
.footer-item:hover {
  cursor: pointer;
  color: #13100c;
  text-decoration: none;
}
.footer-item:not(:last-child) {
  margin-bottom: 8px;
}
.footer-item.logo {
  margin-bottom: 36px;
}
.footer-item.logo img {
  height: 34px;
  object-fit: contain;
}
.footer-item.title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 32px;
}
.footer-item.brand .brand-link:not(:last-child) {
  margin-right: 8px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #161616;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.footer-bottom i {
  font-size: 24px;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-top {
    flex-wrap: wrap;
  }
  .footer-wrapper .footer-top .footer-column {
    margin-right: 0 !important;
    flex: auto !important;
    width: 100%;
  }
  .footer-wrapper .footer-top .footer-column:not(:first-child) {
    margin-top: 16px;
    max-width: 50%;
  }
  .footer-wrapper .footer-top .footer-column .footer-item.logo {
    margin-bottom: 24px;
  }
  .footer-wrapper .footer-top .footer-column .footer-item.title {
    margin-bottom: 8px;
  }
  .footer-wrapper .footer-top .footer-column .footer-item.brand .brand-link:not(:last-child) {
    margin-right: 8px;
  }
}
.footer-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #13100c;
  text-align: center;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 80px 108px 0;
}
@media (max-width: 767px) {
  .footer-wrapper {
    padding: 32px 16px;
  }
}

.footer-top-section {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .footer-top-section {
    padding-bottom: 32px;
  }
}
.footer-top-section__logo {
  margin-bottom: 48px;
}
.footer-top-section__logo-vertical {
  margin-bottom: 48px;
}
.footer-top-section__logo-vertical img {
  width: auto !important;
  min-height: 128px !important;
}
.footer-top-section__left {
  padding: 0 !important;
}
.footer-top-section__middle {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.footer-top-section__right .email-input {
  display: flex;
  flex-direction: row;
}
.footer-top-section__right .email-input input {
  border-radius: 20px 0 0 20px;
  border-color: #13100c;
  outline: none;
}
.footer-top-section__right .email-input button {
  border-radius: 0 20px 20px 0;
}

.footer-bottom-section {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  padding: 24px 0 27px;
}

.footer-link-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.footer-link-section a:hover {
  text-decoration: underline;
}
.footer-link-section .btn-link {
  padding: 0;
}
.footer-link-section .btn-link:nth-child(2) {
  margin: 0;
}
@media (min-width: 767px) {
  .footer-link-section .btn-link:nth-child(2) {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .footer-link-section {
    flex: 1;
  }
}

.footer-contact-section {
  display: flex;
  flex-direction: column;
}
.footer-contact-section a:hover {
  text-decoration: underline black;
}

.footer-email-input {
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  color: black;
}
.footer-email-input label {
  display: flex;
}

.footer-heading {
  height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: black;
  margin-bottom: 24px;
}
.footer-heading__email-input {
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  color: black;
  align-items: flex-start;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .footer-text {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
  }
  i {
    transition: 0.3s ease;
  }
}
.contact-button i {
  position: absolute;
  right: 0;
}

.page-title-section {
  border-bottom: 1px solid #000000;
  padding: 84px 0 60px;
  margin: 0 30px;
}
.page-title-section h1 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  text-transform: capitalize;
  color: #333333;
}

.blog-list {
  padding: 112px 0;
}
.blog-list .post-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.blog-list .post-item:not(:last-child) {
  margin-bottom: 112px;
}
.blog-list .post-item .post-thumbnail {
  flex: 1;
}
.blog-list .post-item .post-thumbnail a {
  display: flex;
  width: 100%;
  padding-top: 68.75%;
  position: relative;
}
.blog-list .post-item .post-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-list .post-item .post-meta {
  flex: 1;
  padding-left: 80px;
}
.blog-list .post-item .post-date {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  margin-bottom: 16px;
}
.blog-list .post-item .post-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  margin-bottom: 20px;
}
.blog-list .post-item .post-title a {
  color: inherit;
}
.blog-list .post-item .post-title a:hover {
  text-decoration: none;
}
.blog-list .post-item .post-excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 20px;
}

.pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #9D9D9D;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 24px;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  border: 2px solid #000000;
  color: #333333;
  text-decoration: none;
}
.pagination .page-numbers.dots:hover {
  border: 2px solid transparent;
  color: #9D9D9D;
}

.blog-list .post-item .post-excerpt {
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  .blog-list .post-item .post-title {
    font-size: 2rem !important;
    line-height: 1.5 !important;
  }
  .blog-list .post-item .post-excerpt {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  .pagination .page-numbers {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    width: 52px;
    height: 52px;
  }
  .blog-list {
    padding: 48px 16px;
  }
  .blog-list .post-item {
    flex-wrap: wrap;
  }
  .blog-list .post-item:not(:last-child) {
    margin-bottom: 48px;
  }
  .blog-list .post-item .post-thumbnail {
    flex: 100%;
    margin-bottom: 1rem;
  }
  .blog-list .post-item .post-date {
    font-size: 18px;
    line-height: 1.4;
  }
  .blog-list .post-item .post-meta {
    flex: auto;
    padding-left: 0;
  }
}
.back-page-cta {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333333;
}
.back-page-cta:hover {
  text-decoration: none;
  color: #404040;
}
.back-page-cta img {
  margin-right: 16px;
}

.blog-meta {
  text-align: center;
}
.blog-meta .blog-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
.blog-meta .blog-date {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 68px;
}
.blog-meta .blog-thumbnail {
  margin-bottom: 56px;
}
.blog-meta .blog-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 44px 0 32px;
}
.blog-tags .tag-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  margin-top: 8px;
}
.blog-tags .tag-item:not(:last-child) {
  margin-right: 8px;
}

.blog-actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 44px;
}

.blog-relate-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.blog-relate-list .blog-relate {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
}
.blog-relate-list .blog-relate:not(:last-child) {
  margin-right: 24px;
}
.blog-relate-list .blog-relate__thumbnail {
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding-top: 100%;
}
.blog-relate-list .blog-relate__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-relate-list .blog-relate__time {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.blog-relate-list .blog-relate__title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.blog-relate-list .blog-relate.product .blog-relate__thumbnail {
  margin-bottom: 16px;
}
.blog-relate-list .blog-relate.product .blog-relate__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 4px;
}
.blog-relate-list .blog-relate.product .blog-relate__time {
  font-size: 20px;
  line-height: 24px;
  color: #848484;
}
.blog-relate-list__wrapper {
  background: #F4F4F4;
  padding: 50px 0;
}
.blog-relate-list__wrapper .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  margin-bottom: 24px;
}

.blog-meta .blog-title {
  font-size: 3rem !important;
  line-height: 1.5 !important;
}

.blog-meta .blog-date,
.blog-relate-list .blog-relate__title {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
}

.blog-tags .tag-item,
.blog-relate-list .blog-relate__time {
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}

.blog-content p {
  font-size: 1.125rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .back-page-cta.mt-32 {
    margin-top: 16px !important;
  }
  .blog-meta .blog-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .blog-meta .blog-date {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .blog-actions .back-page-cta span {
    display: none;
  }
}
.partial-contact-us {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 72px 0;
}
.partial-contact-us__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  margin-bottom: 24px;
}
.partial-contact-us__cta {
  height: 56px;
  background: #D72630;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 0 44px;
}
.partial-contact-us.black {
  background: black;
}
.partial-contact-us.black .partial-contact-us__title {
  color: white;
}

@media (max-width: 767px) {
  .partial-contact-us {
    padding: 48px 16px;
  }
  .partial-contact-us .partial-contact-us__title {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1rem;
  }
  .blog-relate-list__wrapper {
    padding: 48px 0;
  }
  .blog-relate-list__wrapper .title {
    font-size: 24px;
    line-height: 1.4;
  }
  .blog-relate-list__wrapper .blog-relate-list {
    overflow: auto;
  }
  .blog-relate-list__wrapper .blog-relate-list .blog-relate {
    min-width: 200px;
    flex: unset;
  }
}
.product-category-list {
  display: flex;
  padding: 106px 0 57px;
}
.product-category-list .product-category {
  display: inline-flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  justify-content: center;
  color: #848484;
  position: relative;
  padding: 10px 16px;
}
.product-category-list .product-category:not(:last-child) {
  margin-right: 24px;
}
.product-category-list .product-category:after {
  content: "";
  display: inline-flex;
  position: absolute;
  bottom: -4px;
  height: 4px;
  width: 0;
  opacity: 0;
  background: transparent;
  transition: all 0.3s ease;
}
.product-category-list .product-category:hover {
  color: black;
}
.product-category-list .product-category:hover:after {
  width: 0;
  opacity: 0;
  background: transparent;
}
.product-category-list .product-category.active {
  color: black;
}
.product-category-list .product-category.active:after {
  width: 100%;
  opacity: 1;
  background: #D72630;
}

.product-item {
  margin-bottom: 32px;
}
.product-item .product-image {
  margin-bottom: 16px;
}
.product-item .product-image a {
  display: block;
  position: relative;
  padding-top: 100%;
}
.product-item .product-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product-item .product-meta .product-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 8px;
}
.product-item .product-meta .product-title a {
  color: inherit;
}
.product-item .product-meta .product-title a:hover {
  color: #404040;
}
.product-item .product-meta .product-price {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #848484;
}

.pagination-with-total {
  padding: 24px 12px 16px;
}
.pagination-with-total .total {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.product-info .product-name {
  font-size: 3rem !important;
  line-height: 1.5 !important;
}

.product-category-list .product-category,
.product-item .product-meta .product-title {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
}

.pagination-with-total .total,
.product-item .product-meta .product-price,
.product-info .product-description,
.product-info .title,
.product-info .product-status .status,
.product-info .product-category {
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  .product-item .product-meta .product-title {
    margin-bottom: 4px;
  }
  .product-item .product-meta .product-title a {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
  }
  .product-item .product-meta .product-price,
  .pagination-with-total .total {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  .pagination-with-total .total {
    margin-bottom: 1rem;
  }
  .page-title-section {
    padding: 24px 0;
  }
  .page-title-section h1 {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0;
  }
  .product-category-list {
    padding: 24px 0;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .product-category-list .product-category {
    font-size: 18px;
    line-height: 1.4;
    white-space: nowrap;
  }
}
.product-info {
  padding: 36px 0 59px;
  display: flex;
  width: 100%;
}
.product-info .left {
  height: 379px;
  flex: 5;
  margin-right: 73px;
}
.product-info .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .right {
  flex: 6;
}
.product-info .product-name {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
  margin-bottom: 18px;
}
.product-info .product-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.product-info .product-price {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 18px;
}
.product-info .partial-contact-us__cta {
  margin-bottom: 32px;
}
.product-info .product-status {
  margin-top: 32px;
  margin-bottom: 16px;
}
.product-info .product-status .status {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #D72630;
}
.product-info .product-status .status.green {
  color: #038000;
}
.product-info .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-right: 12px;
}
.product-info .product-category {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.specification-title {
  padding: 20px 0;
  border-bottom: 2px solid #000000;
  margin-bottom: 36px;
}
.specification-title .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  color: #000000;
}

.specification-content {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .product-info .product-name,
  .blog-relate-list__wrapper .title {
    font-size: 2rem !important;
    line-height: 1.5 !important;
  }
  .blog-relate-list .blog-relate.product .blog-relate__title {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
  }
  .product-info .product-description,
  .product-info .title,
  .product-info .product-status .status,
  .product-info .product-category,
  .blog-relate-list .blog-relate.product .blog-relate__time,
  .back-page-cta {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  .product-info {
    flex-wrap: wrap;
    padding: 48px 0;
  }
  .product-info .left {
    flex: auto;
    margin: 0;
    width: 100%;
  }
  .product-info .right {
    flex: auto;
  }
  .product-info .product-name {
    font-size: 24px;
    line-height: 1.4;
    margin: 1rem 0;
  }
  .product-info .product-status {
    margin-top: 16px;
  }
}
html {
  scroll-behavior: smooth;
}

.customize-item {
  background: white;
  padding: 100px 0;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.customize-item .container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.customize-item .container .customize-icon {
  margin-bottom: 32px;
}
.customize-item .container .customize-icon img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}
.customize-item .container .customize-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
  max-width: 600px;
  display: inline;
}
.customize-item .container .customize-description {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #333333;
  max-width: 600px;
  display: inline;
}

.list-customize-item {
  scroll-behavior: smooth;
  position: relative;
}

.slide-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #848484 !important;
}
.slide-indicator.active {
  border-color: black;
  color: #333333 !important;
  background: white;
}
.slide-indicator__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  padding-top: 100px;
  padding-bottom: 120px;
  display: block;
  flex-flow: column nowrap;
}
.slide-indicator__wrapper .box {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .slide-indicator:hover {
    border-color: black;
    color: #333333 !important;
    background: white;
  }
}
.testimonial-section {
  padding: 105px 0;
  text-align: center;
  min-height: 75vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.testimonial-section .testimonial-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  color: black;
  margin-bottom: 24px;
}

.testimonial-list {
  display: grid;
  width: 100%;
  overflow: auto;
  justify-content: center;
  padding: 72px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0;
}
@media (max-width: 1199px) {
  .testimonial-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .testimonial-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .testimonial-list {
    grid-template-columns: 1fr 1fr;
  }
}

.testimonial-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .customize-item .container .customize-description {
    font-size: 1.125rem !important;
    line-height: 1.5rem;
  }
  .slide-indicator__wrapper {
    left: 16px;
  }
  .slide-indicator__wrapper .slide-indicator {
    width: 52px;
    height: 52px;
    min-height: 52px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .customize-item .container {
    padding: 0 2rem 0 4rem;
  }
  .customize-item .container .customize-icon {
    margin-bottom: 1rem;
  }
  .customize-item .container .customize-icon img {
    height: 64px;
  }
  .customize-item .container .customize-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .customize-item .container .customize-description {
    font-size: 1rem;
    line-height: 1.4;
  }
  .testimonial-section .testimonial-title {
    font-size: 32px;
    text-transform: capitalize;
  }
  .testimonial-section .testimonial-list {
    flex-wrap: wrap;
    padding: 16px;
  }
  .testimonial-section .testimonial-item {
    margin: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 33%;
  }
  .testimonial-section .testimonial-item img {
    padding: 8px;
  }
}
.contact-section {
  max-width: 618px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 223px;
}
.contact-section__title {
  font-weight: 400;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 48px;
}
.contact-section__description {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin-bottom: 48px;
}
.contact-section__action {
  height: 56px;
  color: white;
  background: #D72630;
  border-radius: 100px;
  min-width: 220px;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-transform: capitalize;
}
.contact-section__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section__social-item {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-section__social-item:not(:last-child) {
  margin-right: 64px;
}
.contact-section__social-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us-map {
  text-align: center;
  padding-bottom: 59px;
}

@media (max-width: 767px) {
  .contact-section .contact-section__title {
    font-size: 2rem !important;
    line-height: 1.5 !important;
  }
  .contact-section {
    margin-bottom: 48px;
    padding: 1rem;
  }
  .contact-section .contact-section__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .contact-section .contact-section__description {
    font-size: 18px;
    line-height: 1.4;
  }
  .contact-section .contact-section__action {
    font-size: 18px;
    line-height: 1.4;
  }
  .contact-section__social-list .contact-section__social-item {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  .contact-section__social-list .contact-section__social-item:not(:last-child) {
    margin-right: 1rem;
  }
}
.btn-restart {
  padding: 8px !important;
}
.btn-restart img {
  width: 33px;
  height: 33px;
}
.btn-restart:hover {
  background: #f7f7f7;
  border-radius: 4px;
}
.btn-restart:active {
  outline: none !important;
  background-color: #e6e6e6 !important;
  box-shadow: 0 0 0 0.2rem white !important;
}
.btn-restart:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem white !important;
}

.button-group {
  margin-top: 32px;
}
.button-group .btn-try-it-now {
  padding: 0 !important;
}
.button-group .btn-try-it-now:hover {
  box-shadow: none;
  color: #FF8C32;
}
.button-group .btn-try-it-now:active {
  box-shadow: none;
}
.button-group .btn-try-it-now:focus {
  box-shadow: none;
  color: #e56400;
}
.button-group .btn-try-it-now .btn-title {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.button-group .btn-try-it-now .fa-play-circle:before {
  font-size: 32px;
}
.button-group .btn-build-your-chatbot {
  background-color: #FF8C32 !important;
  border-color: #FF8C32 !important;
  color: white !important;
  border-radius: 20px !important;
  padding: 8px 32px !important;
}
.button-group .btn-build-your-chatbot:hover {
  background-color: #fe7000 !important;
}
.button-group .btn-build-your-chatbot:active {
  outline: none !important;
  background-color: #984300 !important;
  box-shadow: 0 0 0 0.2rem #ffe2cb !important;
}
.button-group .btn-build-your-chatbot:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem #ffe2cb !important;
}

.use-case-chatbot-box {
  border-radius: 8px;
  margin-bottom: 16px;
}
.use-case-chatbot-box__header {
  display: flex;
  flex-direction: row;
  font-size: 28px;
  padding: 18px 0;
  border-bottom: 1px solid #D1D1D1;
  justify-content: space-between;
  align-items: center;
}
.use-case-chatbot-box__body {
  display: flex;
  flex-direction: column;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 16px 0;
  gap: 16px;
  height: 480px;
  overflow: auto;
}
.use-case-chatbot-box__body img {
  width: 55px;
  height: 55px;
}
.use-case-chatbot-box__body .bot-reply-container {
  display: flex;
  gap: 10px;
}
.use-case-chatbot-box__body .bot-reply-container__flex-end {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.use-case-chatbot-box__footer label {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 16px;
}
.use-case-chatbot-box__footer label input {
  border-radius: 20px;
  margin-right: 8px;
}
.use-case-chatbot-box__footer label button {
  border-radius: 20px;
  pointer-events: none;
}
.use-case-chatbot-box .chatbot-ask {
  font-size: 18px;
  padding: 15px;
  border-radius: 20px 0 10px 20px;
  background: #EDF1F0;
  max-width: 75%;
  margin-left: auto;
  width: fit-content;
  display: none;
}
.use-case-chatbot-box .chatbot-reply {
  font-size: 18px;
  padding: 15px;
  border-radius: 0 20px 20px 10px;
  background: #F3EFEC;
  max-width: 75%;
  margin-right: auto;
  width: fit-content;
  display: none;
}

.toast {
  background-color: rgb(255, 146, 54);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: white;
  margin-bottom: 1rem;
  text-align: justify;
}

#toast-container > .toast {
  left: 50%;
  width: 90%;
  position: fixed;
  transform: translate(-50%, 0px);
  z-index: 9999;
  max-width: 1000px;
}

.hero {
  display: flex;
  width: 100%;
}
.hero__left {
  height: calc(100vh - 100px);
  background: rgba(255, 140, 50, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4rem !important;
}
.hero__text-box {
  display: flex;
  flex-flow: column nowrap;
  max-width: 662px;
  margin-bottom: 20%;
}
.hero__text-box .title {
  font-weight: 700;
  font-size: 42px !important;
  line-height: 50px;
  color: #FF8C32;
  margin-bottom: 36px;
}
.hero__text-box .description {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
  color: #000000;
}
.hero__right {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(255, 140, 50, 0.07);
  height: calc(100dvh - 100px);
  padding-right: 64px !important;
}
@media (max-width: 767px) {
  .hero__right {
    padding-right: 0 !important;
  }
}
.hero__right .woman-section {
  width: auto;
  flex-shrink: 0;
  overflow: visible;
}
.hero__right .woman-section img {
  height: 577px;
}
.hero__right .chatbot-box {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 8px;
  box-shadow: 0 4px 20px 10px rgba(177, 177, 177, 0.25);
  max-width: 423px;
  margin-bottom: 16px;
}
.hero__right .chatbot-box__header {
  display: flex;
  max-width: 423px;
  padding: 17px 23px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px 8px 0 0;
  background: #FFF1DD;
  color: #FF8C32;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
}
.hero__right .chatbot-box__body {
  display: flex;
  flex-direction: column;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 32px 16px;
  gap: 16px;
}
.hero__right .chatbot-box__body img {
  width: 55px;
  height: 55px;
}
.hero__right .chatbot-box__body .bot-reply-container {
  display: flex;
  gap: 10px;
}
.hero__right .chatbot-box__body .bot-reply-container__flex-end {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.hero__right .chatbot-ask {
  font-size: 18px;
  padding: 15px;
  border-radius: 20px 0 10px 20px;
  background: #EDF1F0;
  max-width: 75%;
}
.hero__right .chatbot-reply {
  font-size: 18px;
  padding: 15px;
  border-radius: 0 20px 20px 10px;
  background: #F3EFEC;
}
.hero__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-cases h2.title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 36px;
}
.use-cases .spacing-use-cases {
  margin-bottom: 31px;
}

ul.use-cases-items.nav {
  display: flex;
  justify-content: center;
}
ul.use-cases-items.nav .active {
  border-bottom: 3px solid #FF8C32;
  font-weight: 800;
}

.for-plans {
  margin-bottom: 36px !important;
}
.for-plans-item {
  display: flex;
  justify-content: center;
  max-width: 263px;
  margin: 0 auto 64px;
}

.nav-link {
  color: #13100c;
  padding: 10px 10px 7px 10px;
  border-bottom: 3px solid transparent;
  transition: 0.1s ease;
  text-align: center;
}
.nav-link:hover {
  color: #13100c !important;
  background-color: #fff !important;
}
.nav-link:active {
  font-weight: 700;
  border-bottom: 3px solid #FF8C32;
}
.nav-link:focus {
  font-weight: 700;
  border-bottom: 3px solid #FF8C32;
}

.nav-item {
  flex: 1;
}
@media (max-width: 767px) {
  .nav-item:nth-child(2) {
    margin: 0 10px;
  }
}

.headaches {
  padding: 143px 0;
}
.headaches h2.title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 5rem;
}
.headaches .headaches-item {
  padding: 0 128px;
  align-items: center;
}
.headaches .headaches-item__step-title {
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #7A7E9A;
  padding-bottom: 24px;
}
.headaches .headaches-item__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 32px;
}
.headaches .headaches-item__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.headaches .headaches-item:not(:last-child) {
  margin-bottom: 5rem;
}
.headaches .headaches-item:not(:last-child) .col {
  margin-bottom: 100px;
}
.headaches .headaches-item .col:first-child {
  margin-right: 200px;
}
@media (max-width: 1199px) {
  .headaches .headaches-item {
    padding: 0 64px;
  }
}
@media (max-width: 991px) {
  .headaches .headaches-item {
    padding: 0;
  }
}

.map-markers {
  padding: 130px 0;
}
.map-markers h2.title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 5rem;
}
.map-markers__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.home-section {
  padding: 5rem 32px;
}

.solutions {
  margin-top: 5rem;
  padding: 5rem 0;
  background-size: cover;
}
.solutions h2.title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.solutions h5.description {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.solutions .solutions__list {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.solutions .solutions__item {
  display: flex !important;
  flex-flow: column nowrap !important;
  align-items: center !important;
  flex: 1;
}
.solutions .solutions__item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 24px;
}
.solutions .solution__item-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.solutions .slick-dots {
  bottom: -24px;
}
.solutions .slick-dots li button:before {
  color: white;
}
.solutions .slick-dots li.slick-active button:before {
  color: white;
}

.plan {
  padding: 5rem 2rem;
}
.plan h2.title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 5rem;
}
@media (min-width: 993px) {
  .plan .container {
    padding: 0 !important;
  }
}
.plan .plan-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
  align-items: center;
}
.plan .plan-list.slick-slider {
  display: block;
}
.plan .plan-item {
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(149, 149, 149, 0.25);
  display: flex !important;
  flex-flow: column nowrap;
  height: 500px;
  padding: 16px 56px;
  justify-content: space-evenly;
}
.plan .plan-item:nth-child(2) {
  border-radius: 4px;
  border: 1px solid #FF8C32;
  background: #FFF;
  box-shadow: 0 4px 20px 8px rgba(197, 197, 197, 0.5);
  height: 569px;
}
.plan .plan-item.plan-1 .plan-item__header {
  background-color: #fff;
}
.plan .plan-item.plan-1 .btn {
  outline: 1px solid #FF8C32;
  color: #FF8C32;
}
.plan .plan-item.plan-1 .btn:hover {
  background: #fe7000;
  color: #fff;
}
.plan .plan-item.plan-2 .plan-item__header {
  background-color: #fff;
}
.plan .plan-item.plan-2 .plan-item__recommended {
  padding: 0 10px;
  border-radius: 4px;
  background: #262A56;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 12px;
  margin-bottom: 16px;
}
.plan .plan-item.plan-2 .btn {
  background-color: #FF8C32;
  color: #fff;
}
.plan .plan-item.plan-2 .btn:hover {
  background: #fe7000;
  color: #fff;
}
.plan .plan-item.plan-3 .plan-item__header {
  background: #fff;
}
.plan .plan-item.plan-3 .btn {
  outline: 1px solid #FF8C32;
  color: #FF8C32;
}
.plan .plan-item.plan-3 .btn:hover {
  background: #fe7000;
  color: #fff;
}
.plan .plan-item .btn-free-trial {
  padding: 8px 16px;
}
.plan .plan-item__header {
  padding: 0 24px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  justify-content: center;
  color: #000000;
  text-align: center;
}
.plan .plan-item__header span {
  margin-bottom: 12px;
}
.plan .plan-item__row {
  display: flex;
  margin-bottom: 24px;
  min-height: auto;
  align-items: center;
}
.plan .plan-item__row img {
  width: 23px;
  height: 30px;
  object-fit: contain;
  margin-right: 32px;
}
.plan .plan-item__row div {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.plan .plan-item__line {
  width: calc(100% - 100px);
  height: 1px;
  background: #E7E9F4;
  margin: auto auto 35px;
}
.plan .plan-item__footer {
  display: flex;
  width: 100%;
  justify-content: center;
}
.plan .plan-item__footer .btn {
  border-radius: 20px;
  color: white;
  border: none;
  height: 40px;
}
.plan .plan-item__footer .btn:hover {
  border: none;
}
.plan .plan-item__footer .btn img {
  width: 20px;
  height: 25px;
  object-fit: contain;
  margin-right: 10px;
}

.stories {
  padding: 5rem 0;
}
.stories h2.title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 5rem;
}
.stories .story {
  display: flex !important;
  align-items: center !important;
  padding-right: 32px;
  padding-left: 32px;
}
.stories .story .story-left {
  min-width: 300px;
}
.stories .story .story-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stories .story .story-right {
  padding-left: 65px;
  display: flex;
  flex-flow: column nowrap;
}
.stories .story .story-right .story-header {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.stories .story .story-right .story-company-logo {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 4px 4px rgba(213, 213, 213, 0.25);
  margin-right: 25px;
}
.stories .story .story-right .story-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stories .story .story-right .story-company-meta .story-company-name {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 6px;
}
.stories .story .story-right .story-company-meta .story-company-location {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #7A7E9A;
  display: inline-flex;
}
.stories .story .story-right .story-company-meta .story-company-location img {
  height: 30px;
  width: 26px;
  object-fit: contain;
  margin-right: 5px;
}
.stories .story .story-right .story-body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 24px;
  text-align: justify;
}
.stories .story .story-right .story-footer {
  margin-top: auto;
}
.stories .story .story-right .story-footer a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 44px;
  color: #001AFF;
}
.stories .story .story-right .story-footer a img {
  height: 16px;
  margin-left: 16px;
  object-fit: contain;
}

.our-tech {
  padding: 5rem 0;
  background: #F4F4F4;
}
.our-tech .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 55px;
}
.our-tech .our-tech__grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  justify-content: center;
  grid-gap: 55px;
}
.our-tech .our-tech__item {
  width: 100px;
  height: 100px;
}
.our-tech .our-tech__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial {
  padding: 5rem 0;
}
.testimonial .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 49px;
}
.testimonial .testimonial__item {
  display: flex;
  flex-flow: column nowrap;
}
.testimonial .testimonial__quote {
  text-align: justify;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 32px;
  margin-right: 32px;
  margin-left: 32px;
}
.testimonial .testimonial__person {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-right: 32px;
  margin-left: 32px;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 85px 0;
  background: #001F4E;
}
.contact .title {
  color: #fff;
  font-size: 34px;
  margin-bottom: 36px;
}
.contact .btn-talk-to-expert {
  border-radius: 20px;
  padding: 8px 16px;
}
.contact .left {
  flex: 2;
  max-width: 580px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.contact .left .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 90px;
}
.contact .left .contact-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.contact .left .contact-image img {
  width: 100%;
  object-fit: contain;
}
.contact .right {
  flex: 3;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 112px;
  padding-left: 7%;
}
.contact .right .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #FF8C32;
  margin-bottom: 24px;
}
.contact .right .subtitle {
  text-align: justify;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 42px;
}
.contact .right .form-wrapper {
  display: flex;
  flex-flow: column nowrap;
}
.contact .right .form-row {
  margin: 0 !important;
}
.contact .right .form-row:not(:last-child) {
  margin: 0 0 45px !important;
}
.contact .right .form-row .name {
  padding-right: 12px;
}
.contact .right .form-row .email {
  padding-left: 12px;
}
.contact .right .form-row input {
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 26px;
  color: black;
  padding-left: 18px;
  padding-right: 18px;
}
.contact .right label {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 8px;
}
.contact .right label.required:after {
  content: "*";
  font-size: 18px;
  line-height: 1.44;
  color: #D72630;
  margin-left: 4px;
}
.contact .right textarea.form-control {
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 26px;
  color: black;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 12px;
}
.contact .right .contact-cta {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.contact .right .contact-cta:hover {
  border-color: #ff7e19 !important;
}
.contact .right input::placeholder, .contact .right textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C5C5C5;
  opacity: 1; /* Firefox */
}
.contact .right input:-ms-input-placeholder, .contact .right textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C5C5C5;
}
.contact .right input::-ms-input-placeholder, .contact .right textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #C5C5C5;
}

.slick-prev, .slick-next {
  width: 92px;
  height: 92px;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev:before, .slick-next:before {
  content: none !important;
}
.slick-prev img, .slick-next img {
  width: 92px;
  min-width: 92px;
  height: 92px;
  min-height: 92px;
  object-fit: contain;
  margin: 0;
}

.slick-prev {
  left: -138px;
}

.slick-next {
  right: -138px;
}

@media (max-width: 1199px) {
  .contact {
    flex-wrap: wrap;
    padding: 3rem 2rem 5rem;
  }
  .contact .left {
    width: 100%;
    display: none;
  }
  .contact .right {
    width: 100%;
    padding: 0;
  }
  .contact .right .title {
    font-weight: 700;
    font-size: 34px !important;
    line-height: 41px !important;
    margin-bottom: 2rem !important;
  }
  .contact .right .subtitle {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem !important;
  }
  .contact .right .form-row {
    flex-wrap: wrap;
    flex-flow: column nowrap;
  }
  .contact .right .form-row:not(:last-child) {
    margin-bottom: 1rem !important;
  }
  .contact .right .form-row .col {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .contact .right .form-row .name {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .plan {
    padding: 3rem 2rem;
  }
  .plan .plan-list {
    grid-gap: 8px;
  }
  .plan .slick-slide {
    padding: 0 24px 12px 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .plan .plan-2 {
    border-radius: 4px;
    border: 1px solid #FF8C32 !important;
  }
  .plan .plan-item {
    max-width: 50vw;
    border: 1px solid #eee;
    background: #FFF;
  }
  .plan .plan-item .plan-item__header {
    font-size: 18px;
    padding: 24px 16px;
  }
  .plan .plan-item .plan-item__row {
    display: flex;
    align-items: center;
    flex-direction: row;
    min-height: 40px;
    margin-bottom: 12px;
  }
  .plan .plan-item .plan-item__row div {
    font-size: 14px;
    line-height: 1.5;
  }
  .plan .plan-item .plan-item__row img {
    margin-right: 16px;
  }
  .plan .container {
    padding: 0 !important;
    max-width: unset !important;
  }
}
@media (max-width: 767px) {
  .hero__right {
    height: auto;
    min-height: unset;
  }
  .hero__right img {
    max-height: 65vh;
  }
  .hero__left {
    height: auto;
    min-height: unset;
  }
  .hero__text-box {
    max-width: 100%;
    padding: 2rem 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .hero__text-box .title {
    text-align: center;
    font-size: 2rem !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem;
  }
  .hero__text-box .description {
    text-align: center;
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  .home-section {
    padding: 5rem 0 0;
  }
  .headaches h2.title {
    text-align: center;
    font-size: 2rem !important;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .headaches .headaches-item__title {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1rem !important;
  }
  .headaches .headaches-item__description {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
  .headaches img {
    height: auto;
    width: 50%;
    margin: 2rem auto;
  }
  .map-markers h2.title {
    text-align: center;
    font-size: 2rem !important;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .map-markers__wrapper {
    padding: 0 16px;
  }
  .solutions {
    margin-top: 3rem;
    padding-bottom: 3rem !important;
  }
  .solutions h2.title {
    text-align: center;
    font-size: 2rem !important;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .solutions h5.description {
    text-align: center;
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  .solutions .solutions__item {
    margin-bottom: 0 !important;
  }
  .solutions .solutions__item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 1rem;
  }
  .solutions .solution__item-title {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
  .solutions .solutions__list {
    margin-top: 3rem;
    flex-wrap: wrap;
  }
  .solutions .solutions__list .solutions__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .plan {
    padding: 3rem 0.5rem;
  }
  .plan .slick-slide {
    padding: 36px;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .plan .slick-slide {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .plan .row.no-gutters {
    flex-wrap: wrap;
  }
  .plan .plan-item {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .plan .plan-item {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .plan .plan-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .stories {
    padding-bottom: 3rem;
  }
  .stories h2.title {
    font-size: 2rem !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem !important;
  }
  .stories .story {
    flex-flow: column nowrap;
  }
  .stories .story .story-left {
    width: 100%;
  }
  .stories .story .story-left img {
    height: 70vh;
    width: 100%;
  }
  .stories .story .story-right {
    padding-left: 0;
  }
  .stories .story .story-right .story-header {
    margin: 1.5rem 0;
  }
  .stories .story .story-right .story-body p {
    font-size: 1rem;
  }
  .stories .story .story-right .story-footer a {
    font-size: 1rem;
  }
  .our-tech {
    padding: 3rem 0;
  }
  .our-tech .title {
    font-size: 2rem !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem !important;
  }
  .our-tech .our-tech__grid {
    grid-gap: 40px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .our-tech .our-tech__item {
    width: 80px;
    height: 80px;
  }
  .testimonial {
    padding: 3rem 0;
  }
  .testimonial .title {
    font-size: 2rem !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem !important;
  }
  .testimonial .testimonial__quote {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
  .contact {
    flex-wrap: wrap;
    padding: 3rem 1rem 5rem;
  }
  .contact .left {
    width: 100%;
    display: none;
  }
  .contact .right {
    width: 100%;
    padding: 0;
  }
  .contact .right .title {
    font-size: 2rem !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem !important;
  }
  .contact .right .subtitle {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem !important;
  }
  .contact .right .form-row {
    flex-wrap: wrap;
    flex-flow: column nowrap;
  }
  .contact .right .form-row:not(:last-child) {
    margin-bottom: 1rem !important;
  }
  .contact .right .form-row .col {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .contact .right .form-row .name {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .plan-list .slick-slide {
    display: flex !important;
    justify-content: center;
  }
}
.show {
  opacity: 1;
}

#section-contact h1 {
  font-size: 34px;
}

#booking-box {
  width: 100%;
  padding: 0;
  border-radius: 8px;
  background: white;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: height 0.2s ease !important;
}

.booking-progress {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.5rem;
}

.booking-milestone {
  text-align: center;
  position: relative;
  z-index: 10;
}
.booking-milestone .milestone-step-number {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "liga" off;
  background: #E9ECEE;
  border: 4px solid #F6F9FF;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}
.booking-milestone .milestone-step-number img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}
.booking-milestone.archived .milestone-step-number {
  background: #FF8C32;
  opacity: 1;
  border-color: #ffd4b4;
}
.booking-milestone.active .milestone-step-number {
  background: #FF8C32;
  opacity: 1;
  border-color: #ffd4b4;
}

.booking-progress-bar {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #E9ECEE;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.booking-progress-bar-color {
  position: absolute;
  height: 4px;
  background: #E4F1FF;
  top: 0;
  left: 0;
  z-index: 2;
}

.booking-step {
  height: 100%;
  display: none;
  flex-flow: column nowrap;
}
.booking-step.show {
  display: flex;
}

.booking-content {
  flex: 1;
}

.booking-form {
  min-height: 300px;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.booking-previous-step {
  margin-bottom: 1.25rem;
}
.booking-previous-step a {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2857;
  color: #FF8C32;
}
.booking-previous-step a img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  margin-right: 0.5rem;
}

.booking-header {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #13100C;
  margin-bottom: 0.5rem;
}

.booking-sub-header {
  font-size: 14.4px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #463F35;
  opacity: 0.7;
  margin-bottom: 2rem;
}

.input-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  font-feature-settings: "liga" off;
  color: #21252A;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0 0 4px;
  white-space: nowrap;
}

.go-to-step i {
  margin-right: 0.5rem;
}

.step-submit i {
  margin-left: 0.5rem;
}

.step-1-cta {
  margin-top: 2rem;
}

.step-2-cta {
  margin-top: 2rem;
}

.step-3-cta {
  margin-top: 2rem;
}

.step-4-cta, .step-5-cta {
  margin-top: 4.6rem;
}

#booking-summary-table {
  border: none !important;
  font-size: 0.875rem !important;
  line-height: 1.214 !important;
  text-transform: unset !important;
  margin-bottom: 2rem;
}
#booking-summary-table th, #booking-summary-table td {
  font-size: 0.875rem !important;
  text-transform: unset !important;
}
#booking-summary-table th {
  color: #13100C !important;
  text-transform: capitalize !important;
}
#booking-summary-table td {
  color: #6E685E !important;
}

.blue-text {
  color: #FF8C32;
  font-weight: 600;
}

#booking-submitted {
  display: none;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  width: 826px;
}
#booking-submitted.show {
  display: flex;
}
#booking-submitted table, #booking-submitted th, #booking-submitted td {
  border: none !important;
  text-transform: unset !important;
}
#booking-submitted table th {
  font-size: 0.875rem !important;
  line-height: 1.214;
  color: #13100C;
  white-space: nowrap !important;
  text-transform: capitalize !important;
}
#booking-submitted table td {
  font-size: 0.875rem !important;
  line-height: 1.214;
  color: #6E685E;
}
#booking-submitted table td.total {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  line-height: 150% !important;
  letter-spacing: 0.4px !important;
  color: #FF8C32 !important;
}
#booking-submitted .left-side {
  width: 50%;
  padding-right: 1rem;
  border-right: 1px solid #E9E9E9;
}
#booking-submitted .right-side {
  width: 50%;
  padding-left: 1rem;
}
#booking-submitted .right-side p {
  font-size: 0.875rem !important;
  line-height: 1.214 !important;
  color: #13100C;
}
#booking-submitted .right-side .vertical-decorate {
  height: 148px;
  width: 3px;
  background: #6E685E;
  display: flex;
  position: relative;
  margin: 0 2rem;
}
#booking-submitted .right-side .vertical-decorate span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: #6E685E;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
  border-radius: 50%;
  padding: 6px;
  width: 2.5rem;
  height: 2.5rem;
}
#booking-submitted .right-side .download-cta {
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
}
#booking-submitted .right-side .download-cta a {
  margin-right: 0;
  margin-bottom: 1rem;
  width: 159px;
}
#booking-submitted .right-side .download-cta a:hover {
  text-decoration: none;
}
#booking-submitted .booking-submitted__title-1 {
  display: flex;
  align-items: center;
  font-weight: 600 !important;
  font-size: 1.35rem !important;
  line-height: 135% !important;
  letter-spacing: 0.2px !important;
  color: #13100C !important;
  margin-bottom: 2rem !important;
}
#booking-submitted .booking-submitted__title-1 .success-icon {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: #FF8C32;
  border: 4px solid #E4F1FF;
  border-radius: 50%;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
}
#booking-submitted .booking-submitted__title-1 .success-icon img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
#booking-submitted .booking-submitted__title-2 {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  line-height: 150% !important;
  letter-spacing: 0.4px !important;
  color: #13100C !important;
  margin-bottom: 2rem !important;
}

.modal-recurring .modal-dialog {
  width: 402px;
}
.modal-recurring .modal-header {
  padding: 1.5rem;
  border-bottom: none;
}
.modal-recurring .modal-header h5 {
  font-weight: 500 !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
  color: #13100C !important;
}
.modal-recurring .modal-body {
  padding: 0.5rem 1.5rem 0;
}
.modal-recurring .modal-footer {
  padding: 1.5rem;
  border-top: none;
  flex-flow: row wrap;
}

.recurring-label {
  white-space: nowrap;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
  font-feature-settings: "liga" off;
  color: #21252A !important;
}

.repeat-select select {
  display: inline-flex;
  width: fit-content;
}

.repeat-days-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  background: white;
  border-radius: 8px;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  margin-right: 0.875rem;
  width: auto;
  height: 1.5rem;
  color: #000A33;
  transition: all 0.2s ease;
}
.repeat-days-list a:hover, .repeat-days-list a.active {
  text-decoration: none;
  background: #FF8C32;
  color: white;
}

.button {
  height: 47px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-transform: none !important;
}

.recurring-radio {
  width: 45%;
}

span.normal-text {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #000A33 !important;
}

#booking-summary-table .text-strong {
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  line-height: 1.214 !important;
  color: #000000 !important;
}

.recurrence-modal-link:hover {
  cursor: pointer;
}

.image-phone {
  max-width: 250px;
  margin-right: 6.25rem;
}

@media (max-width: 991px) {
  .booking-wrapper .container {
    margin: 0;
    max-width: 100% !important;
  }
  .image-phone {
    width: 60%;
    margin-right: 1.5rem;
  }
  #booking-box {
    width: 100%;
  }
  #booking-box .select-booking-date-wrapper {
    flex-wrap: wrap;
  }
  #booking-box .select-booking-date-wrapper .select-date-wrapper {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #booking-box .select-booking-date-wrapper .select-time-wrapper {
    width: 49% !important;
    margin-right: 1% !important;
  }
  #booking-box .select-booking-date-wrapper .select-duration-wrapper {
    width: 49% !important;
    margin-left: 1% !important;
  }
  #booking-box .step-1-cta,
  #booking-box .step-2-cta,
  #booking-box .step-3-cta,
  #booking-box .step-4-cta,
  #booking-box .step-5-cta {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .booking-wrapper .container {
    margin: 0;
    max-width: 100% !important;
  }
  .image-phone {
    max-width: unset;
    order: 2;
    margin-top: 1.5rem;
    margin-right: 0;
  }
  #booking-box {
    width: 100%;
  }
  #booking-box .select-booking-date-wrapper {
    flex-wrap: wrap;
  }
  #booking-box .select-booking-date-wrapper .select-date-wrapper {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #booking-box .select-booking-date-wrapper .select-time-wrapper {
    width: 49% !important;
    margin-right: 1% !important;
  }
  #booking-box .select-booking-date-wrapper .select-duration-wrapper {
    width: 49% !important;
    margin-left: 1% !important;
  }
  #booking-box .step-1-cta,
  #booking-box .step-2-cta,
  #booking-box .step-3-cta,
  #booking-box .step-4-cta,
  #booking-box .step-5-cta {
    margin-top: 2rem;
  }
  .modal-recurring .modal-dialog {
    width: calc(100% - 1rem);
    margin: 0 auto;
  }
  .modal-recurring .modal-header {
    padding: 1.5rem;
    border-bottom: none;
  }
  .modal-recurring .modal-header h5 {
    font-weight: 500 !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    color: #13100C !important;
  }
  .modal-recurring .modal-body {
    padding: 0.5rem 1.5rem 0;
  }
  .modal-recurring .modal-footer {
    padding: 1.5rem;
    border-top: none;
    flex-flow: row wrap;
  }
  .recurring-radio {
    width: 115px;
  }
  #booking-submitted {
    width: 100%;
    flex-wrap: wrap;
  }
  #booking-submitted .left-side {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  #booking-submitted .right-side {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
  #booking-submitted .right-side .booking-submitted__download {
    text-align: center;
  }
  #booking-submitted .right-side .booking-download-app {
    flex-wrap: wrap;
  }
  #booking-submitted .right-side .booking-download-app__image {
    width: 100%;
  }
  #booking-submitted .right-side .booking-download-app .vertical-decorate {
    height: 3px;
    width: 100%;
    margin: 2rem 0;
  }
  #booking-submitted .right-side .booking-download-app__cta-wrapper {
    width: 100%;
  }
  #booking-submitted .right-side .booking-download-app__cta-wrapper .download-cta {
    justify-content: center;
    align-items: center;
  }
}
.property-detail-page h2.booking-hot-desk__title {
  font-weight: 500;
  font-size: 44.79px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.4px;
  color: #000000;
  margin-bottom: 40px !important;
}

.modal-quote {
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: #FF9236;
  flex-flow: column nowrap;
  justify-content: space-between;
  display: none;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  transition: all 1s ease;
}
.modal-quote .modal-quote__progressbar {
  display: flex;
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 100px;
  background: #eee;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 5rem;
}
.modal-quote .modal-quote__progressbar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  height: 4px;
  background: #FF8C32;
  width: 0;
  transition: width 0.5s ease-in 0.3s;
}
.modal-quote .modal-quote__progressbar.w-30:after {
  width: 25%;
}
.modal-quote .modal-quote__progressbar.w-60:after {
  width: 50%;
}
.modal-quote .modal-quote__progressbar.w-90:after {
  width: 75%;
}
.modal-quote .modal-quote__progressbar.w-100:after {
  width: 100%;
}
.modal-quote.bg-white {
  background: white;
}
.modal-quote.bg-white .modal-quote__header-box .logo-white img {
  filter: brightness(1) invert(0);
}
.modal-quote.bg-white .modal-quote__header-actions .btn {
  color: #FF8C32;
}
.modal-quote.bg-white .modal-quote__header-actions .btn:hover {
  background-color: #FF8C32;
  color: white;
}
.modal-quote.bg-white .title {
  text-align: center;
  font-size: 34px !important;
  line-height: 41px;
  color: #FF8C32;
  margin-bottom: 0;
}
.modal-quote.animate__animated {
  z-index: 10000;
  display: flex;
  overflow: auto;
}
.modal-quote__body {
  flex: 1;
  padding: 2rem 0 100px;
  display: flex;
  flex-flow: column nowrap;
}
.modal-quote__header-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.modal-quote__header-box .logo-white {
  display: inline-flex;
}
.modal-quote__header-box .logo-white img {
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.modal-quote__header-actions {
  display: inline-flex;
}
.modal-quote__header-actions .btn {
  color: white;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  border: none;
}
.modal-quote__header-actions .btn:focus, .modal-quote__header-actions .btn:focus-visible {
  outline: none;
  box-shadow: none;
}
.modal-quote__header-actions .btn:hover {
  background: white;
  color: #FF8C32;
}
.modal-quote .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: white;
  margin-bottom: 1rem;
}
.modal-quote .subtitle {
  margin-bottom: 100px;
}
.modal-quote .subtitle .p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: white;
  margin-bottom: 1rem;
  text-align: justify;
}
.modal-quote .modal-quote__step .btn {
  min-width: 200px;
}
.modal-quote .modal-quote__step.step-1 .btn, .modal-quote .modal-quote__step.step-5 .btn {
  text-transform: uppercase;
  color: #FF8C32;
}
.modal-quote .modal-quote__step.step-2 .title, .modal-quote .modal-quote__step.step-3 .title, .modal-quote .modal-quote__step.step-4 .title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  color: #FF8C32;
  margin-bottom: 3.5rem;
}
.modal-quote .modal-quote__step.step-2 .actions, .modal-quote .modal-quote__step.step-3 .actions, .modal-quote .modal-quote__step.step-4 .actions {
  margin-top: 3rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.modal-quote .modal-quote__step.step-2 .actions .btn, .modal-quote .modal-quote__step.step-3 .actions .btn, .modal-quote .modal-quote__step.step-4 .actions .btn {
  border: none;
  min-width: 120px;
}
.modal-quote .modal-quote__step.step-2 .actions .btn.btn-secondary, .modal-quote .modal-quote__step.step-3 .actions .btn.btn-secondary, .modal-quote .modal-quote__step.step-4 .actions .btn.btn-secondary {
  background: #dcdcdc;
  color: white;
}
.modal-quote .modal-quote__step.step-2 .actions .btn.btn-secondary:hover, .modal-quote .modal-quote__step.step-3 .actions .btn.btn-secondary:hover, .modal-quote .modal-quote__step.step-4 .actions .btn.btn-secondary:hover {
  background: #6c757d;
}
.modal-quote .modal-quote__step.step-2 .actions .btn i.fa-chevron-right, .modal-quote .modal-quote__step.step-3 .actions .btn i.fa-chevron-right, .modal-quote .modal-quote__step.step-4 .actions .btn i.fa-chevron-right {
  margin-left: 0.5rem;
}
.modal-quote .modal-quote__step.step-2 .actions .btn i.fa-chevron-left, .modal-quote .modal-quote__step.step-3 .actions .btn i.fa-chevron-left, .modal-quote .modal-quote__step.step-4 .actions .btn i.fa-chevron-left {
  margin-right: 0.5rem;
}
.modal-quote .modal-quote__step.step-2 .form-group, .modal-quote .modal-quote__step.step-3 .form-group, .modal-quote .modal-quote__step.step-4 .form-group {
  margin: 0 auto;
}
.modal-quote .modal-quote__step.step-2 input.form-control, .modal-quote .modal-quote__step.step-3 input.form-control, .modal-quote .modal-quote__step.step-4 input.form-control {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  text-align: center;
  font-size: 28px !important;
  line-height: 41px !important;
  color: #FF8C32 !important;
  font-weight: 500 !important;
}
.modal-quote .modal-quote__step.step-2 .container:before, .modal-quote .modal-quote__step.step-2 .container:after, .modal-quote .modal-quote__step.step-3 .container:before, .modal-quote .modal-quote__step.step-3 .container:after, .modal-quote .modal-quote__step.step-4 .container:before, .modal-quote .modal-quote__step.step-4 .container:after {
  content: none;
}
.modal-quote .modal-quote__step.step-2 .actions {
  justify-content: flex-end;
}
.modal-quote .modal-quote__step.step-5 .wrapper {
  max-width: 50%;
}
.modal-quote .modal-quote__step.step-5 .wrapper .subtitle {
  color: white;
  margin-bottom: 3rem;
  text-align: justify;
}
.modal-quote .modal-quote__step.step-5 .wrapper input {
  font-size: 18px !important;
  line-height: 30px !important;
  background: transparent;
  color: white;
  border: none !important;
  border-bottom: 1px solid white !important;
  padding-left: 0;
}
.modal-quote .modal-quote__step.step-5 .wrapper input::placeholder {
  color: white;
}
.modal-quote .modal-quote__step.step-5 .wrapper input:focus, .modal-quote .modal-quote__step.step-5 .wrapper input:focus-visible {
  outline: none;
  box-shadow: none;
}
.modal-quote .modal-quote__step.step-5 .wrapper .actions {
  margin-top: 3rem;
  padding: 0;
  text-align: right;
}
.modal-quote .list-industry {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4rem;
  gap: 16px;
}
.modal-quote .list-industry .slick-prev {
  left: 0 !important;
  z-index: 1000;
}
.modal-quote .list-industry .slick-next {
  right: 0 !important;
  z-index: 1000;
}
.modal-quote .list-industry .industry-item.active img {
  background: #FF8C32;
}
.modal-quote .list-industry .industry-item.active div {
  color: #FF8C32;
  font-weight: 500;
}
.modal-quote .industry-item {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
  padding: 1rem;
}
.modal-quote .industry-item:hover {
  cursor: pointer;
}
.modal-quote .industry-item img {
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 1.5rem;
  object-fit: contain;
  margin-bottom: 1rem;
}
.modal-quote .industry-item div {
  font-weight: 400;
  color: black;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center;
}
.modal-quote textarea {
  padding: 16px !important;
  font-size: 18px !important;
  line-height: 30px !important;
}
.modal-quote textarea:focus-visible, .modal-quote textarea:focus {
  border-color: #FF8C32;
}

.progressbar-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .modal-quote {
    overflow: auto;
    padding: 1rem;
  }
  .modal-quote .progressbar-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .modal-quote .title {
    font-size: 20px !important;
    margin-bottom: 0;
  }
  .modal-quote .subtitle {
    margin-bottom: 2rem;
  }
  .modal-quote .subtitle .p {
    font-size: 0.875rem;
  }
  .modal-quote .btn {
    font-size: 0.875rem !important;
  }
  .modal-quote .modal-quote__progressbar {
    margin-bottom: 2rem;
  }
  .modal-quote .list-industry {
    justify-content: flex-start;
    padding: 2px 2px 4rem;
  }
  .modal-quote .industry-item {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
  .modal-quote .industry-item img {
    min-width: 80px;
    min-height: 80px;
    margin-bottom: 0.5rem;
  }
  .modal-quote .industry-item div {
    width: 80px;
    font-size: 0.75rem;
  }
  .modal-quote .modal-quote__step.step-1 .btn, .modal-quote .modal-quote__step.step-5 .btn {
    text-transform: uppercase;
    color: #FF8C32;
  }
  .modal-quote .modal-quote__step.step-2 .title, .modal-quote .modal-quote__step.step-3 .title, .modal-quote .modal-quote__step.step-4 .title {
    text-align: center;
    font-size: 20px !important;
    line-height: 1.7;
    color: #FF8C32;
    margin-bottom: 2rem;
  }
  .modal-quote .modal-quote__step.step-2 .actions, .modal-quote .modal-quote__step.step-3 .actions, .modal-quote .modal-quote__step.step-4 .actions {
    margin-top: 2rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .modal-quote .modal-quote__step.step-2 .actions .btn, .modal-quote .modal-quote__step.step-3 .actions .btn, .modal-quote .modal-quote__step.step-4 .actions .btn {
    border: none;
    min-width: 120px;
  }
  .modal-quote .modal-quote__step.step-2 .actions .btn.btn-secondary, .modal-quote .modal-quote__step.step-3 .actions .btn.btn-secondary, .modal-quote .modal-quote__step.step-4 .actions .btn.btn-secondary {
    background: #dcdcdc;
    color: white;
  }
  .modal-quote .modal-quote__step.step-2 .actions .btn.btn-secondary:hover, .modal-quote .modal-quote__step.step-3 .actions .btn.btn-secondary:hover, .modal-quote .modal-quote__step.step-4 .actions .btn.btn-secondary:hover {
    background: #6c757d;
  }
  .modal-quote .modal-quote__step.step-2 .actions .btn i.fa-chevron-right, .modal-quote .modal-quote__step.step-3 .actions .btn i.fa-chevron-right, .modal-quote .modal-quote__step.step-4 .actions .btn i.fa-chevron-right {
    margin-left: 0.5rem;
  }
  .modal-quote .modal-quote__step.step-2 .actions .btn i.fa-chevron-left, .modal-quote .modal-quote__step.step-3 .actions .btn i.fa-chevron-left, .modal-quote .modal-quote__step.step-4 .actions .btn i.fa-chevron-left {
    margin-right: 0.5rem;
  }
  .modal-quote .modal-quote__step.step-2 .form-group, .modal-quote .modal-quote__step.step-3 .form-group, .modal-quote .modal-quote__step.step-4 .form-group {
    margin: 0 auto;
  }
  .modal-quote .modal-quote__step.step-2 input.form-control, .modal-quote .modal-quote__step.step-3 input.form-control, .modal-quote .modal-quote__step.step-4 input.form-control {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #FF8C32 !important;
    font-weight: 500 !important;
  }
  .modal-quote .modal-quote__step.step-2 .container:before, .modal-quote .modal-quote__step.step-2 .container:after, .modal-quote .modal-quote__step.step-3 .container:before, .modal-quote .modal-quote__step.step-3 .container:after, .modal-quote .modal-quote__step.step-4 .container:before, .modal-quote .modal-quote__step.step-4 .container:after {
    content: none;
  }
  .modal-quote .modal-quote__step.step-2 .actions {
    justify-content: flex-end;
  }
  .modal-quote .modal-quote__step.step-5 .wrapper {
    max-width: 100%;
  }
  .modal-quote .modal-quote__step.step-5 .wrapper .title {
    margin-bottom: 2rem;
  }
  .modal-quote .modal-quote__step.step-5 .wrapper .subtitle {
    color: white;
    margin-bottom: 2rem;
    font-size: 0.875rem !important;
    line-height: 1.7 !important;
  }
  .modal-quote .modal-quote__step.step-5 .wrapper input {
    font-size: 18px !important;
    line-height: 1.7 !important;
    background: transparent;
    color: white;
    border: none !important;
    border-bottom: 1px solid white !important;
    padding-left: 0;
  }
  .modal-quote .modal-quote__step.step-5 .wrapper input::placeholder {
    color: white;
  }
  .modal-quote .modal-quote__step.step-5 .wrapper input:focus, .modal-quote .modal-quote__step.step-5 .wrapper input:focus-visible {
    outline: none;
    box-shadow: none;
  }
  .modal-quote .modal-quote__step.step-5 .wrapper .actions {
    margin-top: 2rem;
    padding: 0;
    text-align: right;
  }
  .modal-quote textarea {
    padding: 12px !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
  }
  .modal-quote textarea:focus-visible, .modal-quote textarea:focus {
    border-color: #FF8C32;
  }
}

/*# sourceMappingURL=main.css.map */
