html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
  margin: 0!important;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Axiforma;
  overflow-x: hidden;
}

ol,ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

a {
  text-decoration: none
}
.row{
  margin-right: calc(var(--bs-gutter-x) * 0.5)!important;
  margin-left: calc(var(--bs-gutter-x) * 0.5)!important;
}

:root,
:host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

svg:not(:root).svg-inline--fa,
svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}



/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(168 164 164); 
}


.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 0px;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}

.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}

.svg-inline--fa.fa-sm {
  vertical-align: -0.0714285705em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}

.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}

.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}

.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}

.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-counter-scale, 0.25));
  transform: scale(var(--fa-counter-scale, 0.25));
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black;
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}


.bcMPWx {
  display: flex;
  flex-direction: column;
  width: 100%
}

input {
  outline: none
}

input:focus-visible {
  outline-offset: 0px
}

.HomepageMobile__root--2CiSW {
  position: relative
}

.HeaderMobile__dark--2R5km {
  background-color: #000
}

.HeaderMobile__logoContainer--3U5_U {
  padding: 8px;
  position: fixed;
  top: 0;
  width: 100%;
  justify-content: space-between;
  z-index: 4;
  transition: all .3s linear;
  box-shadow: 0 2px 4px #00000014;
  display: flex;
  align-items: center
}

.HeaderMobile__logoContainer--3U5_U .HeaderMobile__anchor--37QUG {
  display: flex
}

.HeaderMobile__logoContainer--3U5_U .HeaderMobile__anchor--37QUG .HeaderMobile__logo--3kEZB {
  height: 39px;
  margin-left: 4px
}

.HeaderMobile__logoContainer--3U5_U .HeaderMobile__actions--2P7WU .HeaderMobile__icon--HsF4Z {
  font-family: ucglyphs;
  font-size: 16px;
  line-height: 24px;
  background-position: 50%;
  transition: all .3s;
  padding: 12px 8px;
  color: #333
}

.HomepageMobile__root--2CiSW>main {
  margin-top: 52px
}

.HeroMobile__root--GV25W {
  text-align: center;
  position: relative
}

.HeroMobile__root--GV25W .HeroMobile__heroImgContainer--3TOvR {
  height: 290px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.TemplateShimmer__hidden--1oL9u {
  opacity: 0;
  z-index: 0
}

.TemplateShimmer__shimmer--1HNwN {
  position: absolute;
  z-index: 3;
  background: #f6f7f8;
  background-image: linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: TemplateShimmer__placeholderShimmer--3ABuG;
  animation-timing-function: linear
}

.HeroMobile__root--GV25W .HeroMobile__heroImgContainer--3TOvR>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.HeroMobile__root--GV25W .HeroMobile__infoDiv--3ISuH {
  position: relative;
  height: 300px;
  padding: 16px;
  background: linear-gradient(180deg,#0000006b ,#0000006b 60%);
  z-index: 3
}

.HeroMobile__root--GV25W .HeroMobile__infoDiv--3ISuH>section {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  text-align: center;
  width: 100%
}

.HeroMobile__root--GV25W .HeroMobile__infoDiv--3ISuH>section .HeroMobile__name--3V4OJ {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4px;
  color: #bdbdbd;
  text-transform: uppercase
}

.HeroMobile__root--GV25W .HeroMobile__infoDiv--3ISuH>section>h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 12px
}

.HeroMobile__root--GV25W .HeroMobile__infoDiv--3ISuH>section>p {
  font-size: 13px;
  line-height: 1.54;
  color: #bdbdbd;
  margin-bottom: 28px
}

.HeroMobile__root--GV25W .HeroMobile__infoDiv--3ISuH>section .HeroMobile__btnRoot--3-Kyo {
  padding: 14px;
  width: 100%;
  border-radius: 4px;
  display: block;
  text-decoration: none
}

.b_s271 {
  background-color: #fff;
  border: 1px solid #212121;
  color: #212121
}

.b_e271 {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-position: 50%;
  transition: background .3s;
  outline: none
}

@media only screen and (max-width: 768px) {
  .why_expert4u__root--Vo9LS {
    padding: 10px 14px;
  }
}

@media only screen and (max-width: 768px) {
  .why_expert4u__root--Vo9LS>h2 {
    font-size:18px;
    margin-bottom: 32px
  }
}

.why_expert4u__root--Vo9LS>h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  /*margin-bottom: 36px*/
}

@media only screen and (max-width: 768px) {
  .why_expert4u__root--Vo9LS>ul>li {
    margin-bottom:32px
  }
}

.why_expert4u__root--Vo9LS>ul>li {
  display: flex;
  align-items: center;
  margin-bottom: 36px
}

@media only screen and (max-width: 768px) {
  .why_expert4u__root--Vo9LS>ul>li .why_expert4u__imgContainer--OmaLh {
    width:32px;
    height: 32px;
    margin-right: 16px
  }
}

.why_expert4u__root--Vo9LS>ul>li .why_expert4u__imgContainer--OmaLh {
  width: 40px;
  height: 72px;
  margin-right: 32px
}

.LazyLoadImage__imageContainer--3EOU_ {
  position: relative
}

.why_expert4u__root--Vo9LS>ul>li .why_expert4u__imgContainer--OmaLh>img {
  width: 50px;
  object-fit: cover
}

@media only screen and (max-width: 768px) {
  .QualityAssured__root--3_KsX {
    padding:28px 32px;
    text-align: center
  }
}

.QualityAssured__root--3_KsX {
  border-radius: 8px;
  background-color: #f5f9ff;
  padding: 48px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .QualityAssured__root--3_KsX .QualityAssured__imgContainer--3UKFc {
    width:56px;
    height: 63px;
    display: inline-block
  }
}

.QualityAssured__root--3_KsX .QualityAssured__imgContainer--3UKFc {
  width: 106px;
  height: 120px
}

.QualityAssured__root--3_KsX .QualityAssured__imgContainer--3UKFc>img {
  width: 100%;
  object-fit: cover
}

@media only screen and (max-width: 768px) {
  .QualityAssured__root--3_KsX .QualityAssured__heading--3DL-2 {
    font-size:18px;
    margin-bottom: 8px;
    margin-top: 28px
  }
}

.QualityAssured__root--3_KsX .QualityAssured__heading--3DL-2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin-bottom: 12px;
  margin-top: 36px
}

@media only screen and (max-width: 768px) {
  .QualityAssured__root--3_KsX .QualityAssured__desc--10wnp {
    font-size:13px
  }
}

@media only screen and (max-width: 768px) {
  .Footer__root--2zS6M {
    width:100%
  }
}

.Footer__root--2zS6M {
  background: #000;
  z-index: 3;
  position: relative
}

@media only screen and (max-width: 768px) {
  .Footer__root--2zS6M .Footer__basicFooter--5r3wL {
    width:100%
  }
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto
}

