/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.html {
  font-size: calc(1em + 1vw); }

/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.input__field--sae:focus + .input__label--sae .input__label-content--sae,
.input--filled .input__label-content--sae {
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1) !important;
  transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1) !important; }

.input__field--sae:focus + .input__label--sae .icon--sae,
.input--filled .icon--sae {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -90deg) !important;
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -90deg) !important; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 100%;
  vertical-align: top; }
  .input.input--sae {
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-bottom: 0px; }
  .input .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    outline: none;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #ccc;
    color: #999;
    font-weight: 400;
    -webkit-appearance: none; }
    .input .input__field.input__field--sae {
      background: transparent;
      width: 100%;
      color: #191919;
      height: auto;
      font-size: 14px;
      font-weight: 300;
      padding: 1.2em 0 0.5em;
      border-bottom: 1px solid #ddd;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0; }
  .input .input__label--sae {
    position: absolute;
    width: 100%;
    text-align: left;
    color: #999;
    padding: 0;
    height: 100%;
    pointer-events: none;
    margin-bottom: 0; }
    .input .input__label--sae .icon--sae {
      position: absolute;
      bottom: 10px;
      font-size: 1em;
      width: 100%;
      opacity: 0.5;
      right: 53%;
      color: #333;
      pointer-events: none;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .input .input__label--sae .input__label-content {
      position: relative;
      display: block;
      padding: 1.6em 0;
      width: 100%;
      text-transform: capitalize; }
      .input .input__label--sae .input__label-content--sae {
        font-family: "Open Sans", sans-serif;
        padding: 0;
        font-size: 14px;
        font-weight: 300;
        color: #999;
        display: inline-block;
        vertical-align: bottom;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translate3d(0, 18px, 0);
        transform: translate3d(0, 18px, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }

.input--sae {
  overflow: hidden;
  width: 200px;
  margin: 0 2em 2em; }

.input__field--sae {
  background: transparent;
  width: 100%;
  color: #333;
  padding: 1em 0 0.5em;
  font-weight: 500; }

.input__label--sae {
  position: absolute;
  width: 100%;
  text-align: left;
  color: #7771ab;
  padding: 0;
  height: 100%;
  pointer-events: none; }

.input__label--sae::after {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  height: 1px;
  background: #3dc6c4;
  bottom: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.input__field--sae:focus + .input__label--sae::after,
.input--filled .input__label--sae::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input--filled .input__label--sae .input__label-content--sae {
  color: #3dc6c4 !important; }

.invalid .input__field--sae:focus + .input__label--sae::after,
.invalid .input--filled .input__label--sae::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #db4344; }

.invalid .input--filled .input__label--sae .input__label-content--sae {
  color: #db4344 !important; }

.input--filled .input__field--sae {
  border-bottom: 1px solid #3dc6c4 !important; }

.invalid .input--filled .input__field--sae {
  border-bottom: 2px solid #db4344; }

.input--filled.input--filled-focusOut .input__label--sae .input__label-content--sae {
  color: #999 !important; }

.input--filled.input--filled-focusOut .input__label--sae::after {
  background: #ddd !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.url-field {
  padding: 0; }
  .url-field .input--filled.input--filled-focusOut .input__field--sae {
    border-bottom: 1px solid #ddd !important; }
  .url-field .input__field {
    padding-top: 0 !important; }
  .url-field--container {
    padding: 0;
    margin-bottom: 24px; }
    .url-field--container p {
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      color: #9d9d9d;
      margin-bottom: 0; }
    .url-field--container .text_label {
      margin: 0 !important; }
      .url-field--container .text_label label {
        font-size: 11px !important; }
  .url-field_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important; }
    .url-field_wrapper.invalid p {
      color: #db4344; }
  .url-field_label {
    width: initial;
    padding: 0;
    height: 27px;
    border-bottom: 1px solid #ddd; }
    .url-field_label.data-filled {
      border-bottom: 1px solid #3dc6c4; }
    .url-field_label p {
      font-size: 14px;
      color: #191919; }

.text_area.invalid p {
  color: #db4344; }

.text-editor.invalid p {
  color: #db4344; }

.url-field--container.invalid {
  will-change: transform;
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
  -webkit-animation-iteration-count: 6;
  animation-iteration-count: 6; }
  .url-field--container.invalid p {
    color: #db4344; }
  .url-field--container.invalid .text_label label {
    color: #db4344 !important; }
  .url-field--container.invalid .input__field--sae:focus + .input__label--sae::after,
  .url-field--container.invalid .input--filled .input__label--sae::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #db4344; }
  .url-field--container.invalid .input--filled .input__field--sae {
    border-bottom: 1px solid #db4344 !important; }
  .url-field--container.invalid .url-field_label {
    border-bottom: 1px solid #db4344; }

.text_area .input .input__field.input__field--sae {
  margin-top: 16px;
  padding-top: 0px; }

.file-upload {
  width: 100%;
  margin: 5px 0 !important;
  display: inline-block; }
  .file-upload:hover .file-upload-action {
    display: block; }
  .file-upload .file-upload-action {
    padding: 10px;
    position: absolute;
    display: none;
    top: 5px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
    .file-upload .file-upload-action .fa {
      margin-right: 5px; }
    .file-upload .file-upload-action .edit {
      color: #fff;
      margin-right: 10px;
      cursor: pointer; }
    .file-upload .file-upload-action .delete {
      color: #fff;
      cursor: pointer; }
  .file-upload .image-upload-wrap {
    margin-top: 0;
    border: 1px dashed;
    border-color: #abb4c4;
    position: relative;
    background-color: #fdfeff;
    width: 100%;
    position: relative;
    cursor: pointer; }
    .file-upload .image-upload-wrap .file-input {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      right: 0;
      bottom: 0;
      width: 100%; }
    .file-upload .image-upload-wrap .uploaded_image {
      min-height: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: inherit;
      max-height: 300px; }
      .file-upload .image-upload-wrap .uploaded_image img {
        margin: auto;
        -o-object-fit: contain;
        object-fit: contain;
        width: initial;
        max-width: 100%;
        max-height: 300px; }
    .file-upload .image-upload-wrap .file-upload-input {
      position: absolute;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      outline: none;
      opacity: 0;
      cursor: pointer; }
    .file-upload .image-upload-wrap .drag-text {
      text-align: center;
      padding: 40px 20px; }
      .file-upload .image-upload-wrap .drag-text p {
        font-size: 14px;
        color: #999;
        text-transform: capitalize;
        margin-bottom: 2px; }
  .file-upload .hint {
    color: #757575;
    font-size: 12px;
    margin-bottom: 0; }

/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*checkbox vendor-prefix*/
/*ripple effect*/
/*shake animation*/
.select {
  position: relative;
  padding: 0; }
  .select .fa {
    position: absolute;
    top: 25%;
    right: 10px;
    font-size: 20px; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 6px 30px 6px 10px;
    font-size: 14px;
    color: #757575;
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    font-family: "Open Sans", sans-serif; }

.start_wrapper {
  padding: 0 5px 0 0; }

.end_wrapper {
  padding: 0 0 0 5px; }

.location-map {
  padding: 0;
  margin-top: 10px; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #4990e2;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #4990e2;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; }

.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:before {
  -webkit-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards; }

.checkbox input[type=checkbox]:focus:checked + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  animation: rippleOn 500ms; }

.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 500ms forwards;
  -o-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards; }

.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  animation: rippleOff 500ms; }

.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before {
  -webkit-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards; }

.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 500ms forwards;
  -o-animation: rippleOff 500ms forwards;
  animation: rippleOff 500ms forwards; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
  color: #4990e2;
  border-color: #4990e2; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #4990e2;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; }

fieldset[disabled] .checkbox,
fieldset[disabled] label.checkbox-inline,
fieldset[disabled] .checkbox input[type=checkbox],
fieldset[disabled] label.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle,
label.checkbox-inline input[type=checkbox][disabled] + .circle {
  opacity: 0.5; }

.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@-o-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@-webkit-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@-o-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@-webkit-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

@-o-keyframes shake {
  10%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  80% {
    transform: translate3d(20px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

.start_wrapper {
  padding: 0 5px 0 0; }

.end_wrapper {
  padding: 0 0 0 5px; }

.location-map {
  padding: 0;
  margin-top: 10px; }

/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*checkbox vendor-prefix*/
/*ripple effect*/
/*shake animation*/
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0; }

.radio label,
label.radio-inline {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  color: #777;
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 10px; }

.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 40px; }

.form-group.is-focused .radio label,
.form-group.is-focused label.radio-inline {
  color: rgba(0, 0, 0, 0.26); }

.form-group.is-focused .radio label:hover,
.form-group.is-focused label.radio-inline:hover,
.form-group.is-focused .radio label:focus,
.form-group.is-focused label.radio-inline:focus {
  color: rgba(0, 0, 0, 0.54); }

fieldset[disabled] .form-group.is-focused .radio label,
fieldset[disabled] .form-group.is-focused label.radio-inline {
  color: rgba(0, 0, 0, 0.26); }

.radio span,
label.radio-inline span {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.radio .circle,
label.radio-inline .circle {
  border: 2px solid rgba(0, 0, 0, 0.54);
  height: 15px;
  width: 15px;
  border-radius: 100%; }

.radio .check,
label.radio-inline .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #4990e2;
  -webkit-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.radio .check:after,
label.radio-inline .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.87);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  -ms-transform: scale3d(1.5, 1.5, 1);
  -o-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1); }

.radio-inline {
  display: inline; }

.radio input[type=radio]:focus:not(:checked) ~ .check:after,
label.radio-inline input[type=radio]:focus:not(:checked) ~ .check:after {
  -webkit-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  animation: rippleOff 500ms; }

.radio input[type=radio]:focus:checked ~ .check:after,
label.radio-inline input[type=radio]:focus:checked ~ .check:after {
  -webkit-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  animation: rippleOn 500ms; }

.radio input[type=radio],
label.radio-inline input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  float: left; }

.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check,
.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  opacity: 1; }

.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  background-color: #4990e2; }

.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  border-color: #4990e2; }

.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  -webkit-transform: scale3d(0.55, 0.55, 1);
  transform: scale3d(0.55, 0.55, 1); }

.radio input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .circle {
  opacity: 0.26; }

.radio input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .check {
  background-color: #000000; }

.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .circle {
  border-color: #000000; }

.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check,
.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
  opacity: 0.3; }

.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check {
  background-color: #ffffff; }

.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
  border-color: #ffffff; }

@-webkit-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

/*checkbox vendor-prefix*/
/*ripple effect*/
/*shake animation*/
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
body {
  margin: 0; }
  body::-webkit-scrollbar {
    width: 4px;
    height: 100px; }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: none; }
  body::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    outline: inherit; }

.header {
  padding: 0; }
  .header .top-header {
    padding: 0;
    height: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f4f6fd));
    background-image: -webkit-linear-gradient(left, #ffffff, #f4f6fd);
    background-image: -o-linear-gradient(left, #ffffff, #f4f6fd);
    background-image: linear-gradient(to right, #ffffff, #f4f6fd); }
    .header .top-header ul.navbar-nav > li a {
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      padding: 5px 20px;
      background-color: transparent;
      outline: none; }
    .header .top-header ul.navbar-nav > li.search a {
      color: #757575; }
    .header .top-header ul.navbar-nav > li.sales-number a {
      color: #212121; }
  .header .top-container {
    padding: 0; }
  .header .main-header {
    padding: 0;
    height: 60px;
    position: relative;
    z-index: 100; }
    .header .main-header.fixed {
      position: fixed;
      background-color: #fff;
      top: 0;
      left: 0;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.175);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.175); }
  .header .main-container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .header .main-container .left-wrapper {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header .main-container .left-wrapper .logo {
        margin-right: 24px; }
        .header .main-container .left-wrapper .logo img {
          -o-object-fit: contain;
          object-fit: contain; }
    .header .main-container .right-wrapper {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header .main-container .right-wrapper .secondary-nav {
        list-style: none;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0; }
        .header .main-container .right-wrapper .secondary-nav > li > a {
          font-family: "Open Sans", sans-serif;
          font-size: 16px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          padding: 5px 20px;
          background-color: transparent;
          outline: none;
          text-decoration: none;
          color: #212121; }
          .header .main-container .right-wrapper .secondary-nav > li > a.try-btn {
            width: 170px;
            height: 36px;
            opacity: 0.87;
            border-radius: 18px;
            background-color: #4a90e2;
            color: #ffffff;
            padding: 6px 20px;
            margin-left: 20px; }
  .header .main-navigation .navigator {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin: 0; }
    .header .main-navigation .navigator > li {
      position: static; }
      .header .main-navigation .navigator > li a {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #212121;
        padding: 18px 20px;
        text-decoration: none;
        outline: none;
        position: relative; }
      .header .main-navigation .navigator > li .solution-container {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #ffffff;
        border: solid 1px #edeff4;
        width: 100%;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        .header .main-navigation .navigator > li .solution-container.active {
          display: block; }
        .header .main-navigation .navigator > li .solution-container .top-section {
          float: left;
          width: 100%; }
          .header .main-navigation .navigator > li .solution-container .top-section .solution {
            width: 41%;
            float: left;
            padding: 28px 0 28px 57px;
            border-right: solid 1px #edeff4;
            border-bottom: solid 1px #edeff4; }
            .header .main-navigation .navigator > li .solution-container .top-section .solution .title h4 {
              font-family: "Merriweather", serif;
              font-size: 24px;
              font-weight: bold;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #212121;
              margin: 0; }
            .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list {
              width: 100%;
              float: left;
              margin-top: 32px; }
              .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list.list2 .list-overlay {
                right: 0;
                left: initial; }
              .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list-wrapper {
                cursor: pointer;
                width: calc(100% - 56px);
                height: 204px;
                border-radius: 6px;
                background-color: #ffffff;
                -webkit-box-shadow: 0 5px 12px 0 rgba(0, 17, 65, 0.35);
                box-shadow: 0 5px 12px 0 rgba(0, 17, 65, 0.35);
                position: relative; }
                @media (max-width: 480px) {
                  .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list-wrapper {
                    width: 100%;
                    height: 310px; } }
              .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list-overlay {
                position: absolute;
                bottom: 0;
                right: 0; }
              .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list-content {
                text-align: left;
                margin-top: 48px;
                float: left;
                width: 100%;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0 64px; }
                @media (max-width: 480px) {
                  .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list-content {
                    margin-top: 36px; } }
                .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list-content img {
                  width: 106px;
                  height: 106px;
                  -o-object-fit: contain;
                  object-fit: contain;
                  margin-right: 16px; }
                .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list-content h4 {
                  font-family: "Open Sans", sans-serif;
                  font-size: 24px;
                  font-weight: normal;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: normal;
                  letter-spacing: normal;
                  color: #212121;
                  margin-top: 0;
                  margin-bottom: 10px; }
                .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list-content a {
                  font-family: "Open Sans", sans-serif;
                  font-size: 13px;
                  font-weight: normal;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: normal;
                  letter-spacing: normal;
                  text-decoration: none;
                  color: #4a90e2;
                  padding: 0; }
                  .header .main-navigation .navigator > li .solution-container .top-section .solution .content .list-content a img {
                    width: 12px;
                    height: 10px;
                    margin: 0 0 0 8px; }
          .header .main-navigation .navigator > li .solution-container .top-section .products {
            width: 59%;
            float: left;
            padding-bottom: 0; }
            .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper {
              float: left;
              padding: 26px 56px;
              padding-bottom: 0; }
              .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .title {
                margin-bottom: 36px; }
                .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .title h4 {
                  font-family: "Merriweather", serif;
                  font-size: 24px;
                  font-weight: bold;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: normal;
                  letter-spacing: normal;
                  color: #212121;
                  margin: 0; }
              .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .content {
                float: left;
                width: 100%; }
                .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .content .products-list {
                  height: 36px;
                  margin-bottom: 40px;
                  width: calc(100%/3);
                  float: left; }
                  .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .content .products-list_wrapper {
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding-right: 28px; }
                  .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .content .products-list .logo {
                    width: 36px;
                    height: 36px;
                    margin-right: 16px; }
                    .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .content .products-list .logo img {
                      width: 100%;
                      height: 100%;
                      -o-object-fit: contain;
                      object-fit: contain;
                      cursor: pointer; }
                  .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .content .products-list .detail {
                    width: calc(100% - 52px); }
                    .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .content .products-list .detail p {
                      font-family: "Open Sans", sans-serif;
                      font-size: 13px;
                      font-weight: normal;
                      font-style: normal;
                      font-stretch: normal;
                      line-height: normal;
                      letter-spacing: normal;
                      color: #000000;
                      margin: 0; }
                    .header .main-navigation .navigator > li .solution-container .top-section .products-content-wrapper .content .products-list .detail a {
                      font-family: "Open Sans", sans-serif;
                      font-size: 13px;
                      font-weight: normal;
                      font-style: normal;
                      font-stretch: normal;
                      line-height: normal;
                      letter-spacing: normal;
                      color: #000000;
                      margin: 0;
                      padding: 0; }
            .header .main-navigation .navigator > li .solution-container .top-section .products .bottom-section {
              width: 100%;
              float: left;
              border-top: solid 1px #edeff4; }
            .header .main-navigation .navigator > li .solution-container .top-section .products .bottom-container {
              width: 100%;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              padding: 0;
              height: 100%; }
            .header .main-navigation .navigator > li .solution-container .top-section .products .bottom-wrapper {
              float: left;
              padding: 19px 56px;
              text-align: left; }
              .header .main-navigation .navigator > li .solution-container .top-section .products .bottom-wrapper a {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0;
                font-family: "Merriweather", serif;
                font-size: 24px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #212121; }
                .header .main-navigation .navigator > li .solution-container .top-section .products .bottom-wrapper a img {
                  width: 24px;
                  height: 24px;
                  -o-object-fit: contain;
                  object-fit: contain;
                  margin-left: 10px; }
              .header .main-navigation .navigator > li .solution-container .top-section .products .bottom-wrapper p {
                font-family: "Open Sans", sans-serif;
                font-size: 13px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #212121;
                margin: 0; }
      .header .main-navigation .navigator > li .dropdown-menu {
        left: initial;
        top: 60px; }
        .header .main-navigation .navigator > li .dropdown-menu > li a {
          padding: 12px 20px; }
      .header .main-navigation .navigator > li .schedule-btn {
        width: 188px;
        height: 36px;
        border-radius: 100px;
        border: solid 1px #07c677;
        color: #07c677;
        padding: 6px 12px;
        outline: none;
        margin-left: 20px; }
  .header .mobile-nav {
    margin-bottom: 0;
    border: none;
    height: 60px; }
    .header .mobile-nav .mobile-div {
      border-bottom: 1px solid rgba(34, 36, 38, 0.15);
      background: #fff;
      min-height: 40px;
      padding: 0; }
      .header .mobile-nav .mobile-div .navbar-nav {
        margin: 0;
        padding: 0 10px; }
        .header .mobile-nav .mobile-div .navbar-nav li.logo {
          float: left; }
          .header .mobile-nav .mobile-div .navbar-nav li.logo a {
            padding: 16.5px 5px; }
        .header .mobile-nav .mobile-div .navbar-nav li.event-search {
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .header .mobile-nav .mobile-div .navbar-nav li.event-search a {
            padding: 0;
            font-size: 12px;
            margin-left: 20px; }
            .header .mobile-nav .mobile-div .navbar-nav li.event-search a .fa {
              margin-right: 5px; }
        .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar {
          padding: 6px 0;
          float: right; }
          .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a {
            padding: 0; }
            .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle {
              margin-right: 0;
              border: none; }
              .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle:hover {
                background-color: transparent !important; }
              .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle:focus {
                background-color: transparent !important; }
        .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar {
          padding: 6px 0;
          float: right; }
          .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a {
            padding: 0; }
            .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle {
              margin-right: 0;
              border: none; }
              .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle:hover {
                background-color: transparent !important; }
              .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle:focus {
                background-color: transparent !important; }
  .header .sidebar {
    width: 300px;
    z-index: 9999;
    background-color: #ffffff;
    height: 100%;
    right: -350px;
    position: fixed;
    padding: 0 10px;
    top: 62px;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s; }
    .header .sidebar.active {
      right: 0; }
    .header .sidebar-overlay {
      visibility: hidden;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.8);
      opacity: 0;
      z-index: 1000;
      -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
      .header .sidebar-overlay.active {
        opacity: .5;
        visibility: visible;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0; }
    .header .sidebar-content {
      overflow: scroll;
      max-height: 100%; }
      .header .sidebar-content::-webkit-scrollbar {
        width: 4px;
        height: 100px; }
      .header .sidebar-content::-webkit-scrollbar-track {
        -webkit-box-shadow: none; }
      .header .sidebar-content::-webkit-scrollbar-thumb {
        background-color: #d8d8d8;
        outline: inherit; }
      .header .sidebar-content .panel-group {
        margin-top: 0px; }
      .header .sidebar-content .panel-default {
        border: none;
        background-color: #fcfcfc;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0; }
        .header .sidebar-content .panel-default:last-child .panel-heading {
          padding: 0 5px;
          margin-top: 25px; }
        .header .sidebar-content .panel-default.schedule-section {
          padding: 0; }
          .header .sidebar-content .panel-default.schedule-section .panel-heading {
            padding: 0;
            margin-top: 15px; }
      .header .sidebar-content .panel-heading {
        border: none;
        background-color: #ffffff;
        padding: 15px 0px; }
      .header .sidebar-content .panel-collapse .panel-body {
        border-top: none; }
      .header .sidebar-content .panel-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -o-object-fit: contain;
        object-fit: contain; }
        .header .sidebar-content .panel-title .try-btn {
          width: 161px;
          height: 36px;
          opacity: 0.87;
          border-radius: 18px;
          background-color: #4a90e2;
          color: #ffffff;
          padding: 6px 20px;
          display: block;
          text-align: center; }
        .header .sidebar-content .panel-title .schedule-btn {
          width: 188px;
          height: 36px;
          border-radius: 100px;
          border: solid 1px #07c677;
          color: #07c677;
          padding: 6px 12px;
          outline: none;
          cursor: pointer;
          display: block;
          text-align: center; }
        .header .sidebar-content .panel-title a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-decoration: none;
          font-family: "Open Sans", sans-serif;
          font-size: 16px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #555555; }
          .header .sidebar-content .panel-title a img {
            width: 10px;
            height: 10px;
            -o-object-fit: contain;
            object-fit: contain;
            margin-left: 10px; }
      .header .sidebar-content .panel-body p {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #888888;
        margin-left: 40px; }
      .header .sidebar-content .panel-body ul {
        padding-left: 0; }
        .header .sidebar-content .panel-body ul li {
          list-style: none;
          margin-bottom: 35px;
          margin-top: 15px; }
          .header .sidebar-content .panel-body ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
            padding-left: 10px;
            text-decoration: none;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #555555; }
            .header .sidebar-content .panel-body ul li a:hover {
              background-color: transparent; }
            .header .sidebar-content .panel-body ul li a img {
              width: 36px;
              height: 36px;
              -o-object-fit: contain;
              object-fit: contain;
              margin-right: 15px; }
