
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\0;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group
  .bs3-has-addon.bootstrap-select
  .dropdown-toggle
  .filter-option
  .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\00a0";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup
  .dropdown-toggle
  .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show
  > .dropdown-toggle
  .filter-option:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="tip"] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="long"] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

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

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-right > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(
    .swal2-top-left
  ):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(
    .swal2-center-left
  ):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(
    .swal2-bottom-end
  ):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)
  > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: 0;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474;
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em auto;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type="number"] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-checkbox label,
.swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-checkbox input,
.swal2-radio input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    > [aria-hidden="true"] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 50px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 89;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 99;
}

.vbox-left {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.vbox-num {
  display: inline-block;
  margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.vbox-share svg {
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

/* ----- navigation ARROWS ----- */
.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
}

.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe,
  .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}

@media (min-width: 992px) {
  .venoframe,
  .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}

/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child,
.sk-spinner-pulse,
.sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots,
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before,
.sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@font-face {
  font-family: "tajawal";
  font-style: normal;
  font-weight: 300;
  src: local("Tajawal Regular"),
    url("../fonts/tajawal/Tajawal-Regular.woff") format("woff");
}

@font-face {
  font-family: "tajawal";
  font-style: normal;
  font-weight: 100;
  src: local("Tajawal ExtraLight"),
    url("../fonts/tajawal/Tajawal-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "tajawal";
  font-style: normal;
  font-weight: 200;
  src: local("Tajawal Light"),
    url("../fonts/tajawal/Tajawal-Light.woff") format("woff");
}

@font-face {
  font-family: "tajawal";
  font-style: normal;
  font-weight: 400;
  src: local("Tajawal Medium"),
    url("../fonts/tajawal/Tajawal-Medium.woff") format("woff");
}

@font-face {
  font-family: "tajawal";
  font-style: normal;
  font-weight: 500;
  src: local("Tajawal Bold"),
    url("../fonts/tajawal/Tajawal-Bold.woff") format("woff");
}

@font-face {
  font-family: "tajawal";
  font-style: normal;
  font-weight: 600;
  src: local("Tajawal ExtraBold"),
    url("../fonts/tajawal/Tajawal-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "tajawal";
  font-style: normal;
  font-weight: normal;
  src: local("Tajawal Black"),
    url("../fonts/tajawal/Tajawal-Black.woff") format("woff");
}

@font-face {
  font-family: "denta";
  src: url("../fonts/denta/denta.eot?64m2nq");
  src: url("../fonts/denta/denta.eot?64m2nq#iefix") format("embedded-opentype"),
    url("../fonts/denta/denta.ttf?64m2nq") format("truetype"),
    url("../fonts/denta/denta.woff?64m2nq") format("woff"),
    url("../fonts/denta/denta.svg?64m2nq#denta") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="dn-"],
[class*=" dn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "denta" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dn-calendar:before {
  content: "\e900";
}

.dn-check:before {
  content: "\e901";
}

.dn-appointment:before {
  content: "\e902";
}

.dn-online:before {
  content: "\e903";
}

.dn-arrow-right:before {
  content: "\e904";
}

.dn-filter:before {
  content: "\e905";
}

.dn-presence:before {
  content: "\e906";
}

.dn-calendar-1:before {
  content: "\e907";
}

.dn-clock:before {
  content: "\e908";
}

.dn-check-circle:before {
  content: "\e909";
}

.dn-project:before {
  content: "\e90a";
}

.dn-info:before {
  content: "\e90b";
}

.dn-career:before {
  content: "\e90c";
}

.dn-contact:before {
  content: "\e90d";
}

.dn-user:before {
  content: "\e90e";
}

.dn-client:before {
  content: "\e90f";
}

.dn-account:before {
  content: "\e910";
}

.dn-map:before {
  content: "\e911";
}

.dn-whatsapp:before {
  content: "\e912";
}

.dn-telegram:before {
  content: "\e913";
}

.dn-instagram:before {
  content: "\e914";
}

.dn-twitter:before {
  content: "\e915";
}

.dn-facebook:before {
  content: "\e916";
}

.dn-arrow-right-bold:before {
  content: "\e917";
}

.dn-mobile:before {
  content: "\e918";
}

.dn-pin:before {
  content: "\e919";
}

.dn-mail:before {
  content: "\e91a";
}

.dn-csv:before {
  content: "\e91b";
}

.dn-phone:before {
  content: "\e91c";
}

.dn-edit:before {
  content: "\e91d";
}

.dn-select:before {
  content: "\e91e";
}

.dn-linkedin:before {
  content: "\e91f";
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: #212121;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input:focus,
button:focus,
textarea:focus {
  outline: none;
}

section article {
  text-align: justify;
  line-height: 25px;
}
section article h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 768px) {
  section article h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

.btn,
a.btn {
  line-height: 36px;
  display: inline-block;
  padding: 0 35px;
  border-radius: 0;
  border: none;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  color: #000;
  text-align: center;
  box-shadow: none;
}
.btn:focus,
.btn.focus,
a.btn:focus,
a.btn.focus {
  background-color: transparent;
  color: #000;
  box-shadow: none;
  outline: none;
}
.btn:hover,
a.btn:hover {
  background-color: transparent;
  color: #000;
  outline: none;
}
.btn:active,
a.btn:active {
  outline: none;
}
.btn-success,
a.btn-success {
  color: #fff;
  background-color: #7D523B;
  box-shadow: none;
  border: none;
}
.btn-success:hover,
.btn-success:focus,
a.btn-success:hover,
a.btn-success:focus {
  opacity: 0.85;
  color: #fff;
  background-color: #7D523B;
  box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
a.btn-success:not(:disabled):not(.disabled).active,
a.btn-success:not(:disabled):not(.disabled):active {
  opacity: 0.85;
  color: #fff;
  background-color: #7D523B;
  box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled).active:hover,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:hover,
.btn-success:not(:disabled):not(.disabled):active:focus,
a.btn-success:not(:disabled):not(.disabled).active:hover,
a.btn-success:not(:disabled):not(.disabled).active:focus,
a.btn-success:not(:disabled):not(.disabled):active:hover,
a.btn-success:not(:disabled):not(.disabled):active:focus {
  opacity: 0.85;
  color: #fff;
  background-color: #7D523B;
  box-shadow: none;
}
.btn-mini,
a.btn-mini {
  line-height: 24px;
  padding: 0 15px;
  border-radius: 12px;
}
.btn-full,
a.btn-full {
  width: 100%;
}

.form-control {
  border-width: 0 0 1px 0;
  border-color: #d5d5d5;
  border-style: solid;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  font-weight: 300;
  line-height: 55px;
  height: 55px;
  color: #222;
  background-color: transparent;
  border-radius: 0;
  padding: 0 15px;
  display: block;
  width: 100%;
  transition: 0.3s;
}
.form-control:focus,
.form-control:active {
  outline: none;
  color: #222;
  box-shadow: none;
  background-color: transparent;
  border-color: #555;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}
.form-control:last-child {
  margin-bottom: 0;
}
.form-control--dark {
  background-color: #1d1f27;
  border-color: #1d1f27;
}
.form-control--dark:focus,
.form-control--dark:active {
  background-color: #1d1f27;
  border-color: #1d1f27;
}
.form-control.bootstrap-select {
  background-color: transparent;
}
.form-control.bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: transparent;
  color: #222;
  border-color: #ccc;
}
.form-control[type="checkbox"],
.form-control[type="radio"] {
  width: unset;
  display: inline-block;
  height: unset;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form-check-input {
  margin-top: 2px;
}

.input-group-text {
  background-color: #f1f1f1;
  font-size: 14px;
  border: none;
}

textarea.form-control {
  min-height: 200px;
  border-width: 1px;
  padding: 0 15px;
}
textarea.form-control:focus,
textarea.form-control:active {
  min-height: 200px;
}

.form-group h3 {
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

.form-group > img {
  border-radius: 5px;
}

.form-group > label {
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
  display: flex;
}
.form-group > label span {
  margin-right: auto;
  font-size: 11px;
}
.form-group > label span.success {
  color: #01ba98;
}
.form-group > label span.warning {
  color: #ca4005;
}
.form-group > label span.danger {
  color: #d43838;
}
.form-group > label a {
  margin-right: auto;
  font-size: 11px;
  color: #005cb3;
  border-bottom: 1px dashed #005cb3;
}

.form-group p {
  margin: 5px 0 0 0;
  font-size: 11px;
  color: #666;
}

.form-group-btn-center {
  text-align: center;
}

.form-group-btn-left {
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
}

.form-group-btn-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 55px;
  margin-bottom: 0;
}
.form-group-btn-bottom button {
  width: 100%;
}

.form-group-inner-btn {
  position: relative;
}
.form-group-inner-btn button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.form-group-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group-inline > label {
  width: 90px;
  line-height: 45px;
  margin: 0;
  font-weight: 600;
}
.form-group-inline > .form-control,
.form-group-inline > .input-group,
.form-group-inline > .bootstrap-select.form-control:not([class*="col-"]) {
  width: calc(100% - 90px);
}

.form-group-last {
  margin-bottom: 0;
}

.form-group-icon {
  position: relative;
}
.form-group-icon input {
  padding-left: 43px;
}
.form-group-icon i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  color: #aeaeae;
  line-height: 55px;
  text-align: center;
  font-size: 15px;
  pointer-events: none;
}

.form-group-no-label {
  padding-top: 30px;
}

.form-group-upload {
  position: relative;
}
.form-group-upload .upload-file {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 35px;
  padding: 0 15px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  transform: translateY(-50%);
}
.form-group-upload .upload-file input {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  display: block;
  cursor: pointer;
  z-index: 5;
}

.form-group .g-recaptcha > div {
  margin: 0 auto;
}

.form-notice {
  background-color: #eeedff;
  line-height: 35px;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 13px;
  text-align: justify;
  margin-bottom: 15px;
}
.form-notice p {
  margin-bottom: 0;
}
.form-notice-red {
  background-color: #ffe7e7;
  color: #ce4a4a;
}
.form-notice-green {
  background-color: #d4ffe2;
  color: #2e8e4e;
}
.form-notice-orange {
  background-color: #ffeccc;
  color: #d26a38;
}

.form-check {
  line-height: 45px;
  display: flex;
  align-items: center;
}
.form-check-input {
  margin-top: 0;
}

.custom-control {
  min-height: 45px;
  line-height: 45px;
}
.custom-control-label:before {
  top: 50%;
  transform: translateY(-50%);
}
.custom-control-label:after {
  top: 50%;
  transform: translateY(-50%);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateY(-50%) translateX(-0.75rem);
}

.custom-switch .custom-control-label:after {
  top: 50%;
  transform: translateY(-50%);
}

.help-block {
  font-size: 11px;
  font-weight: 600;
}
.help-block.with-errors {
  color: #8a0000;
}

.dropdown-menu {
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: #fff;
  border: none;
}
.dropdown-menu .dropdown-item {
  padding: 0 10px;
  line-height: 35px;
  font-size: 12px;
  color: #222;
}
.dropdown-menu .dropdown-item.hover,
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #222;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #222;
  outline: none;
}

.bootstrap-select > .dropdown-toggle {
  border-width: 0 0 1px 0;
  border-color: #d5d5d5;
  border-style: solid;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 43px;
  color: #222;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle:focus {
  outline: unset !important;
  outline-offset: unset;
  border-color: #ccc;
  color: #222;
  background-color: transparent;
}
.bootstrap-select > .dropdown-toggle:after {
  vertical-align: unset;
  content: "\e924";
  font-family: "denta";
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
  line-height: inherit;
  font-size: 8px;
  margin: 0 5px 0 0;
}
.bootstrap-select
  > .dropdown-toggle.btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select
  > .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active {
  box-shadow: none;
  border-color: #ccc;
  background-color: #fcfcfc;
  outline: none;
  color: #222;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #222;
}
.bootstrap-select > .dropdown-toggle span {
  font-weight: 300;
  font-size: 17px;
}

.bootstrap-select .filter-option-inner-inner {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  color: #7D523B;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: unset;
  outline-offset: unset;
}

.bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: transparent;
  box-shadow: unset;
}

@media (max-width: 768px) {
  .form-group {
    margin-bottom: 3px;
  }
  .form-group-icon i {
    line-height: 45px;
  }
  .form-group-btn-left {
    text-align: center;
    display: flex;
  }
  .form-group-btn-left .btn,
  .form-group-btn-left a.btn {
    width: 100%;
    line-height: 45px;
  }
  .form-group-inner-btn button {
    position: static;
    width: 100%;
    margin-top: 15px;
    line-height: 45px;
  }
  .form-control {
    line-height: 45px;
    height: 45px;
  }
}

.row[data-space="0"] {
  margin-right: 0;
  margin-left: 0;
}
.row[data-space="0"] > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row[data-space="10"] {
  margin-right: -5px;
  margin-left: -5px;
}
.row[data-space="10"] > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row[data-space="15"] {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row[data-space="15"] > [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row[data-space="20"] {
  margin-right: -10px;
  margin-left: -10px;
}
.row[data-space="20"] > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row[data-space="50"] {
  margin-right: -25px;
  margin-left: -25px;
}
.row[data-space="50"] > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.col-x5,
.col-xl-x5,
.col-lg-x5,
.col-md-x5,
.col-sm-x5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-header {
  border-color: #000;
}
.modal-header h4 {
  font-size: 16px;
}

.modal-content {
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

.modal-body {
  padding: 15px;
}
.modal-body .form-control {
  color: #aeaeae;
}

.modal-footer {
  border-color: #000;
}

.modal [data-dismiss] {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
}
.modal [data-dismiss]:before {
  position: absolute;
  top: 15px;
  left: -5px;
  content: "";
  transform: rotate(45deg);
  width: 40px;
  height: 1px;
  background: #aeaeae;
}
.modal [data-dismiss]:after {
  position: absolute;
  top: 15px;
  left: -5px;
  content: "";
  transform: rotate(-45deg);
  width: 40px;
  height: 1px;
  background: #aeaeae;
}

body {
  text-align: left;
  direction: ltr;
  font-family: tajawal;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  color: #111;
  background-color: #fff;
}
body.home-view .main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 45px 0 0 0;
}
body.home-view .main-header__options__lang ul li a {
  color: #fff;
}
body.home-view .main-header__options__lang ul li a:hover {
  color: #a80253;
}
body.home-view .main-header__nav nav > ul > li > a {
  color: #fff;
}
body.home-view .main-header__nav nav > ul > li:hover > a {
  color: #a80253;
}
body.home-view .main-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 0 0 55px 0;
}
body.home-view .main-footer__socials ul li a {
  color: #fff;
}
body.home-view .main-footer__socials ul li a:hover {
  color: #a80253;
}
body.home-view .main-footer__detail ul li a,
body.home-view .main-footer__detail ul li span {
  color: #fff;
}
body.home-view .main-footer__nav > ul > li > a {
  color: #fff;
}
body.home-view .main-footer__nav > ul > li > a:hover {
  color: #a80253;
}

@media (max-width: 992px) {
  body {
    padding-bottom: 70px;
    padding-top: 70px;
    font-size: 15px;
  }
  body.home-view {
    padding-bottom: 0;
    padding-top: 0;
  }
  body.home-view .main-header {
    padding: 0;
    background-color: transparent;
  }
  body.home-view .main-header__mobile {
    justify-content: center;
    border: none;
  }
  body.home-view .main-header__mobile__title {
    display: none;
  }
  body.home-view .main-footer {
    padding: 0;
    background-color: transparent;
  }
  body.home-view .main-footer__mobile__text {
    border-color: #fff;
  }
  body.home-view .main-footer__mobile__text ul li {
    color: #fff;
  }
  body.home-view .main-footer__mobile__text ul li a {
    color: #fff;
  }
  body.home-view .main-footer__mobile__mobile-toggle a {
    background-color: transparent;
    border-color: #fff;
  }
  body.home-view .main-footer__mobile__mobile-toggle a[data-status="true"] {
    border-color: #7D523B;
    background-color: #7D523B;
  }
  body.home-view
    .main-footer__mobile__mobile-toggle
    a[data-status="true"]:before {
    background-color: #fff;
    box-shadow: 0 8px 0 #fff, 0 -8px 0 #fff;
  }
}

.main-header {
  padding: 40px 0;
}
.main-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__logo {
  flex: 0 0 100px;
  max-width: 100px;
}
.main-header__logo img {
  max-height: 50px;
}
.main-header__nav nav > ul {
  display: flex;
  align-items: center;
}
.main-header__nav nav > ul > li {
  border-right: 1px solid #aeaeae;
  position: relative;
}
.main-header__nav nav > ul > li:last-child {
  border-right: none;
}
.main-header__nav nav > ul > li > a {
  font-size: 16px;
  line-height: 15px;
  display: block;
  color: #aeaeae;
  margin: 0 15px;
  transition: 0.3s;
}
.main-header__nav nav > ul > li > ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 180px;
  background-color: #fff;
  border: 1px solid #aeaeae;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.main-header__nav nav > ul > li > ul:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 10px;
}
.main-header__nav nav > ul > li > ul > li {
  line-height: 35px;
}
.main-header__nav nav > ul > li > ul > li > a {
  font-size: 16px;
  line-height: inherit;
  display: block;
  color: #aeaeae;
  padding: 0 15px;
  transition: 0.3s;
}
.main-header__nav nav > ul > li > ul > li:hover > a {
  color: #7D523B;
}
.main-header__nav nav > ul > li:hover > a {
  color: #7D523B;
}
.main-header__nav nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.main-header__nav nav > ul > li.active > a {
  color: #7D523B;
}
.main-header__options {
  display: flex;
  flex: 0 0 100px;
  max-width: 100px;
  justify-content: flex-end;
  align-items: center;
}
.main-header__options__lang ul {
  display: flex;
}
.main-header__options__lang ul li {
  border-right: 1px solid #aeaeae;
  padding-right: 10px;
  margin-right: 10px;
}
.main-header__options__lang ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.main-header__options__lang ul li a {
  color: #aeaeae;
  font-size: 16px;
  line-height: 15px;
  display: block;
  transition: 0.3s;
}
.main-header__options__lang ul li a.active,
.main-header__options__lang ul li a:hover {
  color: #7D523B;
}
.main-header__options__lang ul li.active a {
  color: #7D523B;
}
.main-header__options__user {
  margin-left: 20px;
}
.main-header__options__user a {
  color: #aeaeae;
}
.main-header__options__user a i {
  font-size: 14px;
}
.main-header__mobile {
  align-items: center;
  border-bottom: 1px solid #b0b0b0;
  padding: 10px 0;
  display: none;
}
.main-header__mobile__logo {
  margin-left: 25px;
}
.main-header__mobile__logo img {
  max-height: 40px;
}
.main-header__mobile__lang {
  margin-left: auto;
}
.main-header__mobile__lang ul {
  display: flex;
}
.main-header__mobile__lang ul li {
  border-right: 1px solid #aeaeae;
  padding-right: 10px;
  margin-right: 10px;
}
.main-header__mobile__lang ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.main-header__mobile__lang ul li a {
  color: #aeaeae;
  font-size: 16px;
  line-height: 15px;
  display: block;
  transition: 0.3s;
}
.main-header__mobile__lang ul li a.active,
.main-header__mobile__lang ul li a:hover {
  color: #7D523B;
}
.main-header__mobile__lang ul li.active a {
  color: #7D523B;
}
.main-header__mobile__title {
  display: flex;
  flex-direction: column;
}
.main-header__mobile__title > span {
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
  color: #7D523B;
  text-transform: uppercase;
}
.main-header__mobile__title ul {
  display: flex;
  align-items: center;
}
.main-header__mobile__title ul li {
  font-size: 14px;
  margin-right: 5px;
  line-height: 20px;
  color: #666;
}
.main-header__mobile__title ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .main-header {
    padding: 20px 0;
  }
  .main-header__logo {
    flex: 0 0 125px;
  }
  .main-header__nav nav > ul > li > a {
    margin: 0 10px;
  }
  .main-header__options {
    flex: 0 0 125px;
  }
}

@media (max-width: 992px) {
  .main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    background-color: #fff;
    padding: 0;
  }
  .main-header__wrapper {
    display: none;
  }
  .main-header__mobile {
    display: flex;
  }
}

.page-header {
  padding: 0 0 20px;
  position: relative;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  line-height: 35px;
  font-size: 48px;
  font-weight: 600;
  color: #7D523B;
  text-transform: uppercase;
  position: relative;
}
.page-header h1:before,
.page-header h2:before,
.page-header h3:before,
.page-header h4:before,
.page-header h5:before,
.page-header h6:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background-color: #7D523B;
}