@media only screen and (max-width: 768px) {
  .Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow1--1vBy2 {
    padding:16px
  }
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow1--1vBy2 {
  padding: 24px 25px 8px;
  font-size: 14px
}

@media only screen and (max-width: 768px) {
  .Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow1--1vBy2>ul {
    flex-wrap:wrap
  }
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow1--1vBy2>ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

@media only screen and (max-width: 768px) {
  .Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow1--1vBy2>ul>li {
    font-size:14px;
    margin: 8px 16px 8px 0
  }
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow1--1vBy2>ul>li {
  margin-right: 28px;
  margin-bottom: 16px;
  opacity: .8;
  transition: opacity .2s
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow1--1vBy2>ul>li a {
  color: #fff
}

@media only screen and (max-width: 768px) {
  .Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW {
    padding:24px 16px;
    flex-direction: column-reverse
  }
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW {
  display: flex;
  align-items: center;
  border-top: 1px solid #424242;
  justify-content: space-between;
  padding: 18px 0
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__brandWrapper--2WL5E {
  display: flex;
  align-items: center
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__brandWrapper--2WL5E .Footer__logoContainer--3-NHi {
  display: flex;
  align-items: center;
  opacity: .8;
  transition: opacity .2s
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__brandWrapper--2WL5E .Footer__logoContainer--3-NHi .Footer__logoImgContainer--3vbJB {
  width: 150px;
  height: auto;
  overflow: hidden
}

.LazyLoadImage__imageContainer--3EOU_ {
  position: relative
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__brandWrapper--2WL5E .Footer__logoContainer--3-NHi .Footer__logoImgContainer--3vbJB img {
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 768px) {
  .Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__brandWrapper--2WL5E .Footer__companyName--1bFdA {
    line-height:16px;
    text-align: right;
    margin-left: 50px
  }
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__brandWrapper--2WL5E .Footer__companyName--1bFdA {
  color: #fff;
  margin-left: 16px;
  font-size: 12px;
  opacity: .8;
  transition: opacity .2s
}

@media only screen and (max-width: 768px) {
  .Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__socialLinksWrapperr--3yZ9e {
    margin-bottom:16px;
    margin-top: 22px
  }
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__socialLinksWrapperr--3yZ9e {
  display: flex;
  align-items: center
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__socialLinksWrapperr--3yZ9e>li {
  margin-right: 16px;
  opacity: .8;
  transition: opacity .2s
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__socialLinksWrapperr--3yZ9e>li>a {
  color: #fff
}

.Footer__root--2zS6M .Footer__basicFooter--5r3wL .Footer__basicRow3--21exW .Footer__socialLinksWrapperr--3yZ9e>li>a .Footer__linkContainer--3zB2k {
  font-size: 20px
}

.MobileStaticHeader__mainContainer--32nyt {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.MobileStaticHeader__ucLogoContainer--3nzSc {
  width: 114px;
  height: 36px;
  margin: 0 16px
}

.MobileStaticHeader__ucLogoImage--Y2s7T {
  height: 100%;
  width: 100%
}

.AppHyperlinkButton__mainContainer--3TkiR {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 13px;
  position: static;
  width: 51px;
  height: 20px;
  left: 0;
  top: 0;
  background: #000;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0 16px;
  display: none
}

.AppHyperlinkButton__content--2cYIo {
  height: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}

.CityMobile__categorySearch--8JqFM {
  padding: 16px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10
}

.CategorySearch__categorySelectorContainer--3xmKA {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 5px 12px;
  flex: 1;
  display: flex;
  align-items: center;
  color: #9e9a9a
}

.CategorySearch__categorySelectorContainer--3xmKA .CategorySearch__searchIcon--1oRSm {
  font-family: ucglyphs;
  font-size: 18px;
  line-height: 18px;
  padding: 3px;
  width: 25px;
  height: 25px;
  display: flex
}

.BasePreviewComponent__firstContainer--3vgBI {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  padding: 28px 0
}

.Carousel__container--2tD3j {
  overflow: hidden;
  height: 148px
}

.Carousel__container--2tD3j .Carousel__containerToHideScroll--2Bpws {
  height: 120%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative
}

.Carousel__container--2tD3j .Carousel__containerToHideScroll--2Bpws .Carousel__content--vudRZ {
  white-space: nowrap;
  height: 100%
}

.Carousel__container--2tD3j .Carousel__containerToHideScroll--2Bpws .Carousel__content--vudRZ {

  padding-left: 16px;
  padding-right: 16px;
}

.Carousel__container--2tD3j .Carousel__containerToHideScroll--2Bpws .Carousel__content--vudRZ .Carousel__imageContainer--1VXqx {
  /*width: 248px;*/
  height: 148px;
  display: inline-block;
  /*margin: 0 8px;*/
  border-radius: 4px;
  overflow: hidden;
}

.TemplateShimmer__shimmerWrapper--Py2CJ {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity .5s ease-in-out
}

.Carousel__container--2tD3j .Carousel__containerToHideScroll--2Bpws .Carousel__content--vudRZ .Carousel__image--1ZJv_,.Carousel__container--2tD3j .Carousel__containerToHideScroll--2Bpws .Carousel__content--vudRZ .Carousel__walletPlaceholder--2u6ub {
  /*width: 100%;*/
  height: 100%;
  /*object-fit: contain;*/
}

.BaseTemplate__container--1VC0o {
  width: 100%;
  /*height: 100%;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center
}

.BasePreviewComponent__container--2lXBU {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  border-top: 16px solid #f2f4f6;
  padding: 28px 0
}

.BaseTemplate__fixPadding--37Qto {
  padding: 16px 0!important
}

.Grid__container--bAMDY {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff
}

.Grid__container--bAMDY .Grid__row--2MQSB:first-child {
  margin-top: 0
}

.Grid__container--bAMDY .Grid__row--2MQSB {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  padding: 0 8px
}

.Grid__container--bAMDY .Grid__row--2MQSB .Grid__item--2oqFd {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 0 auto;
  padding: 4px;
  /*width: 33.3333%;*/
  /*max-width: 33.3333%*/
}

.Grid__container--bAMDY .Grid__row--2MQSB .Grid__item--2oqFd .Grid__imageContainer--1uB2p {
  width: 32px;
  height: 32px
}

.LazyLoadImage__imageContainer--3EOU_ {
  position: relative
}

.Grid__container--bAMDY .Grid__row--2MQSB .Grid__item--2oqFd .Grid__image--1v6xH {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.Grid__container--bAMDY .Grid__row--2MQSB .Grid__item--2oqFd .Grid__text--RP6mN {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  line-height: 16px;
  color: #212121;
  text-align: center
}

.Header__container--2zZ7X {
  padding: 16px 16px
}

.Header__heading--3ourC {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #212121
}

.Header__container--2zZ7X .Header__label--rBoWG {
  display: block;
  color: #757575;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 20px
}

.Header__container--2zZ7X .Header__heading--3ourC:first-letter {
  text-transform: uppercase
}

.CategoryCollection__container--erYf0 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff
}

.CategoryCollection__container--erYf0 .CategoryCollection__row--2jQuH:first-child {
  margin-top: 0
}

.CategoryCollection__container--erYf0 .CategoryCollection__row--2jQuH {
  display: flex;
  flex-direction: row;
  margin-top: 8px
}

.CategoryCollection__container--erYf0 .CategoryCollection__row--2jQuH:first-child .CategoryCollection__item--bnBMy {
  padding-top: 0!important
}

.CategoryCollection__container--erYf0 .CategoryCollection__row--2jQuH .CategoryCollection__item--bnBMy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 8px
}

.CategoryCollection__container--erYf0 .CategoryCollection__row--2jQuH .CategoryCollection__item--bnBMy .CategoryCollection__imageContainer--3dwae {
  width: 100%;
  height: 104px
}

.CategoryCollection__container--erYf0 .CategoryCollection__row--2jQuH .CategoryCollection__item--bnBMy .CategoryCollection__imageClass--1y-Ci {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px
}

.CategoryCollection__container--erYf0 .CategoryCollection__row--2jQuH .CategoryCollection__item--bnBMy .CategoryCollection__title--1oPsP {
  display: inline-block;
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #212121
}

.Footer__container--2N9C7 {
  padding: 28px 16px;
  display: flex
}

.Footer__container--2N9C7 .Footer__button--3rjUX {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgb(200,208,255);
  color: #304ffe;
  background-color: #f7f8ff
}

.BasePreviewComponent__container--2lXBU {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  border-top: 0px solid #f2f4f6;
  padding: 28px 0
}

.BaseTemplate__removePadding--5aogu {
  padding: 0!important
}

.Image__container--3rWty {
  width: 100%
}

.LazyLoadImage__imageContainer--3EOU_ {
  position: relative
}

.Image__container--3rWty .Image__image--r_iT2 {
  width: 100%;
  vertical-align: top
}

.BottomNavBar__bottomNavBarContainer--1sYAo {
  height: 44px;
  background: #fff;
  box-shadow: 0 -2px 8px #00000029;
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 3;
  transition: transform .3s ease-out;
  transform: translateY(0)
}

.BottomNavBar__bottomNavBarContainer--1sYAo .BottomNavBar__equallySpacedContainer--1kx0D {
  flex: 1;
  display: flex
}

.BottomNavBar__bottomNavBarContainer--1sYAo .BottomNavBar__equallySpacedContainer--1kx0D>div {
  width: 100%
}

.b_e36c {
  position: relative;
  overflow: hidden;
  display: inline-block
}

.LinkComponent__linkContainer--whr6D {
  flex: 1;
  display: flex;
  padding-top: 3px;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.LinkComponent__linkContainer--whr6D .LinkComponent__iconClass--2ql5s {
  color: #bdbdbd;
  font-size: 24px
}

.Icon__glyphIcon--dWogm {
  font-family: ucglyphs
}

.LinkComponent__isActive--2LseU .LinkComponent__iconClass--2ql5s,.LinkComponent__isActive--2LseU .LinkComponent__label--WjFG1 {
  color: #000
}

.LinkComponent__linkContainer--whr6D .LinkComponent__label--WjFG1 {
  line-height: 16px;
  font-size: 11px;
  color: #9e9e9e;
  margin: 0
}

.HeaderDesktop__darkRoot--2d3hS {
  background: #000!important;
  color: #fff!important;
  box-shadow: none!important
}

.HeaderDesktop__root--2XFxs {
  color: #fff;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  border: 0;
  background: #fff;
  box-shadow: inset 0 -1px #ebebebf5;
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
  transition: transform .2s ease-in;
  position: fixed;
  font-family: axiforma-regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  z-index: 4;
  display: flex;
  align-items: center;
  transform: translateY(0)
}

.HeaderDesktop__root--2XFxs .HeaderDesktop__container--1muK7 {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  height: 39px;
  display: flex;
  flex-direction: row
}

.HeaderDesktop__root--2XFxs .HeaderDesktop__container--1muK7 .HeaderDesktop__brand--1EvAX {
  font-size: 1.9em;
  float: left;
  height: 100%;
  width: 300px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center
}

.HeaderDesktop__root--2XFxs .HeaderDesktop__container--1muK7 .HeaderDesktop__brand--1EvAX .HeaderDesktop__brandTxtImage--37CHZ {
  height: 100%
}

.HeaderDesktop__root--2XFxs .HeaderDesktop__container--1muK7 .HeaderDesktop__Menu--2i9CE {
  height: 100%;
  margin-left: 32px;
  display: flex;
  flex: 1
}

.HeaderDesktop__root--2XFxs .HeaderDesktop__container--1muK7 .HeaderDesktop__Menu--2i9CE .HeaderDesktop__items--wWc0N {
  margin: 0;
  padding: 0;
  height: 100%;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: flex-end
}

.HeaderDesktop__root--2XFxs .HeaderDesktop__container--1muK7 .HeaderDesktop__Menu--2i9CE .HeaderDesktop__items--wWc0N li {
  text-transform: capitalize;
  margin-right: 32px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
  font-weight: 700;
  flex-shrink: 0;
  display: flex;
  align-items: center
}

.HeaderDesktop__root--2XFxs .HeaderDesktop__container--1muK7 .HeaderDesktop__Menu--2i9CE .HeaderDesktop__items--wWc0N li a {
  letter-spacing: 0;
  height: 100%;
  display: flex;
  align-items: center
}

.HeaderDesktop__darkRoot--2d3hS .HeaderDesktop__AuthBtn--2jmZn,.HeaderDesktop__darkRoot--2d3hS a,.HeaderDesktop__darkRoot--2d3hS li {
  color: #fff!important
}

.r-184en5c {
  z-index: 1
}

.e4u-round {
  border-radius: 50px
}

.css-1dbjc4n {
  -webkit-box-align: stretch;
  align-items: stretch;
  border: 0px solid black;
  box-sizing: border-box;
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0;
  min-height: 0px;
  min-width: 0px;
  padding: 0;
  position: relative;
  z-index: 0
}

.r-6koalj {
  display: flex
}

.r-1i6wzkk {
  transition-property: opacity
}

.r-1awozwy {
  align-items: center
}

.r-13qz1uu {
  width: 100%
}

.r-5njf8e {
  padding-bottom: 8px;
  padding-top: 8px
}

.r-ymttw5 {
  padding-left: 16px;
  padding-right: 16px
}

.r-1acpoxo {
  width: 36px
}

.r-1r8g8re {
  height: 36px
}

.r-1otgn73 {
  touch-action: manipulation
}

.r-1yadl64 {
  border-width: 0px
}

.r-1phboty {
  border-style: solid
}

.r-z2wwpe {
  border-radius: 4px
}

.r-1xc7w19 {
  border-color: #000
}

.r-417010 {
  z-index: 0
}

.r-1mlwlqe {
  flex-basis: auto
}

.r-1pi2tsx {
  height: 100%
}

.r-1udh08x {
  overflow: hidden
}

.r-ehq7j7 {
  background-size: contain
}

.r-1wyyakw {
  z-index: -1
}

.r-u6sd8q {
  background-repeat: no-repeat
}

.r-vvn4in {
  background-position: center center
}

.r-u8s1d {
  position: absolute
}

.r-ipm5af {
  top: 0px
}

.r-zchlnj {
  right: 0px
}

.r-1d2f490 {
  left: 0px
}

.r-1niwhzg {
  background-color: #0000
}

.css-9pa8cd {
  inset: 0px;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: -1
}

.r-1janqcz {
  width: 16px
}

.r-10ptun7 {
  height: 16px
}

.r-1777fci {
  justify-content: center
}

.r-1habvwh {
  align-items: flex-start
}

.r-eqz5dr {
  flex-direction: column
}

.r-3twk1y {
  text-transform: none
}

.r-13wfysu {
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}

.r-fdjqy7 {
  text-align: left
}

.css-cens5h {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.css-901oao {
  border: 0px solid black;
  box-sizing: border-box;
  color: #000;
  display: inline;
  font: 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  overflow-wrap: break-word
}

.r-10g5efv {
  width: 4px
}

.r-hdaws3 {
  height: 4px
}

.r-rjfia {
  padding-bottom: 0;
  padding-top: 0
}

.r-mk0yit {
  padding-left: 0;
  padding-right: 0
}

.r-11wrixw {
  margin-left: 0
}

.r-1mnahxq {
  margin-top: 0
}

.r-1loqt21 {
  cursor: pointer
}

.r-lrvibr {
  -webkit-user-select: none;
  user-select: none
}

.r-iyfy8q {
  width: auto
}

.r-18u37iz {
  flex-direction: row
}

.r-1jg9483 {
  width: 8px
}

.r-3da1kt {
  height: 8px
}

.r-17gur6a {
  border-radius: 0
}

.r-15651gt {
  transform: scaleX(1)
}

.r-19wmn03 {
  width: 20px
}

.r-z80fyv {
  height: 20px
}

.r-1jkjb {
  margin-left: 8px
}

.r-1w2pmg {
  height: 0px
}

.r-qklmqi {
  border-bottom-width: 1px
}

.r-wh77r2 {
  border-color: #e3e3e3
}

.r-14lw9ot {
  background-color: #fff
}

.r-1f1sjgu {
  padding-bottom: 12px;
  padding-top: 12px
}

.r-1wbh5a2 {
  flex-shrink: 1
}

.r-16y2uox {
  flex-grow: 1
}

.r-1iusvr4 {
  flex-basis: 0px
}

.r-1pn2ns4 {
  padding-left: 8px;
  padding-right: 8px
}

.r-1blnp2b {
  width: 72px
}

.r-wy61xf {
  height: 72px
}

.r-lrsllp {
  width: 24px
}

.r-1472mwg {
  height: 24px
}

.r-1xfd6ze {
  border-radius: 5px
}

.r-1p0dtai {
  bottom: 0px
}

.r-knv0ih {
  margin-top: 8px
}

.r-1cwl3u0 {
  line-height: 16px
}

.r-1enofrn {
  font-size: 13px
}

.r-1no09lo {
  margin-top: 28px
}

.r-16dba41 {
  font-weight: 400
}

.r-1ej5qbt {
  font-family: os_regular
}

.r-3r3w86 {
  border-bottom-width: 8px
}

.r-1yav64w {
  border-color: #f5f5f5
}

.r-1h2t8mc {
  width: 0px
}

.r-1wtj0ep {
  justify-content: space-between
}

.r-1yvhtrz {
  width: 32px
}

.r-mabqd8 {
  height: 32px
}

.r-1d078v9 {
  height: 285.75px
}

.HeaderStory__parentClass--1NPwo,.LottieComponent__lottieParent--1bMtz,.Video__placeholderImage--Vj_fv,.Video__video--2ruZt {
  height: 100%;
  width: 100%
}

.Video__video--2ruZt {
  position: absolute;
  z-index: 10;
  object-fit: fill
}

.Video__mute--1gncR {
  position: absolute;
  bottom: 15%;
  right: 5%;
  z-index: 10
}

.Video__parentDiv--3wSe4 {
  height: 3%;
  width: 90%;
  border-radius: 40px;
  background-color: #fff6;
  position: absolute;
  display: flex;
  align-self: center;
  bottom: 10px;
  overflow: hidden
}

.Video__childDiv--3Bj9T {
  height: 100%;
  background-color: #fff;
  border-radius: 40px;
  text-align: right;
  width: 100%;
  transform-origin: center left
}

.Video__loader--14ecu {
  display: none;
  position: absolute;
  height: 100%;
  align-self: center;
  width: 30%
}

.r-16eto9q {
  width: 12px
}

.r-tbmifm {
  height: 12px
}

.r-1f529hi {
  line-height: 14px
}

.r-10x49cs {
  font-size: 10px
}

.r-1h0z5md {
  justify-content: flex-start
}

.r-1hvjb8t {
  padding-right: 4px
}

.r-k200y {
  align-self: flex-start
}

.r-ogrl0h {
  color: #545454
}

.css-16my406 {
  color: inherit;
  font: inherit;
  white-space: inherit
}

.r-zyhucb {
  color: #757575
}

.r-14eup4l {
  top: 3px
}

.r-1pyaxff {
  padding-right: 8px
}

.r-1h8ys4a {
  padding-top: 4px
}

.r-puj83k {
  padding-left: 24px
}

.r-1wzrnnt {
  margin-top: 16px
}

.r-1glkqn6 {
  width: 80px
}

.r-2b7s6r {
  box-shadow: #0f0f0f0f 0 4px 8px
}

.r-aci1zz {
  border-color: #ededed
}

.r-rs99b7 {
  border-width: 1px
}

.r-633pao {
  pointer-events: none!important
}

.r-15zivkp {
  margin-bottom: 4px
}

.r-1qortcd {
  padding-right: 6px
}

.r-gtt5ci {
  padding-right: 48px
}

.r-gtt5cil {
  padding-left: 48px
}

.r-1qhn6m8 {
  padding-left: 16px
}

.r-1yzf0co {
  padding-bottom: 16px;
  padding-top: 16px
}

.r-1ifxtd0 {
  margin-bottom: 16px
}

.r-1xl152i {
  left: 156.5px
}

.r-1g124sq {
  z-index: 15
}

.r-1gwld19 {
  min-width: 100px
}

.r-adacv {
  min-height: 64px
}

.r-sga3zk {
  height: 64px
}

.r-5kkj8d {
  border-top-width: 1px
}

.r-mhe3cw {
  z-index: 10
}

.r-6bmjti {
  box-shadow: #0f0f0f14 0 -4px 20px
}

.r-5njf8e {
  padding-bottom: 8px;
  padding-top: 8px
}

.r-13awgt0 {
  flex: 1 1 0%
}

.r-1oszu61 {
  align-items: stretch
}

.r-pdoynf {
  background-color: #cb0101!important
}

.r-h3s6tt {
  height: 35px
}

.r-23eiwj {
  padding-bottom: 14px;
  padding-top: 14px
}

.r-37js3p {
  width: 156px
}

.r-1vj9u4n {
  background-color: #f5f2fd
}

.r-19tjxh9 {
  width: 26px
}

.r-1g7fiml {
  height: 30px
}

.r-1vznrp2 {
  border-top-left-radius: 8px
}

.r-5qlx7g {
  border-bottom-left-radius: 8px
}

.r-135wba7 {
  line-height: 24px
}

.r-1kfrs79 {
  font-weight: 600
}

.r-ubezar {
  font-size: 16px
}

.r-144iecu {
  font-family: os_semi_bold
}

.r-1qimiim {
  color: #0f0f0f
}

.r-cb25cm {
  background-color: #eee;
}

.r-1h4fu65 {
  padding-bottom: 24px;
  padding-top: 24px
}

.r-buy8e9 {
  overflow-y: hidden
}

.r-lltvgl {
  overflow-x: auto
}

.r-1sncvnh {
  transform: translateZ(0)
}

.r-1xy5wl5 {
  width: 128px
}

.r-ss4zfz {
  height: 260px
}

.r-oebo59 {
  height: 128px
}

.r-11mg6pl {
  border-color: #fff
}

.r-4gszlv {
  background-size: cover
}

.r-ttdzmv {
  padding-top: 12px
}

.r-1ljj7th {
  height: 132px
}

.r-1l7z4oj {
  padding-bottom: 16px
}

.r-1e081e0 {
  padding-left: 12px;
  padding-right: 12px
}

.r-rjixqe {
  line-height: 20px
}

.r-y02dxe {
  background-color: #ebf8ff
}

.modal.left .modal-dialog,.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  transform: translateZ(0)
}

.modal.left .modal-content,.modal.right .modal-content {
  height: 100%;
  overflow-y: auto
}

.modal.left .modal-body,.modal.right .modal-body {
  padding: 15px 15px 80px
}

.modal.left.fade .modal-dialog {
  left: 0;
  transition: opacity .3s linear,left .3s ease-out
}

.modal.left.fade.in .modal-dialog {
  left: 0
}

.modal.right.fade .modal-dialog {
  right: 0px;
  transition: opacity .3s linear,right .3s ease-out
}

.modal.right.fade.in .modal-dialog {
  right: 0
}

.modal-content {
  border-radius: 0;
  border: none
}

.modal-header {
  border-bottom-color: #eee;
  background-color: #fafafa
}

.SideMenu__sideMenuContainer--12Sr7 {
  height: 100%;
  overflow-y: scroll
}

.SideMenu__sideMenuContainer--12Sr7 .SideMenu__myBookings--SBGI9 {
  border-bottom: 1px solid #d4d4d4
}

.SideMenu__sideMenuContainer--12Sr7 .SideMenu__loginOrUserNameLink--2gIGv,.SideMenu__sideMenuContainer--12Sr7 .SideMenu__myBookings--SBGI9 {
  padding-bottom: 16px;
  text-transform: capitalize;
  font-size: 16px;
  color: #242424
}

.SideMenu__sideMenuContainer--12Sr7>li a {
  background-position: 50%;
  transition: all .3s;
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #646464
}


.r-15282we {
  background-color: #ededed
}

.r-r0h9e2 {
  margin-bottom: 0;
  margin-top: 0
}

.r-mvpalk {
  margin-left: 0;
  margin-right: 0
}

.r-88pszg {
  margin-right: 16px
}

.r-1ow6zhx {
  margin-left: 16px
}

.r-1s5nyi {
  height: 84px
}

.r-7a29px {
  width: 64px
}

.r-eu75d2 {
  border-color: #572ac8
}

.r-kzbkwu {
  padding-bottom: 12px
}

@media only screen and (max-width: 768px) {
  .About__root--2Pc3I {
    margin:0;
    padding-top: 52px
  }
}

.About__root--2Pc3I {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  background-color: #f7f8fa;
  text-align: center
}

@media only screen and (max-width: 768px) {
  .StaticHero__heroRoot--2I0P4 {
    padding:24px 16px;
    border-bottom: 0 solid #eee
  }
}

.StaticHero__heroRoot--2I0P4 {
  margin: 0;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  border-bottom: 1px solid #eee
}

@media only screen and (max-width: 768px) {
  .About__root--2Pc3I .About__aboutContainer--3Iz1x {
    width:100%;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 24px 16px;
    text-align: center
  }
}

.About__root--2Pc3I .About__aboutContainer--3Iz1x {
  color: #424242;
  font-weight: 400;
  font-size: 14px;
  padding: 32px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  margin: 6px auto;
  text-align: left
}

.About__root--2Pc3I .About__aboutContainer--3Iz1x .About__aboutSection--3gKk1 {
  margin-bottom: 48px
}

@media only screen and (max-width: 768px) {
  .About__root--2Pc3I h2 {
    font-weight:500;
    font-size: 20px
  }
}

.About__root--2Pc3I h2 {
  margin: 0 0 12px;
  text-align: CENTER;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: #222
}

.About__root--2Pc3I p {
  margin: 24px 0 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #555;
  text-align: justify
}

.About__aboutSection--3gKk1 ul {
  list-style-type: disc
}

.About__aboutSection--3gKk1 ul li {
  margin: 24px 0 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #555;
  text-align: justify
}

.subcategory_head {
  background: rgb(245,245,245);
  text-align: center;
  vertical-align: middle;
  height: 39px
}

.r-7bouqp {
  width: 96px
}

.r-ar5de {
  height: 112px
}

.r-1njcn02 {
  height: 96px
}

.r-95jzfe {
  padding-top: 16px
}

.r-i023vh {
  padding-right: 16px
}

.r-v4u9kv {
  border-color: #f6f6f6
}

.r-hbpseb {
  line-height: 22px
}

.r-13wqycb {
  font-family: axiforma-bold
}

.r-19ic4t9 {
  color: #252525
}

.r-1bymd8e {
  margin-top: 2px
}

.r-14yzgew {
  line-height: 18px
}

.r-14fxs6t {
  font-family: axiforma-regular
}

.r-m2pi6t {
  padding-left: 4px
}

.r-iphfwy {
  padding-bottom: 4px
}

.r-gwogy6 {
  background-color: #e9f4e9
}

.r-1jkafct {
  border-radius: 2px
}

.r-q4m81j {
  text-align: center
}

.r-1gkfh8e {
  font-size: 11px
}

.r-1mqb8jy {
  color: #228d27
}

.r-p60w5h {
  color: #dd0017
}

.r-1rbk7or {
  background-color: #fdf3f4
}

.r-bnwqim {
  position: relative
}

.r-14gqq1x {
  margin-top: 4px
}

.r-61z16t {
  margin-right: 0
}

.r-1b43r93 {
  font-size: 14px
}

.r-op4f77 {
  color: #212121
}

.r-1kb76zh {
  margin-right: 8px
}

.r-usgzl9 {
  width: 44px
}

.r-j2kj52 {
  padding-right: 12px
}

.r-f727ji {
  padding-left: 12px
}

.r-1ugchlj {
  height: 44px
}

.r-16uyjmq {
  border-radius: 22px
}

.r-uqljrb {
  border-color: #c5b4f5
}

.hABbXA {
  font-family: rnfonts;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 16px;
  color: #6e42e5
}

.r-1kwc5py {
  background-color: #ebf8ff
}

.r-19z077z {
  touch-action: none
}

.r-11yh6sk {
  overflow-x: hidden
}

.r-top-fix {
  position: fixed;
  width: 100%;
  z-index: 5;
  box-shadow: #0f0f0f0f 0 4px 12px;
  background: #fff
}

.css-11aywtz {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border-radius: 0;
  border: 0px solid black;
  box-sizing: border-box;
  font: 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  resize: none
}

@media only screen and (max-width: 768px) {
  .EditProfile__editProfileContainer--2U9CD {
    height:calc(100% - 55px);
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

@media only screen and (max-width: 768px) {
  .EditProfile__root--g4MNr {
    padding:0;
    background: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.EditProfile__root--g4MNr {
  text-align: center;
  padding: 83px 0 30px;
  background-color: #fff
}

@media only screen and (max-width: 768px) {
  .EditProfile__root--g4MNr>h1 {
    margin:0 0 30px;
    text-align: center;
    font-size: 26px;
    font-weight: 600
  }
}

.EditProfile__root--g4MNr>h1 {
  margin: 0 0 48px
}

@media only screen and (max-width: 768px) {
  .EditProfile__root--g4MNr .EditProfile__formWrapper--1ZDIZ {
    width:100%;
    border-radius: 0;
    padding: 24px
  }
}

.EditProfile__root--g4MNr .EditProfile__formWrapper--1ZDIZ {
  text-align: center;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 32px 24px
}

.EditProfile__root--g4MNr .EditProfile__formWrapper--1ZDIZ .EditProfile__fieldWrapper--1Xe7Y {
  margin-bottom: 24px
}

.EditProfile__root--g4MNr .EditProfile__formWrapper--1ZDIZ .EditProfile__inputNameContainer--1evtK {
  padding: 8px 16px!important
}

.b_e277 {
  border: 1px solid #eee;
  border-radius: 4px;
  display: flex;
  padding: 12px 16px;
  align-items: center
}

.b_e277 .b_m277 {
  width: 80px;
  height: 32px;
  border: 1px solid #212121;
  font-size: 14px
}

.b_ebea {
  width: 100px;
  height: 40px;
  border: 1px solid #212121;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2
}

button,input,optgroup,select,textarea {
  font: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

.EditProfile__root--g4MNr .EditProfile__formWrapper--1ZDIZ .EditProfile__inputNameContainer--1evtK label {
  z-index: 2
}

.b_e277 .b_o277 {
  font-size: 14px;
  line-height: 34px;
  vertical-align: top
}

.b_kbea {
  font-weight: 700;
  color: #fff;
  transition: .15s ease-out
}

.b_gbea {
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  width: 50%;
  height: 100%;
  line-height: 40px
}

.b_ebea,.b_gbea {
  position: relative;
  display: inline-block
}

.b_ibea {
  display: none
}

button,input {
  overflow: visible
}

input {
  border: none;
  outline: 0
}

.b_e277 .b_g277 {
  border: none;
  display: flex;
  vertical-align: top
}

.b_e8d2 {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all .1s;
  flex: 1
}

.b_e277 .b_i277 {
  border: none;
  color: #212121;
  padding-left: 12px;
  font-size: 16px
}

.b_k8d2 {
  font-size: 18px;
  padding: 13px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575
}

.b_k8d2:focus~.b_m8d2,.b_k8d2:valid~.b_m8d2 {
  top: 4px;
  transform: none;
  font-size: 12px;
  color: #999
}

.b_e277 .b_k277 {
  left: 12px
}

.b_m8d2 {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s ease
}

.EditProfile__root--g4MNr .EditProfile__formWrapper--1ZDIZ .EditProfile__inputFieldClass--23_PC {
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 4px
}

.InputPhone__container--CSXMf .InputPhone__dropdownRootClass--1V5bQ {
  width: 110px;
  display: inline-block
}

.b_e978 .b_g978 {
  cursor: pointer;
  border: 1px solid #eee;
  position: relative
}

.InputPhone__container--CSXMf .InputPhone__dropdownSelectedDivClass--1ukEK {
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-right: 1px solid #e2e2e2;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width: 768px) {
  .b_q271:hover {
    background:rgba(0,0,0,.8) radial-gradient(circle,transparent 1%,hsla(0,0%,60.8%,.2) 0) 50%/15000%
  }
}

.b_q271:hover {
  background: rgba(0,0,0,.8) radial-gradient(circle,transparent 1%,rgba(0,0,0,.8) 0) 50%/15000%
}

@media only screen and (max-width: 768px) {
  .EditProfile__saveButton--2_HS5 {
    position:relative;
    cursor: pointer;
    overflow: hidden;
    background-position: 50%;
    transition: background .3s;
    outline: none;
    margin: 0 24px;
    width: auto;
    border-radius: 4px;
    height: 48px
  }
}
.EditProfile__saveButton--2_HS5 {
    position:relative;
    cursor: pointer;
    overflow: hidden;
    background-position: 50%;
    transition: background .3s;
    outline: none;
    margin: 0 24px;
    width: auto;
    border-radius: 4px;
    height: 48px
  } 

.b_q271 {
  background-color: #cb0101;
  border: 1px solid #cb0101;
  color: #fff
}

.EditProfile__logoutButton--2uySp {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
  color: #de6945;
  font-weight: 500
}

.b_e519 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #000000b3;
  transition-property: opacity;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: b_g519;
  z-index: 10
}

.b_s519 {
  animation-name: b_u519;
  right: 0;
  transform: translate(100%)
}

.b_i519 {
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.41,.45,.43,.88);
  will-change: transform;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  overflow: hidden
}

@media only screen and (max-width: 768px) {
  .AuthBox__rootClass--r14zX {
    height:100%;
    width: 100%
  }
}

.AuthBox__rootClass--r14zX {
  height: 500px;
  width: 600px
}

.AuthBox__baseClass--3GT-f {
  position: relative;
  border: none;
  max-height: 100%!important
}

.UCModal__modalWrapper--2JkgK {
  position: relative;
  height: 100%;
  width: 100%
}

.AuthWrapper__enableScroll--3UFGy {
  overflow: auto
}

.AuthWrapper__root--1YJH2 {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden
}

.Auth__authWrapper--1UpSo {
  position: relative;
  height: 100%;
  width: 100%
}

.SlideView__bringInView--2oB7b {
  transform: translate(0)
}

.SlideView__slideContainer--2DBYX {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translate(100%);
  transition: transform .3s
}

.AuthScreen__container--3y9E7 {
  /*width: 100%;*/
  color: #212121;
  display: flex;
  flex-direction: column;
  height: 100%;
  /*position: fixed;*/
  top: 0;
  align-items: center;
}

.AuthScreen__container--3y9E7 .AuthScreen__header--9JJh6 {
  height: 56px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 16px
}

@media (max-width: 768px) {
  .AuthScreen__container--3y9E7 .AuthScreen__header--9JJh6 .AuthScreen__title--2xr1u {
    text-align:center
  }
}

.AuthScreen__container--3y9E7 .AuthScreen__header--9JJh6 .AuthScreen__title--2xr1u {
  line-height: 3;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  margin-left: 16px;
  position: relative;
  top: 1px;
  flex: 1
}

@media screen and (max-width: 768px) {
  .AuthScreen__container--3y9E7 .AuthScreen__authForm--3KBfP {
    padding:32px 16px
  }
}

.AuthScreen__container--3y9E7 .AuthScreen__authForm--3KBfP {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  overflow: auto
}

@media only screen and (max-width: 768px) {
  .AuthBox__rootClass--r14zX * {
    box-sizing:border-box
  }
}

.AuthScreen__container--3y9E7 .AuthScreen__baseForm--LJzcZ .AuthScreen__fieldContainer--1UUmP {
  position: relative
}

.AuthScreen__container--3y9E7 .AuthScreen__baseForm--LJzcZ .AuthScreen__phoneContainerClass--3dIPd {
  width: 100%
}

.InputPhone__container--CSXMf {
  display: flex;
  border: 1px solid #e2e2e2;
  height: 56px;
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box
}

.AuthScreen__container--3y9E7 .AuthScreen__baseForm--LJzcZ .AuthScreen__phoneContainerClass--3dIPd>div:first-child {
  width: 92px!important
}

.InputPhone__container--CSXMf .InputPhone__selectedDivMobile--1zy-0 {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #e2e2e2
}

.InputPhone__container--CSXMf .InputPhone__countryRoot--2qnoD {
  display: inline-block
}

.InputPhone__container--CSXMf .InputPhone__countryRoot--2qnoD>img {
  width: 20px;
  margin-right: 6px
}

.InputPhone__container--CSXMf .InputPhone__countryRoot--2qnoD>p {
  display: none
}

.InputPhone__container--CSXMf .InputPhone__countryRoot--2qnoD>span {
  font-size: 16px
}

.AuthScreen__container--3y9E7 .AuthScreen__baseForm--LJzcZ .AuthScreen__phoneContainerClass--3dIPd>div:nth-child(2) {
  height: 100%;
  margin: 0!important;
  border-radius: 4px
}

.InputPhone__container--CSXMf .InputPhone__inputRootClass--2e6xN {
  border: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  flex: 1
}

.b_e8d2 {
  cursor: pointer;
  overflow: hidden;
  transition: all .1s;
  flex: 1
}

.b_e8d2,.i_k636 button {
  position: relative
}

.AuthScreen__container--3y9E7 .AuthScreen__baseForm--LJzcZ .AuthScreen__phoneContainerClass--3dIPd>div:nth-child(2) input {
  height: 100%
}

.InputPhone__container--CSXMf .InputPhone__inputClass--17CTM {
  border: none;
  color: #212121;
  padding-left: 12px;
  font-size: 16px
}

.AuthScreen__container--3y9E7 .AuthScreen__buttonRootClass--1q_xR {
  height: 48px;
  width: 100%;
  background-color: #cb0101;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 24px;
  min-height: 48px
}

.AuthScreen__container--3y9E7 .AuthScreen__screenHeading--1eGq5 {
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #212121;
  margin: 0
}

.OTP__otpContainer--2-w2t .OTP__otpInfo--1RIxf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 14px;
  flex-direction: column
}

.OTP__otpContainer--2-w2t .OTP__otpInfo--1RIxf .OTP__otpSentText--26PEz {
  line-height: 20px;
  font-size: 12px;
  color: #757575;
  margin: 9px 0 0
}

.OTP__otpContainer--2-w2t .OTP__otpInfo--1RIxf .OTP__otpSentText--26PEz .OTP__edit--3bH0N {
  margin-left: 10px;
  color: #304ffe;
  cursor: pointer
}

.OTP__otpContainer--2-w2t .OTP__otpField--2PmLv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27px
}

.OTP__otpContainer--2-w2t .OTP__otpField--2PmLv .OTP__inputContainer--3QOBj {
  padding: 0 6px
}

.OTP__otpContainer--2-w2t .OTP__otpField--2PmLv .OTP__inputContainer--3QOBj .OTP__inputClass--25QHh {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  line-height: 24px;
  font-size: 18px;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-appearance: textfield
}

.OTP__resendDiv--50fyT {
  padding: 18px 24px 0;
  text-align: center;
  color: #49ad49
}

.OTP__resendDiv--50fyT .OTP__resendOTP--2UolI {
  cursor: pointer;
  color: #304ffe
}

.OTP__errorClass--2bNZY {
  color: #dd0017;
  text-align: center;
  margin-top: 5px;
  font-size: 14px
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(fontawesome-webfont.2b13baa7dd4f54c9.eot?v=4.7.0);
  src: url(fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fontawesome-webfont.e9955780856cf8aa.woff2?v=4.7.0) format("woff2"),url(fontawesome-webfont.cf011583fb81df9f.woff?v=4.7.0) format("woff"),url(fontawesome-webfont.8a7cb27d142e3e19.ttf?v=4.7.0) format("truetype"),url(fontawesome-webfont.da909aa098b0ee2d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}

.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eeeeee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
  content: "\f158"
}

.fa-won:before,.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.close{
  background: #cb0101;
  border: 0;
  margin-left: auto;
  font-size: 27px;
  border-radius: 50px;
  padding: 1px 10px;
  color: #fff;
}

.disabled-link {
  pointer-events: none;
}


.selecotr-item{
  position:relative;
  flex-basis:calc(70% / 3);
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.selector-item_radio{
  appearance:none;
  display:none;
}
.selector-item_label{
  position:relative;
  border-width: 1px;
  text-align:center;
  transition-duration:.5s;
  transition-property:transform, color, box-shadow;
  transform:none;
  padding: 0px 10px 0px 10px;
}
.selector-item_radio:checked + .selector-item_label{
  background-color: rgb(203 1 1);
  color: #fff;
}

.verification-code--inputs input[type=tel] {
  border: 2px solid #e1e1e1;
  width: 46px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing:border-box;
  margin-left: 17px;
}
.r-1w6e6rj {
  flex-wrap: wrap;
}

.date_month_btn {
  cursor: pointer;
  background: transparent;
  padding: 0px 15px;
  border-radius: 2px;
  border: 1px solid #26001b;
  display: inline-block;
  margin: 3px 1px;
  font-size: 14px;
}
.date_active {
 background: #ccc!important;
 color: #444!important;
}
.slot_active {
  background: #ccc!important;
  color: #444!important;
}
.btn:focus {
  outline: none !important;
}
.selector-date_box{
  width: 50px!important;
  height: 50px!important;
}
#app_slotes .slot_box{
  height: 35px!important;
}
#app_slotes span{
  font-size: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgb(210 152 34 / 53%);
  padding: 1px 9px;
  border-radius: 4px;
  font-weight: 400;
}
#app_slotes .btn{
  font-size: 10px!important;
}

#cpnCode_span{
  border: 1px dashed #000;
  padding: 4px 10px;
  background: #eee;

}

.btn-disabled{

}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}
@media (max-width: 768px)
.safety-precaution .card {
  padding: 10px 8px;
}
.safety-precaution .card-3 {
  border-color: #649b24;
  background: #e6f5d6;
}
.safety-precaution .card {
  border-radius: 20px !important;
  padding: 10px 20px;
  border: 2px solid;
}
@media (max-width: 768px)
.safety-precaution .card h4 {
  font-size: 11px;
}
.safety-precaution .card-3 h4 {
  background: #649b24;
}
.safety-precaution .card h4 {
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  padding: 6px 0 6px 5px;
  color: #fff;
  letter-spacing: 2px;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
@media (max-width: 768px)
.safety-precaution .card p {
  font-size: 12px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.safety-precaution .card p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.index-heading{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.key_fetures{
  margin-bottom: 20px!important;
}
.key_fetures h3{
  font-size: 15px;
}
.key_fetures p{
  font-size: 15px;
}

.key_fetures img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: inline-block;
  z-index: 1;
  top: 5px;
}
.key_fetures img:after {
  content: '';
  height: 100%;
  width: 2px;
  background: #bf1c1b;
  left: 24px;
  top: 15px;
  position: absolute;
}
.avatar-group {
  display: inline-block;
}
.avatar-group .user-avatar {
  box-shadow: 0 0 0 2px #fff;
}
.user-avatar {
  position: relative;
  margin-bottom: 2px;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-size: 2rem;
  vertical-align: middle;
  border-radius: 4rem;
}
.user-avatar audio, .user-avatar canvas, .user-avatar img, .user-avatar video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.avatar-group .user-avatar+.user-avatar {
  display: inline-block;
  margin-left: -15px;
}
.ribbon-left{
  background: #ff000030;
  width: 60%;
  padding: 4px 9px;
  border-radius: 10px 0px 10px 0px;

}
.ribbon-left span{
  font-size: 13px;
  margin-left: 13px;

}
.ribbon-right{
  background: #ff000030;
  width: 60%;
  padding: 4px 9px;
  border-radius: 10px 0px 10px 0px;

}
.ribbon-right span{
  font-size: 13px;
  margin-left: 13px;

}

.sidebar {
  position: fixed;
  top: 93px;
  bottom: 52px;
  left: 0;
  padding: 20px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #eee;
}

.sidebar1 {
  position: fixed;
  top: 93px;
  bottom: 52px;
  right: 0;
  /*padding: 20px 10px;*/
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #eee;
}
.desktop-menu{
  text-align: left!important;
  padding: 8px;
  /*margin-bottom: 5px;*/
  display: -webkit-flex;
  /*height: 50px;*/
  padding-left: 15px;
  font-size: 16px;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-radius: 2px;
}

.desktop-menu:hover{
  background: #dcd9d9;
  border: 1px solid #4444444f;
}

.modal-header{
  background: transparent;
  border-color: transparent;
}
.modal-content{
  border-radius: 10px;
}
@media (max-width: 768px) {
   .modal{
        bottom: 0!important;
        height: auto!important;
            top: inherit!important;
      }
  .modal-content{
    /*position: fixed;*/
    bottom: 0;
  }
  #edit_package_modal .modal-content{
    bottom: 42px;
  }
  .modal-dialog {
    /*width:calc(100vw - 3vw);*/
    margin: 0;
  }
  .modal-header{
    background: transparent;
    border-color: transparent;
    position: relative;
    /*top: 35px;*/
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .modal-dialog {
    width:calc(100vw - 10vw)
  }
}


@media (min-width: 992px) and (max-width: 2000px) {
  .modal-dialog {
    width:calc(100vw - 10vw)
  }
  .seftyhomeimg{
    left: 45%;
  }
}

@media (min-width: 2000px) {  
  .modal-dialog {
    width:calc(100vw - 30vw);
      /*min-height:calc(100vh - 30vh);
        height:calc(100vh - 30vh);*/
      }
    }

    .modal-dialog {
  /*height:calc(100vh - 10vh);
  */
    }
    .modal-dialog .modal-content {
      max-height:calc(100vh - 100px);  
    }
    .modal-dialog .modal-content .modal-body {
      max-height: calc(100vh - 198px);
      overflow-y: auto;
    }


    @media (max-width: 992px){
      .all_footer_cart, .summery-footer {
        position: fixed;
      }
      .summary_page{
        margin-bottom: 44px;
      }

    }

    @media (min-width: 992px){
      .all_footer_cart {
        position: fixed;
    width: 646px;
    margin-left: 38%;
      }
      .summery-footer {
        position: fixed;
        width: 481px;
        margin-left: calc(100% - 42%);
        right: 30px!important;
      }
      .cart_items, .payment_summery{
        max-height: calc(100vh - 100px);
        overflow: scroll;
      }
      #summery_body{
        overflow: hidden;
      }



    }

    .desktop_icon_active{
      background: #dcd9d9;
      border: 1px solid #4444444f;

    }

    .margintop180{
      padding-bottom: 130px!important;
    }



    /*preloader*/
   .loader {
  background: #ffffffcf;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  z-index: 9999999;
}
.loader span {
  position: absolute;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
}
.loader span::before,
.loader span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ED5E29;
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
}
.loader span::before {
  top: 0;
}
.loader span::after {
  bottom: 0;
}
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
    /*preloader*/


    /*Why E4u*/
    .why_getlook_section {
      padding-top: 30px;
      width: 100%;
      position: relative;
      background: #eee;
    }
    .section_heading {
      text-transform: uppercase;
      font: 700 28px/35px Aileron;
    }
    .why_getlook_para {
      text-align: center;
      font: Regular 20px/36px Aileron;
      letter-spacing: 1.2px;
      color: #212121;
      opacity: 1;
    }
    @media (max-width: 1920px)
    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-top: -10px;
      margin-left: auto;
    }
    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-top: -5px;
      margin-left: auto;
    }

    .getlook_text {
      text-align: right;
      font-size: 12px;
    }
    .getlook_text {
      text-align: right;
      font-size: 12px;
    }
    .hover_div:hover, .hover_div_r:hover {
      padding: 15px 15px 10px;
      transition: all .3s ease;
      border-radius: 20px;
      background: #fff;
    }
    /*Why E4u*/


    /*main category for desktop*/
    .main_categories {
      margin-top: 35px;
      position: relative;
    }
    .inner_container {
      width: 1050px;
      margin: 0 auto;
      padding: 0;
    }
    .banner_img_hair {
      width: 100%;
      height: 200px;
      margin-bottom: 40px;
      cursor: pointer;
    }
    .heading {
      position: relative;
    }
    .heading h1, .heading h2 {
      color: #000;
      font-size: 28px;
      font-weight: 300;
    }
    .service_cont a {
      text-decoration: none!important;
    }
    .service_card {
      cursor: pointer;
      display: inline-flex;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      /*width: 15%;*/
      background: #fff;
      border: 1px solid #e2e2e2;
      position: relative;
      border-radius: 10px;
      margin-right: 1.6%;
      padding: 15px;
      margin-top: 30px;
      margin-bottom: 30px;
      transition: .4s;
    }
    .service_card img {
      border-radius: 100px;
      width: 125px;
      height: 125px;
    }
    .service_detail {
      display: flex;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      align-items: center;
      height: 45px;
      margin-top: 20px;
    }
    .service_content {
      font-size: 15px;
      color: #000;
      font-weight: 500;
      text-align: center;
      line-height: 20px;
    }
    /*main category for desktop*/

    .service_card:hover{
     box-shadow: 0px 4px 21px 16px rgba(0,0,0,0.1);

   }

   .mobile_main_sec{
    background: #fff;
    padding: 16px 0;
  }

  .mobile_main_sec a {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    width: 95%;
    flex-direction: column;
    background: #fff;
    padding: 10px 5px;
    border-radius: 10px;
    max-height: 150px;
    height: 135px;
  }
  .cat_card {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
  .cat_card img {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    margin-bottom: 10px;
  }
  .cat_card .mob_srvice_name {
    font-size: 10px;
    text-align: center;
    color: #212121;
    font-weight: 500;
  }





  @-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}


  .heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}


  .nb__bIPYE {
    margin-bottom: 10px;
    text-align: center;
  }
  .nb__bIPYE span {
    font-size: 8px;
    font-weight: 600;
    color: #464646;
    margin-top: 6px;
    background-color: #ffefd9;
    padding: 2px 8px;
    border-radius: 20px;
    
  }

  .nb__BUAqD {
    padding: 40px 0;
  }
  .nb__3tfMC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nb__BUAqD .nb__3tfMC {
    color: #787676;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-1 {
    font-size: 32px;
  }
  .nb__36DNl {
    width: 35%;
    border-bottom: 1px solid #707070;
    opacity: .5;
    position: relative;
  }
  .nb__2Y00v:before, .nb__27k4w:after {
    content: "";
    position: absolute;
    border: 1px solid #fd3752;
    top: -10px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
  }
  .nb__27k4w:after {
    right: -20px;
  }
  .nb__36DNl {
    width: 35%;
    border-bottom: 1px solid #707070;
    opacity: .5;
    position: relative;
  }
  .nb__2Y00v:before {
    left: -20px;
  }
  .nb__2Y00v:before, .nb__27k4w:after {
    content: "";
    position: absolute;
    border: 1px solid #fd3752;
    top: -10px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
  }
  .nb__BUAqD .nb__3S9sH {
    margin-top: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nb__BUAqD .nb__3S9sH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nb__3tfMC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .nb__BUAqD .nb__3S9sH .nb__BXOsd {
    width: 20%;
    text-decoration: none;
    color: #464646;
    cursor: pointer;
  }
  .nb__BUAqD .nb__3S9sH .nb__BXOsd img {
    display: inline;
    margin-bottom: 10px;
    width: 100px;
  }
  .heading-5 {
    font-size: 18px;
  }
  .nb__BUAqD .nb__3S9sH .nb__3zTPN {
    padding: 0 19%;
    font-size: 13px;
  }


  .testimonial {
    border-right: 4px solid #cb0101;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    height: 324px;
    min-height: 230px;
  }
  .testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #cb0101;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
  }
  .testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #cb0101;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
  }
  .testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
  }
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  .testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cb0101;
    margin: 0;
  }
  .testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #cb0101;
    font-style: italic;
  }
  .owl-theme .owl-controls .owl-page span {
    border: 2px solid #cb0101;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
  }
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls .owl-page:hover span {
    background: #cb0101 !important;
    border-color: #cb0101;
  }
  @media only screen and (max-width: 767px) {
    .testimonial {
      padding: 20px;
      text-align: center;
    }
    .testimonial .pic {
      display: block;
      position: static;
      margin: 0 auto 15px;
    }
  }

  .time-box{

    padding: 7px 18px;
    position: relative;
    left: 42%;
    /* right: 50%; */
    /* background: red; */
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #444;
    border-top: 0;
  }