@media (max-width: 1200px) {
  .page-header {
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .page-header {
    display: none;
  }
}

.brdcrumb ul {
  display: flex;
  align-items: center;
}
.brdcrumb ul li {
  margin-right: 15px;
  font-size: 14px;
}
.brdcrumb ul li:last-child {
  margin-right: unset;
}
.brdcrumb ul li a {
  color: #232323;
}
.brdcrumb ul li span {
  color: #232323;
}

.about {
  padding: 30px 0;
  position: relative;
}

.career {
  padding: 30px 0;
  position: relative;
}

@media (max-width: 768px) {
  .career {
    padding: 0;
  }
}

.auth {
  padding: 30px 0;
}
.auth__wrapper {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth__form {
  flex: 0 0 350px;
  max-width: 350px;
}

@media (max-width: 768px) {
  .auth {
    padding: 0;
  }
  .auth__wrapper {
    height: calc(100vh - 155px);
  }
  .auth__form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.appointment {
  padding: 30px 0;
}
.appointment__steps {
  position: relative;
  padding-right: 15px;
}
.appointment__steps:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0px;
  width: 1px;
  background-color: #aeaeae;
}
.appointment__step {
  position: relative;
  margin-bottom: 15px;
}
.appointment__step:last-child {
  margin-bottom: 0;
}
.appointment__step:before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  bottom: -16px;
  width: 1px;
  background-color: transparent;
}
.appointment__step--active:before {
  background-color: #7D523B;
}
.appointment__step--active .appointment__step__title h2 {
  color: #7D523B;
}
.appointment__step--active .appointment__step__title h2 a {
  color: #7D523B;
}
.appointment__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
.appointment__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.appointment__title h2 {
  font-size: 24px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.appointment__title h2 i {
  margin-right: 5px;
}
.appointment__title > span {
  display: flex;
  align-items: center;
}
.appointment__title > span span {
  color: #7D523B;
  margin-right: 10px;
}
.appointment__desc h2 {
  display: flex;
  align-items: center;
}
.appointment__desc h2 i {
  margin-right: 10px;
}
.appointment__selects {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.appointment__select-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto -10px;
}
.appointment__select-type__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.appointment__select-type__item input {
  display: none;
}
.appointment__select-type__item input:checked + label {
  border-color: #7D523B;
  color: #7D523B;
}
.appointment__select-type__item label {
  display: flex;
  margin: 0;
  color: #7b7b7b;
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
  line-height: 50px;
  cursor: pointer;
  padding: 0 15px;
  text-transform: uppercase;
}
.appointment__select-type__item label i {
  margin-right: 15px;
  font-size: 20px;
}
.appointment__select-date,
.appointment__select-time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.appointment__select-date__item,
.appointment__select-time__item {
  flex: 0 0 16.66666%;
  max-width: 16.66666%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.appointment__select-date__item input,
.appointment__select-time__item input {
  display: none;
}
.appointment__select-date__item input:checked + label,
.appointment__select-time__item input:checked + label {
  border-color: #7D523B;
  color: #7D523B;
}
.appointment__select-date__item label,
.appointment__select-time__item label {
  display: flex;
  color: #7b7b7b;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c4c4c4;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  font-size: 28px;
  font-weight: 200;
  text-transform: uppercase;
}
.appointment__select-date__item label small,
.appointment__select-time__item label small {
  font-size: 16px;
  font-weight: 200;
  margin-left: 2px;
}
.appointment__summary {
  margin-bottom: 30px;
}
.appointment__summary ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appointment__summary ul li {
  display: flex;
  flex-direction: column;
}
.appointment__summary ul li span:first-child {
  color: #7D523B;
  font-weight: 400;
  margin-bottom: 5px;
}
.appointment__summary ul li span:last-child {
  display: flex;
  align-items: center;
}
.appointment__summary ul li span:last-child i {
  margin-right: 5px;
  color: #7D523B;
}
.appointment__form {
  margin-top: auto;
}
.appointment__form button {
  padding: 0 15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.appointment__form button i {
  margin-left: 15px;
  font-size: 15px;
}
.appointment__btn {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.appointment__btn button {
  padding: 0 15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.appointment__btn button i {
  margin-left: 15px;
  font-size: 10px;
}
.appointment__progress {
  display: none;
  margin-bottom: 15px;
}
.appointment__progress ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appointment__progress ul li {
  font-weight: 600;
  flex: 0 0 25%;
  max-width: 25%;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 10px;
}
.appointment__progress ul li i {
  font-size: 20px;
  margin-bottom: 24px;
  color: #333;
}
.appointment__progress ul li:before {
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  left: -50%;
  background-color: #eee;
}
.appointment__progress ul li:after {
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-1px, -1px);
  background-color: #666;
  z-index: 2;
}
.appointment__progress ul li:first-child:before {
  display: none;
}
.appointment__progress ul li.active {
  color: #7D523B;
}
.appointment__progress ul li.active:before {
  background-color: #ffcce5;
}
.appointment__progress ul li.active:after {
  background-color: #7D523B;
}
.appointment__progress ul li.active a {
  color: #7D523B;
}

@media (max-width: 768px) {
  .appointment {
    padding: 0;
  }
  .appointment__steps {
    display: none;
  }
  .appointment__wrapper {
    padding: 0 0 45px;
  }
  .appointment__title {
    display: none;
  }
  .appointment__select-type__item label {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 15px;
  }
  .appointment__select-type__item label i {
    margin: 0 0 10px;
    font-size: 35px;
  }
  .appointment__btn,
  .appointment__form {
    display: block;
    position: fixed;
    right: 0;
    bottom: 70px;
    left: 0;
    padding: 5px 15px;
    background-color: #fff;
  }
  .appointment__btn button,
  .appointment__form button {
    width: 100%;
    justify-content: space-between;
    line-height: 45px;
  }
  .appointment__select
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 100%;
  }
  .appointment__select .bootstrap-select > .dropdown-toggle span {
    font-size: 14px;
    margin-right: 5px;
  }
  .appointment__select-date,
  .appointment__select-time {
    margin: 0 -5px;
  }
  .appointment__select-date__item,
  .appointment__select-time__item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .appointment__progress {
    display: block;
  }
  .appointment__summary ul li span:first-child {
    font-size: 13px;
  }
  .appointment__summary ul li span:last-child {
    font-size: 15px;
  }
}

.projects {
  padding: 30px 0;
}
.projects__locations {
  height: 450px;
}
.projects__locations__popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0;
}
.projects__locations__popup .leaflet-popup-content {
  margin: 0;
  width: 400px;
}
.projects__locations__popup__wrapper {
  display: flex;
  padding: 10px;
  font-family: tajawal;
}
.projects__locations__popup__image {
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}
.projects__locations__popup__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.projects__locations__popup__content {
  flex: 0 0 230px;
  max-width: 230px;
  width: 230px;
  font-weight: 300;
  padding-left: 10px;
}
.projects__locations__popup__title {
  margin-bottom: 10px;
}
.projects__locations__popup__title h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.projects__locations__popup__title h2 a {
  color: #000;
}
.projects__locations__popup__desc {
  margin-bottom: 10px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
}
.projects__locations__popup__desc p {
  margin: 0;
}
.projects__locations__popup__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.projects__locations__popup__btn a {
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
}
.projects__filter__title {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.projects__filter__title h3 {
  font-size: 20px;
  background-color: #fff;
  padding-right: 5px;
  position: relative;
  z-index: 2;
}
.projects__filter__title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #e8e8e8;
  z-index: 1;
}
.projects__filter__content > ul > li {
  line-height: 35px;
  font-size: 18px;
}
.projects__filter__content > ul > li > ul {
  padding-left: 25px;
}
.projects__filter__content > ul > li > ul > li {
  position: relative;
  font-size: 16px;
}
.projects__filter__content > ul > li > ul > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  height: 1px;
  background-color: #ccc;
  width: 15px;
}
.projects__filter__content > ul > li.active > a {
  color: #7D523B;
}
.projects__filter-toggle {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 20px;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.projects__filter-toggle a {
  line-height: 43px;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 20px;
  position: relative;
  color: #7D523B;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #b0b0b0;
}
.projects__filter-toggle a[data-status="true"] {
  color: #fff;
  background-color: #7D523B;
  border-color: #7D523B;
}

@media (max-width: 768px) {
  .projects {
    padding: 0;
  }
  .projects__filter {
    position: fixed;
    right: 20px;
    bottom: 79px;
    left: 75px;
    background-color: #fff;
    border: 1px solid #b0b0b0;
    padding: 10px;
    z-index: 99999;
    display: none;
  }
  .projects__filter[data-status="true"] {
    display: block;
  }
  .projects__filter__content > ul > li {
    font-size: 15px;
  }
  .projects__filter__title h3 {
    font-size: 16px;
  }
  .projects__filter-toggle {
    display: flex;
  }
  .projects__locations {
    height: calc(100vh - 141px);
  }
}

.project-detail {
  padding: 30px 0;
}
.project-detail__image .swiper-container {
  padding-bottom: 10px;
}
.project-detail__image .swiper-pagination,
.project-detail__image .swiper-pagination-custom,
.project-detail__image .swiper-pagination-fraction {
  bottom: 0;
  height: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.project-detail__image .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 0;
}
.project-detail__image .swiper-pagination-bullet-active {
  background-color: #7D523B;
}
.project-detail__info__item {
  margin-bottom: 25px;
}
.project-detail__info__item__title {
  margin-bottom: 5px;
}
.project-detail__info__item__title span {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.project-detail__info__item__title span i {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .project-detail {
    padding: 0;
  }
  .project-detail__image {
    margin-bottom: 20px;
  }
  .project-detail__info {
    display: flex;
    flex-wrap: wrap;
  }
  .project-detail__info__item {
    flex: 0 0 50%;
  }
}

.team {
  padding: 30px 0;
}
.team [class^="col-"] {
  position: static;
}
.team .container {
  position: relative;
}
.team__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-auto-flow: dense;
  position: relative;
  overflow: hidden;
}
.team__wrapper--expanded {
  grid-column: span 3;
}
.team__wrapper--expanded .team__item {
  margin-bottom: 0;
}
.team__wrapper--expanded .team__item__image {
  flex: 0 0 370px;
  max-width: 370px;
}
.team__wrapper--expanded .team__item__overlay {
  flex: 0 0 calc(100% - 370px);
  max-width: calc(100% - 370px);
  padding-left: 30px;
}
.team__wrapper--expanded .team__item__desc {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.team__wrapper--expanded .team__item__detail {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.team__item {
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.team__item__image {
  margin-bottom: 20px;
  height: 188px;
  flex: 0 0 100%;
  transition: 0.2s;
}
.team__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__item__title {
  flex: 0 0 100%;
}
.team__item__title h2 {
  font-size: 20px;
  color: #7D523B;
}
.team__item__title span {
  font-size: 18px;
  color: #232323;
}
.team__item__desc {
  flex: 0 0 0%;
  max-width: 0%;
  transition: 0.2s;
  overflow: hidden;
}
.team__item__detail {
  flex: 0 0 0%;
  max-width: 0%;
  transition: 0.2s;
  overflow: hidden;
  justify-content: space-between;
}
.team__item__detail__item {
  display: flex;
  flex-direction: column;
}
.team__item__detail__item > span {
  font-weight: 600;
  margin-bottom: 5px;
  color: #7D523B;
}
.team__item__detail__item p {
  margin-bottom: 0;
}
.team__item__detail__item__socials ul {
  display: flex;
  align-items: center;
}
.team__item__detail__item__socials ul li {
  border-right: 1px solid #aeaeae;
}
.team__item__detail__item__socials ul li:first-child a {
  margin-left: 0;
}
.team__item__detail__item__socials ul li:last-child {
  border-right: none;
}
.team__item__detail__item__socials ul li:last-child a {
  margin-right: 0;
}
.team__item__detail__item__socials ul li a {
  font-size: 19px;
  line-height: 15px;
  display: block;
  color: #aeaeae;
  margin: 0 15px;
  transition: 0.3s;
}
.team__item__detail__item__socials ul li a:hover {
  color: #7D523B;
}

@media (max-width: 1200px) {
  .team__wrapper {
    display: flex;
  }
  .team__wrapper--expanded .team__item__image {
    flex: 0 0 290px;
    max-width: 290px;
  }
  .team__wrapper--expanded .team__item__overlay {
    flex: 0 0 calc(100% - 290px);
    max-width: calc(100% - 290px);
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .team__list {
    grid-template-columns: 1fr 1fr;
  }
  .team__item__detail {
    display: flex;
    flex-direction: column;
  }
  .team__item__detail__item {
    margin-bottom: 10px;
  }
  .team__item__detail__item:last-child {
    margin-bottom: 0;
  }
  .team__wrapper--expanded {
    grid-column: span 2;
  }
  .team__wrapper--expanded .team__item {
    height: 350px;
  }
  .team__wrapper--expanded .team__item__image {
    flex: 0 0 330px;
    max-width: 330px;
  }
  .team__wrapper--expanded .team__item__overlay {
    flex: 0 0 calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
}

@media (max-width: 768px) {
  .team {
    padding: 0;
  }
  .team__item__title h2 {
    font-size: 16px;
  }
  .team__item__title span {
    font-size: 13px;
  }
  .team__item__detail__item__socials ul li a {
    margin: 0 7px;
    font-size: 17px;
  }
  .team__wrapper--expanded {
    grid-column: span 2;
  }
  .team__wrapper--expanded .team__item__image {
    flex: 0 0 240px;
    max-width: 240px;
  }
  .team__wrapper--expanded .team__item__overlay {
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
  }
}

@media (max-width: 576px) {
  .team__list {
    grid-template-columns: 1fr 1fr;
  }
  .team__item {
    margin-bottom: 15px;
    height: 200px;
  }
  .team__item__image {
    height: 130px;
  }
  .team__wrapper--expanded {
    grid-column: span 2;
  }
  .team__wrapper--expanded .team__item {
    height: 500px;
    display: block;
  }
  .team__wrapper--expanded .team__item__image {
    flex: unset;
    max-width: unset;
    height: 180px;
  }
  .team__wrapper--expanded .team__item__overlay {
    flex: unset;
    max-width: unset;
    padding-left: 0;
  }
}

.home-page {
  height: 100vh;
  overflow: hidden;
}
.home-page__background {
  position: relative;
  background-color: #323232;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page__background__images--out,
.home-page__background__images--in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-page__background__images--out img,
.home-page__background__images--in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-in-right {
  animation: slideInRight 1.3s forwards;
}

.slide-out-left {
  animation: slideOutLeft 1.3s forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.home-page__socials {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 2;
}
.home-page__socials ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page__socials ul li {
  border-right: 1px solid #aeaeae;
  line-height: 45px;
}
.home-page__socials ul li a {
  font-size: 19px;
  line-height: 45px;
  display: block;
  color: #fff;
  margin: 0 15px;
  transition: 0.3s;
}
.home-page__socials ul li a:hover {
  color: #7D523B;
}

.home-page__background__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page__background .swiper-container.swiper1 {
  height: 100%;
}
.home-page__background .swiper-container.swiper2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  padding: 41px 0px 15px 100px;
  max-width: 60%;
}
.home-page__background .swiper1 .swiper-slide {
  height: 100%;
  position: relative;
  align-items: center;
  display: flex;
}
.home-page__background .swiper2 .swiper-slide {
  opacity: 0.5;
  transition: 0.2s;
}
.home-page__background .swiper2 .swiper-slide span {
  color: rgba(0, 0, 0);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.06rem;
}
.home-page__background .swiper2 .swiper-slide h5 {
  margin: 12px 0 6px;
  color: rgba(0, 0, 0);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.06rem;
}
.home-page__background .swiper2 .swiper-slide a {
  display: inline-flex;
  font-size: 15px;
  font-style: italic;
  flex-wrap: wrap;
  color: #707070;
  font-weight: 300;
  font-weight: 300;
}

.home-page__background .swiper2 .swiper-slide-thumb-active {
  opacity: 1;
}
.home-page__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 150px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  z-index: 2;
  pointer-events: none;
}

.home-page .container {
  position: relative;
  z-index: 2;
}
.home-page__wrapper {
  position: absolute;
  right: 0;
  bottom: 120px;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-page__logo {
  text-align: center;
  margin-bottom: 15px;
}
.home-page__text {
  text-align: center;
  color: #fff;
}
.home-page__text span {
  font-size: 45px;
  font-weight: 100;
}
.home-page__text a {
  color: #fff;
}
.banner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  left: 10%;
}
.banner__text {
  display: block;
}
.banner__text span {
  text-align: center;
  color: #fff;
  font-size: 110px;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  max-width: 70%;
  text-transform: uppercase;
}
.banner__text a {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  margin-left: 8px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 58px;
  padding: 0 8px;
}
.banner__text a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: width 0.4s ease-out;
}

.banner__text a:hover::before {
  width: 100%;
}
@media (max-width: 1200px) {
  .home-page__socials {
    left: 30px;
  }
  .banner__wrapper {
    left: 15%;
  }
}

@media (max-width: 992px) {
  .home-page__background .swiper-container.swiper2 {
    padding: 30px 0px 15px 60px;
    max-width: 60%;
  }
  .banner__text span {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .home-page__background .swiper-container.swiper2 {
    padding: 30px 0px 15px 40px;
    max-width: 60%;
  }
  .banner__text span {
    font-size: 80px;
  }
}
@media (max-width: 576px) {
  .home-page__background .swiper-container.swiper2 {
    padding: 20px 0px 15px 20px;
    max-width: 60%;
  }
  .banner__wrapper {
    left: 30%;
  }
  .banner__text span {
    font-size: 65px;
  }
}

.contactus {
  padding: 30px 0;
  position: relative;
}
.contactus__list {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.contactus__list__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.contactus__list__item > span {
  font-weight: 600;
  margin-bottom: 5px;
  color: #7D523B;
}
.contactus__list__item p {
  margin-bottom: 0;
}
.contactus__list__item__socials ul {
  display: flex;
  align-items: center;
}
.contactus__list__item__socials ul li {
  border-right: 1px solid #aeaeae;
}
.contactus__list__item__socials ul li:first-child a {
  margin-left: 0;
}
.contactus__list__item__socials ul li:last-child {
  border-right: none;
}
.contactus__list__item__socials ul li:last-child a {
  margin-right: 0;
}
.contactus__list__item__socials ul li a {
  font-size: 19px;
  line-height: 15px;
  display: block;
  color: #aeaeae;
  margin: 0 15px;
  transition: 0.3s;
}
.contactus__list__item__socials ul li a:hover {
  color: #7D523B;
}
.contactus__form {
  position: relative;
  margin-bottom: 30px;
}
.contactus__location {
  background-color: #f5f5f5;
  height: 300px;
}

@media (max-width: 768px) {
  .contactus {
    padding: 0;
  }
  .contactus__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .contactus__list__item {
    flex: 0 0 50%;
  }
  .contactus__form {
    margin-bottom: 15px;
  }
  .contactus__location {
    height: 150px;
  }
}

.feedback {
  padding: 30px 0;
}
.feedback h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.feedback__form {
  margin-bottom: 15px;
}
.feedback__list {
  height: 600px;
  position: relative;
}
.feedback__list:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 150px;
  background-image: linear-gradient(to top, #fff, transparent);
  pointer-events: none;
}
.feedback__list .swiper-container {
  height: 100%;
}
.feedback__list .swiper-slide {
  height: unset;
}
.feedback__item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.feedback__item__header h3 {
  font-size: 20px;
}
.feedback__item__header span {
  font-size: 16px;
  color: #555;
}
.feedback__item__content img {
  width: 100%;
}

@media (max-width: 768px) {
  .feedback {
    padding: 0;
  }
}

.main-footer {
  padding: 65px 0;
  position: relative;
  overflow: hidden;
}
.main-footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer__detail {
  flex: 0 0 370px;
  max-width: 370px;
}
.main-footer__detail ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-footer__detail ul li {
  margin-right: 25px;
}
.main-footer__detail ul li:last-child {
  margin-right: 0;
}
.main-footer__detail ul li a,
.main-footer__detail ul li span {
  font-size: 14px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #aeaeae;
}
.main-footer__detail ul li a i,
.main-footer__detail ul li span i {
  margin-left: 15px;
}
.main-footer__socials ul {
  display: flex;
  align-items: center;
}
.main-footer__socials ul li {
  border-right: 1px solid #aeaeae;
}
.main-footer__socials ul li:last-child {
  border-right: none;
}
.main-footer__socials ul li a {
  font-size: 19px;
  line-height: 15px;
  display: block;
  color: #aeaeae;
  margin: 0 15px;
  transition: 0.3s;
}
.main-footer__socials ul li a:hover {
  color: #7D523B;
}
.main-footer__nav {
  flex: 0 0 370px;
  max-width: 370px;
}
.main-footer__nav > ul {
  display: flex;
  align-items: center;
}
.main-footer__nav > ul > li {
  border-right: 1px solid #aeaeae;
}
.main-footer__nav > ul > li > a {
  font-size: 14px;
  line-height: 12px;
  display: block;
  color: #aeaeae;
  margin: 0 15px;
  transition: 0.3s;
}
.main-footer__nav > ul > li > a:hover {
  color: #7D523B;
}
.main-footer__nav > ul > li:first-child > a {
  margin-left: 0;
}
.main-footer__nav > ul > li:last-child {
  border-right: none;
}
.main-footer__nav > ul > li:last-child > a {
  margin-right: 0;
}
.main-footer__mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0 15px;
}
.main-footer__mobile__text {
  border: 1px solid #b0b0b0;
  flex: 0 0 calc(100% - 55px);
  max-width: calc(100% - 55px);
  padding: 4px 8px;
}
.main-footer__mobile__text ul {
  display: flex;
  flex-direction: column;
}
.main-footer__mobile__text ul li {
  line-height: 16px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.main-footer__mobile__text ul li i {
  margin-right: 5px;
  font-size: 11px;
}
.main-footer__mobile__text ul li:last-child {
  margin-bottom: 0;
}
.main-footer__mobile__text ul li a {
  display: flex;
  align-items: center;
}
.main-footer__mobile__mobile-toggle {
  flex: 0 0 45px;
  max-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer__mobile__mobile-toggle a {
  line-height: 43px;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #b0b0b0;
}
.main-footer__mobile__mobile-toggle a:before {
  content: "";
  background-color: #7D523B;
  width: 25px;
  height: 2px;
  box-shadow: 0 8px 0 #7D523B, 0 -8px 0 #7D523B;
}
.main-footer__mobile__mobile-toggle a[data-status="true"] {
  border-color: #7D523B;
  background-color: #7D523B;
}
.main-footer__mobile__mobile-toggle a[data-status="true"]:before {
  background-color: #fff;
  box-shadow: 0 8px 0 #fff, 0 -8px 0 #fff;
}
.main-footer__mobile__mobile-menu {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  background-color: #fff;
  border: 1px solid #b0b0b0;
  padding: 5px;
  z-index: 999999;
  display: none;
}
.main-footer__mobile__mobile-menu[data-status="true"] {
  display: block;
}
.main-footer__mobile__mobile-menu > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-footer__mobile__mobile-menu > ul > li {
  flex: 0 0 25%;
  max-width: 25%;
}
.main-footer__mobile__mobile-menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid transparent;
  color: #666;
}
.main-footer__mobile__mobile-menu > ul > li > a i {
  font-size: 30px;
  margin-bottom: 10px;
}
.main-footer__mobile__mobile-menu > ul > li.active > a {
  border-color: #7D523B;
  color: #7D523B;
}
.main-footer__mobile__mobile-menu__socials {
  margin-top: 10px;
  padding: 10px 5px 5px;
  border-top: 1px solid #aeaeae;
}
.main-footer__mobile__mobile-menu__socials > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer__mobile__mobile-menu__socials > ul > li {
  border-right: 1px solid #aeaeae;
}
.main-footer__mobile__mobile-menu__socials > ul > li:last-child {
  border-right: none;
}
.main-footer__mobile__mobile-menu__socials > ul > li > a {
  font-size: 19px;
  line-height: 15px;
  display: block;
  color: #aeaeae;
  margin: 0 15px;
  transition: 0.3s;
}
.main-footer__mobile__mobile-menu__socials > ul > li > a:hover {
  color: #7D523B;
}

@media (max-width: 1200px) {
  .main-footer {
    padding: 30px 0;
  }
  .main-footer__wrapper {
    flex-wrap: wrap;
  }
  .main-footer__socials {
    order: 3;
    flex: 0 0 100%;
  }
  .main-footer__socials ul {
    justify-content: center;
  }
  .main-footer__detail {
    flex: 0 0 50%;
    margin-bottom: 25px;
  }
  .main-footer__nav {
    flex: 0 0 50%;
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .main-footer {
    padding: 0;
    overflow: visible;
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
  }
  .main-footer__wrapper {
    flex-direction: column;
    display: none;
  }
  .main-footer__socials {
    margin-bottom: 15px;
  }
  .main-footer__detail {
    flex: unset;
  }
  .main-footer__nav {
    flex: unset;
  }
  .main-footer__mobile {
    display: flex;
  }
}

.client_tabs > ul {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.client_tabs > ul > li {
  margin: 0 20px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.client_tabs > ul > li.active {
  font-weight: 400;
  border-color: #7D523B;
}

.client_tabs .tab-content {
  display: none;
}
.client_tabs .tab-content.active {
  display: block;
}

.project_progresses {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}
.project_progresses:after {
  clear: both;
  content: "";
  display: table;
}
.project_progresses li {
  float: left;
  width: 25%;
  height: 4px;
  background-color: #d6d6d6;
  position: relative;
}
.project_progresses li:after {
  position: absolute;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
  content: "";
  top: -3px;
  border-radius: 5px;
  transform: scale(0);
}
.project_progresses li:last-child:after {
  display: none;
}
.project_progresses li:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  background-color: #d15db6;
  transition: 0.5s linear;
}
.project_progresses li:nth-child(2):before,
.project_progresses li:nth-child(1):after {
  transition-delay: 0.5s;
}
.project_progresses li:nth-child(3):before,
.project_progresses li:nth-child(2):after {
  transition-delay: 1s;
}
.project_progresses li:nth-child(4):before,
.project_progresses li:nth-child(3):after {
  transition-delay: 1.5s;
}
.project_progresses li.project_progress_current:after {
  width: 20px;
  height: 20px;
  border: 5px solid #d15db6;
  top: -8px;
  right: -10px;
  border-radius: 10px;
  z-index: 1;
  background-color: #d6d6d6;
  transform: scale(0);
  transition: 0.5s linear 1s;
}

.project_info_box {
  border: 1px solid #949698;
  padding: 40px 0;
  height: 100%;
  margin-bottom: 10px;
}
.project_info_box ul {
  padding-left: 20px;
}
.project_info_box ul li:after {
  clear: both;
  content: "";
  display: table;
}
.project_info_box ul li span {
  display: inline-block;
  line-height: 37px;
}
.project_info_box ul li span:first-child {
  font-weight: 600;
}

.project_info_path {
  height: 240px;
  border: 1px solid #949698;
  position: relative;
  margin-bottom: 10px;
}
.project_info_path.loaded .project_progresses li:after {
  transform: scale(1);
}
.project_info_path.loaded
  .project_progresses
  li.project_progress_active:before {
  width: 100%;
}
.project_info_path.loaded .project_progresses li.project_progress_active:after {
  background-color: #d15db6;
}
.project_info_path.loaded
  .project_progresses
  li.project_progress_current:after {
  transform: scale(1);
  background-color: #d6d6d6;
}
.project_info_path.loaded .project_info_check {
  transform: scale(1);
}
.project_info_path.loaded .project_info_text {
  transform: scale(1);
}

.project_info_check {
  display: block;
  margin: 10px auto 0;
  transform: scale(0);
  transition: 0.5s linear 1s;
}

.project_info_text {
  line-height: 52px;
  background-color: #5c5c5c;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 150px;
  width: 240px;
  margin-right: -120px;
  right: 50%;
  text-align: center;
  transform: scale(0);
  transition: 0.5s linear 1s;
}
.project_info_text:before {
  position: absolute;
  content: "";
  right: 50%;
  margin-right: -7px;
  top: -7px;
  border-bottom: 7px solid #5c5c5c;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.project_downloads {
  margin-top: 50px;
}

.project_download_item {
  margin-bottom: 10px;
}
.project_download_item a {
  min-width: 280px;
  text-align: center;
}
.project_download_item a.btn_success {
  background-color: #7D523B;
  box-shadow: unset;
  color: #fff;
}
.project_download_item a.btn_default {
  background-color: #7D523B;
  box-shadow: unset;
  color: #fff;
}

.sketch_item {
  border: 1px solid #aeaeae;
  height: 170px;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sketch_item img {
  display: block;
  margin: 0 auto 15px;
}
.sketch_item span {
  line-height: 30px;
  display: block;
  color: #231f20;
  font-weight: 400;
  font-size: 20px;
  transition: 0.3s;
}
.sketch_item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.sketch_item:hover {
  background-color: #7D523B;
  border-color: #7D523B;
}
.sketch_item:hover span {
  color: #fff;
}

.floor_title {
  color: #7D523B;
  border-bottom: 1px solid #7D523B;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.floor_list {
  padding: 15px 0;
}
.floor_list ul li {
  line-height: 40px;
  border-bottom: 1px solid #aeaeae;
  font-size: 22px;
  font-weight: 200;
  display: flex;
  cursor: pointer;
}
.floor_list ul li:last-child {
  border-bottom: none;
}
.floor_list ul li span {
  line-height: inherit;
  margin-left: auto;
}

.floor_slider .button-prev,
.floor_slider .button-next {
  position: absolute;
  left: 3px;
  top: 17px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #7D523B;
  border-left: 1px solid #7D523B;
  transform: rotate(-45deg);
  z-index: 99;
  cursor: pointer;
  opacity: 0.5;
}
.floor_slider .button-prev:hover,
.floor_slider .button-next:hover {
  opacity: 1;
}
.floor_slider .button-prev:focus,
.floor_slider .button-next:focus {
  outline: none;
}

.floor_slider .button-next {
  left: unset;
  right: 3px;
  transform: rotate(135deg);
}

.floor_slider .button-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.1;
}

.floor_slider .button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 0.1;
}

.floor_slider_pic {
  border: 1px solid #949698;
  height: 100%;
}
.floor_slider_pic .swiper-container {
  height: 100%;
}
.floor_slider_pic .swiper-slide {
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.floor_view {
  height: 450px;
  position: relative; }
.floor_view > a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 25px;
  z-index: 99;
  background-color: #a80154;
  color: #fff;
  font-size: 14px;
  padding: 0 25px; }
.floor_view > a#reportbug {
  left: 10px;
  right: unset;
  color: #fff;
  cursor: pointer; }
.floor_view a-scene,
.floor_view > img {
  height: 100%;
  width: 100%; }
.floor_view.fullscreen-view {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  height: 100vh; }
.floor_view.fullscreen-view > a {
  bottom: 200px;
  right: -28px;
  padding: 0 25px;
  transform: rotate(-90deg); }
.floor_view.fullscreen-view > a#reportbug {
  left: -41px;
  transform: rotate(90deg); }
.floor_view_box {
  height: 0px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  transition: 0.5s; }
.floor_view_box.opened {
  height: 450px; }

@media (max-width: 992px) {
  .floor_slider {
    margin-bottom: 30px;
  }
  .floor_view {
    height: 400px;
  }
  .project_info_box {
    margin-bottom: 30px;
    height: unset;
  }
  .project_info_path {
    margin-bottom: 30px;
  }
  .project_downloads {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .floor_view {
    height: 100%;
  }
  .floor_view_box.opened {
    height: 280px;
  }
}

@media (max-width: 576px) {
  .floor_view_box.opened {
    height: 200px;
  }
  .project_download_item a {
    min-width: unset;
    width: 100%;
    padding: 0 15px;
  }
  .project_info_box {
    padding: 20px 0;
  }
  .client_tabs > ul {
    margin-bottom: 30px;
  }
  .client_tabs > ul > li {
    margin: 0 5px;
  }
}

@media (max-width: 400px) {
  .client_tabs > ul {
    flex-wrap: wrap;
  }
  .client_tabs > ul > li {
    flex: 0 0 50%;
    margin: 0 0 10px;
    text-align: center;
    line-height: 35px;
  }
}

[data-direction="rtl"] {
  direction: rtl;
  text-align: right;
}
[data-direction="rtl"] .main-header__nav nav > ul > li {
  border-right: none;
  border-left: 1px solid #aeaeae;
}
[data-direction="rtl"] .main-header__nav nav > ul > li:last-child {
  border-left: none;
}
[data-direction="rtl"] .main-header__nav nav > ul > li > ul {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: unset;
}
[data-direction="rtl"] .main-header__options__lang ul li {
  border-right: none;
  padding-right: unset;
  margin-right: unset;
  border-left: 1px solid #aeaeae;
  padding-left: 10px;
  margin-left: 10px;
}
[data-direction="rtl"] .main-header__options__lang ul li:last-child {
  border-left: none;
  padding-left: unset;
  margin-left: unset;
}
[data-direction="rtl"] .main-header__options__user {
  margin-left: unset;
  margin-right: 20px;
}
[data-direction="rtl"] .main-header__mobile__logo {
  margin-left: 0;
  margin-right: 25px;
}
[data-direction="rtl"] .main-header__mobile__title ul li {
  margin-right: unset;
  margin-left: 5px;
}
[data-direction="rtl"] .main-header__mobile__title ul li:last-child {
  margin-left: unset;
}
[data-direction="rtl"] .main-header__mobile__lang {
  margin-left: unset;
  margin-right: auto;
}
[data-direction="rtl"] .main-header__mobile__lang ul li {
  border-right: none;
  padding-right: unset;
  margin-right: unset;
  border-left: 1px solid #aeaeae;
  padding-left: 10px;
  margin-left: 10px;
}
[data-direction="rtl"] .main-header__mobile__lang ul li:last-child {
  border-left: none;
  padding-left: unset;
  margin-left: unset;
}
[data-direction="rtl"] .page-header h1,
[data-direction="rtl"] .page-header h2,
[data-direction="rtl"] .page-header h3,
[data-direction="rtl"] .page-header h4,
[data-direction="rtl"] .page-header h5,
[data-direction="rtl"] .page-header h6 {
  line-height: 71px;
}
[data-direction="rtl"] .brdcrumb ul li {
  margin-right: unset;
  margin-left: 15px;
}
[data-direction="rtl"] .brdcrumb ul li:last-child {
  margin-left: unset;
}
[data-direction="rtl"] .appointment__steps {
  padding-right: unset;
  padding-left: 15px;
}
[data-direction="rtl"] .appointment__steps:before {
  position: absolute;
  top: 0;
  right: unset;
  bottom: 0px;
  left: -15px;
}
[data-direction="rtl"] .appointment__step:before {
  position: absolute;
  top: 0;
  right: unset;
  bottom: -16px;
  left: -30px;
}
[data-direction="rtl"] .appointment__wrapper {
  padding-left: unset;
  padding-right: 15px;
}
[data-direction="rtl"] .appointment__title h2 i {
  margin-right: unset;
  margin-left: 5px;
}
[data-direction="rtl"] .appointment__title > span span {
  margin-right: unset;
  margin-left: 10px;
}
[data-direction="rtl"] .appointment__desc h2 i {
  margin-right: unset;
  margin-left: 10px;
}
[data-direction="rtl"] .appointment__select-type__item label i {
  margin-right: unset;
  margin-left: 15px;
}
[data-direction="rtl"] .appointment__select-date__item label small,
[data-direction="rtl"] .appointment__select-time__item label small {
  margin-left: unset;
  margin-right: 2px;
}
[data-direction="rtl"] .appointment__summary ul li span:last-child i {
  margin-right: unset;
  margin-left: 5px;
}
[data-direction="rtl"] .appointment__form button i {
  margin-left: unset;
  margin-right: 15px;
}
[data-direction="rtl"] .appointment__btn button i {
  margin-left: unset;
  margin-right: 15px;
}
[data-direction="rtl"] .appointment__progress ul li:before {
  position: absolute;
  top: 50%;
  right: -50%;
  left: 50%;
}
[data-direction="rtl"] .appointment__progress ul li:after {
  position: absolute;
  top: 50%;
  right: 50%;
  left: unset;
}
[data-direction="rtl"] .projects__locations__popup__content {
  padding-left: unset;
  padding-right: 10px;
}
[data-direction="rtl"] .projects__filter__title h3 {
  padding-right: unset;
  padding-left: 5px;
}
[data-direction="rtl"] .projects__filter__content > ul > li > ul {
  padding-left: unset;
  padding-right: 25px;
}
[data-direction="rtl"] .projects__filter__content > ul > li > ul > li:before {
  position: absolute;
  top: 50%;
  right: -25px;
  left: unset;
}
[data-direction="rtl"] .projects__filter-toggle {
  position: fixed;
  right: 20px;
  bottom: 80px;
  left: unset;
}
[data-direction="rtl"] .project-detail__info__item__title span i {
  margin-right: unset;
  margin-left: 10px;
}
[data-direction="rtl"] .contactus__list__item__socials ul li {
  border-right: none;
  border-left: 1px solid #aeaeae;
}
[data-direction="rtl"] .contactus__list__item__socials ul li:first-child a {
  margin-left: 15px;
  margin-right: 0;
}
[data-direction="rtl"] .contactus__list__item__socials ul li:last-child {
  border-right: none;
}
[data-direction="rtl"] .contactus__list__item__socials ul li:last-child a {
  margin-right: 15px;
  margin-left: 0;
}
[data-direction="rtl"] .main-footer__detail ul li {
  margin-right: unset;
  margin-left: 25px;
}
[data-direction="rtl"] .main-footer__detail ul li:last-child {
  margin-left: 0;
}
[data-direction="rtl"] .main-footer__detail ul li a i,
[data-direction="rtl"] .main-footer__detail ul li span i {
  margin-left: unset;
  margin-right: 15px;
}
[data-direction="rtl"] .main-footer__socials ul li {
  border-right: unset;
  border-left: 1px solid #aeaeae;
}
[data-direction="rtl"] .main-footer__socials ul li:last-child {
  border-left: none;
}
[data-direction="rtl"] .main-footer__nav > ul > li {
  border-right: none;
  border-left: 1px solid #aeaeae;
}
[data-direction="rtl"] .main-footer__nav > ul > li:first-child > a {
  margin-left: 15px;
  margin-right: 0;
}
[data-direction="rtl"] .main-footer__nav > ul > li:last-child {
  border-left: none;
}
[data-direction="rtl"] .main-footer__nav > ul > li:last-child > a {
  margin-right: 15px;
  margin-left: 0;
}
[data-direction="rtl"] .main-footer__mobile__text ul li i {
  margin-right: unset;
  margin-left: 5px;
}
[data-direction="rtl"] .project_info_box ul {
  padding-left: 0;
  padding-right: 20px;
}
[data-direction="rtl"] .floor_list ul li span {
  margin-right: auto;
  margin-left: unset;
}

@media (max-width: 768px) {
  [data-direction="rtl"]
    .appointment__select
    .bootstrap-select
    > .dropdown-toggle
    span {
    margin-right: unset;
    margin-left: 5px;
  }
  [data-direction="rtl"] .projects__filter {
    position: fixed;
    right: 75px;
    bottom: 79px;
    left: 20px;
  }
}

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