@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:100,100i,300,400,500,600,700);
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@300;400;500;600;700;800&family=Rubik:wght@300&display=swap');
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1384px) {
  .hide-descktop {
    display: none !important;
  }
}
@media screen and (min-width: 1385px) and (max-width: 1679px) {
  .hide-descktop {
    display: none !important;
  }
}
@media screen and (min-width: 1680px) {
  .hide-descktop {
    display: none !important;
  }
}
.show-mobile,
.show-tablet,
.show-descktop {
  display: none !important;
}
.show-mobile-flex,
.show-tablet-flex,
.show-descktop-flex {
  display: none !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .show-mobile-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .show-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .show-tablet-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1384px) {
  .show-descktop {
    display: block !important;
  }
}
@media screen and (min-width: 1385px) and (max-width: 1679px) {
  .show-descktop {
    display: block !important;
  }
}
@media screen and (min-width: 1680px) {
  .show-descktop {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1384px) {
  .show-descktop-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1385px) and (max-width: 1679px) {
  .show-descktop-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1680px) {
  .show-descktop-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.row-grid-mb-1,
.row-grid-mb-2,
.row-grid-mb-3,
.row-grid-mb-4,
.row-grid-mb-5,
.row-grid-mb-6,
.row-grid-mb-rt-1,
.row-grid-mb-rt-2,
.row-grid-mb-rt-3,
.row-grid-mb-rt-4,
.row-grid-mb-rt-5,
.row-grid-mb-rt-6,
.row-grid-tb-1,
.row-grid-tb-2,
.row-grid-tb-3,
.row-grid-tb-4,
.row-grid-tb-5,
.row-grid-tb-6,
.row-grid-sm-1,
.row-grid-sm-2,
.row-grid-sm-3,
.row-grid-sm-4,
.row-grid-sm-5,
.row-grid-sm-6,
.row-grid-md-1,
.row-grid-md-2,
.row-grid-md-3,
.row-grid-md-4,
.row-grid-md-5,
.row-grid-md-6,
.row-grid-lg-1,
.row-grid-lg-2,
.row-grid-lg-3,
.row-grid-lg-4,
.row-grid-lg-5,
.row-grid-lg-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-gap: 20px 30px;
  grid-gap: 20px 30px;
  -ms-grid-auto-rows: auto;
  grid-auto-rows: auto;
  -ms-grid-template-rows: auto;
  grid-template-rows: auto;
}
.row-grid-mb-1.no-gap,
.row-grid-mb-2.no-gap,
.row-grid-mb-3.no-gap,
.row-grid-mb-4.no-gap,
.row-grid-mb-5.no-gap,
.row-grid-mb-6.no-gap,
.row-grid-mb-rt-1.no-gap,
.row-grid-mb-rt-2.no-gap,
.row-grid-mb-rt-3.no-gap,
.row-grid-mb-rt-4.no-gap,
.row-grid-mb-rt-5.no-gap,
.row-grid-mb-rt-6.no-gap,
.row-grid-tb-1.no-gap,
.row-grid-tb-2.no-gap,
.row-grid-tb-3.no-gap,
.row-grid-tb-4.no-gap,
.row-grid-tb-5.no-gap,
.row-grid-tb-6.no-gap,
.row-grid-sm-1.no-gap,
.row-grid-sm-2.no-gap,
.row-grid-sm-3.no-gap,
.row-grid-sm-4.no-gap,
.row-grid-sm-5.no-gap,
.row-grid-sm-6.no-gap,
.row-grid-md-1.no-gap,
.row-grid-md-2.no-gap,
.row-grid-md-3.no-gap,
.row-grid-md-4.no-gap,
.row-grid-md-5.no-gap,
.row-grid-md-6.no-gap,
.row-grid-lg-1.no-gap,
.row-grid-lg-2.no-gap,
.row-grid-lg-3.no-gap,
.row-grid-lg-4.no-gap,
.row-grid-lg-5.no-gap,
.row-grid-lg-6.no-gap {
  -ms-grid-gap: 0;
  grid-gap: 0;
}
.row-grid-mb-1.gap-40-20,
.row-grid-mb-2.gap-40-20,
.row-grid-mb-3.gap-40-20,
.row-grid-mb-4.gap-40-20,
.row-grid-mb-5.gap-40-20,
.row-grid-mb-6.gap-40-20,
.row-grid-mb-rt-1.gap-40-20,
.row-grid-mb-rt-2.gap-40-20,
.row-grid-mb-rt-3.gap-40-20,
.row-grid-mb-rt-4.gap-40-20,
.row-grid-mb-rt-5.gap-40-20,
.row-grid-mb-rt-6.gap-40-20,
.row-grid-tb-1.gap-40-20,
.row-grid-tb-2.gap-40-20,
.row-grid-tb-3.gap-40-20,
.row-grid-tb-4.gap-40-20,
.row-grid-tb-5.gap-40-20,
.row-grid-tb-6.gap-40-20,
.row-grid-sm-1.gap-40-20,
.row-grid-sm-2.gap-40-20,
.row-grid-sm-3.gap-40-20,
.row-grid-sm-4.gap-40-20,
.row-grid-sm-5.gap-40-20,
.row-grid-sm-6.gap-40-20,
.row-grid-md-1.gap-40-20,
.row-grid-md-2.gap-40-20,
.row-grid-md-3.gap-40-20,
.row-grid-md-4.gap-40-20,
.row-grid-md-5.gap-40-20,
.row-grid-md-6.gap-40-20,
.row-grid-lg-1.gap-40-20,
.row-grid-lg-2.gap-40-20,
.row-grid-lg-3.gap-40-20,
.row-grid-lg-4.gap-40-20,
.row-grid-lg-5.gap-40-20,
.row-grid-lg-6.gap-40-20 {
  -ms-grid-gap: 40px 20px;
  grid-gap: 40px 20px;
}
.row-grid-mb-1.gap-20-20,
.row-grid-mb-2.gap-20-20,
.row-grid-mb-3.gap-20-20,
.row-grid-mb-4.gap-20-20,
.row-grid-mb-5.gap-20-20,
.row-grid-mb-6.gap-20-20,
.row-grid-mb-rt-1.gap-20-20,
.row-grid-mb-rt-2.gap-20-20,
.row-grid-mb-rt-3.gap-20-20,
.row-grid-mb-rt-4.gap-20-20,
.row-grid-mb-rt-5.gap-20-20,
.row-grid-mb-rt-6.gap-20-20,
.row-grid-tb-1.gap-20-20,
.row-grid-tb-2.gap-20-20,
.row-grid-tb-3.gap-20-20,
.row-grid-tb-4.gap-20-20,
.row-grid-tb-5.gap-20-20,
.row-grid-tb-6.gap-20-20,
.row-grid-sm-1.gap-20-20,
.row-grid-sm-2.gap-20-20,
.row-grid-sm-3.gap-20-20,
.row-grid-sm-4.gap-20-20,
.row-grid-sm-5.gap-20-20,
.row-grid-sm-6.gap-20-20,
.row-grid-md-1.gap-20-20,
.row-grid-md-2.gap-20-20,
.row-grid-md-3.gap-20-20,
.row-grid-md-4.gap-20-20,
.row-grid-md-5.gap-20-20,
.row-grid-md-6.gap-20-20,
.row-grid-lg-1.gap-20-20,
.row-grid-lg-2.gap-20-20,
.row-grid-lg-3.gap-20-20,
.row-grid-lg-4.gap-20-20,
.row-grid-lg-5.gap-20-20,
.row-grid-lg-6.gap-20-20 {
  -ms-grid-gap: 20px 20px;
  grid-gap: 20px 20px;
}
@media screen and (min-width: 320px) and (max-width: 567px) {
  .row-grid-mb-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .row-grid-mb-rt-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row-grid-tb-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1384px) {
  .row-grid-sm-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1385px) and (max-width: 1679px) {
  .row-grid-md-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1680px) {
  .row-grid-lg-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 320px) and (max-width: 567px) {
  .row-grid-mb-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .row-grid-mb-rt-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row-grid-tb-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1384px) {
  .row-grid-sm-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1385px) and (max-width: 1679px) {
  .row-grid-md-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1680px) {
  .row-grid-lg-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 320px) and (max-width: 567px) {
  .row-grid-mb-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .row-grid-mb-rt-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row-grid-tb-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1384px) {
  .row-grid-sm-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1385px) and (max-width: 1679px) {
  .row-grid-md-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1680px) {
  .row-grid-lg-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 320px) and (max-width: 567px) {
  .row-grid-mb-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .row-grid-mb-rt-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row-grid-tb-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1384px) {
  .row-grid-sm-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1385px) and (max-width: 1679px) {
  .row-grid-md-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1680px) {
  .row-grid-lg-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 320px) and (max-width: 567px) {
  .row-grid-mb-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .row-grid-mb-rt-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row-grid-tb-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1384px) {
  .row-grid-sm-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1385px) and (max-width: 1679px) {
  .row-grid-md-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1680px) {
  .row-grid-lg-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 320px) and (max-width: 567px) {
  .row-grid-mb-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .row-grid-mb-rt-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row-grid-tb-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1384px) {
  .row-grid-sm-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1385px) and (max-width: 1679px) {
  .row-grid-md-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1680px) {
  .row-grid-lg-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  resize: vertical;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin: 12px 0;
  border: 0;
  border-top: 2px solid #bfbfc4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
[role='button'] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  color: #777;
  font-weight: normal;
  line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.page-header {
  margin: 40px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: ' ';
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 160px;
    float: left;
    clear: left;
    text-align: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: inherit;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container:before,
.container:after {
  display: table;
  content: ' ';
}
.container:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.full {
    width: 1240px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: ' ';
}
.container-fluid:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: ' ';
}
.row:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 21px;
  line-height: inherit;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 0;
  -webkit-transition: background-color 5000s ease-in-out 0s,
    color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s,
    color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s,
    color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  border: none;
  border-bottom: 1px solid #3f3f4b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  color: #3f3f4b;
  font-size: 16px;
  line-height: 1.42857;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control,
  input[type='time'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control {
    line-height: 31px;
  }
  input[type='date'].input-sm,
  .input-group-sm input[type='date'],
  input[type='time'].input-sm,
  .input-group-sm input[type='time'],
  input[type='datetime-local'].input-sm,
  .input-group-sm input[type='datetime-local'],
  input[type='month'].input-sm,
  .input-group-sm input[type='month'] {
    line-height: 30px;
  }
  input[type='date'].input-lg,
  .input-group-lg input[type='date'],
  input[type='time'].input-lg,
  .input-group-lg input[type='time'],
  input[type='datetime-local'].input-lg,
  .input-group-lg input[type='datetime-local'],
  input[type='month'].input-lg,
  .input-group-lg input[type='month'] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 13px;
}
.radio,
.checkbox {
  display: block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  outline: 0;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  overflow: hidden;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  margin: 0;
  padding: 8px 0;
  float: left;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff;
  font-size: 14px;
  list-style: none;
  text-align: left;
  -webkit-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  background-color: #e5e5e5;
  overflow: hidden;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  display: block;
  padding: 10px 20px;
  clear: both;
  color: #3f3f4b;
  font-weight: normal;
  line-height: 1.42857;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > span:hover,
.dropdown-menu > li > span:focus {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > span,
.dropdown-menu > .active > span:hover,
.dropdown-menu > .active > span:focus {
  outline: 0;
  background-color: #ebebeb;
  color: #3f3f4b;
  text-decoration: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  color: #777;
  font-size: 12px;
  line-height: 1.42857;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.input-group {
  display: table;
  position: relative;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  float: none;
}
.input-group .form-control {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  float: left;
  z-index: 2;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group .form-control {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: ' ';
}
.nav:after {
  clear: both;
}
.nav > li {
  display: block;
  position: relative;
}
.nav > li > a {
  display: block;
  position: relative;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  background-color: transparent;
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #337ab7;
  background-color: rgba(0, 0, 0, 0);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  background-color: #e5e5e5;
  overflow: hidden;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  display: table;
  content: ' ';
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: ' ';
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: ' ';
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .navbar-static-top {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-toggle {
  position: relative;
  width: 50px;
  height: 19px;
  height: 50px;
  padding: 0;
  float: right;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  background-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #3f3f4b;
  -webkit-box-shadow: 0 1px 1px 0px #717171;
  -moz-box-shadow: 0 1px 1px 0px #717171;
  box-shadow: 0 1px 1px 0px #717171;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    width: auto;
    margin-top: 0;
    float: none;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    margin-right: -15px;
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.menu-global-wrap .form-group-material {
  padding: 0px;
}
.menu-global-wrap .dropdown-menu {
  position: absolute;
  left: -20px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.13) !important;
  -moz-box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.13) !important;
}
.menu-global-wrap .dropdown-material-menu {
  top: -webkit-calc(100% + 30px) !important;
  top: -moz-calc(100% + 30px) !important;
  top: calc(100% + 30px) !important;
  min-width: 197px;
}
.menu-global-wrap .navbar-dropdown {
  color: #3f3f4b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
}
.menu-global-wrap .caret {
  top: 12px !important;
  right: 0px;
  width: 8px;
  height: 8px;
}
.menu-global-wrap .dropdown-material-btn {
  padding-right: 20px;
  border-bottom: none !important;
}
@media screen and (min-width: 1200px) {
  .menu-global-wrap .navbar-nav > li {
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
}
.menu-global-wrap .padding-right-20 {
  padding-right: 7px !important;
}
@media screen and (min-width: 850px) {
  .menu-global-wrap .padding-right-20 {
    padding-right: 10px !important;
  }
}
.menu-global-wrap .--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-global-wrap .agetech-icon {
  margin-top: 5px;
  margin-right: 8px;
}
.menu-global-wrap .dropdown-wrapper {
  padding-top: 10px !important;
  cursor: pointer;
}
.menu-global-wrap .dropdown-wrapper.dropdown-wrapper-active .dropdown-menu {
  display: block !important;
}
.menu-global-wrap .healthcare-link {
  height: auto;
}
.menu-global-wrap .dropdown-wrapper-active {
  background: #f5f5f5;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 320px;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal .navbar-nav {
  margin: 0;
}
.modal-open .modal {
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 15px;
  overflow: auto;
}
.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  outline: 0;
  background-clip: padding-box;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  display: table;
  content: ' ';
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' ';
}
.modal-footer:after {
  clear: both;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  } */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  border: 0;
  background-color: transparent;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.healthcare {
  background-color: #f9f9f9;
}
.healthcare .healthcare {
  background-color: #f9f9f9;
}
.healthcare .healthcare .container-fluid {
  max-width: 1440px;
}
.healthcare .healthcare > .container-fluid {
  background-color: #ffffff;
}
.healthcare .healthcare .form-control-alert {
  top: auto !important;
  bottom: -3px !important;
  left: 10px !important;
}
.healthcare .healthcare .file-holder.uploaded-file {
  top: -16px !important;
}
.healthcare .healthcare-form {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url('../img/healthcare/world.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
}
@media (min-width: 768px) {
  .healthcare .healthcare-form {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-form {
    padding-top: 110px;
    padding-bottom: 186px;
  }
}
.healthcare .healthcare-header {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
  font-family: Montserrat;
  text-align: center;
}
.healthcare .healthcare-header__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .healthcare .healthcare-header__title {
    font-size: 48px;
  }
}
.healthcare .healthcare-input {
  width: 100%;
  height: 42px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #000000;
  background: #fafafc;
}
.healthcare .healthcare-input:focus {
  outline: none;
}
.healthcare .healthcare-input--textarea {
  height: 84px;
  padding-top: 12px;
  resize: vertical;
}
.healthcare .healthcare-items {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-items {
    width: 1180px;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
  }
}
.healthcare .healthcare-items__logo {
  height: 90px;
}
.healthcare .healthcare-items__logo img {
  width: auto;
  height: 100%;
}
.healthcare .healthcare-items .healthcare-text {
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans';
  font-size: 17px;
  line-height: 31px;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-items .healthcare-text {
    margin-bottom: 0;
  }
}
.healthcare .healthcare-list {
  margin-top: 30px;
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-list {
    padding-top: 90px;
  }
}
.healthcare .healthcare-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
@media (min-width: 768px) {
  .healthcare .healthcare-list li {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-right: 30px;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
  }
}
.healthcare .healthcare-list li:last-child {
  margin-bottom: 0;
}
.healthcare .healthcare-list li::before {
  min-width: 60px;
  font-family: 'Montserrat';
  font-size: 73px;
  line-height: 1;
  content: counter(item);
  counter-increment: item;
}
.healthcare .healthcare-list .healthcare-section__title {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .healthcare .healthcare-list .healthcare-section__title {
    margin-bottom: 86px;
    font-size: 31px;
  }
}
.healthcare .healthcare-load-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
}
.healthcare .healthcare-load {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.healthcare .healthcare-load img {
  width: 8px;
  height: 16px;
  margin-right: 6px;
}
.healthcare .healthcare-btn {
  width: 100%;
  height: 60px;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  border: 0 none;
  outline: 0 none;
  background-color: #4ba8fe;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
}
.healthcare .healthcare-btn:hover {
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  background-color: #188ffe;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-card {
    width: 1280px;
    max-width: 100%;
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-card__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.healthcare .healthcare-card__item {
  margin: 0 0 10px;
  padding: 30px;
  background: #e6f0fd;
  color: #2b95f8;
  font-family: 'Open Sans';
}
@media (min-width: 768px) {
  .healthcare .healthcare-card__item {
    padding: 56px 100px;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-card__item {
    margin: 5px;
    padding: 56px 64px;
  }
}
.healthcare .healthcare-card__title {
  font-size: 36px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .healthcare .healthcare-card__title {
    font-size: 70px;
  }
}
.healthcare .healthcare-card__subtitle {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .healthcare .healthcare-card__subtitle {
    font-size: 20px;
  }
}
.healthcare .healthcare-card__description {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .healthcare .healthcare-card__description {
    font-size: 17px;
  }
}
.healthcare .healthcare-download {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #4ba8fe;
  color: #ffffff;
  font-family: 'Open Sans';
}
@media (min-width: 1200px) {
  .healthcare .healthcare-download .container {
    width: 1280px;
    max-width: 100%;
  }
}
.healthcare .healthcare-download__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-download__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  }
}
.healthcare .healthcare-download__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .healthcare .healthcare-download__title {
    font-size: 65px;
  }
}
.healthcare .healthcare-download__description {
  margin-left: 46px;
  font-size: 14px;
}
.healthcare .healthcare-download__description a {
  margin-right: 5px;
  margin-left: 5px;
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .healthcare .healthcare-download__description {
    font-size: 26px;
  }
}
.healthcare .healthcare-download__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  border: 5px solid #ffffff;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-download__form {
    margin-top: 0;
  }
}
.healthcare .healthcare-download__input {
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
}
.healthcare .healthcare-download__input input {
  width: 100%;
  height: 58px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  font-size: 17px;
}
.healthcare .healthcare-download__btn {
  width: 170px;
  min-width: 170px;
}
.healthcare .healthcare-download__btn button {
  width: 100%;
  height: 58px;
  border: 0 none;
  background: #0c72d1;
  font-size: 21px;
}
.healthcare .healthcare-download .alert-required .form-control {
  border-color: #f14942;
  color: #f14942;
}
.healthcare .healthcare-main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-main {
    width: 1180px;
    max-width: 100%;
  }
}
.healthcare .healthcare-main > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-main > .row {
    display: block;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-main {
    padding-top: 118px;
    padding-bottom: 132px;
    text-align: left;
  }
}
.healthcare .healthcare-main__label {
  color: #4ba8fe;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .healthcare .healthcare-main__label {
    font-size: 17px;
  }
}
.healthcare .healthcare-main__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 120px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
@media (min-width: 768px) {
  .healthcare .healthcare-main__logo {
    height: 184px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-main__logo {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: auto;
    margin-bottom: 0;
    font-size: 17px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
  }
}
.healthcare .healthcare-main__logo img {
  width: auto;
  height: 100%;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-main__logo img {
    height: auto;
  }
}
.healthcare .healthcare-main::after {
  position: absolute;
  bottom: 0;
  left: -webkit-calc(50% - 48px);
  left: -moz-calc(50% - 48px);
  left: calc(50% - 48px);
  width: 96px;
  height: 5px;
  background-color: #4ba8fe;
  content: '';
}
.healthcare .healthcare-main .healthcare-title {
  line-height: 1;
}
.healthcare .healthcare-main .healthcare-subtitle {
  font-size: 18px;
}
@media (min-width: 768px) {
  .healthcare .healthcare-main .healthcare-subtitle {
    font-size: 22px;
  }
}
.healthcare .healthcare-main__list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media (min-width: 768px) {
  .healthcare .healthcare-main__list {
    padding-left: 30%;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-main__list {
    padding-left: 0;
  }
}
.healthcare .healthcare-main__list li {
  margin-top: 10px;
  color: #333333;
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}
.healthcare .healthcare-main__list li::before {
  margin-right: 10px;
  content: url('../img/healthcare/check.svg');
}
.healthcare .healthcare-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
}
@media (max-width: 1199px) {
  .healthcare .healthcare-section {
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-section__xl {
    width: 1180px;
    max-width: 100%;
  }
}
.healthcare .healthcare-section--blue-l {
  background-color: #edf5ff;
}
.healthcare .healthcare-section--blue {
  background-color: #e6f0fd;
}
.healthcare .healthcare-section--dark {
  background-color: #2c292c;
  color: #ffffff;
}
.healthcare .healthcare-section__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .healthcare .healthcare-section__title {
    font-size: 37px;
  }
}
.healthcare .healthcare-section__title .blue {
  color: #4ba8fe;
}
.healthcare .healthcare-section__block--center {
  text-align: center;
}
.healthcare .healthcare-section__block--center .healthcare-section__picture {
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
}
.healthcare
  .healthcare-section__block--center
  .healthcare-section__picture
  img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-section__block--center + .centered {
    margin-top: 100px;
  }
}
.healthcare .healthcare-section__img {
  width: 100%;
  max-width: 930px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .healthcare .healthcare-section__img {
    margin-top: 60px;
  }
}
.healthcare .healthcare-section__picture {
  height: 280px;
  margin-bottom: 50px;
}
@media (min-width: 400px) {
  .healthcare .healthcare-section__picture {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .healthcare .healthcare-section__picture {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-section__picture {
    height: auto;
    margin-bottom: 0;
  }
}
.healthcare .healthcare-section__picture--main {
  height: 130px;
}
@media (min-width: 768px) {
  .healthcare .healthcare-section__picture--main {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-section__picture--main {
    height: auto;
  }
}
.healthcare .healthcare-section__picture img {
  height: 100%;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-section__picture img {
    height: auto;
  }
}
.healthcare .healthcare-section__video {
  position: relative;
  height: 0;
  margin-top: 50px;
  padding-bottom: 56.25%;
}
.healthcare .healthcare-section__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.healthcare .healthcare-section .centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-section .centered {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
  }
}
.healthcare .healthcare-section .centered::before,
.healthcare .healthcare-section .centered::after {
  content: none;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-section .centered.reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
  }
}
.healthcare .healthcare-section .btn {
  margin-top: 30px;
}
.healthcare .healthcare-section.pt-0 {
  padding-top: 0;
}
.healthcare .healthcare-section .healthcare-text + .healthcare-section__title {
  margin-top: 40px;
}
.healthcare
  .healthcare-section__consultation
  .helthcare-items-contaner
  .avatar
  .image {
  border: 5px solid #fff;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  background-image: url('../img/avatar.png');
}
.healthcare .healthcare-section__useful-content .helthcare-items-contaner {
  position: relative;
}
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner
  .avatar {
  z-index: 1;
}
@media (max-width: 768px) {
  .healthcare
    .healthcare-section__useful-content
    .helthcare-items-contaner
    .avatar {
    display: none;
  }
}
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner
  .avatar
  .image {
  background-image: url('../img/usefullContent/usefullContentIcon.svg');
}
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 330px;
  background-image: url('../img/usefullContent/usefullContentBg.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  content: '';
}
@media (max-width: 768px) {
  .healthcare
    .healthcare-section__useful-content
    .helthcare-items-contaner::after {
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.healthcare .healthcare-section__consultation,
.healthcare .healthcare-section__useful-content {
  padding-top: 0;
  padding-bottom: 70px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .healthcare .healthcare-section__consultation,
  .healthcare .healthcare-section__useful-content {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-section__consultation,
  .healthcare .healthcare-section__useful-content {
    padding-top: 0;
    padding-bottom: 70px;
  }
}
.healthcare .healthcare-section__consultation .form-control,
.healthcare .healthcare-section__useful-content .form-control {
  color: #ffffff;
}
.healthcare .healthcare-section__consultation .helthcare-items-contaner,
.healthcare .healthcare-section__useful-content .helthcare-items-contaner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 92px;
  padding-bottom: 10px;
  background: #2b2b2b;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (max-width: 768px) {
  .healthcare .healthcare-section__consultation .helthcare-items-contaner,
  .healthcare .healthcare-section__useful-content .helthcare-items-contaner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 40px 14px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
}
.healthcare .healthcare-section__consultation .helthcare-items-contaner .avatar,
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner
  .avatar {
  width: 160px;
  margin-right: 92px;
}
.healthcare
  .healthcare-section__consultation
  .helthcare-items-contaner
  .avatar
  .image,
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner
  .avatar
  .image {
  width: 160px;
  height: 160px;
  margin-right: 92px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media (max-width: 768px) {
  .healthcare
    .healthcare-section__consultation
    .helthcare-items-contaner
    .avatar,
  .healthcare
    .healthcare-section__useful-content
    .helthcare-items-contaner
    .avatar {
    margin-right: 0;
  }
}
.healthcare
  .healthcare-section__consultation
  .helthcare-items-contaner
  .avatar
  .name,
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner
  .avatar
  .name {
  margin-top: 10px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
}
.healthcare
  .healthcare-section__consultation
  .helthcare-items-contaner
  .content,
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner
  .content {
  width: -webkit-calc(100% - 160px - 92px);
  width: -moz-calc(100% - 160px - 92px);
  width: calc(100% - 160px - 92px);
}
@media (max-width: 768px) {
  .healthcare
    .healthcare-section__consultation
    .helthcare-items-contaner
    .content,
  .healthcare
    .healthcare-section__useful-content
    .helthcare-items-contaner
    .content {
    width: 100%;
  }
}
.healthcare
  .healthcare-section__consultation
  .helthcare-items-contaner
  .content
  .title,
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner
  .content
  .title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .healthcare
    .healthcare-section__consultation
    .helthcare-items-contaner
    .content
    .title,
  .healthcare
    .healthcare-section__useful-content
    .helthcare-items-contaner
    .content
    .title {
    text-align: center;
  }
}
.healthcare
  .healthcare-section__consultation
  .helthcare-items-contaner
  .content
  .title
  span,
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner
  .content
  .title
  span {
  color: #fb4948;
}
.healthcare
  .healthcare-section__consultation
  .helthcare-items-contaner
  .content
  .form
  .btn,
.healthcare
  .healthcare-section__useful-content
  .helthcare-items-contaner
  .content
  .form
  .btn {
  width: auto;
}
.healthcare .border-left {
  border-left: 1px solid #e9e9e9;
}
.healthcare .border-top {
  border-top: 1px solid #e9e9e9;
}
.healthcare .helthcare-items-contaner {
  max-width: 1231px;
  margin: 0 auto;
}
.healthcare .helthcare-items-contaner__item {
  padding: 40px 40px 40px 40px;
}
.healthcare .helthcare-items-contaner__item__title {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 31px;
  text-transform: capitalize;
}
.healthcare .helthcare-items-contaner__item__description {
  margin-top: 15px;
  color: #333333;
  font-size: 17px;
  font-weight: normal;
  line-height: 31px;
  text-align: justify;
}
.healthcare .our-clients {
  margin-top: 40px;
}
.healthcare .our-clients__description {
  margin-top: 20px;
  color: #333333;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 182%;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .our-clients__description {
    width: 87%;
    margin-top: 47px;
    margin-left: 60px;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
  }
}
.healthcare .our-clients__description__item {
  margin-top: 15px;
}
.healthcare .our-clients__card {
  background: #2b98f8;
  -webkit-box-shadow: 20px 20px 0px 0px #117edd;
  -moz-box-shadow: 20px 20px 0px 0px #117edd;
  box-shadow: 20px 20px 0px 0px #117edd;
}
@media (max-width: 576px) {
  .healthcare .our-clients__card {
    margin-left: 27px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .our-clients__card {
    margin-left: 60px;
  }
}
.healthcare .our-clients__card .picture {
  padding-top: 100px;
  padding-right: 78px;
  padding-left: 45px;
}
@media (max-width: 576px) {
  .healthcare .our-clients__card .picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.healthcare .our-clients__card .picture .cliens {
  margin-left: 16px;
}
.healthcare .our-clients__card .picture__centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.healthcare .our-clients__card .list {
  padding-top: 60px;
  padding-bottom: 47px;
}
.healthcare .our-clients__card__description {
  margin-top: 20px;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: 48px;
  text-align: left;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .our-clients__card__description {
    margin-top: 20px;
  }
}
.healthcare .our-clients__card__enum .item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  color: #ffffff;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .our-clients__card__enum .item {
    border-bottom: none;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .healthcare .our-clients__card__enum .item {
    border-bottom: none;
    text-align: left;
  }
}
.healthcare .caseStudies {
  margin-top: 60px;
}
@media (max-width: 1183px) {
  .healthcare .caseStudies {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .healthcare .caseStudies {
    display: none;
  }
}
.healthcare .caseStudies .item .content-wrapper {
  padding: 31px 31px 0px 31px;
  background: #f8f8f8;
}
.healthcare .caseStudies .item .content-wrapper .content {
  min-height: 549px;
  text-align: left;
  overflow: hidden;
}
.healthcare .caseStudies .item .content-wrapper .content .title {
  margin-top: 21px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
}
.healthcare .caseStudies .item .content-wrapper .content .subtitle {
  margin-top: 9px;
  color: #333333;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.healthcare .caseStudies .item .content-wrapper .content .read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: #2e7aec;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 15px;
  text-transform: uppercase;
}
.healthcare .innovate_solutions {
  padding-top: 100px;
}
@media (max-width: 576px) {
  .healthcare .innovate_solutions {
    padding-top: 40px;
  }
}
@media (min-width: 576px) {
  .healthcare .innovate_solutions .healthcare-section__title {
    font-size: 37px !important;
    line-height: 47px;
  }
}
.healthcare .consultation-card {
  background: #2b2b2b;
}
.healthcare .consultation-card__content .photo .description {
  color: #ffffff;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
}
.healthcare .no-border {
  border-right: none !important;
  border-bottom: none !important;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .no-border {
    border-right: 1px solid rgba(70, 165, 253, 0.2) !important;
  }
}
.healthcare .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 62px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .steps {
    width: 86%;
    margin-left: 60px;
  }
}
.healthcare .steps .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding-right: 30px;
  padding-left: 10px;
  border-right: 1px solid rgba(70, 165, 253, 0.2);
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}
@media (max-width: 576px) {
  .healthcare .steps .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid rgba(70, 165, 253, 0.2);
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .steps .item {
    padding-top: 17px;
  }
}
.healthcare .steps .item .title {
  margin-top: 22px;
  color: #2b95f8;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.healthcare .steps .item .subtitle {
  margin-top: 16px;
  color: #2b95f8;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
.healthcare .software-we-develop .container-fluid {
  margin-top: 54px;
}
.healthcare .software-we-develop .subtitle {
  max-width: 812px;
  margin: 0 auto;
  margin-top: 30px;
  color: #333333;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-weight: 600;
  line-height: 31px;
  text-align: center;
}
.healthcare .software-we-develop .item {
  height: 100%;
  padding-top: 45px;
  padding-bottom: 22px;
  padding-left: 21px;
}
@media (max-width: 767px) {
  .healthcare .software-we-develop .item {
    border-bottom: 1px solid #e9e9e9;
    border-left: none;
  }
}
.healthcare .software-we-develop .item .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.healthcare .software-we-develop .item .title {
  margin-top: 15px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  text-transform: capitalize;
}
.healthcare .software-we-develop .item__subtitle {
  margin-top: 9px;
  color: #333333;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  text-align: center;
}
.healthcare .items-1 {
  padding-right: 0 !important;
}
@media (min-width: 1024px) {
  .healthcare .items-1 {
    border-bottom: 1px solid #e9e9e9;
  }
}
.healthcare .--with_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.healthcare .--no-left-border {
  border-left: none !important;
}
@media (max-width: 768px) {
  .healthcare .--no-border-bootom-mobile {
    border-bottom: none !important;
  }
}
@media (max-width: 768px) {
  .healthcare .--border-top-mobile {
    border: 1px solid #e9e9e9;
  }
}
@media (min-width: 768px) {
  .healthcare .healthcare .healthcare-section__title {
    font-size: 31px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .--border-top-tablet {
    border-top: 1px solid rgba(70, 165, 253, 0.2);
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .--border-left-tablet {
    border-left: 1px solid rgba(70, 165, 253, 0.2);
  }
}
@media (min-width: 768px) {
  .healthcare .--border-top {
    border-top: 1px solid rgba(70, 165, 253, 0.2);
  }
}
@media (min-width: 991px) {
  .healthcare .--border-right {
    border-right: 1px solid rgba(70, 165, 253, 0.2);
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .--border-top--tablet {
    border-top: 1px solid rgba(70, 165, 253, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .healthcare .--border-right-desktop {
    border-right: 1px solid rgba(70, 165, 253, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .healthcare .--border-top-desktop {
    border-top: 1px solid rgba(70, 165, 253, 0.2);
  }
}
.healthcare .main-carousel {
  display: none;
  margin-top: 60px;
}
.healthcare .main-carousel .container {
  width: 100%;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .main-carousel .container {
    width: 50%;
  }
}
.healthcare .main-carousel .item .content-wrapper {
  padding: 32px 35px 9px 28px;
  background: #f8f8f8;
}
.healthcare .main-carousel .item .content-wrapper .content {
  min-height: 549px;
  text-align: left;
  overflow: hidden;
}
.healthcare .main-carousel .item .content-wrapper .content .title {
  margin-top: 21px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
}
.healthcare .main-carousel .item .content-wrapper .content .subtitle {
  margin-top: 9px;
  color: #333333;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.healthcare .main-carousel .item .content-wrapper .content .read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: #2e7aec;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 15px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .healthcare .main-carousel {
    display: block;
  }
}
.healthcare .flickity-page-dots .dot {
  background: #2b98f8;
}
.healthcare .black-color-text {
  color: #333333 !important;
}
.healthcare .healthcare-subtitle {
  margin-bottom: 30px;
  color: #333333;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .healthcare .healthcare-subtitle {
    font-size: 24px;
  }
}
.healthcare .healthcare-team {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .healthcare .healthcare-team {
    width: 1180px;
    max-width: 100%;
  }
}
.healthcare .healthcare-team__item {
  max-width: 240px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .healthcare .healthcare-team__item {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .healthcare .healthcare-team__item {
    margin-bottom: 0;
  }
}
.healthcare .healthcare-team__name {
  margin-top: 22px;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: bold;
  line-height: 31px;
  text-transform: uppercase;
}
.healthcare .healthcare-team__pos {
  color: #4ba8fe;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  text-transform: uppercase;
}
.healthcare .healthcare-team__desc {
  margin-top: 16px;
  color: #333333;
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 31px;
}
.healthcare .healthcare-team__desc p {
  margin-bottom: 0;
}
.healthcare .healthcare-team__desc p + p {
  margin-top: 10px;
}
.healthcare .healthcare-team__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 43px;
  margin-top: 20px;
  padding: 4px 16px;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #337ab1;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 21px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.healthcare .healthcare-team__link:hover {
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  background: #285f89;
  color: #ffffff;
}
.healthcare .healthcare-team__link i {
  margin-right: 12px;
  font-size: 26px;
}
.healthcare .healthcare-team__link span {
  display: inline-block;
  padding-top: 4px;
}
.healthcare .healthcare-text {
  font-family: 'Open Sans';
  font-size: 14px;
}
@media (min-width: 768px) {
  .healthcare .healthcare-text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .healthcare .healthcare-text--xl {
    font-size: 20px;
  }
}
.healthcare .healthcare-text p {
  margin-bottom: 0;
  line-height: 31px;
}
.healthcare .healthcare-text p + p {
  margin-top: 20px;
}
.healthcare .healthcare-text--main p + p {
  margin-top: 10px;
}
.healthcare .healthcare-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #4ba8fe;
  font-size: 31px;
  font-weight: 800;
  font-font-family: 'Montserrat', sans-serif;
}
@media (min-width: 768px) {
  .healthcare .healthcare-title {
    font-size: 80px;
  }
}
.healthcare .healthcare-title .sm {
  font-weight: 400;
}
.healthcare .healthcare-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #4ba8fe;
  font-size: 31px;
  font-weight: 800;
  font-font-family: 'Montserrat', sans-serif;
}
@media (min-width: 768px) {
  .healthcare .healthcare-title {
    font-size: 80px;
  }
}
.healthcare .healthcare-title .sm {
  font-weight: 400;
}
.healthcare .healthcare-questions .slide-transition__tittle {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 31px;
  text-transform: capitalize;
}
.healthcare .healthcare-questions .answer {
  padding-bottom: 20px;
}
.healthcare .slide-transition {
  width: 100%;
  border: none;
  border-top: 1px solid #e9e9e9;
  outline: none;
  font-size: 15px;
  text-align: left;
  text-align: left;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.healthcare .slide-transition__tittle {
  position: relative;
}
.healthcare .slide-transition__tittle--checkbox-icon::before,
.healthcare .slide-transition__tittle--checkbox-icon::after,
.healthcare .slide-transition__tittle--arrow::before,
.healthcare .slide-transition__tittle--arrow::after {
  background-repeat: no-repeat;
  background-position: center;
}
.healthcare .slide-transition__tittle--checkbox-icon {
  padding-left: 58px;
}
.healthcare .slide-transition__tittle--checkbox-icon::before {
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 18px;
  height: 18px;
  background-image: url('../img/icons/icon-checkbox.svg');
  content: '';
}
.healthcare .slide-transition__tittle--checkbox-icon--purple {
  padding-left: 58px;
}
.healthcare .slide-transition__tittle--checkbox-icon--purple::before {
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 18px;
  height: 18px;
  background-image: url('../img/icons/icon-checkbox-purple.svg');
  content: '';
}
.healthcare .slide-transition__tittle--arrow {
  padding-right: 58px;
}
.healthcare .slide-transition__tittle--arrow::after {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out,
    -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  background-image: url('../img/icons/icon-arrow-black.svg');
  content: '';
}
.healthcare .slide-transition:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.healthcare .slide-transition__content {
  max-height: 0;
  padding-right: 58px;
  padding-left: 58px;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  color: #333333;
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  overflow: hidden;
}
.healthcare .slide-transition.active .slide-transition__tittle--arrow::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.healthcare .container-fluid {
  max-width: 1440px;
}
.healthcare > .container-fluid {
  background-color: #ffffff;
}
.healthcare #request-healthtech .form-control-alert {
  top: auto !important;
  bottom: -3px !important;
  left: 10px !important;
}
.healthcare .file-holder.uploaded-file {
  top: -16px !important;
}
.healthcare-home .healthcare-main {
  position: relative;
  text-align: center;
}
.healthcare-home .healthcare-main > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 308px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
@media (min-width: 768px) {
  .healthcare-home .healthcare-main > .row {
    height: 588px;
  }
}
@media (min-width: 960px) {
  .healthcare-home .healthcare-main > .row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
  }
}
@media (min-width: 960px) {
  .healthcare-home .healthcare-main {
    text-align: left;
  }
}
.healthcare-home .healthcare-main__label {
  color: #4ba8fe;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .healthcare-home .healthcare-main__label {
    font-size: 17px;
  }
}
.healthcare-home .healthcare-main__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 90px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
@media (min-width: 961px) {
  .healthcare-home .healthcare-main__logo {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .healthcare-home .healthcare-main__logo {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
    font-size: 17px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
  }
}
.healthcare-home .healthcare-main__logo img {
  width: auto;
  height: 100%;
}
@media (min-width: 1200px) {
  .healthcare-home .healthcare-main__logo img {
    height: auto;
  }
}
.healthcare-home .healthcare-main .healthcare-title {
  line-height: 1;
}
.healthcare-home .healthcare-main .healthcare-subtitle {
  font-size: 18px;
}
@media (min-width: 768px) {
  .healthcare-home .healthcare-main .healthcare-subtitle {
    font-size: 22px;
  }
}
.healthcare-home .healthcare-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #4ba8fe;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .healthcare-home .healthcare-title {
    font-size: 80px;
  }
}
.healthcare-home .healthcare-title .sm {
  font-weight: 400;
}
.healthcare-home .healthcare-subtitle {
  margin-bottom: 10px;
  color: #333333;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .healthcare-home .healthcare-subtitle {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.healthcare-thank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #4ba8fe;
  color: #ffffff;
  font-family: 'Open Sans';
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.healthcare-thank__line-1 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}
.healthcare-thank__line-2 {
  font-size: 26px;
}
.agetech-subtitle-h1,
.healthcare-subtitle-h1 {
  margin-bottom: 19px;
  color: #333333;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 576px) {
  .agetech-subtitle-h1,
  .healthcare-subtitle-h1 {
    text-align: center;
  }
}
.agetech {
  background-color: #ffffff !important;
}
.agetech .agetech-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #731e6b;
  font-family: 'Montserrat', sans-serif;
  font-size: 31px;
  font-size: 80px;
  font-weight: 800;
}
@media (max-width: 576px) {
  .agetech .agetech-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 99.7%;
    text-align: center;
    text-transform: uppercase;
  }
}
@media (min-width: 769px) {
  .agetech .our-clients__card {
    margin-top: 35px;
    margin-left: 60px;
  }
}
.agetech .agetech-subtitle {
  margin-bottom: 19px;
  color: #333333;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 576px) {
  .agetech .agetech-subtitle {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .agetech .healthcare-main__logo {
    height: 327px;
  }
}
.agetech .agetech-main {
  padding-top: 118px;
  padding-bottom: 30px;
  text-align: left;
}
@media (max-width: 576px) {
  .agetech .agetech-main {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.agetech .agetech-main__label {
  color: #731e6b;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: 96.7%;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .agetech .agetech-main__label {
    text-align: center;
  }
}
.agetech span.blue {
  color: #7b3c75 !important;
}
.agetech .our-clients__card {
  background: #7b3c75;
  -webkit-box-shadow: 20px 20px 0px 0px #672e62;
  -moz-box-shadow: 20px 20px 0px 0px #672e62;
  box-shadow: 20px 20px 0px 0px #672e62;
}
.agetech .our-clients__description__bold {
  font-weight: bold;
}
@media (max-width: 576px) {
  .agetech .our-clients__description__bold {
    padding-right: 28px;
    padding-left: 28px;
  }
}
.agetech .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 17px;
  font-weight: 700;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.agetech .icons .icon-desk {
  margin-top: 10px;
}
@media (max-width: 576px) {
  .agetech .icons .icon:last-child {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .agetech .icons .icon__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 576px) {
  .agetech .icons .icon {
    width: 50%;
    text-align: center;
  }
}
.agetech .read-more {
  color: #7b3c75 !important;
}
.agetech .arrow {
  color: #7b3c75 !important;
}
.agetech .flickity-page-dots .dot {
  background: #7b3c75;
}
.agetech .title {
  color: #7b3c75 !important;
}
.agetech .subtitle {
  color: #7b3c75;
}
.agetech ul.product-option li {
  text-align: left;
}
.agetech .healthcare .slide-transition__tittle--checkbox-icon::before {
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 18px;
  height: 18px;
  background-image: url(../img/icons/icon-checkbox-purple.svg);
  content: '';
}
.agetech .about-advisor {
  padding-left: 69px;
}
@media (max-width: 576px) {
  .agetech .about-advisor {
    padding-left: 0px;
    text-align: left;
  }
}
.agetech .about-advisor .advisor {
  margin-top: 10px;
  color: #333333;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  line-height: 31px;
  text-align: left;
}
.agetech .about-advisor .advisor__title {
  font-weight: bold;
}
.agetech .--with-background {
  background: #f7f9fc;
}
.agetech .our-clients__card__enum .item {
  text-align: left;
}
@media (max-width: 576px) {
  .agetech .our-clients__card__enum .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32) !important;
  }
}
@media (max-width: 576px) {
  .agetech .our-clients__description {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .agetech .our-clients__description .text {
    margin-bottom: 30px;
    padding-right: 28px;
    padding-left: 28px;
    color: #333333;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 31px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .agetech .our-clients__description .text {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .agetech .margin-top-0-mobile {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .agetech .padding-top-0-mobile {
    padding-top: 0px;
  }
}
@media (max-width: 576px) {
  .agetech .padding-bottom-0-mobile {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 576px) {
  .agetech .main-carousel .item .content-wrapper .content {
    min-height: 473px;
  }
}
@media (max-width: 576px) {
  .agetech .steps {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .agetech .steps .item {
    padding-top: 19px;
  }
}
@media (max-width: 576px) {
  .agetech .healthcare-section__title {
    line-height: 34px;
  }
}
.agetech .software-we-develop .item .title {
  color: #000000 !important;
}
@media (max-width: 576px) {
  .agetech .software-we-develop .item .title {
    margin-top: 45px;
  }
}
@media (max-width: 576px) {
  .agetech .software-we-develop .item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .agetech .software-we-develop .container-fluid {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .agetech .software-we-develop {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .agetech .agetech-first-section {
    padding-top: 33px;
    text-align: center;
  }
}
.agetech .--no-margin-left-tablet {
  margin-left: 0px;
}
.agetech .healthcare-main__logo {
  height: unset !important;
  margin-bottom: 0px;
}
.agetech .healthcare-main__logo img {
  height: unset !important;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .agetech .our-clients__description__bold {
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .agetech .about-advisor {
    padding-left: 0;
    text-align: left;
  }
}
.agetech .white {
  color: white !important;
}
.agetech .--purple {
  color: #7746b1;
}
.agetech .purple-contact-form .healthcare-title {
  color: #7b3c75 !important;
}
.agetech .purple-contact-form .healthcare-btn {
  background-color: #7b3c75;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .agetech {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32) !important;
  }
}
@media screen and (min-width: 768) and (max-width: 991px) {
  .agetech .our-clients__card {
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .agetech .--border-bottom-tablet {
    border-bottom: 1px solid rgba(70, 165, 253, 0.2);
  }
}
@media screen and (min-width: 580px) and (max-width: 991px) {
  .agetech .--no-border-right-tablet {
    border-right: none !important;
  }
}
@media (min-width: 769) {
  .agetech .--no-border-right-desktop {
    border-right: none !important;
  }
}
.agetech .caseStudies .item .content-wrapper .content .subtitle {
  -webkit-columns: #333333 !important;
  -moz-columns: #333333 !important;
  columns: #333333 !important;
}
.agetech .steps .item .subtitle {
  color: #7b3c75;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .healthcare .our-clients__card__enum .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32) !important;
  }
}
.agetech--blue {
  background-color: #e6f0fd !important;
}
@font-face {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/fontello/fontello.eot?76742058');
  src: url('../fonts/fontello/fontello.eot?76742058#iefix')
      format('embedded-opentype'),
    url('../fonts/fontello/fontello.woff2?76742058') format('woff2'),
    url('../fonts/fontello/fontello.woff?76742058') format('woff'),
    url('../fonts/fontello/fontello.ttf?76742058') format('truetype'),
    url('../fonts/fontello/fontello.svg?76742058#fontello') format('svg');
}
[class^='fa-']:before,
[class*=' fa-']:before {
  display: inline-block;
  font-family: 'fontello';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-business:before {
  content: '\e800';
}
.fa-deliver:before {
  content: '\e801';
}
.fa-experience:before {
  content: '\e802';
}
.fa-quality:before {
  content: '\e803';
}
.fa-security:before {
  content: '\e804';
}
.fa-solutions:before {
  content: '\e805';
}
.fa-down-open:before {
  content: '\e806';
}
.fa-left-open:before {
  content: '\e807';
}
.fa-right-open:before {
  content: '\e808';
}
.fa-up-open:before {
  content: '\e809';
}
.fa-cancel-circled:before {
  content: '\e80a';
}
.fa-attach:before {
  content: '\e80b';
}
.fa-search:before {
  content: '\e80c';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook:before {
  content: '\f09a';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage {
  position: relative;
  -moz-backface-visibility: hidden;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: '.';
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  overflow: hidden;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0;
}
.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -moz-transition: transform 100ms ease, -moz-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease,
    -moz-transform 100ms ease, -o-transform 100ms ease;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  height: 100%;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  opacity: 0;
}
.owl-carousel .owl-video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  display: inline-block;
  margin: 5px;
  padding: 4px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fbfbfb;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fbfbfb;
  -webkit-backface-visibility: visible;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
button:focus,
input:focus {
  outline: 0;
}
img,
iframe {
  max-width: 100%;
}
.over-hid {
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}
.clearfix:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .br-min-sm::before {
    white-space: pre;
    content: '\A';
  }
}
@media (max-width: 767px) {
  .br-max-sm::before {
    white-space: pre;
    content: '\A';
  }
}
.dot-transparent {
  display: inline-block;
  width: 0;
  height: 0;
  color: transparent;
}
.caret {
  width: 12px;
  height: 7px;
  float: right;
  background: url('../img/icons/icon-caret.svg') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.flask {
  width: 42px;
  height: 42px;
  margin-right: 15px;
  float: left;
  background: url(../img/icons/icon-flask.svg) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.integration {
  width: 42px;
  height: 42px;
  margin-right: 15px;
  float: left;
  background: url(../img/icons/icon-integration.svg) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.secure {
  width: 42px;
  height: 42px;
  margin-right: 15px;
  float: left;
  background: url(../img/icons/icon-secure.svg) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.medical {
  width: 42px;
  height: 42px;
  margin-right: 15px;
  float: left;
  background: url(../img/icons/icon-medical.svg) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.clients {
  width: 77px;
  height: 55px;
  margin-right: 15px;
  float: left;
  background: url(../img/icons/icon-clients.png) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.arrow {
  width: 12.5px;
  height: 11px;
  margin-left: 13px;
  float: left;
  background: url(../img/icons/icon-arrow.svg) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.arrow-purple {
  width: 12.5px;
  height: 11px;
  margin-left: 13px;
  float: left;
  background: url(../img/icons/icon-arrow-purple.svg) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.steps-1 {
  background: url(../img/icons/icon-steps-1.svg) no-repeat;
}
.steps-2 {
  background: url(../img/icons/icon-steps-2.svg) no-repeat;
}
.steps-3 {
  background: url(../img/icons/icon-steps-3.svg) no-repeat;
}
.steps-4 {
  background: url(../img/icons/icon-steps-4.svg) no-repeat;
}
.steps-1-violet {
  background: url(../img/icons/icon-steps-1-violet.svg) no-repeat;
}
.steps-2-violet {
  background: url(../img/icons/icon-steps-2-violet.svg) no-repeat;
}
.steps-3-violet {
  background: url(../img/icons/icon-steps-3-violet.svg) no-repeat;
}
.steps-4-violet {
  background: url(../img/icons/icon-steps-4-violet.svg) no-repeat;
}
.steps-1-black {
  background: url(../img/icons/icon-steps-1-black.svg) no-repeat;
}
.steps-2-black {
  background: url(../img/icons/icon-steps-2-black.svg) no-repeat;
}
.steps-3-black {
  background: url(../img/icons/icon-steps-3-black.svg) no-repeat;
}
.steps-4-black {
  background: url(../img/icons/icon-steps-4-black.svg) no-repeat;
}
.telehealth {
  width: 89px;
  height: 76.63px;
  background: url(../img/icons/icon-telehealth.svg) no-repeat;
}
.managment {
  width: 89px;
  height: 94.63px;
  background: url(../img/icons/icon-managment.svg) no-repeat;
}
.systems {
  width: 83.44px;
  height: 88px;
  background: url(../img/icons/icon-systems.svg) no-repeat;
}
.apps {
  width: 59.37px;
  height: 77px;
  background: url(../img/icons/icon-apps.svg) no-repeat;
}
.phone {
  width: 72px;
  height: 88.36px;
  background: url(../img/icons/icon-phone.svg) no-repeat;
}
.software {
  width: 92px;
  height: 92px;
  background: url(../img/icons/icon-software.svg) no-repeat;
}
.clients-agetech-1 {
  width: 45px;
  height: 32.14px;
  background: url(../img/icons/clients-agetech-1.svg) no-repeat;
}
.clients-agetech-2 {
  width: 45px;
  height: 32.14px;
  background: url(../img/icons/clients-agetech-2.svg) no-repeat;
}
.clients-agetech-3 {
  width: 45px;
  height: 32.14px;
  background: url(../img/icons/clients-agetech-3.svg) no-repeat;
}
.agetech-products-1 {
  width: 89px;
  height: 76.63px;
  background: url(../img/icons/agetech-products-1.svg) no-repeat;
}
.agetech-products-2 {
  width: 89px;
  height: 76.63px;
  background: url(../img/icons/agetech-products-2.svg) no-repeat;
}
.agetech-products-3 {
  width: 89px;
  height: 92.63px;
  background: url(../img/icons/agetech-products-3.svg) no-repeat;
}
.agetech-products-4 {
  width: 93px;
  height: 87.63px;
  background: url(../img/icons/agetech-products-4.svg) no-repeat;
}
.agetech-products-5 {
  width: 89px;
  height: 90.63px;
  background: url(../img/icons/agetech-products-5.svg) no-repeat;
}
.agetech-products-6 {
  width: 94px;
  height: 95.63px;
  background: url(../img/icons/agetech-products-6.svg) no-repeat;
}
.btn-getIt {
  display: inline-block;
  width: 200px;
  padding: 9px 10px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border: 2px solid #f14942;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f14942;
  color: #fff;
  font: 600 18px/1 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
}
.btn-getIt:active,
.btn-getIt:focus,
.btn-getIt:hover {
  border-color: #d42922;
  background: #d42922;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-getIt {
    width: 270px;
    padding: 16px 20px;
    font-size: 22px;
    letter-spacing: 0.1px;
  }
}
.btn-transparent {
  display: inline-block;
  position: relative;
  padding: 11px 30px 9px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border: 2px solid #3f3f4b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #3f3f4b;
  font: 500 18px/1 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}
.btn-transparent.btn-white {
  border: 2px solid #fff;
  color: #fff;
}
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
  background: #3f3f4b;
  color: #fff;
}
.btn-transparent:active.btn-white,
.btn-transparent:focus.btn-white,
.btn-transparent:hover.btn-white {
  background: #fff;
  color: #3f3f4b;
}
@media screen and (min-width: 768px) {
  .btn-transparent {
    padding: 17px 39px 16px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.btn-lg {
  width: 220px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .btn-lg {
    width: 280px;
  }
}
.sprite {
  display: inline-block;
  vertical-align: middle;
}
.sprite-principles {
  background-image: url('../img/sprite/mobile/sprite-principles-s530850c963.png');
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .sprite-principles {
    background-image: url('../img/sprite/desktop/sprite-principles-s51729f4fb1.png');
  }
}
.sprite-principles-case {
  width: 40px;
  height: 34px;
}
.sprite-principles-light {
  width: 28px;
  height: 40px;
}
.sprite-principles-mustache {
  width: 40px;
  height: 27px;
}
.sprite-principles-plane {
  width: 40px;
  height: 27px;
}
.sprite-principles-protect {
  width: 34px;
  height: 40px;
}
.sprite-principles-star {
  width: 42px;
  height: 40px;
}
.sprite-principles-check {
  width: 36px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .sprite-principles-case {
    width: 50px;
    height: 43px;
  }
  .sprite-principles-light {
    width: 35px;
    height: 50px;
  }
  .sprite-principles-mustache {
    width: 60px;
    height: 40px;
  }
  .sprite-principles-plane {
    width: 60px;
    height: 41px;
  }
  .sprite-principles-protect {
    width: 43px;
    height: 50px;
  }
  .sprite-principles-star {
    width: 52px;
    height: 50px;
  }
  .sprite-principles-check {
    width: 36px;
    height: 32px;
  }
}
.sprite-principles-case {
  background-position: 0 0;
}
.sprite-principles-check {
  background-position: 0 -34px;
}
.sprite-principles-light {
  background-position: 0 -66px;
}
.sprite-principles-mustache {
  background-position: 0 -106px;
}
.sprite-principles-plane {
  background-position: 0 -133px;
}
.sprite-principles-protect {
  background-position: 0 -160px;
}
.sprite-principles-star {
  background-position: 0 -200px;
}
@media screen and (min-width: 768px) {
  .sprite-principles-case {
    background-position: 0 0;
  }
  .sprite-principles-check {
    background-position: 0 -43px;
  }
  .sprite-principles-light {
    background-position: 0 -75px;
  }
  .sprite-principles-mustache {
    background-position: 0 -125px;
  }
  .sprite-principles-plane {
    background-position: 0 -166px;
  }
  .sprite-principles-protect {
    background-position: 0 -207px;
  }
  .sprite-principles-star {
    background-position: 0 -257px;
  }
}
body {
  position: relative;
  min-width: 320px;
  background: #fff;
  color: #3f3f4b;
  font-family: 'Open Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
body.ajax-request .ajax-request-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
p {
  font: 300 14px/1.44 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
}
dl {
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  dl {
    font-size: 22px;
    letter-spacing: 0.3px;
  }
}
dt {
  font-weight: 300;
}
dd {
  font-weight: 600;
}
.bg-grey {
  background: #fbfbfb;
}
.bg-green-light {
  background: #f4faf1;
}
.section-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 1;
}
.section-shadow.section-shadow-white {
  background: #fff;
}
.section-content {
  position: relative;
  z-index: 3;
}
.section-title {
  margin: 0;
  color: #3f3f4b;
  font: 700 24px/1.29 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
}
.red {
  color: #f14942 !important;
}
.black {
  color: black !important;
}
.white {
  color: white !important;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 38px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 768px) {
  .section-title-h3 {
    font-size: 34px;
  }
}
.section-description {
  margin: 16px 0 28px;
  color: #3f3f4b;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-description {
    font-size: 18px;
    line-height: 29px;
    text-align: center;
  }
}
.sprite {
  display: inline-block;
  vertical-align: middle;
}
.img-container {
  position: relative;
  width: 100%;
  padding-top: 54%;
}
.img-resizable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
}
.img-shadow {
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
.icon-cube {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.icon-cube.icon-size-xs {
  width: 28px;
  height: 28px;
}
.icon-cube.icon-size-sm {
  width: 58px;
  height: 58px;
}
.icon-cube.icon-size-md {
  width: 92px;
  height: 92px;
}
.icon-cube-black {
  background-image: url('../img/icons/icon-cube-black.svg');
}
.icon-cube-red {
  background-image: url('../img/icons/icon-cube-big.svg');
}
.icon-new-cube-black {
  background-image: url('../img/icons/icon-new-cube-black.svg');
}

.icon-new-cube-red {
  background-image: url('../img/icons/icon-new-cube-big.svg');
}

body {
  position: relative;
}
body.dev {
  min-height: 2000px;
}
body.dev header,
body.dev main,
body.dev footer {
  opacity: 0.7;
}
body.dev .dr-mockup {
  display: block;
}
.dr-mockup {
  display: none;
  position: absolute;
  z-index: -1;
}
.main-slider {
  position: relative;
}
.main-slider .owl-nav {
  display: none;
}
.main-slider .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.main-slider .owl-dots .owl-dot {
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
  margin: 0 2px;
  padding: 0;
  border: 1px solid #a9a3a3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}
.main-slider .owl-dots .owl-dot.active {
  background: #a9a3a3;
}
.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.main-nav::before,
.main-nav::after {
  content: none;
}
.healthcare-link {
  display: inline-block !important;
  padding: 0;
}
.healthcare-link a {
  padding: 10px 20px 10px 44px !important;
  font-weight: 500 !important;
}
.healthcare-link a:hover {
  color: #ed5a67 !important;
}
.healthcare-link a::before,
.healthcare-link a::after {
  position: absolute;
  top: 13px;
  right: auto;
  bottom: 0;
  left: 22px !important;
  width: 5px !important;
  height: 16px;
  border: 0 none;
  background: #ed5a67 !important;
  color: #ed5a67 !important;
  content: '';
  opacity: 1 !important;
}
.healthcare-link a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal .healthcare-link {
  display: block !important;
  padding-left: 5px;
}
.modal .healthcare-link a {
  padding: 10px 20px !important;
}
.modal .healthcare-link a::before,
.modal .healthcare-link a::after {
  left: -12px !important;
}
.modal .healthcare-link a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal .agetech-link {
  display: block !important;
  padding-left: 5px;
}
.modal .agetech-link a svg {
  position: absolute;
  top: 13px;
  right: auto;
  left: -17px !important;
}
.navbar-nav > li > a {
  white-space: nowrap !important;
}
.forms-thank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 8px 0 70px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #df564b;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
@media screen and (min-width: 768px) {
  .forms-thank {
    margin: 15px 0 35px;
  }
}
.content-footer-email .forms-thank {
  max-width: 490px;
  margin: 0 auto;
}
.forms-thank--small {
  min-height: 43px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .forms-thank--small {
    margin: 0;
  }
}
@media screen and (min-width: 991px) {
  .forms-thank--small {
    min-height: 51px;
  }
}
.forms-thank--small p {
  line-height: 1.2;
}
.forms-thank p {
  margin: 0;
  padding: 0;
}
.forms-thank p:first-child {
  font-size: 17px;
  font-weight: bold;
}
.forms-thank p:last-child {
  font-size: 14px;
}
.content-header {
  position: relative;
  padding: 90px 30px 55px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-header {
    padding: 104px 0 103px;
  }
  .content-header .section-content {
    max-width: 790px;
    margin: auto;
  }
  .content-header .btn {
    display: none;
  }
}
.content-header .section-title {
  margin: 3px 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .content-header .section-title {
    margin: 5px 0 10px;
  }
}
.content-header .description {
  margin: 0 0 45px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .content-header .description {
    font-size: 28px;
    letter-spacing: 0.4px;
    line-height: 1.29;
  }
}
@-webkit-keyframes cube-rotation {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes cube-rotation {
  0% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {
    -moz-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-o-keyframes cube-rotation {
  0% {
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes cube-rotation {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.content-header-cube {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 164px;
  margin-left: -82px;
  opacity: 0.9;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .content-header-cube {
    top: -webkit-calc(50% - 134.667px);
    top: -moz-calc(50% - 134.667px);
    top: calc(50% - 134.667px);
    width: 234px;
    margin-left: -117px;
  }
}
.content-header-page-main {
  background-image: url('../img/mobile/page-main/page-main-content-header.jpg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .content-header-page-main {
    background-image: url('../img/desktop/page-main/page-main-content-header.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .content-header-page-main {
    background-image: url('../img/desktop-large/page-main/page-main-content-header.jpg');
  }
}
.content-header-page-main .section-shadow {
  opacity: 0.5;
}
.our-solutions {
  padding-top: 80px;
}
.our-solutions .project-tasks-container {
  margin-top: 60px;
  margin-bottom: 80px;
}
.our-solutions .project-tasks-container .project-tasks {
  padding: 50px 76px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-solutions .project-tasks-container .project-tasks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 50px 17px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .our-solutions .project-tasks-container .project-tasks {
    padding: 50px;
  }
}
.our-solutions .project-tasks-container .project-tasks p {
  margin: 0 0 14px;
  letter-spacing: 0.25px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .our-solutions .project-tasks-container .project-tasks p {
    margin: 0 0 32px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-solutions .project-tasks-container .project-tasks p {
    width: 100%;
    text-align: center;
  }
}
.our-solutions .project-tasks-container .project-tasks .title-numb {
  width: 93px;
  height: 93px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.our-solutions .project-tasks-container .project-tasks .title-numb__startups {
  background-image: url('../img/home/startups.svg');
}
.our-solutions
  .project-tasks-container
  .project-tasks
  .title-numb__buisinessess {
  background-image: url('../img/home/businesses.svg');
}
.our-solutions .project-tasks-container .project-tasks .title {
  margin: 5px 0 10px;
  font: 500 21px/1.24 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-solutions .project-tasks-container .project-tasks .title {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .our-solutions .project-tasks-container .project-tasks .title {
    margin: 5px 0 15px;
    font-size: 30px;
    letter-spacing: 0.7px;
    line-height: 1.33;
  }
}
.our-cases,
.our-industries {
  position: relative;
  padding: 55px 0 0;
  color: #000000;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .our-cases,
  .our-industries {
    padding: 95px 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .our-cases,
  .our-industries {
    padding: 80px 0 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-cases,
  .our-industries {
    padding: 40px 0 60px;
  }
}
.our-cases > .container,
.our-industries > .container {
  padding-right: 10px;
  padding-left: 10px;
}
.our-cases .section-title,
.our-industries .section-title {
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .our-cases .section-title,
  .our-industries .section-title {
    margin: 0 0 36px;
  }
}
.our-cases .btn-viewAll,
.our-industries .btn-viewAll {
  margin: 30px 0 40px;
}
@media screen and (min-width: 768px) {
  .our-cases .btn-viewAll,
  .our-industries .btn-viewAll {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .our-industries {
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries {
    padding-top: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .section-description {
    font-size: 16px;
  }
}
.our-industries .case-healthcare .img-container {
  margin: 0 0 -40px;
  padding-top: 62%;
}
@media screen and (min-width: 768px) {
  .our-industries .case-healthcare .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .case-healthcare .img-container {
    margin: 0 0 0;
    padding-top: 62%;
  }
}
.our-industries .case-healthcare .img-resizable {
  background-image: url('../img/home/Healthcare.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .our-industries .case-healthcare .img-resizable {
    background-position: right 200% bottom;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .case-healthcare .img-resizable {
    background-image: url('../img/home/HealthcareMobile.jpg');
    background-position: center center;
  }
}
@media screen and (min-width: 992px) {
  .our-industries .case-healthcare .img-resizable {
    height: 400px;
    background-position: left -5% bottom;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .case-healthcare .title {
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
.our-industries .case-age-tech .img-container {
  height: 300px;
  margin: 0 0 -20px;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .case-age-tech .img-container {
    margin: 0 0 0;
    padding-top: 62%;
  }
}
@media screen and (min-width: 768px) {
  .our-industries .case-age-tech .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .our-industries .case-age-tech .case-section-content {
    width: 60%;
    padding: 0 0 0 55px;
  }
}
.our-industries .case-age-tech .img-resizable {
  background-image: url('../img/home/AgeTech.jpg');
  background-position: center top;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .our-industries .case-age-tech .img-resizable {
    background-position: left 290% bottom;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .case-age-tech .img-resizable {
    background-image: url('../img/home/AgeTechMobile.jpg');
    background-position: center center;
  }
}
@media screen and (min-width: 992px) {
  .our-industries .case-age-tech .img-resizable {
    background-position: right -30% center;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .case-age-tech .title {
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
.our-industries .project-tasks-container {
  margin: 50px 0;
}
.our-industries .project-tasks-container .project-tasks {
  padding: 50px 76px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .project-tasks-container .project-tasks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 50px 17px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .our-industries .project-tasks-container .project-tasks {
    padding: 50px;
  }
}
.our-industries .project-tasks-container .project-tasks p {
  margin: 0 0 14px;
  letter-spacing: 0.25px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .our-industries .project-tasks-container .project-tasks p {
    margin: 0 0 32px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .project-tasks-container .project-tasks p {
    width: 100%;
    text-align: center;
  }
}
.our-industries .project-tasks-container .project-tasks .title-numb {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.our-industries
  .project-tasks-container
  .project-tasks
  .title-numb__real-estate {
  background-image: url('../img/home/RealEstate.svg');
}
.our-industries .project-tasks-container .project-tasks .title-numb__logistics {
  background-image: url('../img/home/Logistics.svg');
}
.our-industries .project-tasks-container .project-tasks .title {
  margin: 5px 0 10px;
  font: 500 21px/1.24 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .our-industries .project-tasks-container .project-tasks .title {
    margin: 5px 0 15px;
    font-size: 30px;
    letter-spacing: 0.7px;
    line-height: 1.33;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .our-industries .project-tasks-container .project-tasks .title {
    width: 100%;
    text-align: center;
  }
}
.case-section {
  position: relative;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.case-section:before,
.case-section:after {
  display: table;
  content: ' ';
}
.case-section:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .case-section {
    margin: 36px 0 38px;
    padding: 0;
  }
  .case-section .btn-transparent {
    padding: 11px 27px 9px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
  }
}
@media screen and (min-width: 768px) {
  .case-section .img-container {
    position: absolute;
    z-index: 1;
  }
}
.case-section .case-section-content {
  position: relative;
  padding: 0 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .case-section .case-section-content {
    width: 50%;
    padding: 0 0 0 77px;
  }
  .case-section .case-section-content.side-right {
    padding: 0 70px 0 10px;
    float: right;
  }
}
.case-section .title {
  margin: 5px 0 0;
  font: 500 21px/1.9 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .case-section .title {
    margin: 40px 0 5px;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.33;
  }
}
.case-section .desc-title {
  display: inline-block;
  margin: 0 -10px 16px;
  padding: 4px 15px 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f0f0f0;
  font: 500 13px/1.4 'Open Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .case-section .desc-title {
    margin: 0 0 24px;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 0.4px;
  }
}
.case-section p {
  margin: 0 0 14px;
  letter-spacing: 0.25px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .case-section p {
    margin: 0 0 32px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
  }
}
.case-section .btn {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .case-section .btn {
    margin: 0 0 37px;
  }
}
@media (max-width: 767px) {
  .case-section {
    text-align: center;
  }
  .case-section p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .case-ucl-system {
    padding: 0;
  }
}
.case-ucl-system .img-container {
  height: 300px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .case-ucl-system .img-container {
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .case-ucl-system .img-container {
    height: 400px;
  }
}
.case-ucl-system .img-resizable {
  height: 300px;
  background-image: url('../img/mobile/page-main/cases-UCL-System.png');
  background-position: center top 10px;
  -webkit-background-size: 422px 422px;
  -moz-background-size: 422px;
  background-size: 422px;
}
@media screen and (min-width: 768px) {
  .case-ucl-system .img-resizable {
    height: 400px;
    background-image: url('../img/desktop/page-main/cases-UCL-System.png');
    background-position: left -70px bottom -57px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .case-ucl-system .img-resizable {
    background-position: left -21px bottom -5px;
  }
}
.case-wendy .img-container {
  height: 300px;
  margin: 0 0 -20px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .case-wendy .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.case-wendy .img-resizable {
  height: 380px;
  background-image: url('../img/mobile/page-main/cases-wendy.jpg');
  background-position: center top -60px;
}
@media screen and (min-width: 768px) {
  .case-wendy .img-resizable {
    height: 500px;
    background-position: right -15px center;
  }
}
@media screen and (min-width: 992px) {
  .case-wendy .img-resizable {
    background-position: right 55px center;
  }
}
.case-mobilism .img-container {
  height: 300px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .case-mobilism .img-container {
    top: 0;
    left: 0;
    height: 100%;
  }
}
.case-mobilism .img-resizable {
  height: 360px;
  background-image: url('../img/mobile/page-main/cases-mobilism.jpg');
  background-position: center top -30px;
}
@media screen and (min-width: 768px) {
  .case-mobilism .img-resizable {
    height: 500px;
    background-position: right 362px top 25px;
  }
}
@media screen and (min-width: 992px) {
  .case-mobilism .img-resizable {
    background-position: right 490px center;
  }
}
@media screen and (min-width: 768px) {
  .case-mobilism .title {
    margin: 49px 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .case-mobilism .btn {
    margin: 0 0 46px;
  }
}
.case-aliro .img-container {
  margin: 0 0 -40px;
  padding-top: 62%;
}
@media screen and (min-width: 768px) {
  .case-aliro .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.case-aliro .img-resizable {
  background-image: url('../img/mobile/page-main/cases-aliro.jpg');
  background-position: left top 15px;
}
@media screen and (min-width: 768px) {
  .case-aliro .img-resizable {
    top: auto;
    height: 380px;
    background-position: left -260px bottom;
  }
}
@media screen and (min-width: 992px) {
  .case-aliro .img-resizable {
    height: 400px;
    background-position: left -210px bottom;
  }
}
.case-gap .img-container {
  padding-top: 62%;
}
@media screen and (min-width: 768px) {
  .case-gap .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.case-gap .img-resizable {
  background-position: left top 15px;
}
@media screen and (min-width: 320px) {
  .case-gap .img-resizable {
    background-image: url('../img/mobile/page-main/cases-gap.jpg');
    background-position: center center;
    background-position-x: -28px;
  }
}
@media screen and (min-width: 768px) {
  .case-gap .img-resizable {
    background-image: url('../img/mobile/page-main/cases-gap2.png');
    background-position: -185px center;
  }
}
@media screen and (min-width: 992px) {
  .case-gap .img-resizable {
    background-position: -35px center;
  }
}
@media screen and (min-width: 992px) {
  .case-successfilly {
    min-height: 400px;
  }
}
.case-successfilly .img-container {
  margin: 0 0 10px;
  padding-top: 68%;
}
@media screen and (min-width: 768px) {
  .case-successfilly .img-container {
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.case-successfilly .img-resizable {
  background-image: url('../img/mobile/page-main/cases-successfilly.jpg');
  background-position: left top 10px;
}
@media screen and (min-width: 768px) {
  .case-successfilly .img-resizable {
    top: auto;
    height: 320px;
    background-position: left -40px bottom;
  }
}
@media screen and (min-width: 992px) {
  .case-successfilly .img-resizable {
    height: 360px;
    background-position: left bottom;
  }
}
@media screen and (min-width: 768px) {
  .case-ofinta {
    min-height: 400px;
  }
}
.case-ofinta .img-container {
  margin: 0 0 10px;
  padding-top: 72%;
}
@media screen and (min-width: 768px) {
  .case-ofinta .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.case-ofinta .img-resizable {
  background-image: url('../img/mobile/page-main/cases-ofinta.jpg');
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .case-ofinta .img-resizable {
    height: 100%;
    background-position: right -60px bottom;
  }
}
@media screen and (min-width: 992px) {
  .case-ofinta .img-resizable {
    background-position: right 35px center;
  }
}
.why-demigos {
  padding-top: 60px;
  padding-bottom: 80px;
}
.why-demigos .items-container .item {
  position: relative;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 21px;
}
.why-demigos .items-container .item .icon {
  position: absolute;
  top: 46px;
  left: -webkit-calc(50% - 47px);
  left: -moz-calc(50% - 47px);
  left: calc(50% - 47px);
  width: 94px;
  height: 94px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .why-demigos .items-container .item .icon {
    top: 50px;
  }
}
.why-demigos .items-container .item .content {
  margin-top: 164px;
}
.why-demigos .items-container .item .content .tittle {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  text-transform: capitalize;
}
.why-demigos .items-container .item .content .description {
  margin-top: 10px;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  text-align: center;
}
.why-demigos .items-container .item__laser-focus-on-value,
.why-demigos .items-container .item__flexibility,
.why-demigos .items-container .item__scalability {
  border-bottom: 1px solid #e8e8e8;
}
.why-demigos .items-container .item__laser-focus-on-value,
.why-demigos .items-container .item__flexibility,
.why-demigos .items-container .item__design,
.why-demigos .items-container .item__security {
  border-right: 1px solid #e8e8e8;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why-demigos .items-container .item__laser-focus-on-value,
  .why-demigos .items-container .item__flexibility,
  .why-demigos .items-container .item__scalability,
  .why-demigos .items-container .item__design {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why-demigos .items-container .item__laser-focus-on-value,
  .why-demigos .items-container .item__scalability,
  .why-demigos .items-container .item__security {
    border-right: 1px solid #e8e8e8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why-demigos .items-container .item__flexibility,
  .why-demigos .items-container .item__design,
  .why-demigos .items-container .item__quality {
    border-right: unset;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .why-demigos .items-container .item {
    padding-bottom: 50px;
    border-right: unset;
    border-bottom: 1px solid #e8e8e8;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .why-demigos .items-container .item__quality {
    border-bottom: unset;
  }
}
.why-demigos .items-container .item__laser-focus-on-value .icon {
  background-image: url('../img/home/WhyDemigos/laser-focus-on-value.svg');
}
.why-demigos .items-container .item__flexibility .icon {
  background-image: url('../img/home/WhyDemigos/flexibility.svg');
}
.why-demigos .items-container .item__scalability .icon {
  background-image: url('../img/home/WhyDemigos/scalability.svg');
}
.why-demigos .items-container .item__design .icon {
  background-image: url('../img/home/WhyDemigos/design.svg');
}
.why-demigos .items-container .item__security .icon {
  background-image: url('../img/home/WhyDemigos/security.svg');
}
.why-demigos .items-container .item__quality .icon {
  background-image: url('../img/home/WhyDemigos/quality.svg');
}
.steps-1,
.steps-2,
.steps-3,
.steps-4,
.steps-1-violet,
.steps-2-violet,
.steps-3-violet,
.steps-4-violet,
.steps-1-black,
.steps-2-black,
.steps-3-black,
.steps-4-black {
  width: 60px;
  height: 60px;
  float: left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .steps-1,
  .steps-2,
  .steps-3,
  .steps-4,
  .steps-1-violet,
  .steps-2-violet,
  .steps-3-violet,
  .steps-4-violet,
  .steps-1-black,
  .steps-2-black,
  .steps-3-black,
  .steps-4-black {
    margin: 0 auto;
  }
}
.page-main .steps {
  padding-top: 80px;
}
.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fbfbfb;
}
.steps .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding-right: 30px;
  padding-left: 10px;
  border-right: 1px solid rgba(70, 165, 253, 0.2);
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .steps .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid rgba(70, 165, 253, 0.2);
    text-align: center;
  }
}
.steps .item .title {
  margin-top: 22px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.steps .item .subtitle {
  margin-top: 16px;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
.latest-insights {
  padding: 80px 0;
}

@media screen and (max-width: 1023px) {
  .latest-insights {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1439px) {
  .latest-insights .section-title {
    font-size: 32px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .latest-insights .section-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .latest-insights .section-title {
    font-size: 24px;
    line-height: 29px;
  }
}

.latest-insights .items-container {
  margin-top: 60px;
}
.latest-insights .items-container .item {
  position: relative;
}
.latest-insights .items-container .item img {
  width: 100%;
}
.latest-insights .items-container .item::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  content: '';
  z-index: 1;
}
.latest-insights .items-container .item .content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  z-index: 2;
}
.latest-insights .items-container .item .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
}
.latest-insights .button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 40px;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .latest-insights .button-container {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
}
.latest-insights .button-container .view-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #3f3f4b;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 15px;
  text-align: right;
  text-transform: uppercase;
}
.latest-insights .button-container .view-all svg {
  margin-left: 13px;
}
.principles {
  padding: 54px 0 25px;
}
.principles .section-title {
  margin: 0 0 28px;
}
@media screen and (min-width: 768px) {
  .principles .section-title {
    margin: 0 0 42px;
  }
}
@media screen and (min-width: 768px) {
  .principles {
    padding: 91px 0 25px;
  }
  .principles .col-sm-6:nth-of-type(2n) .principles-item {
    padding-left: 92px;
  }
}
.principles-item {
  position: relative;
  margin: 0 0 31px;
  padding-left: 55px;
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .principles-item {
    margin: 0 0 49px;
    padding-left: 80px;
    font-size: 10px;
  }
}
.principles-item .fa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4.2em;
}
.principles-item .fa-deliver {
  font-size: 29px;
}
.principles-item .fa-experience {
  font-size: 28px;
}
.principles-item .fa-quality {
  font-size: 5em;
}
.principles-item .fa-solutions {
  left: 7px;
  font-size: 5em;
}
.principles-item .fa-security {
  left: 4px;
  font-size: 5em;
}
@media screen and (min-width: 768px) {
  .principles-item .fa-business {
    left: 7px;
  }
  .principles-item .fa-deliver {
    left: 12px;
    font-size: 4.2em;
  }
  .principles-item .fa-solutions {
    left: 15px;
  }
  .principles-item .fa-quality {
    left: 7px;
  }
  .principles-item .fa-security {
    left: 21px;
  }
  .principles-item .fa-experience {
    left: 7px;
    font-size: 4.2em;
  }
}
.principles-item .title {
  margin: 0 0 7px;
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .principles-item .title {
    margin: 0 0 11px;
    font-size: 24px;
    letter-spacing: 0.3px;
    line-height: 27px;
  }
}
.principles-item p {
  margin: 0 0 7px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .principles-item p {
    margin: 0 0 12px;
    font-size: 16px;
    letter-spacing: 0.35px;
    line-height: 20px;
  }
}
.principles-item a {
  color: #004acb;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .principles-item a {
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 768px) {
  .principles-light-wrap {
    margin: 0 0 73px;
  }
}
.services {
  position: relative;
  padding: 53px 0 56px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .services {
    padding: 119px 0 95px;
  }
}
.services .section-title {
  margin: 0 0 10px;
}
.services .btn {
  margin: 3px 0;
  padding: 11px 50px 9px;
}
@media screen and (min-width: 768px) {
  .services .btn {
    margin: 0;
    padding: 17px 58px 16px;
  }
}
.services-item {
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .services-item {
    margin: 0 auto 28px;
    padding-left: 50px;
  }
}
.services-item .title {
  margin: 0 10px;
  font: 600 21px/27px 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .services-item .title {
    margin: 12px 0 14px;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.33;
  }
}
.services-item .title-first-line {
  display: inline-block;
  position: relative;
}
.services-item .title-last-line {
  display: block;
  position: relative;
  z-index: 1;
}
.services-item .title-and {
  position: absolute;
  top: -5px;
  right: -40px;
  color: #f14942;
  font: 100 60px/1 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  font-style: italic;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .services-item .title-and {
    top: -10px;
    right: -50px;
    font-size: 87px;
  }
}
.services-item ul {
  margin: 7px 0;
  padding-left: 34px;
  font: 400 14px/1.86 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  letter-spacing: 0.2px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .services-item ul {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.44;
  }
}
.services-item li {
  position: relative;
}
.services-item li::before {
  position: absolute;
  top: 10px;
  left: -12px;
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
}
@media screen and (min-width: 768px) {
  .services-item li::before {
    left: -23px;
  }
}
@media screen and (min-width: 768px) {
  .services-item-wrap:nth-of-type(1) .services-item {
    padding-left: 13px;
  }
  .services-item-wrap:nth-of-type(2) .services-item {
    padding-left: 35px;
  }
  .services-item-wrap:nth-of-type(3) .services-item {
    padding-left: 24px;
  }
}
.content-footer {
  padding: 78px 30px;
}
@media screen and (min-width: 768px) {
  .content-footer {
    padding: 120px 30px 114px;
  }
}
.content-footer .section-shadow {
  opacity: 0.6;
}
.content-footer .section-title {
  margin: 0 0 23px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .content-footer .section-title {
    margin: 0 0 9px;
  }
}
@media screen and (min-width: 768px) {
  .content-footer .description {
    margin: 0 0 46px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 1.29;
  }
}
.content-footer {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.content-footer .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px);
  margin: -5px;
  background-image: url('../img/mobile/page-main/page-main-content-footer.jpg');
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 1;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
@media screen and (min-width: 768px) {
  .content-footer .bg-image {
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height: -moz-calc(100% + 20px);
    height: calc(100% + 20px);
    margin: -10px;
    background-image: url('../img/desktop/page-main/page-main-content-footer.jpg');
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
@media screen and (min-width: 1200px) {
  .content-footer .bg-image {
    background-image: url('../img/desktop-large/page-main/page-main-content-footer.jpg');
  }
}
.content-header-page-ucl {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dff4da),
    to(#fff)
  );
  background: -webkit-linear-gradient(top, #dff4da, #fff);
  background: -moz-linear-gradient(top, #dff4da, #fff);
  background: -o-linear-gradient(top, #dff4da, #fff);
  background: linear-gradient(to bottom, #dff4da, #fff);
}
@media (max-width: 767px) {
  .content-header-page-ucl .container {
    padding: 0;
  }
}
.content-header-page-ucl .section-content {
  padding: 55px 40px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-header-page-ucl .section-content {
    padding: 80px 40px 20px;
  }
}
.content-header-page-ucl .section-title {
  margin: 0 0 5px;
  color: #3f3f4b;
}
@media screen and (min-width: 768px) {
  .content-header-page-ucl .section-title {
    margin: 0 0 9px;
  }
}
.content-header-page-ucl .description {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .content-header-page-ucl .description {
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 1.29;
  }
}
.content-header-page-ucl .img-container {
  padding-top: 56%;
}
@media screen and (min-width: 768px) {
  .content-header-page-ucl .img-container {
    padding-top: 50%;
  }
}
.content-header-page-ucl .img-resizable {
  background-image: url('../img/mobile/page-ucl/content-header-ucl.png');
}
@media screen and (min-width: 768px) {
  .content-header-page-ucl .img-resizable {
    background-image: url('../img/desktop/page-ucl/content-header-ucl.png');
  }
}
.page-case-prologue {
  padding: 53px 0 0;
}
@media screen and (min-width: 768px) {
  .page-case-prologue {
    padding: 89px 0 0;
  }
}
.page-case-prologue .section-title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .page-case-prologue .section-title {
    margin: 0 0 14px;
  }
}
.page-case-prologue p {
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .page-case-prologue p {
    margin: 0 0 19px;
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 32px;
  }
}
.page-case-challenge {
  padding: 43px 0 34px;
}
@media screen and (min-width: 768px) {
  .page-case-challenge {
    padding: 60px 0 63px;
  }
  .page-case-challenge .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  }
  .page-case-challenge .row > [class*='col-'] {
    float: none;
  }
  .page-case-challenge .row:nth-of-type(1) .title-numb {
    text-indent: 6px;
  }
  .page-case-challenge .row:nth-of-type(2) .title-numb {
    text-indent: -4px;
  }
}
.page-case-challenge .section-title {
  margin: 0 0 18px;
}
@media screen and (min-width: 768px) {
  .page-case-challenge .section-title {
    margin: 0 0 15px;
  }
}
.page-case-challenge .title-numb {
  font: 100 40px/1 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-case-challenge .title-numb {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0;
  }
}
.page-case-challenge p {
  margin: 0 0 19px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .page-case-challenge p {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 32px;
  }
}
.page-case-development {
  padding: 56px 0 45px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(#faf8ed)
  );
  background-image: -webkit-linear-gradient(bottom, #fff, #faf8ed);
  background-image: -moz-linear-gradient(bottom, #fff, #faf8ed);
  background-image: -o-linear-gradient(bottom, #fff, #faf8ed);
  background-image: linear-gradient(to top, #fff, #faf8ed);
}
@media screen and (min-width: 768px) {
  .page-case-development {
    padding: 97px 0 38px;
  }
}
.page-case-development .section-subtitle {
  margin: 9px 0 10px;
  color: #000000;
  font: 400 21px/1.24 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-case-development .section-subtitle {
    margin: 28px 0 32px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.2px;
  }
}
@media screen and (min-width: 768px) {
  .page-case-dev p {
    font-size: 22px;
    letter-spacing: -0.05px;
    line-height: 29px;
  }
}
@media screen and (min-width: 768px) {
  .page-case-dev-be {
    margin: 0 0 62px;
  }
}
.dl-inline-container dl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dl-inline-container dl {
    margin: 0 0 17px;
    padding-left: 22px;
    text-align: left;
  }
}
.dl-inline-container dt,
.dl-inline-container dd {
  display: inline-block;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .dl-inline-container dt,
  .dl-inline-container dd {
    letter-spacing: -0.3px;
  }
}
@media screen and (min-width: 768px) {
  .page-case-dev-fe {
    margin: 0 0 47px;
  }
}
.dev-steps {
  margin: 0 0 12px;
}
.case-dev-steps {
  padding: 6px 0 15px;
}
@media screen and (min-width: 768px) {
  .case-dev-steps {
    margin: 0 0 -45px;
  }
  .case-dev-steps:last-of-type {
    margin: 0;
  }
  .case-dev-steps > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
  }
  .case-dev-steps > .row > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
  }
  .case-dev-steps.step-left,
  .case-dev-steps.step-left .section-subtitle {
    text-align: right;
  }
  .case-dev-steps.step-left .title-numb {
    position: relative;
    right: -5px;
  }
  .case-dev-steps.step-right .title-numb {
    text-indent: -10px;
  }
}
@media screen and (min-width: 992px) {
  .case-dev-steps {
    margin: 0 0 -73px;
  }
}
.case-dev-steps .title-numb {
  width: 100%;
  font: 100 60px/1 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  text-indent: -5px;
}
@media screen and (min-width: 768px) {
  .case-dev-steps .title-numb {
    font-size: 52px;
  }
}
@media screen and (min-width: 992px) {
  .case-dev-steps .title-numb {
    font-size: 87px;
  }
}
.case-dev-steps .section-subtitle {
  width: 100%;
  margin: 7px 0 10px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .case-dev-steps .section-subtitle {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 1.33;
  }
}
@media screen and (min-width: 992px) {
  .case-dev-steps .section-subtitle {
    margin: -5px 0 0;
    font-size: 30px;
  }
}
.case-dev-steps p {
  margin: 0 0 15px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .case-dev-steps p {
    margin: 5px 0 30px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
  }
}
.case-dev-steps .img-container {
  padding-top: 66.8%;
}
@media screen and (min-width: 768px) {
  .case-dev-steps .img-container {
    padding-top: 68.5%;
  }
}
.case-dev-steps .img-resizable {
  background-position: center top;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .case-dev-steps .img-resizable {
    -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);
  }
}
.case-dev-steps.step-1 .img-resizable {
  background-image: url('../img/mobile/page-ucl/dev-fe-step-1.png');
}
.case-dev-steps.step-2 .img-resizable {
  background-image: url('../img/mobile/page-ucl/dev-fe-step-2.png');
}
.case-dev-steps.step-3 .img-resizable {
  background-image: url('../img/mobile/page-ucl/dev-fe-step-3.png');
}
.case-dev-steps.step-4 .img-resizable {
  background-image: url('../img/mobile/page-ucl/dev-fe-step-4.png');
}
.case-dev-steps.step-5 .img-resizable {
  background-image: url('../img/mobile/page-ucl/dev-fe-step-5.png');
}
@media screen and (min-width: 768px) {
  .page-case-dev-qa {
    margin: 0 0 47px;
  }
}
@media screen and (min-width: 768px) {
  .page-case-dev-qa .section-subtitle {
    margin: 54px 0 33px;
  }
}
.page-case-team {
  padding: 55px 0 44px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .page-case-team {
    padding: 96px 0 86px;
  }
}
.page-case-team .section-title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .page-case-team .section-title {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .page-case-team .team-listing:nth-of-type(2) {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .page-case-team dl {
    margin: 0 0 8px;
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 768px) {
  .page-case-team dd {
    letter-spacing: -0.5px;
  }
}
.content-footer-page-case-ucl {
  padding: 64px 30px;
}
@media screen and (min-width: 768px) {
  .content-footer-page-case-ucl {
    padding: 135px 30px 114px;
  }
}
.content-footer-page-case-ucl .section-title {
  margin: 0 0 4px;
}
@media screen and (min-width: 768px) {
  .content-footer-page-case-ucl .section-title {
    margin: 0 0 8px;
  }
}
.content-footer-page-case-ucl .description {
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .content-footer-page-case-ucl .description {
    margin: 0 0 45px;
  }
}
.content-header-page-wendy {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#72b544),
    to(#b3e283)
  );
  background: -webkit-linear-gradient(top, #72b544, #b3e283);
  background: -moz-linear-gradient(top, #72b544, #b3e283);
  background: -o-linear-gradient(top, #72b544, #b3e283);
  background: linear-gradient(to bottom, #72b544, #b3e283);
}
@media (max-width: 767px) {
  .content-header-page-wendy .container {
    padding: 0;
  }
}
.content-header-page-wendy .section-content {
  padding: 55px 40px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-header-page-wendy .section-content {
    padding: 60px 40px 21px;
  }
}
.content-header-page-wendy .section-title {
  margin: 0 0 5px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .content-header-page-wendy .section-title {
    margin: 0 0 9px;
  }
}
.content-header-page-wendy .description {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .content-header-page-wendy .description {
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 1.29;
  }
}
.content-header-page-wendy .img-container {
  padding-top: 54%;
}
@media screen and (min-width: 768px) {
  .content-header-page-wendy .img-container {
    height: 345px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .content-header-page-wendy .img-container {
    height: 483px;
    padding: 0;
  }
}
.content-header-page-wendy .img-resizable {
  background-image: url('../img/mobile/page-wendys/content-header-wendy.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .content-header-page-wendy .img-resizable {
    background-image: url('../img/desktop/page-wendys/content-header-wendy.png');
  }
}
@media screen and (min-width: 992px) {
  .content-header-page-wendy .img-resizable {
    -webkit-background-size: 966px 966px;
    -moz-background-size: 966px;
    background-size: 966px;
  }
}
.page-wendy .page-case-challenge {
  padding: 37px 0 36px;
}
@media screen and (min-width: 768px) {
  .page-wendy .page-case-challenge {
    padding: 63px 0 65px;
  }
}
.page-wendy .page-case-development {
  padding: 67px 0 0;
  background: #f4faf1;
}
@media screen and (min-width: 768px) {
  .page-wendy .page-case-development {
    padding: 95px 0 48px;
  }
}
@media screen and (min-width: 768px) {
  .page-wendy .page-case-development .section-subtitle {
    margin: 28px 0 32px;
  }
}
@media screen and (min-width: 768px) {
  .page-wendy .page-case-development p {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .page-wendy .page-case-dev-ux .section-subtitle {
    margin: 28px 0 44px;
  }
}
.page-wendy .slide-status-bar {
  position: absolute;
  bottom: 3px;
  left: 15px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 #aaa;
  -moz-box-shadow: 0 1px 3px 0 #aaa;
  box-shadow: 0 1px 3px 0 #aaa;
}
.page-wendy .slide-status-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #88bc65;
}
.page-wendy .wendy-case-slider {
  position: relative;
  height: 261px;
  margin: 0 0 12px;
  padding-bottom: 10px;
  overflow: hidden;
  -webkit-user-drag: none;
}
.page-wendy .wendy-case-slider .inner-img {
  max-width: none;
  height: 251px;
  -webkit-user-drag: element;
}
.page-wendy .slider-here {
  height: 251px;
  margin: 0 0 12px;
  background: #004acb;
}
.page-wendy #touch-slider-1 .inner-img {
  width: 1057px;
  height: 251px;
}
.page-wendy #touch-slider-2 .inner-img {
  width: 1153px;
  height: 251px;
}
@media screen and (min-width: 768px) {
  .page-wendy .wendy-case-slider-placeholder-1 {
    height: 330px;
    margin: 20px 0 30px;
    background: url('../img/desktop/page-wendys/wendy-case-slider-placeholder-1.png')
      center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-wendy .wendy-case-slider-placeholder-2 {
    height: 295px;
    margin: 35px 0 17px;
    background: url('../img/desktop/page-wendys/wendy-case-slider-placeholder-2.png')
      center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.page-wendy .strong-before-text {
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .page-wendy .strong-before-text {
    margin: 0 0 18px;
    letter-spacing: 0.6px;
  }
}
.page-wendy-case-ux-1 {
  padding-top: 67.3%;
}
.page-wendy-case-ux-1 .img-resizable {
  background-image: url('../img/mobile/page-wendys/wendy-case-ux-1.png');
}
@media screen and (min-width: 768px) {
  .page-wendy-case-ux-1 .img-resizable {
    background-image: url('../img/desktop/page-wendys/wendy-case-ux-1.png');
  }
}
.page-wendy-case-ux-2 {
  padding-top: 71%;
}
.page-wendy-case-ux-2 .img-resizable {
  background-image: url('../img/mobile/page-wendys/wendy-case-ux-2.png');
}
@media screen and (min-width: 768px) {
  .page-wendy-case-ux-2 .img-resizable {
    background-image: url('../img/desktop/page-wendys/wendy-case-ux-2.png');
  }
}
.page-wendy-case-ux {
  width: 100%;
  margin: 18px 0 22px;
  -webkit-box-shadow: 0 0 18px -4px rgba(85, 85, 85, 0.7);
  -moz-box-shadow: 0 0 18px -4px rgba(85, 85, 85, 0.7);
  box-shadow: 0 0 18px -4px rgba(85, 85, 85, 0.7);
}
@media screen and (min-width: 768px) {
  .page-wendy-case-ux {
    margin: 40px 0 50px;
    -webkit-box-shadow: 0 0 25px -4px rgba(85, 85, 85, 0.6);
    -moz-box-shadow: 0 0 25px -4px rgba(85, 85, 85, 0.6);
    box-shadow: 0 0 25px -4px rgba(85, 85, 85, 0.6);
  }
}
@media screen and (min-width: 768px) {
  .page-wendy-case-schema {
    width: 100%;
    margin: 35px 0 43px;
    padding-top: 87%;
  }
}
@media screen and (min-width: 768px) {
  .page-wendy-case-schema .img-resizable {
    background-image: url('../img/desktop/page-wendys/wendy-case-ux-schema.png');
  }
}
@media screen and (min-width: 768px) {
  .page-wendy-case-ux-be {
    width: 100%;
    margin: 35px 0 43px;
    padding-top: 47%;
  }
}
@media screen and (min-width: 768px) {
  .page-wendy-case-ux-be .img-resizable {
    background-image: url('../img/desktop/page-wendys/wendy-case-ux-be.png');
  }
}
.page-case-achieved {
  padding: 45px 0 35px;
}
@media screen and (min-width: 768px) {
  .page-case-achieved {
    padding: 92px 0 53px;
  }
}
.case-achieve-list {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .case-achieve-list {
    margin: 42px 0;
  }
}
.case-achieve-list li {
  position: relative;
  min-height: 36px;
  margin: 0 0 12px;
  padding-left: 45px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .case-achieve-list li {
    margin: 0 0 25px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 28px;
  }
}
.case-achieve-list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 36px;
  height: 32px;
  background-image: url('../img/sprite/mobile/sprite-principles-s530850c963.png');
  background-repeat: no-repeat;
  background-position: 0 -34px;
  content: '';
}
@media screen and (min-width: 768px) {
  .case-achieve-list li::before {
    background-image: url('../img/sprite/desktop/sprite-principles-s51729f4fb1.png');
  }
}
@media screen and (min-width: 768px) {
  .case-achieve-list li::before {
    top: 7px;
    left: 1px;
    background-position: 0 -43px;
  }
}
.page-case-ios {
  padding: 45px 0 24px;
}
@media screen and (min-width: 768px) {
  .page-case-ios {
    padding: 67px 0 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-case-ios .section-subtitle {
    margin: 28px 0 32px;
  }
}
.page-case-ios .dl-inline-container {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .page-case-ios .dl-inline-container {
    margin: 30px 0;
  }
  .page-case-ios .dl-inline-container dl {
    padding: 0;
  }
}
.page-case-results {
  padding: 55px 0 40px;
}
@media screen and (min-width: 768px) {
  .page-case-results {
    padding: 88px 0 113px;
  }
}
.page-case-results .section-title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .page-case-results .section-title {
    margin: 0 0 25px;
  }
}
.page-case-results .img-results-container.img-results-wendys {
  position: relative;
  width: 170px;
  height: 265px;
  margin: 30px auto;
  padding: 0;
  background-image: url('../img/mobile/page-wendys/case-results-container.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media (min-width: 480px) {
  .page-case-results .img-results-container.img-results-wendys {
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-case-results .img-results-container.img-results-wendys {
    width: 100%;
    height: 438px;
    margin-top: 30px;
  }
}
.page-case-results .img-results-container.img-results-wendys .inner-img {
  width: 113px;
}
@media screen and (min-width: 768px) {
  .page-case-results .img-results-container.img-results-wendys .inner-img {
    width: 188px;
  }
}
.page-case-results .img-results-container.img-results-wendys .img-container {
  width: 170px;
  height: 265px;
  margin: 30px auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-case-results .img-results-container.img-results-wendys .img-container {
    width: 100%;
    height: 440px;
    margin-top: 30px;
  }
}
.page-case-results
  .img-results-container.img-results-wendys
  .touch-slider-wrap {
  position: absolute;
  top: 31px;
  left: 29px;
  width: 113px;
  height: 201px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-case-results
    .img-results-container.img-results-wendys
    .touch-slider-wrap {
    top: 51px;
    left: 53px;
    width: 188px;
    height: 335px;
  }
}
@media screen and (min-width: 992px) {
  .page-case-results
    .img-results-container.img-results-wendys
    .touch-slider-wrap {
    top: 51px;
    left: 89px;
  }
}
.page-case-results .img-results-container.img-results-mobilism {
  position: relative;
  width: 170px;
  height: 265px;
  margin: 30px auto;
  padding: 0;
  background-image: url('../img/mobile/page-mobilism/case-results-container.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media (min-width: 480px) {
  .page-case-results .img-results-container.img-results-mobilism {
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-case-results .img-results-container.img-results-mobilism {
    width: 100%;
    height: 440px;
    margin-top: 30px;
  }
}
.page-case-results .img-results-container.img-results-mobilism .inner-img {
  width: 117px;
}
@media screen and (min-width: 768px) {
  .page-case-results .img-results-container.img-results-mobilism .inner-img {
    width: 194px;
  }
}
.page-case-results .img-results-container.img-results-mobilism .img-container {
  width: 170px;
  height: 265px;
  margin: 30px auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-case-results
    .img-results-container.img-results-mobilism
    .img-container {
    width: 100%;
    height: 440px;
    margin-top: 30px;
  }
}
.page-case-results
  .img-results-container.img-results-mobilism
  .touch-slider-wrap {
  position: absolute;
  top: 27px;
  left: 27px;
  width: 117px;
  height: 192px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-case-results
    .img-results-container.img-results-mobilism
    .touch-slider-wrap {
    top: 44px;
    left: 49px;
    width: 194px;
    height: 320px;
  }
}
@media screen and (min-width: 992px) {
  .page-case-results
    .img-results-container.img-results-mobilism
    .touch-slider-wrap {
    top: 44px;
    left: 85px;
  }
}
.page-case-results .img-results-container .handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  cursor: pointer;
}
.page-case-results .img-results-container .handle.handle-off {
  cursor: default;
}
.page-case-results .img-results-container [data-steps='3'] .handle {
  width: 300%;
}
.page-case-results .img-results-container .inner-img {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .page-case-results .col-left {
    width: 40%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .page-case-results .col-right {
    width: 60%;
    margin: 50px 0 0;
    padding-left: 4px;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .page-case-results .dl-container dl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-case-results .dl-container dt {
    line-height: 25px;
  }
}
.page-case-results .dl-container dd {
  letter-spacing: -0.5px;
}
.page-case-results .product-links-wrap {
  margin: 38px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-case-results .product-links-wrap {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .page-case-results .product-links-wrap .link-title {
    display: block;
    margin: 0 0 3px;
    font-size: 16px;
  }
}
.page-case-results .case-results-link-wendys {
  display: inline-block;
  margin: 0 10px 20px;
  padding-left: 55px;
  background: url('../img/icons-share/icon-wendys-logo.png') left top no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  color: #3f3f4b;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 43px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .page-case-results .case-results-link-wendys {
    margin: 0;
    color: #004acb;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 48px;
  }
  .page-case-results .case-results-link-wendys .link-underline {
    position: relative;
  }
  .page-case-results .case-results-link-wendys .link-underline::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 100%;
    border-bottom: 1px solid;
    content: '';
  }
}
.page-case-results .case-results-link-wendys:hover .link-underline::after {
  content: none;
}
.page-case-results .case-results-link-appstore {
  display: inline-block;
  width: 140px;
  height: 43px;
  margin: 0 10px 20px;
  background: url('../img/icons-share/btn-appstore.png') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .page-case-results .case-results-link-appstore {
    width: 157px;
    height: 48px;
    margin: 0;
  }
}
.page-case-results .case-results-link-google-play {
  display: inline-block;
  width: 140px;
  height: 43px;
  margin: 0 10px 20px;
  background: url('../img/icons-share/btn-google-play.png') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .page-case-results .case-results-link-google-play {
    width: 155px;
    height: 47px;
    margin: 0;
  }
}
.page-case-feedback {
  padding: 58px 0 55px;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-case-feedback {
    padding: 88px 0 115px;
  }
}
.page-case-feedback .section-title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .page-case-feedback .section-title {
    margin: 0 0 23px;
  }
}
.page-case-feedback .author-avatar {
  width: 180px;
  height: 180px;
  margin: 15px 0 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .page-case-feedback .author-avatar {
    width: 234px;
    height: 234px;
    margin: 14px 0 23px;
  }
}
.page-case-feedback .author-name {
  margin: 0 0 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .page-case-feedback .author-name {
    margin: 0 0 18px;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
  }
}
.page-case-feedback .feedback-quote {
  position: relative;
}
@media (max-width: 767px) {
  .page-case-feedback .feedback-quote {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .page-case-feedback .feedback-quote {
    font-size: 18px;
  }
}
.page-case-feedback .feedback-quote::before,
.page-case-feedback .feedback-quote::after {
  position: absolute;
  width: 60px;
  height: 45px;
  background: url('../img/icons/icon-quote.svg') no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  content: '';
  z-index: 1;
}
.page-case-feedback .feedback-quote::before {
  top: -20px;
  left: -25px;
}
@media screen and (min-width: 768px) {
  .page-case-feedback .feedback-quote::before {
    left: -12px;
  }
}
.page-case-feedback .feedback-quote::after {
  right: -25px;
  bottom: -20px;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
@media screen and (min-width: 768px) {
  .page-case-feedback .feedback-quote::after {
    right: -12px;
  }
}
.page-case-feedback .feedback-quote blockquote {
  position: relative;
  letter-spacing: 0.3px;
  line-height: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-case-feedback .feedback-quote blockquote {
    line-height: 23px;
  }
}
.content-header-page-mobilism {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0682d8),
    to(#d0ecff)
  );
  background: -webkit-linear-gradient(top, #0682d8, #d0ecff);
  background: -moz-linear-gradient(top, #0682d8, #d0ecff);
  background: -o-linear-gradient(top, #0682d8, #d0ecff);
  background: linear-gradient(to bottom, #0682d8, #d0ecff);
}
@media (max-width: 767px) {
  .content-header-page-mobilism .container {
    padding: 0;
  }
}
.content-header-page-mobilism .section-content {
  padding: 55px 20px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-header-page-mobilism .section-content {
    padding: 80px 40px 21px;
  }
}
.content-header-page-mobilism .section-title {
  margin: 0 0 5px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .content-header-page-mobilism .section-title {
    margin: 0 0 9px;
  }
}
.content-header-page-mobilism .description {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .content-header-page-mobilism .description {
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 1.29;
  }
}
.content-header-page-mobilism .img-container {
  padding-top: 69%;
}
@media screen and (min-width: 768px) {
  .content-header-page-mobilism .img-container {
    padding-top: 53%;
  }
}
.content-header-page-mobilism .img-resizable {
  background-image: url('../img/mobile/page-mobilism/content-header-mobilism.png');
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .content-header-page-mobilism .img-resizable {
    background-image: url('../img/desktop/page-mobilism/content-header-mobilism.png');
  }
}
.case-development-mobilism-bg-1 {
  padding: 67px 0 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaf5ff),
    to(#f7fcff)
  );
  background: -webkit-linear-gradient(top, #eaf5ff, #f7fcff);
  background: -moz-linear-gradient(top, #eaf5ff, #f7fcff);
  background: -o-linear-gradient(top, #eaf5ff, #f7fcff);
  background: linear-gradient(to bottom, #eaf5ff, #f7fcff);
}
@media screen and (min-width: 768px) {
  .case-development-mobilism-bg-1 {
    padding: 95px 0 0;
  }
}
.case-development-mobilism-bg-2 {
  padding: 0 0 33px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaf5ff),
    to(#fff)
  );
  background: -webkit-linear-gradient(top, #eaf5ff, #fff);
  background: -moz-linear-gradient(top, #eaf5ff, #fff);
  background: -o-linear-gradient(top, #eaf5ff, #fff);
  background: linear-gradient(to bottom, #eaf5ff, #fff);
}
@media screen and (min-width: 768px) {
  .case-development-mobilism-bg-2 {
    padding: 0 0 42px;
  }
}
.page-mobilism .page-case-challenge {
  padding: 37px 0 36px;
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-challenge {
    padding: 63px 0 65px;
  }
}
.page-mobilism .page-case-development {
  padding: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-development .section-subtitle {
    margin: 28px 0 32px;
  }
}
.page-mobilism .page-case-development p {
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-development p {
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-dev-ux .section-subtitle {
    margin: 28px 0 32px;
  }
}
.page-mobilism .page-case-dev-android {
  padding: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-dev-android {
    padding: 59px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-dev-android .section-subtitle {
    margin: 28px 0 33px;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-dev-android p {
    margin: 0 0 19px;
    font-size: 22px;
    line-height: 29px;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-dev-be {
    margin: 0 0 28px;
    padding: 34px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-dev-be p {
    margin: 0 0 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-dev-qa {
    margin: 0;
  }
}
.page-mobilism .page-case-dev-qa .strong-before-text {
  margin: 9px 0 0;
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-dev-qa .strong-before-text {
    margin: 16px 0 0;
    font-size: 20px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-dev-qa p {
    margin: 0 0 20px;
    font-size: 22px;
    letter-spacing: -0.1px;
    line-height: 29px;
  }
}
.page-mobilism .page-case-results {
  padding: 88px 0 59px;
}
@media screen and (min-width: 768px) {
  .page-mobilism .page-case-results .col-right {
    margin: 85px 0 0;
  }
}
.page-mobilism-case-ux {
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  margin: 25px -10px;
}
.page-mobilism-case-ux-1 {
  margin: 13px -10px 10px;
  padding-top: 80%;
}
@media (min-width: 480px) and (max-width: 768px) {
  .page-mobilism-case-ux-1 {
    max-width: 500px;
    height: 352px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism-case-ux-1 {
    margin: 48px 0 46px;
    padding-top: 72%;
  }
}
.page-mobilism-case-ux-1 .img-resizable {
  background-image: url('../img/mobile/page-mobilism/mobilism-case-ux-1.png');
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .page-mobilism-case-ux-1 .img-resizable {
    background-image: url('../img/desktop/page-mobilism/mobilism-case-ux-1.png');
  }
}
.page-mobilism-case-ux-2 {
  margin: 13px -10px 0;
  padding-top: 114%;
}
@media (min-width: 480px) and (max-width: 768px) {
  .page-mobilism-case-ux-2 {
    max-width: 400px;
    height: 433px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism-case-ux-2 {
    margin: 30px 0 0;
    padding-top: 90%;
  }
}
.page-mobilism-case-ux-2 .img-resizable {
  background-image: url('../img/mobile/page-mobilism/mobilism-case-ux-2.png');
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .page-mobilism-case-ux-2 .img-resizable {
    background-image: url('../img/desktop/page-mobilism/mobilism-case-ux-2.png');
  }
}
.page-mobilism-case-be {
  margin: 25px -10px 17px;
  padding-top: 58.7%;
}
@media screen and (min-width: 768px) {
  .page-mobilism-case-be {
    margin: 35px 0;
    padding-top: 51%;
  }
}
.page-mobilism-case-be .img-resizable {
  background-image: url('../img/mobile/page-mobilism/mobilism-case-be.png');
  background-position: center top;
}
.page-mobilism-case-qa-1 {
  margin: 16px -10px 25px;
  padding-top: 63%;
}
@media (max-width: 767px) {
  .page-mobilism-case-qa-1 .img-resizable {
    background-image: url('../img/mobile/page-mobilism/mobilism-case-qa-1.png');
    background-position: center top;
  }
}
.page-mobilism-case-qa-2 {
  margin: 16px -10px 25px;
  padding-top: 63%;
}
@media (max-width: 767px) {
  .page-mobilism-case-qa-2 .img-resizable {
    background-image: url('../img/mobile/page-mobilism/mobilism-case-qa-2.png');
    background-position: center top;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism-case-qa-1-2 {
    width: 100%;
    height: 210px;
    margin: 23px 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-mobilism-case-qa-1-2 {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .page-mobilism-case-qa-1-2 .img-resizable {
    background-image: url('../img/desktop/page-mobilism/mobilism-case-qa-1-2.png');
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .case-content-header-page .container {
    padding: 0;
  }
}
.case-content-header-page.text-white .section-title {
  color: #fff;
}
.case-content-header-page.text-white .description {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .page-case-new-design .container {
    width: 960px;
  }
}
.page-case-new-design .section-title {
  font-weight: 700;
}
.page-case-new-design .section-title-h3 {
  margin: 60px 0 20px;
}
@media screen and (min-width: 768px) {
  .page-case-new-design .section-title-h3 {
    margin: 95px 0 40px;
  }
}
.page-case-new-design p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
}
@media screen and (min-width: 992px) {
  .page-case-new-design p {
    font-size: 21px;
  }
}
.page-case-new-design .page-case-prologue {
  padding: 0;
}
.page-case-new-design .page-case-prologue p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.43;
}
@media screen and (min-width: 992px) {
  .page-case-new-design .page-case-prologue p {
    font-size: 21px;
  }
}
.page-case-new-design .page-case-prologue p:last-of-type {
  margin: 0;
}
.page-case-new-design .page-case-challenge {
  margin: 0 0 40px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-case-new-design .page-case-challenge {
    margin: 0 0 65px;
  }
  .page-case-new-design .page-case-challenge .row:nth-of-type(1) .title-numb {
    letter-spacing: 4px;
    text-indent: -6px;
  }
}
.page-case-new-design .page-case-challenge .title-numb {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.page-case-new-design .page-case-challenge p {
  margin: 0 0 19px;
}
@media screen and (min-width: 768px) {
  .page-case-new-design .page-case-challenge p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.43;
  }
}
@media screen and (min-width: 992px) {
  .page-case-new-design .page-case-challenge p {
    font-size: 21px;
  }
}
.page-case-new-design .page-case-challenge strong {
  font-weight: 600;
}
.page-case-new-design .bg-dev-light {
  background: #f6f9fd;
}
.page-case-new-design .page-case-development {
  padding: 0 0 40px;
  background: none;
}
@media screen and (min-width: 992px) {
  .page-case-new-design .page-case-development {
    padding: 0 0 96px;
  }
}
.page-case-new-design .page-case-results {
  padding: 5px 0 40px;
}
@media screen and (min-width: 992px) {
  .page-case-new-design .page-case-results {
    padding: 5px 0 70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-case-new-design .page-case-results .col-left {
    width: 364px;
  }
}
@media screen and (min-width: 768px) {
  .page-case-new-design .img-results-container.img-results-wendys {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-case-new-design .product-links-wrap {
    margin: 53px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page-case-new-design .product-links-wrap .link-title {
    margin: 0 0 7px;
    font-size: 20px;
  }
}
.page-case-new-design .page-case-feedback {
  padding: 0 0 55px;
}
@media screen and (min-width: 768px) {
  .page-case-new-design .page-case-feedback {
    padding: 0 0 115px;
  }
}
.slider-owl-container {
  max-width: 920px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .slider-owl-container .owl-carousel-warp {
    padding: 30px;
  }
}
.slider-owl-container .owl-stage-outer {
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
.slider-owl-container button {
  background: transparent;
  font-size: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider-owl-container .owl-prev,
.slider-owl-container .owl-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  border: 0;
  z-index: 1;
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
  (max-width: 767px) and (-o-min-device-pixel-ratio: 2/1),
  (max-width: 767px) and (min-resolution: 2dppx) {
  .slider-owl-container .owl-prev,
  .slider-owl-container .owl-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-owl-container .owl-prev,
  .slider-owl-container .owl-next {
    display: none;
  }
}
.slider-owl-container .owl-prev::before,
.slider-owl-container .owl-prev::after,
.slider-owl-container .owl-next::before,
.slider-owl-container .owl-next::after {
  position: absolute;
  left: 2px;
  width: 22px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 3px solid #7a7c7e;
  content: '';
}
.slider-owl-container .owl-prev:hover::before,
.slider-owl-container .owl-prev:hover::after,
.slider-owl-container .owl-next:hover::before,
.slider-owl-container .owl-next:hover::after {
  border-color: #696969;
}
.slider-owl-container .owl-prev {
  left: -30px;
}
@media screen and (min-width: 992px) {
  .slider-owl-container .owl-prev {
    left: -50px;
  }
}
.slider-owl-container .owl-prev::before {
  top: 18px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-border-radius: 0 4px 4px 3px;
  -moz-border-radius: 0 4px 4px 3px;
  border-radius: 0 4px 4px 3px;
}
.slider-owl-container .owl-prev::after {
  top: 6px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-border-radius: 3px 4px 4px 0;
  -moz-border-radius: 3px 4px 4px 0;
  border-radius: 3px 4px 4px 0;
}
.slider-owl-container .owl-next {
  right: -30px;
}
@media screen and (min-width: 992px) {
  .slider-owl-container .owl-next {
    right: -50px;
  }
}
.slider-owl-container .owl-next::before {
  top: 18px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-border-radius: 4px 0 3px 4px;
  -moz-border-radius: 4px 0 3px 4px;
  border-radius: 4px 0 3px 4px;
}
.slider-owl-container .owl-next::after {
  top: 6px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-border-radius: 4px 3px 0 4px;
  -moz-border-radius: 4px 3px 0 4px;
  border-radius: 4px 3px 0 4px;
}
.slider-owl-container .owl-dots {
  position: relative;
  margin: 10px 0 20px;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .slider-owl-container .owl-dots {
    margin: 10px 0;
  }
}
.slider-owl-container .owl-dot {
  margin: 0 6px;
  padding: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 5px solid #838383;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-owl-container .owl-dot:hover,
.slider-owl-container .owl-dot.active {
  border-color: #323232;
}
.case-technologies {
  margin: -10px auto 0;
  line-height: 80px;
  text-align: center;
}
.case-technologies img {
  margin: 0 28px;
  vertical-align: middle;
}
.case-technologies--python {
  width: 155px;
}
.case-technologies--django {
  width: 112px;
}
.case-technologies--postgresql {
  width: 120px;
}
.case-technologies--vuejs {
  width: 60px;
}
.case-technologies--firebase {
  width: 149px;
}
.case-technologies--rxjava {
  width: 131px;
}
.case-technologies--kotlin {
  width: 133px;
}
.ul-list {
  margin: 0;
  padding: 0;
  color: #3f3f4b;
  font-size: 16px;
  line-height: 1.43;
  list-style: none;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .ul-list {
    font-size: 20px;
  }
}
.ul-list li {
  margin: 0 0 20px;
}
.ul-list li::before {
  display: inline-block;
  margin: -4px 10px 0 5px;
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  vertical-align: middle;
}
.content-header-page-aliro {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5b86e5),
    to(#36d1dc)
  );
  background: -webkit-linear-gradient(left, #5b86e5, #36d1dc);
  background: -moz-linear-gradient(left, #5b86e5, #36d1dc);
  background: -o-linear-gradient(left, #5b86e5, #36d1dc);
  background: linear-gradient(to right, #5b86e5, #36d1dc);
}
.content-header-page-aliro .img-container {
  width: 100%;
  max-width: 1023px;
  margin: auto;
  padding-top: 48%;
}
@media screen and (min-width: 768px) {
  .content-header-page-aliro .img-container {
    height: 345px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .content-header-page-aliro .img-container {
    height: 496px;
  }
}
.content-header-page-aliro .img-resizable {
  background-image: url('../img/desktop/page-aliro/content-header-aliro.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .content-header-page-aliro .img-resizable {
    -webkit-background-size: 1025px 1025px;
    -moz-background-size: 1025px;
    background-size: 1025px;
  }
}
.page-case-aliro-futures-img-1 {
  max-width: 820px;
  margin: 20px auto;
  padding-top: 80%;
}
@media screen and (min-width: 768px) {
  .page-case-aliro-futures-img-1 {
    padding-top: 58%;
  }
}
@media screen and (min-width: 992px) {
  .page-case-aliro-futures-img-1 {
    min-height: 780px;
  }
}
.page-case-aliro-futures-img-1 .img-resizable {
  background-image: url('../img/desktop/page-aliro/page-case-aliro-futures-img-1.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .page-case-aliro-futures-img-1 .img-resizable {
    -webkit-background-size: 820px 820px;
    -moz-background-size: 820px;
    background-size: 820px;
  }
}
.page-case-aliro-futures-img-2 {
  max-width: 860px;
  margin: 5px auto 0;
  padding-top: 69.6%;
}
@media screen and (min-width: 992px) {
  .page-case-aliro-futures-img-2 {
    min-height: 600px;
    margin: 33px auto 0;
    padding: 0;
  }
}
.page-case-aliro-futures-img-2 .img-resizable {
  background-image: url('../img/desktop/page-aliro/page-case-aliro-futures-img-2.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .page-case-aliro-futures-img-2 .img-resizable {
    -webkit-background-size: 860px 860px;
    -moz-background-size: 860px;
    background-size: 860px;
  }
}
.page-case-aliro--system-structure {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .page-case-aliro--system-structure {
    min-height: 440px;
    margin: 0 auto -5px;
    padding-top: 33%;
  }
}
.page-case-aliro--system-structure .img-resizable {
  background-image: url('../img/desktop/page-aliro/page-case-aliro--system-structure.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .page-case-aliro--system-structure .img-resizable {
    -webkit-background-size: 860px 860px;
    -moz-background-size: 860px;
    background-size: 860px;
  }
}
.case-results-link-aliro {
  display: inline-block;
  margin: 0 10px 20px;
  padding-left: 60px;
  background: url('../img/icons-share/icon-aliro-logo.png') left top no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  color: #3f3f4b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 43px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .case-results-link-aliro {
    margin: 0;
    color: #004acb;
    font-size: 20px;
    line-height: 48px;
  }
  .case-results-link-aliro .link-underline {
    position: relative;
  }
  .case-results-link-aliro .link-underline::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 100%;
    border-bottom: 1px solid;
    content: '';
  }
}
.case-results-link-aliro:hover .link-underline::after {
  content: none;
}
.content-header-page-ofinta {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa415),
    to(#ffdea9)
  );
  background: -webkit-linear-gradient(left, #ffa415, #ffdea9);
  background: -moz-linear-gradient(left, #ffa415, #ffdea9);
  background: -o-linear-gradient(left, #ffa415, #ffdea9);
  background: linear-gradient(to right, #ffa415, #ffdea9);
}
.content-header-page-ofinta .img-container {
  width: 100%;
  max-width: 730px;
  margin: auto;
  padding-top: 60%;
}
@media screen and (min-width: 768px) {
  .content-header-page-ofinta .img-container {
    height: 370px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .content-header-page-ofinta .img-container {
    height: 517px;
  }
}
.content-header-page-ofinta .img-resizable {
  background-image: url('../img/desktop/page-ofinta/content-header-ofinta.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .content-header-page-ofinta .img-resizable {
    -webkit-background-size: 728px 728px;
    -moz-background-size: 728px;
    background-size: 728px;
  }
}
.page-ofinta .case-technologies img {
  margin: 0 12px;
}
.page-ofinta .case-technologies img:first-of-type {
  margin-left: 0;
}
.page-ofinta .case-technologies img:last-of-type {
  margin-right: 0;
}
.page-case-ofinta-futures-img-1 {
  max-width: 820px;
  margin: 20px auto;
  padding-top: 80%;
}
@media screen and (min-width: 768px) {
  .page-case-ofinta-futures-img-1 {
    padding-top: 58%;
  }
}
@media screen and (min-width: 992px) {
  .page-case-ofinta-futures-img-1 {
    min-height: 780px;
  }
}
.page-case-ofinta-futures-img-1 .img-resizable {
  background-image: url('../img/desktop/page-ofinta/page-case-ofinta-futures-img-1.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .page-case-ofinta-futures-img-1 .img-resizable {
    -webkit-background-size: 820px 820px;
    -moz-background-size: 820px;
    background-size: 820px;
  }
}
.page-case-ofinta-futures-img-2 {
  max-width: 820px;
  margin: 20px auto;
  padding-top: 80%;
}
@media screen and (min-width: 768px) {
  .page-case-ofinta-futures-img-2 {
    padding-top: 74%;
  }
}
@media screen and (min-width: 992px) {
  .page-case-ofinta-futures-img-2 {
    min-height: 695px;
  }
}
.page-case-ofinta-futures-img-2 .img-resizable {
  background-image: url('../img/desktop/page-ofinta/page-case-ofinta-futures-img-2.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .page-case-ofinta-futures-img-2 .img-resizable {
    -webkit-background-size: 650px 650px;
    -moz-background-size: 650px;
    background-size: 650px;
  }
}
.page-case-ofinta--system-structure {
  max-width: 640px;
  min-height: 418px;
  margin: 0 auto;
  padding-top: 98%;
}
@media screen and (min-width: 992px) {
  .page-case-ofinta--system-structure {
    min-height: 920px;
  }
}
.page-case-ofinta--system-structure .img-resizable {
  background-image: url('../img/desktop/page-ofinta/page-case-ofinta--system-structure.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .page-case-ofinta--system-structure .img-resizable {
    -webkit-background-size: 640px 640px;
    -moz-background-size: 640px;
    background-size: 640px;
  }
}
.case-results-link-ofinta {
  display: inline-block;
  margin: 0 10px 20px;
  padding-left: 60px;
  background: url('../img/icons-share/icon-ofinta-logo.png') left 3px no-repeat;
  -webkit-background-size: 48px 40px;
  -moz-background-size: 48px 40px;
  background-size: 48px 40px;
  color: #3f3f4b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 43px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .case-results-link-ofinta {
    margin: 0;
    color: #004acb;
    font-size: 20px;
    line-height: 48px;
  }
  .case-results-link-ofinta .link-underline {
    position: relative;
  }
  .case-results-link-ofinta .link-underline::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 100%;
    border-bottom: 1px solid;
    content: '';
  }
}
.case-results-link-ofinta:hover .link-underline::after {
  content: none;
}
.content-header-page-successfilly {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3cb5fd),
    to(#f9e9d3)
  );
  background: -webkit-linear-gradient(left, #3cb5fd, #f9e9d3);
  background: -moz-linear-gradient(left, #3cb5fd, #f9e9d3);
  background: -o-linear-gradient(left, #3cb5fd, #f9e9d3);
  background: linear-gradient(to right, #3cb5fd, #f9e9d3);
}
.content-header-page-successfilly .img-container {
  width: 100%;
  max-width: 1023px;
  margin: auto;
  padding-top: 56%;
}
@media screen and (min-width: 768px) {
  .content-header-page-successfilly .img-container {
    height: 345px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .content-header-page-successfilly .img-container {
    height: 496px;
  }
}
.content-header-page-successfilly .img-resizable {
  background-image: url('../img/desktop/page-successfilly/content-header-successfilly.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .content-header-page-successfilly .img-resizable {
    -webkit-background-size: 740px 740px;
    -moz-background-size: 740px;
    background-size: 740px;
  }
}
@media screen and (min-width: 992px) {
  .content-header-page-successfilly .img-resizable {
    -webkit-background-size: 1025px 1025px;
    -moz-background-size: 1025px;
    background-size: 1025px;
  }
}
.page-case-successfilly-futures-img-1 {
  max-width: 834px;
  margin: 20px auto;
  padding-top: 80%;
}
@media screen and (min-width: 768px) {
  .page-case-successfilly-futures-img-1 {
    padding-top: 68%;
  }
}
@media screen and (min-width: 992px) {
  .page-case-successfilly-futures-img-1 {
    min-height: 640px;
  }
}
.page-case-successfilly-futures-img-1 .img-resizable {
  background-image: url('../img/desktop/page-successfilly/page-case-successfilly-futures-img-1.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .page-case-successfilly-futures-img-1 .img-resizable {
    -webkit-background-size: 834px 834px;
    -moz-background-size: 834px;
    background-size: 834px;
  }
}
.page-case-successfilly-futures-img-2,
.page-case-successfilly-futures-img-3 {
  max-width: 860px;
  margin: 12px auto 20px;
  padding-top: 62.4%;
}
@media screen and (min-width: 768px) {
  .page-case-successfilly-futures-img-2,
  .page-case-successfilly-futures-img-3 {
    margin: 28px auto 35px;
  }
}
@media screen and (min-width: 992px) {
  .page-case-successfilly-futures-img-2,
  .page-case-successfilly-futures-img-3 {
    min-height: 537px;
    padding: 0;
  }
}
.page-case-successfilly-futures-img-2 .img-resizable,
.page-case-successfilly-futures-img-3 .img-resizable {
  background-image: url('../img/desktop/page-successfilly/page-case-successfilly-futures-img-2.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .page-case-successfilly-futures-img-2 .img-resizable,
  .page-case-successfilly-futures-img-3 .img-resizable {
    -webkit-background-size: 860px 860px;
    -moz-background-size: 860px;
    background-size: 860px;
  }
}
.page-case-successfilly-futures-img-3 .img-resizable {
  background-image: url('../img/desktop/page-successfilly/page-case-successfilly-futures-img-3.png');
}
.page-case-successfilly--system-structure {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 87%;
}
@media screen and (min-width: 992px) {
  .page-case-successfilly--system-structure {
    min-height: 780px;
    padding-top: 83%;
  }
}
.page-case-successfilly--system-structure .img-resizable {
  background-image: url('../img/desktop/page-successfilly/page-case-successfilly--system-structure.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .page-case-successfilly--system-structure .img-resizable {
    -webkit-background-size: 900px 900px;
    -moz-background-size: 900px;
    background-size: 900px;
  }
}
.case-results-link-successfilly {
  display: inline-block;
  margin: 0 10px 20px;
  padding-left: 60px;
  background: url('../img/icons-share/icon-successfilly-logo.png') left top
    no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  color: #3f3f4b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 43px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .case-results-link-successfilly {
    margin: 0;
    color: #004acb;
    font-size: 20px;
    line-height: 48px;
  }
  .case-results-link-successfilly .link-underline {
    position: relative;
  }
  .case-results-link-successfilly .link-underline::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 100%;
    border-bottom: 1px solid;
    content: '';
  }
}
.case-results-link-successfilly:hover .link-underline::after {
  content: none;
}
.content-header-page-services {
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-header-page-services {
    background-image: url('../img/desktop/page-services/content-header-services.jpg');
    background-position: left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.content-header-page-services .section-shadow {
  background: #484848;
}
@media (max-width: 767px) {
  .content-header-page-services .section-shadow {
    opacity: 1;
  }
}
.content-header-page-services .section-content {
  padding: 54px 10px 60px;
}
@media screen and (min-width: 768px) {
  .content-header-page-services .section-content {
    padding: 133px 20px 131px;
  }
}
.content-header-page-services .section-title {
  margin: 0 20px 19px;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .content-header-page-services .section-title {
    margin: 0 20px 28px;
  }
}
.content-header-page-services p {
  margin: 0 0 16px;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .content-header-page-services p {
    font-size: 18px;
    text-align: justify;
  }
}
.content-header-page-services .btn {
  margin: 28px 0 0;
}
.services-type-listing {
  padding: 30px 0 59px;
}
@media screen and (min-width: 768px) {
  .services-type-listing {
    padding: 97px 0 96px;
  }
}
.services-type-listing .btn {
  width: 202px;
  margin: 19px 0 0;
}
@media screen and (min-width: 768px) {
  .services-type-listing .btn {
    width: 270px;
    margin: 23px 0 0;
  }
}
.services-type-title {
  margin: 0 0 10px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
  font: 500 20px/1.33 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .services-type-title {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
  }
}
.services-type-ul {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.services-type-ul li {
  position: relative;
  padding-left: 18px;
  font: 400 12px/16px 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  letter-spacing: 0.1px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .services-type-ul li {
    padding-left: 27px;
    font-size: 18px;
    line-height: 23px;
  }
}
.services-type-ul li::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
}
@media screen and (min-width: 768px) {
  .services-type-ul li::before {
    top: 9px;
    left: 11px;
    border-width: 2px;
  }
}
.services-type-content {
  position: relative;
  z-index: 2;
}
.services-type-shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  background: rgba(40, 40, 40, 0.75);
  z-index: 1;
}
.services-type {
  position: relative;
  height: 200px;
  margin: 0 -5px 10px;
  padding: 87px 23px 0;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  transition: padding 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .services-type {
    height: 385px;
    margin: 0 0 18px;
    padding: 173px 35px 0;
  }
}
@media (max-width: 991px) {
  .services-type.hovered .services-type-shadow {
    background: rgba(255, 255, 255, 0.7);
  }
  .services-type.hovered .services-type-title {
    color: #f14942;
  }
  .services-type.hovered .services-type-ul {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .services-type:hover .services-type-shadow {
    background: rgba(255, 255, 255, 0.7);
  }
  .services-type:hover .services-type-title {
    color: #f14942;
  }
  .services-type:hover .services-type-ul {
    opacity: 1;
  }
}
.services-type-1 {
  background-image: url('../img/mobile/page-services/services-type-1.jpg');
}
.services-type-2 {
  background-image: url('../img/mobile/page-services/services-type-2.jpg');
}
.services-type-3 {
  background-image: url('../img/mobile/page-services/services-type-3.jpg');
}
.services-type-4 {
  background-image: url('../img/mobile/page-services/services-type-4.jpg');
}
.services-type-5 {
  background-image: url('../img/mobile/page-services/services-type-5.jpg');
}
.services-type-6 {
  background-image: url('../img/mobile/page-services/services-type-6.jpg');
}
.services-type-1 {
  padding-top: 74px;
}
@media (max-width: 767px) {
  .services-type-1.hovered {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-type-1.hovered {
    padding-top: 85px;
  }
}
@media screen and (min-width: 992px) {
  .services-type-1:hover {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .services-type-1 {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .services-type-2.hovered {
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-type-2.hovered {
    padding-top: 108px;
  }
}
@media screen and (min-width: 992px) {
  .services-type-2:hover {
    padding-top: 111px;
  }
}
@media (max-width: 767px) {
  .services-type-3.hovered {
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-type-3.hovered {
    padding-top: 87px;
  }
}
@media screen and (min-width: 992px) {
  .services-type-3:hover {
    padding-top: 121px;
  }
}
@media (max-width: 767px) {
  .services-type-4.hovered {
    padding-top: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-type-4.hovered {
    padding-top: 98px;
  }
}
@media screen and (min-width: 992px) {
  .services-type-4:hover {
    padding-top: 133px;
  }
}
@media (max-width: 767px) {
  .services-type-5.hovered {
    padding-top: 67px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-type-5.hovered {
    padding-top: 140px;
  }
}
@media screen and (min-width: 992px) {
  .services-type-5:hover {
    padding-top: 146px;
  }
}
@media (max-width: 767px) {
  .services-type-6.hovered {
    padding-top: 51px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-type-6.hovered {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .services-type-6:hover {
    padding-top: 121px;
  }
}
.how-we-work {
  overflow: hidden;
}
.how-we-work .section-header {
  position: relative;
  padding: 80px 20px 70px;
}
@media screen and (min-width: 768px) {
  .how-we-work .section-header {
    padding: 178px 20px 168px;
    background-image: url('../img/desktop/page-services/how-we-work-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.how-we-work .section-header .section-title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .how-we-work .section-header .section-title {
    font-size: 34px;
    font-weight: bold;
  }
}
.how-we-work .section-header p {
  letter-spacing: 0.2px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .how-we-work .section-header p {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.how-we-work .section-shadow {
  background: #fff;
  opacity: 0.9;
}
.how-we-work .section-header-content {
  position: relative;
  z-index: 2;
}
.how-we-work-wrap {
  position: relative;
  padding: 40px 0 35px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f6f6f6)
  );
  background: -webkit-linear-gradient(top, #fff, #f6f6f6);
  background: -moz-linear-gradient(top, #fff, #f6f6f6);
  background: -o-linear-gradient(top, #fff, #f6f6f6);
  background: linear-gradient(to bottom, #fff, #f6f6f6);
}
@media screen and (min-width: 768px) {
  .how-we-work-wrap {
    padding: 40px 0 0;
  }
  .how-we-work-wrap.wrap-left {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#fff),
      to(#f6f6f6)
    );
    background: -webkit-linear-gradient(left, #fff, #f6f6f6);
    background: -moz-linear-gradient(left, #fff, #f6f6f6);
    background: -o-linear-gradient(left, #fff, #f6f6f6);
    background: linear-gradient(to right, #fff, #f6f6f6);
  }
  .how-we-work-wrap.wrap-right {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#fff),
      to(#f6f6f6)
    );
    background: -webkit-linear-gradient(right, #fff, #f6f6f6);
    background: -moz-linear-gradient(right, #fff, #f6f6f6);
    background: -o-linear-gradient(right, #fff, #f6f6f6);
    background: linear-gradient(to left, #fff, #f6f6f6);
  }
}
.how-we-work-wrap .title {
  margin: 15px 0 8px;
  font: 500 21px/1.9 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .how-we-work-wrap .title {
    margin: 9px 0 13px;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.33;
  }
}
.how-we-work-wrap .title-underline {
  position: relative;
}
.how-we-work-wrap .title-underline::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #f14942;
  content: '';
}
@media screen and (min-width: 768px) {
  .how-we-work-wrap .title-underline::after {
    bottom: 0;
  }
}
.how-we-work-wrap p {
  margin: 0 0 9px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .how-we-work-wrap p {
    margin: 0 0 13px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
}
.how-we-work-wrap .img-container {
  padding-top: 74%;
}
@media screen and (min-width: 768px) {
  .how-we-work-wrap .img-container {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .how-we-work-wrap .img-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .how-we-work-wrap .how-we-work-case {
    margin: 0 0 52px;
  }
}
@media screen and (min-width: 768px) {
  .how-we-work-wrap .how-we-work-case-3 {
    margin: 110px 0 148px;
  }
}
@media screen and (min-width: 1200px) {
  .how-we-work-wrap .case-left {
    padding-right: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .how-we-work-wrap .case-right {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .how-we-work-wrap .img-container-1 {
    top: -20px;
    left: -40px;
    width: 560px;
    height: 430px;
    margin-bottom: -20px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .how-we-work-wrap .img-container-2 {
    top: 80px;
    right: 98px;
    width: 560px;
    height: 430px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .how-we-work-wrap .img-container-3 {
    top: -25px;
    left: -40px;
    width: 575px;
    height: 465px;
    margin-bottom: -25px;
    padding-top: 0;
  }
}
.how-we-work-img-1 {
  background-image: url('../img/mobile/page-services/how-we-work-1.png');
}
.how-we-work-img-2 {
  background-image: url('../img/mobile/page-services/how-we-work-2.png');
}
.how-we-work-img-3 {
  background-image: url('../img/mobile/page-services/how-we-work-3.png');
}
.content-header-page-contacts .section-content {
  padding: 55px 0 3px;
}
@media screen and (min-width: 768px) {
  .content-header-page-contacts .section-content {
    padding: 98px 0 12px;
  }
}
.content-header-page-contacts .section-title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .content-header-page-contacts .section-title {
    margin: 0 0 1px;
  }
}
@media screen and (min-width: 768px) {
  .contacts-form {
    padding: 0 5px;
  }
}
.contacts-form .btn-getIt {
  width: 160px;
  margin: 40px 0 80px;
  padding: 13px 20px;
}
@media screen and (min-width: 768px) {
  .contacts-form .btn-getIt {
    width: 173px;
    margin: 15px 0 35px;
    font-size: 18px;
  }
}
.contacts-form2-container,
.request-form-container {
  padding-top: 58px;
  padding-bottom: 58px;
  background: #2b2b2b;
  color: #fff;
}
.contacts-form2-container .section-content,
.request-form-container .section-content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contacts-form2-container .section-content,
  .request-form-container .section-content {
    padding: 0;
  }
}
.contacts-form2-container .section-title,
.contacts-form2-container .form-control,
.request-form-container .section-title,
.request-form-container .form-control {
  color: #fff;
}
.contacts-form2-container .file-upload-label,
.request-form-container .file-upload-label {
  color: #fb4948;
  text-decoration: none;
}
.contacts-form2-container .textarea-material,
.request-form-container .textarea-material {
  background: #2b2b2b;
}
.contacts-form2-container .block-nda,
.request-form-container .block-nda {
  margin: 0 0 55px;
}
@media screen and (min-width: 768px) {
  .contacts-form2-container .block-nda,
  .request-form-container .block-nda {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts-form2-container {
    padding: 20px;
  }
}
.request-form-container {
  margin-bottom: 100px;
  padding-bottom: 15px;
}
.block-nda {
  margin: 0 0 55px;
}
@media screen and (min-width: 768px) {
  .block-nda {
    margin: 0 0 50px;
    font-size: 16px;
  }
}
.form-group-material {
  position: relative;
  padding: 11px 0 0;
}
@media screen and (min-width: 768px) {
  .form-group-material {
    padding: 13px 0 0;
  }
}
.form-group-material .form-label {
  position: absolute;
  top: 16px;
  left: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: text;
  opacity: 0.5;
  z-index: 1;
}
.form-group-material .form-control {
  padding: 7px 0 5px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .form-group-material .form-control {
    height: 29px;
    padding: 5px 0;
  }
}
.form-group-material .caret {
  position: absolute;
  top: 7px;
  right: 6px;
}
.form-group-material.active .form-label {
  top: 0;
  font-size: 11px;
  cursor: context-menu;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .form-group-material.active .form-label {
    font-size: 12px;
  }
}
.textarea-material {
  width: 100%;
  height: 78px;
  min-height: 78px;
  margin: 6px 0 8px;
  padding: 10px 15px;
  border: 1px solid #3f3f4b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .textarea-material {
    padding: 12px 15px;
  }
}
.textarea-material:focus {
  outline: none;
}
.textarea-material.inp {
  border: none;
  border-bottom: 1px solid #3f3f4b;
}
.dropdown-material {
  margin: 0 0 13px;
}
.dropdown-material .form-label {
  cursor: pointer;
  pointer-events: none;
}
.dropdown-material-btn {
  position: relative;
  width: 100%;
  height: 31px;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #3f3f4b;
  outline: none !important;
  background: transparent;
  letter-spacing: 0.5px;
  text-align: left;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 768px) {
  .dropdown-material-btn {
    height: 29px;
    padding: 3px 0;
    font-size: 16px;
  }
}
.dropdown-material-menu {
  top: 0;
  width: 100%;
}
.dropdown-material-menu li {
  display: block;
  width: 100%;
}
.dropdown-material-menu a,
.dropdown-material-menu span {
  width: 100%;
  cursor: pointer;
}
.file-upload-text {
  margin: 20px 0 8px;
  font-size: 12px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .file-upload-text {
    margin: 31px 0 15px;
    font-size: 16px;
    line-height: 21px;
  }
}
.file-holder {
  position: relative;
  margin: 0 0 4px;
  font-size: 16px;
}
.file-holder .fa-attach {
  position: relative;
  top: 1px;
  margin-right: 8px;
  float: left;
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
  font-size: 19px;
}
.file-holder .fa-cancel-circled {
  position: relative;
  top: 2px;
  margin: 0 5px;
  font-size: 19px;
}
.file-upload-label {
  display: inline;
  color: #004acb;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
}
.file-upload-label-text {
  line-height: 1.44;
  vertical-align: top;
}
input[type='file'] {
  display: inline-block;
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-control-alert {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  color: #f14942;
  font-size: 10px !important;
  line-height: 1.2;
}
.modal-contact-form {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .modal-contact-form {
    background: #000;
  }
}

@media screen and (min-width: 768px) {
  .modal-contact-form-white {
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .modal-contact-form2 {
    background: #0000;
  }
}

@media screen and (min-width: 768px) {
  .modal-contact-form .modal-dialog {
    width: 700px;
    height: auto;
    margin: 30px auto;
    padding: 0 50px;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .modal-contact-form2 .modal-dialog {
    background: #2b2b2b;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .modal-contact-form .modal-content {
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.modal-contact-form .section-content {
  padding: 12px 0 3px;
  clear: both;
}
@media screen and (min-width: 768px) {
  .modal-contact-form .section-title {
    font-size: 30px;
    font-weight: 700;
  }
}
.modal-contact-form .navbar-toggle {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .modal-contact-form .navbar-toggle {
    margin: 18px -33px 0 0;
  }
}
.modal-contact-form .navbar-toggle .icon-bar {
  background: #3f3f4b;
  -webkit-box-shadow: 0 1px 1px 0 #c3c3c3;
  -moz-box-shadow: 0 1px 1px 0 #c3c3c3;
  box-shadow: 0 1px 1px 0 #c3c3c3;
}
@media screen and (min-width: 768px) {
  .modal-contact-form .btn-getIt {
    margin-bottom: 50px;
  }
}
.more-contacts {
  padding: 100px 0 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .more-contacts {
    padding: 120px 0 56px;
  }
}
.more-contacts .section-title {
  margin: 0 0 31px;
}
@media screen and (min-width: 768px) {
  .more-contacts .section-title {
    margin: 0 0 41px;
  }
}
.more-contacts-item {
  margin: 0 0 35px;
}
.more-contacts-item .title {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .more-contacts-item .title {
    margin: 0 0 7px;
    font-size: 22px;
    letter-spacing: -0.5px;
  }
}
.more-contacts-item p,
.more-contacts-item a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .more-contacts-item p,
  .more-contacts-item a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .more-contacts-item p {
    margin: 0 0 18px;
    font-size: 18px;
    letter-spacing: 0.1px;
  }
}
.page-blog {
  padding-top: 51px;
}
@media screen and (min-width: 768px) {
  .page-blog {
    padding-top: 51px;
  }
}
.page-blog .btn-transparent {
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .page-blog .btn-transparent {
    margin: 0 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .page-blog .sub-header {
    margin: 0 0 30px;
  }
}
.sub-header {
  padding: 5px 0;
  background: #ebebed;
}
.sub-header:before,
.sub-header:after {
  display: table;
  content: ' ';
}
.sub-header:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .sub-header {
    margin: 0;
    padding: 0;
  }
}
.sub-header .dropdown-toggle {
  padding: 6px 0;
  border: none;
  outline: none !important;
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .sub-header .dropdown-toggle {
    padding: 14px 0;
  }
}
.sub-header .dropdown-toggle svg {
  margin-bottom: 2px;
  margin-left: 10px;
}
.sub-header .dropdown-value {
  font: 300 14px/1.4 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .sub-header .dropdown-menu {
    display: block;
    position: static;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sub-header .dropdown-menu li {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .sub-header .dropdown-menu li.active a,
  .sub-header .dropdown-menu li.active span {
    background: #f7f7f7;
  }
}
.sub-header .dropdown-menu a,
.sub-header .dropdown-menu span {
  font: 300 14px/1.4 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.3px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sub-header .dropdown-menu a,
  .sub-header .dropdown-menu span {
    padding: 12px 9px;
  }
}
@media screen and (min-width: 992px) {
  .sub-header .dropdown-menu a,
  .sub-header .dropdown-menu span {
    padding: 16px 19px;
  }
}
.search-block {
  margin: 0;
  padding: 5px 0 0;
}
@media screen and (min-width: 768px) {
  .search-block {
    width: 310px;
    margin: 31px 20px 0 0;
    float: right;
  }
}
.search-block .fa {
  display: inline-block;
  position: relative;
  top: -4px;
  margin: 0 0 0 12px;
  color: #3f3f4b;
  font-size: 20px;
  vertical-align: top;
}
.search-block .form-control {
  height: 21px;
  padding: 0 0 6px;
}
.sub-header-top {
  width: 47%;
  float: left;
}
@media screen and (min-width: 768px) {
  .sub-header-top {
    width: 100%;
    float: none;
    background-color: #ebebed;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 992px) {
  .sub-header-top {
    height: 51px;
  }
}
@media (max-width: 767px) {
  .sub-header-bottom {
    width: 53%;
    float: right;
  }
}
.subscribe-email .btn {
  width: auto;
  height: 43px;
  padding: 12px 12px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .subscribe-email .btn {
    width: 140px;
    height: 51px;
    padding: 15px 12px;
  }
}
.subscribe-email .form-control {
  height: 43px;
  padding: 6px 10px 5px;
  border: 0;
  border-bottom: 1px solid #fff;
  background: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 992px) {
  .subscribe-email .form-control {
    height: 51px;
    padding: 6px 20px 5px;
  }
}
.posts-list {
  margin-top: 10px;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  .posts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
  }
}
.posts-list.no-padding {
  margin-top: -15px;
}
.posts-list.no-padding .posts-list-item {
  padding-right: 0;
  padding-left: 0;
}
.posts-list + .btn-transparent {
  display: block;
  width: 220px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .posts-list.posts-list-main .posts-list-item:first-of-type {
    display: none;
  }
}
.posts-list-item {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .posts-list-item {
    width: 33.33%;
    margin-bottom: 60px;
  }
}
.posts-list-item .posts-list-shadow {
  margin-bottom: 35px;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ffffff;
}
.posts-list-item .posts-list-shadow img {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.posts-list-item .posts-list-shadow .title {
  margin: 15px 0 10px;
  color: #3f3f4b;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .posts-list-item .posts-list-shadow .title {
    margin: 15px 0 20px;
    font-size: 24px;
  }
}
.posts-list-item .posts-list-shadow .read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: #2e7aec;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 15px;
  text-transform: uppercase;
}
.posts-list-item .posts-list-shadow .read-more .arrow {
  margin-top: 2px;
}
.posts-list-item .posts-list-shadow a:hover .title {
  color: #f14942;
}
.posts-list-item .posts-list-shadow a:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
@media screen and (min-width: 768px) {
  .posts-list-item .posts-list-shadow .description {
    font-size: 16px;
    line-height: 21px;
  }
}
.content-header-blog {
  margin: 0 0 40px;
  padding-bottom: 72px;
}
.content-footer-email {
  text-align: center;
}
.content-footer-email .form-control {
  display: inline-block;
  width: 220px;
  margin: 5px 10px 35px;
  border-color: #fff;
  color: #fff;
  letter-spacing: 0.4px;
}
.content-footer-email .form-control::-webkit-input-placeholder {
  color: #fff;
}
.content-footer-email .form-control:-moz-placeholder {
  color: #fff;
}
.content-footer-email .form-control::-moz-placeholder {
  color: #fff;
}
.content-footer-email .form-control:-ms-input-placeholder {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .content-footer-email .form-control {
    width: 290px;
    height: 28px;
    margin-right: 12px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .content-footer-email .btn {
    width: 180px;
    height: 45px;
    padding: 13px 12px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .content-footer-page-blog {
    padding: 100px 30px 90px;
  }
}
@media screen and (min-width: 768px) {
  .content-footer-page-blog .section-title {
    margin: 0 0 15px;
  }
}
#toTop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 100px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3f3f4b;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 2000;
}
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
#toTop .fa {
  width: 100%;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  vertical-align: middle;
}
.content-header-page-blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 260px;
  margin: 0 -15px;
  padding: 0;
  text-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
@media (max-width: 1024px) {
  .content-header-page-blog-post {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .content-header-page-blog-post {
    height: 380px;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .content-header-page-blog-post {
    height: 430px;
  }
}
.content-header-page-blog-post .pic-bg {
  display: block;
  z-index: 0;
}
.content-header-page-blog-post .pic-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-header-page-blog-post .title {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 20px;
  font: 500 22px/1.27 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .content-header-page-blog-post .title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 992px) {
  .content-header-page-blog-post .title {
    font-size: 38px;
  }
}
.content-header-page-blog-post .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 6px;
  padding: 0 10px;
  font: 300 12px/1.25 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  letter-spacing: 0.1px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .content-header-page-blog-post .description {
    margin: 0 0 25px;
    font-size: 14px;
  }
}
.share-aside {
  margin: 10px 0 25px;
}
@media screen and (min-width: 768px) {
  .share-aside {
    position: absolute;
    top: 41px;
    right: 0;
    width: 104px;
  }
}
.share-aside .title {
  margin: 0 0 15px;
  font-size: 14px;
}
.share-aside > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border: 1px solid;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .share-aside > a {
    margin: 0 20px 13px;
  }
}
.share-aside .fa {
  font-size: 21px;
  line-height: 28px;
  vertical-align: middle;
}
.share-aside .fa-facebook {
  position: relative;
  right: -2px;
  bottom: -3px;
  font-size: 26px;
}
.share-aside .share-fb {
  border-color: #3b5998;
  background: #3b5998;
}
@media screen and (min-width: 768px) {
  .share-aside .share-fb {
    background: transparent;
    color: #3b5998;
  }
  .share-aside .share-fb:hover {
    background: #3b5998;
    color: #fff;
  }
}
.share-aside .share-in {
  border-color: #0077b5;
  background: #0077b5;
}
@media screen and (min-width: 768px) {
  .share-aside .share-in {
    background: transparent;
    color: #0077b5;
  }
  .share-aside .share-in:hover {
    background: #0077b5;
    color: #fff;
  }
}
.share-aside .share-tw {
  border-color: #009ff4;
  background: #009ff4;
}
@media screen and (min-width: 768px) {
  .share-aside .share-tw {
    background: transparent;
    color: #009ff4;
  }
  .share-aside .share-tw:hover {
    background: #009ff4;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .blog-post-content {
    margin: 50px 0 0;
  }
}
.blog-post-content p {
  margin: 0 0 12px;
  font: 300 14px/1.5 'Open Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .blog-post-content p {
    margin: 0 0 16px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
}
@media (max-width: 767px) {
  .blog-post-content p {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
  }
}
.blog-post-content h4 {
  margin: 12px 0;
  font: 700 14px/1.5 'Open Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .blog-post-content h4 {
    margin: 24px 0 15px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
}
.blog-post-content a {
  font-weight: 700;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 768px) {
  .blog-post-content a {
    letter-spacing: -0.2px;
  }
}
.blog-post-content ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .blog-post-content ul {
    margin: 0 0 18px;
  }
}
.blog-post-content ul li {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .blog-post-content ul li {
    padding-left: 24px;
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
.blog-post-content ul li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
  border: 2px solid #3f3f4b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
}
@media screen and (min-width: 768px) {
  .blog-post-content ul li::before {
    top: 9px;
    left: 14px;
    border-width: 2.5px;
  }
}
.blog-post-content img {
  height: auto !important;
  margin: 35px 0 28px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .blog-post-content img {
    width: -webkit-calc(100% + 10px) !important;
    width: -moz-calc(100% + 10px) !important;
    width: calc(100% + 10px) !important;
    max-width: none !important;
    margin: 13px -5px;
  }
}
.blog-post-footer .description {
  margin: 17px 0;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .blog-post-footer .description {
    margin: 25px 0;
    font-size: 14px;
    letter-spacing: -0.3px;
  }
}
.section-request .content-header-page-contacts .section-content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .section-request .content-header-page-contacts .section-content {
    padding: 0;
  }
}
.section-request .content-header-page-contacts .section-title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .section-request .content-header-page-contacts .section-title {
    margin: 0 0 1px;
  }
}
.container-related-articles {
  background: #f5f5f5;
}
.container-related-articles .container {
  width: 1280px;
  max-width: 100%;
}
.related-articles {
  padding: 29px 0 0;
}
@media screen and (min-width: 768px) {
  .related-articles {
    padding: 68px 0 0;
  }
}
.related-articles .section-title {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .related-articles .section-title {
    margin: 0 0 28px;
  }
}
@media screen and (min-width: 768px) {
  .page-answer .content-header-cube {
    top: 140px;
    width: 250px;
    margin-left: -130px;
  }
}
.page-answer .section-title {
  margin: 60px 0;
  color: #4e4d4d;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page-answer .section-title {
    margin: 150px 0 110px;
  }
}
.page-answer .section-title strong {
  display: block;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .page-answer .section-title strong {
    font-size: 30px;
  }
}
.page-answer .btn {
  margin: 0 0 80px;
  border-color: #4e4d4d;
  color: #4e4d4d;
}
.page-answer .btn:hover {
  background: #4e4d4d;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-answer .btn {
    margin: 0 0 250px;
  }
}
@media (max-width: 767px) {
  .page-answer .cubes-container {
    display: none;
  }
}
.page-answer .icon-cube {
  left: 50%;
}
.page-answer .icon-cube-1 {
  top: 350px;
  margin-left: -450px;
}
.page-answer .icon-cube-2 {
  top: 400px;
  width: 82px;
  height: 82px;
  margin-left: 270px;
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotateZ(20deg);
  transform: rotateZ(20deg);
}
.page-answer .icon-cube-3 {
  top: 650px;
  margin-left: -170px;
  -webkit-transform: rotateZ(-10deg);
  -moz-transform: rotateZ(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
.page-answer .icon-cube-4 {
  top: 150px;
  margin-left: -320px;
  -webkit-transform: rotateZ(-10deg);
  -moz-transform: rotateZ(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
.page-answer .icon-cube-5 {
  top: 125px;
  margin-left: 170px;
  -webkit-transform: rotateZ(-10deg);
  -moz-transform: rotateZ(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
.page-answer .icon-cube-6 {
  top: 510px;
  margin-left: -400px;
  -webkit-transform: rotateZ(-10deg);
  -moz-transform: rotateZ(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
.page-answer .icon-cube-7 {
  top: 520px;
  margin-left: 30px;
  -webkit-transform: rotateZ(-10deg);
  -moz-transform: rotateZ(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
.page-answer .icon-cube-8 {
  top: 590px;
  margin-left: 390px;
  -webkit-transform: rotateZ(-10deg);
  -moz-transform: rotateZ(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
.modal-thanks-dialog .section-title {
  margin: 40px 0 70px;
}
@media screen and (min-width: 768px) {
  .modal-thanks-dialog .section-title {
    margin: 110px 0 90px;
    font-size: 42px;
  }
}
.modal-thanks-dialog .section-title strong {
  margin: 0 0 6px;
}
@media screen and (min-width: 768px) {
  .modal-thanks-dialog .section-title strong {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  .modal-thanks-dialog p {
    font-size: 22px;
  }
}
.modal-thanks-dialog .btn {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .modal-thanks-dialog .btn {
    margin: 50px 0 70px;
  }
}
.modal-thanks-dialog .content-header-cube {
  top: 30px;
}
@media screen and (min-width: 768px) {
  .modal-thanks-dialog .content-header-cube {
    top: 70px;
  }
}
.pagination {
  margin: 20px 5px 50px;
  text-align: center;
  cursor: context-menu;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin: 20px 10px 100px;
  }
}
.pagination a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0 3px;
  padding: 0 9px;
  border: 2px solid #3f3f4b;
  background: #3f3f4b;
  color: #fff;
  font: 400 16px/1 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  line-height: 28px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .pagination a {
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0 11px;
    border-width: 3px;
    font-size: 22px;
    line-height: 36px;
  }
}
.pagination a:hover {
  border-color: #333;
  background: #333;
}
.pagination a.current {
  border-color: #3f3f4b;
  background: #fff;
  color: #3f3f4b;
  cursor: context-menu;
}
.pagination a.back,
.pagination a.next {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .pagination a.back,
  .pagination a.next {
    font-size: 29px;
    line-height: 32px;
  }
}
.pagination a.back .fa,
.pagination a.next .fa {
  position: relative;
}
.pagination a.back .fa {
  left: -1px;
}
.pagination a.next .fa {
  left: 1px;
}
.free-advice-textarea {
  padding: 5px 0 0;
}
.free-advice-textarea .form-control-alert {
  top: auto;
  bottom: -11px;
}
.free-advice-textarea.alert-required .textarea-material {
  border-color: #f14942;
}
.alert-required .form-control {
  border-color: #f14942;
  color: #f14942;
}
.alert-required .form-label {
  color: #f14942;
}
.alert-required .form-control-alert {
  display: block;
}
.sidebar-wrapper {
  min-height: 470px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sidebar-wrapper {
    height: auto;
  }
}
.sidebar img {
  width: 100%;
}
.blog-page .col-left-container {
  width: -webkit-calc(100% - 202px);
  width: -moz-calc(100% - 202px);
  width: calc(100% - 202px);
  float: left;
}
@media (max-width: 768px) {
  .blog-page .col-left-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: unset;
  }
}
.blog-page .col-right-container {
  width: 202px;
  float: left;
}
@media (max-width: 768px) {
  .blog-page .col-right-container {
    display: none;
  }
}
.blog-page .breadcrumbs {
  margin-top: 51px;
}
.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}
.author__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.author__writedBy {
  margin-top: 19px;
  color: #757575 !important;
  font-family: Open Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
}
.author__nameSurname {
  margin-top: 3px;
  color: #000000;
  font-family: Open Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  white-space: nowrap !important;
}
.author__position {
  margin-top: 2px;
  color: #404040;
  font-family: Open Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
.author__content {
  margin-top: 10px;
  color: #757575;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
.author__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.author__links__link {
  margin-left: 10px;
}
.author img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.header-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #fff;
  z-index: 100;
}
.header-page.header-hide {
  top: -94px;
}
@media screen and (min-width: 768px) {
  .header-page {
    height: 86px;
  }
  .header-page.header-small {
    height: 60px;
  }
  .header-page.header-small .menu-global-wrap .dropdown-material-menu {
    top: -webkit-calc(100% + 20px) !important;
    top: -moz-calc(100% + 20px) !important;
    top: calc(100% + 20px) !important;
  }
  .header-page.header-small .header-logo img {
    width: 160px;
    height: 40px;
    margin: 9px 0;
  }
  .header-page.header-small .menu-global-wrap {
    padding: 0;
  }
  .header-page.header-small .navbar-nav > li > a {
    padding: 17px 0;
  }
  .header-page.header-small .navbar-nav > li > a::after {
    bottom: 21px;
  }
  .header-page.header-small .navbar-nav > li:last-of-type > a {
    padding-right: 0;
  }
  .header-page.header-hide {
    top: -60px;
  }
}
.header-page.header-small {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}
.header-page.header-hide {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-page-placeholder {
  height: 94px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .header-page-placeholder {
    height: 86px;
  }
}
.header-logo img {
  width: 102px;
  height: 26px;
  margin: 9px 15px 0 0;
  float: left;
  -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .header-logo img {
    width: 220px;
    height: 54px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .header-logo img {
    min-width: 150px;
    width: 215px;
    height: 56px;
    margin: 15px 0;
  }
}
.navbar-toggle-close {
  margin-top: 11px;
  padding: 10px 0;
}
.navbar-toggle-close .icon-bar {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 #5a5a5a;
  -moz-box-shadow: 0 1px 1px 0 #5a5a5a;
  box-shadow: 0 1px 1px 0 #5a5a5a;
}
.navbar-toggle-close .icon-bar + .icon-bar {
  margin-top: -1px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.modal-open main,
.modal-open .header-logo,
.modal-open .navbar-toggle-open {
  -webkit-filter: compact(
    blur(3px),
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  -moz-filter: compact(
    blur(3px),
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  filter: compact(
    blur(3px),
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
}
.navbar-nav .navbar-dropdown {
  font: 500 14px/0.25px 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
}
.navbar-nav > li > a {
  position: relative;
  color: #fff;
  font: 300 21px/25px 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.5px;
}
.navbar-nav > li.active > a {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .navbar-nav > li.active > a::after {
    opacity: 1;
  }
}
.navbar-nav > li.attention > a {
  color: #f14942;
}
.menu-global-wrap {
  height: 100%;
  padding: 65px 0 0;
}
.menu-global-wrap .menu-global {
  height: 100%;
}
@media (max-width: 992px) {
  .menu-global-wrap .menu-global {
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .menu-global-wrap .menu-global {
    margin-left: 10px;
  }
}
.menu-global-wrap li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
@media (max-width: 992px) {
  .menu-global-wrap li {
    height: unset;
  }
}
.menu-global-wrap .share-wrap {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .menu-global-wrap {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  }
  .navbar-nav > li {
    padding-right: 7px;
    padding-left: 7px;
    float: none;
  }

  .navbar-nav > li > a {
    padding: 6px 0;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #3f3f4b;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25px;
  }
  .navbar-nav > li > a::after {
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    border-bottom: 1px solid;
    content: '';
    opacity: 0;
  }
  .navbar-nav > li > a:hover {
    color: #f14942;
  }
  .navbar-nav > li > a:hover::after {
    opacity: 1;
  }
  .navbar-nav > li:last-of-type,
  .navbar-nav > li:last-of-type > a {
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav > li {
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-nav > li {
    padding: 0 14px;
  }
}
.triangle {
  width: 0;
  height: 0;
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.link-disabled {
  cursor: pointer;
  pointer-events: none;
}
.closed {
  display: none !important;
}
.dropdown-mobile__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 57px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.dropdown-mobile__menu > li > a {
  position: relative;
  color: #fff;
  font: 300 21px/25px 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
  letter-spacing: 0.5px;
}
.page-footer {
  padding: 60px 0;
  background-color: #131313;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-footer {
    padding: 42px 0 20px;
  }
}
.page-footer .footer-logo img {
  display: inline-block;
  width: 160px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-footer .footer-logo img {
    width: 155px;
    margin-left: -40px;
  }
}
.page-footer .rights {
  margin: 2px 0 8px;
  color: #fff;
  font: 300 12px/2 'Open Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .page-footer .rights {
    line-height: 2.8;
  }
}
.page-footer .share-wrap {
  margin: 33px 0 0;
}
@media screen and (min-width: 768px) {
  .page-footer .share-wrap {
    margin: 14px -9px 0 0;
    float: right;
  }
  .page-footer .share-wrap .share {
    margin: 0 13px;
    float: left;
  }
}
.page-footer .navbar-nav {
  margin: 8px 65px 0 0;
}
.page-footer .navbar-nav > li > a {
  padding: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.page-footer .navbar-nav > li > a:hover {
  color: #f14942;
}
.page-footer .navbar-nav > li.active {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer-logo-wrap {
    float: left;
  }
}
.share {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 13px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #fff;
  font-size: 12px;
  vertical-align: top;
}
.share .fa {
  position: relative;
  color: #fff;
  line-height: 1;
}
.share:hover {
  background: #fff;
}
.share:hover .fa {
  color: #131313;
}
@media (max-width: 767px) {
  .share {
    background: #fff;
  }
  .share .fa {
    color: #131313;
  }
}
.share .fa-facebook {
  top: 6px;
  left: 3px;
  font-size: 30px;
}
.share .fa-linkedin {
  top: 4px;
  font-size: 24px;
}
.share.share-up {
  background: #131313;
}
.share.share-up .icon-upwork {
  display: block;
  position: relative;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  background: url('../img/icons-share/icon-upwork-big.png') no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.share.share-up:hover {
  background: #fff;
}
.share.share-up:hover .icon-upwork {
  background-position: 0 -28px;
}
@media (max-width: 767px) {
  .share.share-up {
    background: #fff;
  }
  .share.share-up .icon-upwork {
    background-position: 0 -28px;
  }
}
.ajax-request-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.95);
  z-index: 5000;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.ajax-request-wrap .content-wrap {
  width: 100%;
  text-align: center;
}
.ajax-request-wrap .title {
  color: #fff;
  font: 600 18px/1.29 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue',
    Arial, sans-serif;
}
.ajax-request-wrap .lds-default {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px;
}
@-webkit-keyframes lds-default {
  0% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.5;
  }
  25% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.75;
  }
  50% {
    width: 28px;
    height: 28px;
    opacity: 1;
  }
  50.01% {
    width: 28px;
    height: 28px;
    opacity: 0;
  }
  75% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.25;
  }
  100% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.5;
  }
}
@-moz-keyframes lds-default {
  0% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.5;
  }
  25% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.75;
  }
  50% {
    width: 28px;
    height: 28px;
    opacity: 1;
  }
  50.01% {
    width: 28px;
    height: 28px;
    opacity: 0;
  }
  75% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.25;
  }
  100% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.5;
  }
}
@-o-keyframes lds-default {
  0% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.5;
  }
  25% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.75;
  }
  50% {
    width: 28px;
    height: 28px;
    opacity: 1;
  }
  50.01% {
    width: 28px;
    height: 28px;
    opacity: 0;
  }
  75% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.25;
  }
  100% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.5;
  }
}
@keyframes lds-default {
  0% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.5;
  }
  25% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.75;
  }
  50% {
    width: 28px;
    height: 28px;
    opacity: 1;
  }
  50.01% {
    width: 28px;
    height: 28px;
    opacity: 0;
  }
  75% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.25;
  }
  100% {
    width: 16.8px;
    height: 16.8px;
    opacity: 0.5;
  }
}
.ajax-request-wrap .lds-default div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opasity 1s linear;
  -o-transition: opasity 1s linear;
  -moz-transition: opasity 1s linear;
  transition: opasity 1s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #174867;
  -webkit-animation: lds-default 1s linear infinite;
  -moz-animation: lds-default 1s linear infinite;
  -o-animation: lds-default 1s linear infinite;
  animation: lds-default 1s linear infinite;
}
.ajax-request-wrap .lds-default div:nth-child(1) {
  top: 100px;
  left: 170px;
  -webkit-animation-delay: -0.917s;
  -moz-animation-delay: -0.917s;
  -o-animation-delay: -0.917s;
  animation-delay: -0.917s;
}
.ajax-request-wrap .lds-default div:nth-child(2) {
  top: 135px;
  left: 160.622px;
  -webkit-animation-delay: -0.833s;
  -moz-animation-delay: -0.833s;
  -o-animation-delay: -0.833s;
  animation-delay: -0.833s;
}
.ajax-request-wrap .lds-default div:nth-child(3) {
  top: 160.622px;
  left: 135px;
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.ajax-request-wrap .lds-default div:nth-child(4) {
  top: 170px;
  left: 100px;
  -webkit-animation-delay: -0.667s;
  -moz-animation-delay: -0.667s;
  -o-animation-delay: -0.667s;
  animation-delay: -0.667s;
}
.ajax-request-wrap .lds-default div:nth-child(5) {
  top: 160.622px;
  left: 65px;
  -webkit-animation-delay: -0.583s;
  -moz-animation-delay: -0.583s;
  -o-animation-delay: -0.583s;
  animation-delay: -0.583s;
}
.ajax-request-wrap .lds-default div:nth-child(6) {
  top: 135px;
  left: 39.378px;
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.ajax-request-wrap .lds-default div:nth-child(7) {
  top: 100px;
  left: 30px;
  -webkit-animation-delay: -0.417s;
  -moz-animation-delay: -0.417s;
  -o-animation-delay: -0.417s;
  animation-delay: -0.417s;
}
.ajax-request-wrap .lds-default div:nth-child(8) {
  top: 65px;
  left: 39.378px;
  -webkit-animation-delay: -0.333s;
  -moz-animation-delay: -0.333s;
  -o-animation-delay: -0.333s;
  animation-delay: -0.333s;
}
.ajax-request-wrap .lds-default div:nth-child(9) {
  top: 39.378px;
  left: 65px;
  -webkit-animation-delay: -0.25s;
  -moz-animation-delay: -0.25s;
  -o-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.ajax-request-wrap .lds-default div:nth-child(10) {
  top: 30px;
  left: 100px;
  -webkit-animation-delay: -0.167s;
  -moz-animation-delay: -0.167s;
  -o-animation-delay: -0.167s;
  animation-delay: -0.167s;
}
.ajax-request-wrap .lds-default div:nth-child(11) {
  top: 39.378px;
  left: 135px;
  -webkit-animation-delay: -0.083s;
  -moz-animation-delay: -0.083s;
  -o-animation-delay: -0.083s;
  animation-delay: -0.083s;
}
.ajax-request-wrap .lds-default div:nth-child(12) {
  top: 65px;
  left: 160.622px;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.parallax-container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .parallax-container {
    display: block;
  }
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.parallax__layer .icon-cube {
  left: 50%;
}
.parallax__layer--back-1 {
  z-index: -1;
}
.parallax__layer--back-1 .icon-cube-1 {
  top: 17%;
  margin-left: -535px;
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotateZ(20deg);
  transform: rotateZ(20deg);
}
.parallax__layer--back-1 .icon-cube-2 {
  top: 50%;
  width: 110px;
  height: 110px;
  margin-left: 420px;
}
.parallax__layer--back-2 {
  top: 10%;
  z-index: -2;
}
.parallax__layer--back-2 .icon-cube-1 {
  top: 32%;
  margin-left: -650px;
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotateZ(20deg);
  transform: rotateZ(20deg);
}
.parallax__layer--back-2 .icon-cube-2 {
  top: 61%;
  margin-left: 600px;
  -webkit-transform: rotateZ(-41deg);
  -moz-transform: rotateZ(-41deg);
  -ms-transform: rotate(-41deg);
  -o-transform: rotateZ(-41deg);
  transform: rotateZ(-41deg);
}
.parallax__layer--back-2 .icon-cube-3 {
  top: 7%;
  margin-left: 500px;
  -webkit-transform: rotateZ(-19deg);
  -moz-transform: rotateZ(-19deg);
  -ms-transform: rotate(-19deg);
  -o-transform: rotateZ(-19deg);
  transform: rotateZ(-19deg);
}
.parallax__layer--back-2 .icon-cube-4 {
  top: 75%;
  margin-left: -540px;
  -webkit-transform: rotateZ(-19deg);
  -moz-transform: rotateZ(-19deg);
  -ms-transform: rotate(-19deg);
  -o-transform: rotateZ(-19deg);
  transform: rotateZ(-19deg);
}
.parallax__layer--back-3 {
  z-index: -3;
}
.parallax__layer--back-3 .icon-cube-1 {
  top: 65%;
  margin-left: -640px;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.parallax__layer--back-3 .icon-cube-2 {
  top: 78%;
  margin-left: 520px;
  -webkit-transform: rotateZ(-46deg);
  -moz-transform: rotateZ(-46deg);
  -ms-transform: rotate(-46deg);
  -o-transform: rotateZ(-46deg);
  transform: rotateZ(-46deg);
}
.parallax__layer--back-3 .icon-cube-3 {
  top: 7%;
  margin-left: -590px;
  -webkit-transform: rotateZ(-46deg);
  -moz-transform: rotateZ(-46deg);
  -ms-transform: rotate(-46deg);
  -o-transform: rotateZ(-46deg);
  transform: rotateZ(-46deg);
}
.parallax__layer--back-3 .icon-cube-4 {
  top: 28%;
  margin-left: 615px;
  -webkit-transform: rotateZ(-46deg);
  -moz-transform: rotateZ(-46deg);
  -ms-transform: rotate(-46deg);
  -o-transform: rotateZ(-46deg);
  transform: rotateZ(-46deg);
}
.parallax__layer--back-3 .icon-cube-5 {
  top: 14%;
  margin-left: 470px;
  -webkit-transform: rotateZ(-31deg);
  -moz-transform: rotateZ(-31deg);
  -ms-transform: rotate(-31deg);
  -o-transform: rotateZ(-31deg);
  transform: rotateZ(-31deg);
}
.parallax__layer--back-3 .icon-cube-6 {
  top: 32%;
  margin-left: -540px;
  -webkit-transform: rotateZ(-47deg);
  -moz-transform: rotateZ(-47deg);
  -ms-transform: rotate(-47deg);
  -o-transform: rotateZ(-47deg);
  transform: rotateZ(-47deg);
}
.case-portlp {
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-portlp .img-container {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding-top: 0;
  }
}
.case-portlp .img-resizable {
  background-image: url('../img/mobile/page-main/cases-portlp.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .case-portlp .img-resizable {
    background-position: 365px center;
  }
}
@media screen and (min-width: 992px) {
  .case-portlp .img-resizable {
    background-position: 470px center;
  }
}
.case-yvr {
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .case-yvr {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .case-yvr .img-container {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding-top: 0;
  }
}
.case-yvr .img-resizable {
  background-image: url('../img/mobile/page-main/cases-yvr.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .case-yvr .img-resizable {
    background-position: 365px center;
  }
}
@media screen and (min-width: 992px) {
  .case-yvr .img-resizable {
    background-position: 500px center;
  }
}
.case-portlp {
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-portlp .img-container {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding-top: 0;
  }
}
.case-portlp .img-resizable {
  background-image: url('../img/mobile/page-main/cases-portlp.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .case-portlp .img-resizable {
    background-position: 365px center;
  }
}
@media screen and (min-width: 992px) {
  .case-portlp .img-resizable {
    background-position: 470px center;
  }
}
.case-yvr {
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .case-yvr {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .case-yvr .img-container {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding-top: 0;
  }
}
.case-yvr .img-resizable {
  background-image: url('../img/mobile/page-main/cases-yvr.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .case-yvr .img-resizable {
    background-position: 365px center;
  }
}
@media screen and (min-width: 992px) {
  .case-yvr .img-resizable {
    background-position: 500px center;
  }
}
.gap {
  overflow: hidden;
}
.gap__header {
  padding-top: 80px;
  padding-bottom: 44px;
  background-image: -webkit-linear-gradient(
    62.73deg,
    #575195 1.41%,
    #6d66b5 56.59%,
    #6b64bb 97.61%
  );
  background-image: -moz-linear-gradient(
    62.73deg,
    #575195 1.41%,
    #6d66b5 56.59%,
    #6b64bb 97.61%
  );
  background-image: -o-linear-gradient(
    62.73deg,
    #575195 1.41%,
    #6d66b5 56.59%,
    #6b64bb 97.61%
  );
  background-image: linear-gradient(
    27.27deg,
    #575195 1.41%,
    #6d66b5 56.59%,
    #6b64bb 97.61%
  );
  color: #ffffff;
  font-family: 'Montserrat';
  text-align: center;
}
.gap__header-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .gap__header-title {
    font-size: 21px;
  }
}
.gap__header-label {
  margin-top: 0;
  margin-bottom: 46px;
  font-size: 28px !important;
  line-height: 34px !important;
}
@media screen and (max-width: 991px) {
  .gap__header-label {
    font-size: 16px;
  }
}
.gap__header-img {
  width: 100%;
  max-width: 930px;
}
.gap__info {
  padding-top: 100px;
  padding-bottom: 60px;
  color: #3f3f4b;
}
@media screen and (max-width: 991px) {
  .gap__info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.gap__info .container {
  max-width: 770px;
}
.gap__info.container {
  max-width: 770px;
}
.gap__info h2 {
  margin-top: 0;
  margin-bottom: 66px;
  font-family: 'Montserrat';
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.gap__info h2.min-margin {
  margin-top: 0;
  margin-bottom: 29px;
}
@media screen and (max-width: 991px) {
  .gap__info h2 {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.gap__info h4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 991px) {
  .gap__info h4 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.gap__info p {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .gap__info p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.gap__info--tittle {
  margin-bottom: 0 !important;
  font-weight: bold !important;
}
.gap__info ul {
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.33;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .gap__info ul {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.gap__info ul li::before {
  margin-right: 6px;
  content: '•';
}
.gap__info ol {
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.33;
}
@media screen and (max-width: 991px) {
  .gap__info ol {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.gap__info article h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .gap__info article h4 {
    margin-bottom: 6px;
  }
}
.gap__email-form {
  padding-top: 0;
  padding-bottom: 70px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .gap__email-form {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .gap__email-form {
    padding-top: 0;
    padding-bottom: 70px;
  }
}
.gap__email-form .form-control {
  color: #ffffff;
}
.gap__email-form .email-form-items-contaner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1323px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 92px;
  padding-bottom: 10px;
  background: #2b2b2b;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (max-width: 768px) {
  .gap__email-form .email-form-items-contaner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 40px 14px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
}
.gap__email-form .email-form-items-contaner .avatar {
  width: 160px;
  margin-right: 92px;
}
.gap__email-form .email-form-items-contaner .avatar .image {
  width: 160px;
  height: 160px;
  margin-right: 92px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media (max-width: 768px) {
  .gap__email-form .email-form-items-contaner .avatar {
    margin-right: 0;
  }
}
.gap__email-form .email-form-items-contaner .avatar .name {
  margin-top: 10px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
}
.gap__email-form .email-form-items-contaner .content {
  width: -webkit-calc(100% - 160px - 92px);
  width: -moz-calc(100% - 160px - 92px);
  width: calc(100% - 160px - 92px);
}
@media (max-width: 768px) {
  .gap__email-form .email-form-items-contaner .content {
    width: 100%;
  }
}
.gap__email-form .email-form-items-contaner .content .title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .gap__email-form .email-form-items-contaner .content .title {
    text-align: center;
  }
}
.gap__email-form .email-form-items-contaner .content .title span {
  color: #fb4948;
}
.gap__email-form .email-form-items-contaner .content .form .btn {
  width: auto;
}
.gap__prodyct .item {
  width: 100%;
}
.gap__prodyct .flickity-page-dots {
  position: static !important;
}
.gap__technology {
  padding-top: 0;
}
.gap__technology img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .gap__technology {
    padding-top: 0;
  }
}
.gap__technology .container-fluid img {
  width: 100%;
  max-width: 1230px;
}
.gap__technology-color {
  padding-top: 72px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(99, 93, 167, 0.0001)),
    to(rgba(99, 93, 167, 0.14))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
}
@media screen and (max-width: 991px) {
  .gap__technology-color {
    padding-top: 40px;
  }
}
.gap__technology-color + .gap__technology-color {
  padding-bottom: 0;
}
.gap__design {
  background-image: -webkit-linear-gradient(
    62.73deg,
    #575195 1.41%,
    #6d66b5 56.59%,
    #6b64bb 97.61%
  );
  background-image: -moz-linear-gradient(
    62.73deg,
    #575195 1.41%,
    #6d66b5 56.59%,
    #6b64bb 97.61%
  );
  background-image: -o-linear-gradient(
    62.73deg,
    #575195 1.41%,
    #6d66b5 56.59%,
    #6b64bb 97.61%
  );
  background-image: linear-gradient(
    27.27deg,
    #575195 1.41%,
    #6d66b5 56.59%,
    #6b64bb 97.61%
  );
}
.gap__design-info {
  color: #ffffff;
  text-align: center;
}
.gap__dev {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(99, 93, 167, 0.0001)),
    to(rgba(99, 93, 167, 0.14))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
}
@media screen and (max-width: 991px) {
  .gap__dev {
    text-align: center;
  }
}
.gap__dev-list {
  list-style: none;
}
.gap__dev-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0;
}
.gap__dev-list li::before {
  content: none !important;
}
@media screen and (max-width: 991px) {
  .gap__dev-list li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  }
  .gap__dev-list li b {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 992px) {
  .gap__dev-list li b {
    width: 30%;
  }
  .gap__dev-list li span {
    width: 70%;
  }
}
.gap__features {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(99, 93, 167, 0.0001)),
    to(rgba(99, 93, 167, 0.14))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
}
.gap__features-list {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .gap__features-list {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}
.gap__features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .gap__features-item {
    position: relative;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 122px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
  }
  .gap__features-item .gap__features-number {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100px;
    text-align: center;
  }
  .gap__features-item + .gap__features-item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .gap__features-item {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .gap__features-item:first-child .gap__features-info {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 10px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
  }
  .gap__features-item:last-child .gap__features-img img {
    width: 90%;
  }
  .gap__features-item:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
  }
  .gap__features-item:nth-child(even) .gap__features-info {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
  }
  .gap__features-item:nth-child(odd) {
    text-align: right;
  }
  .gap__features-item:nth-child(odd) .gap__features-info {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
  }
}
.gap__features-info {
  position: static !important;
}
@media screen and (min-width: 992px) {
  .gap__features-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
}
.gap__features-img {
  position: static !important;
  padding: 0;
}
.gap__features-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .gap__features-img {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.gap__features-number {
  color: #635da7;
  font-family: 'Montserrat';
  font-size: 87px;
  font-weight: 200;
}
.gap__features-text {
  max-width: 100%;
  color: #3f3f4b;
  font-size: 16px;
  opacity: 0.9;
}
@media screen and (max-width: 991px) {
  .gap__features-text {
    font-size: 14px;
    text-align: center;
  }
}
.gap__list {
  counter-reset: item;
  list-style-type: none;
}
.gap__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}
.gap__list li::before {
  min-width: 80px;
  color: #635da7;
  font-family: 'Montserrat';
  font-size: 50px;
  line-height: 1;
  content: '0' counter(item);
  counter-increment: item;
}
.gap__list-content {
  margin-bottom: 46px;
}
.gap__list-content h4 {
  margin-top: 6px;
  margin-bottom: 10px;
}
.gap__list-content p {
  margin-bottom: 0;
}
.gap__results-wrapper {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(99, 93, 167, 0.0001)),
    to(rgba(99, 93, 167, 0.14))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
}
.gap__results ul {
  list-style: none;
}
.gap__results ul li {
  position: relative;
  padding-bottom: 4px;
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .gap__results ul li {
    padding-left: 18px;
  }
}
.gap__results ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3f3f4b;
  content: '';
}
@media screen and (max-width: 991px) {
  .gap__results ul li::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
}
.gap__team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gap__team-item {
  margin-bottom: 28px;
}
.gap__team-item p {
  margin-bottom: 0;
}
.gap__footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(
    7.4deg,
    #575195 0%,
    #6d66b5 45.31%,
    #6b64bb 100%
  );
  background-image: -moz-linear-gradient(
    7.4deg,
    #575195 0%,
    #6d66b5 45.31%,
    #6b64bb 100%
  );
  background-image: -o-linear-gradient(
    7.4deg,
    #575195 0%,
    #6d66b5 45.31%,
    #6b64bb 100%
  );
  background-image: linear-gradient(
    82.6deg,
    #575195 0%,
    #6d66b5 45.31%,
    #6b64bb 100%
  );
  color: #ffffff;
}
.gap__footer-item h3 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: bold;
}
.gap__footer-item img {
  height: 60px;
}
@media screen and (max-width: 991px) {
  .gap__footer-item {
    text-align: center;
  }
  .gap__footer-item + .gap__footer-item {
    margin-top: 60px;
  }
}
.client-feedback {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(99, 93, 167, 0.0001)),
    to(rgba(99, 93, 167, 0.14))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(99, 93, 167, 0.0001) 0%,
    rgba(99, 93, 167, 0.14) 100%
  );
}
.client-feedback .link {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 43px;
  margin-top: 11px;
  padding: 4px 16px;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #337ab1;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 21px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.client-feedback .link span {
  margin-left: 15px;
}
.client-feedback__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  color: #3f3f4b;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  line-height: 41px;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.client-feedback .icon-before {
  position: relative;
  right: 40px;
  margin-top: 60px;
}
.client-feedback__feedback {
  margin-top: 6px;
  color: #3f3f4b;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}
.client-feedback__feedback .second {
  margin-top: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .client-feedback__feedback {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.client-feedback .icon-after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 40px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
}
.client-feedback .founder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 12px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .client-feedback .founder {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.client-feedback .founder__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.client-feedback .founder__text .bold {
  color: #000000;
  font-weight: bold;
}
.client-feedback .founder__text .description {
  color: #000000;
  font-size: 22px;
  line-height: 32px;
}
.client-feedback .founder__text .button-wrapper {
  width: 100%;
}
.gap__email-form .email-form-items-contaner {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.gap__email-form .email-form-items-contaner .gap-form-title {
  margin-bottom: 40px;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
}
.gap__email-form .email-form-items-contaner .avatar {
  position: absolute;
  top: 60px;
  left: 50px;
}
.gap__email-form .email-form-items-contaner .btn-getIt {
  width: 100% !important;
  margin: 0;
}
.bold {
  font-weight: bold;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-space-mobile {
    padding-top: 40px;
  }
}
.live-version {
  background: -webkit-linear-gradient(
    0.97deg,
    #575195 0%,
    #6d66b5 45.31%,
    #6b64bb 100%
  );
  background: -moz-linear-gradient(
    0.97deg,
    #575195 0%,
    #6d66b5 45.31%,
    #6b64bb 100%
  );
  background: -o-linear-gradient(
    0.97deg,
    #575195 0%,
    #6d66b5 45.31%,
    #6b64bb 100%
  );
  background: linear-gradient(
    89.03deg,
    #575195 0%,
    #6d66b5 45.31%,
    #6b64bb 100%
  );
}
.live-version-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 61px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}
.live-version-wrapper__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  line-height: 41px;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.live-version-wrapper__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 53px;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .live-version-wrapper__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .live-version-wrapper__items .item {
    width: 224px;
    margin-bottom: 10px;
  }
  .live-version-wrapper__items .item:last-child {
    margin-bottom: 0;
  }
}
.visit-btn-wrapper {
  border: 2px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.visit-btn-wrapper__btn {
  padding-top: 14px;
  padding-right: 26px;
  padding-bottom: 14px;
  padding-left: 26px;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
}
.appstore-google-btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #000000;
  cursor: pointer;
}
.appstore-google-btn__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-right: 31px;
  padding-bottom: 13px;
  padding-left: 15px;
}
.appstore-google-btn__data .icon {
  position: relative;
  top: 5px;
}
.appstore-google-btn__data .text {
  margin-left: 19px;
}
.appstore-google-btn__data .text .main {
  color: white;
}
.appstore-google-btn__data .text .sub {
  color: white;
  font-size: 24px;
  line-height: 19px;
}
.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.breadcrumbs .item {
  position: relative;
  max-width: 100%;
  padding-top: 5px;
  padding-right: 22px;
  padding-bottom: 5px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs .item a {
  color: #3f3f4b;
  font-family: Open Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
}
.breadcrumbs .item::after {
  position: absolute;
  top: -webkit-calc(50% - 4px);
  top: -moz-calc(50% - 4px);
  top: calc(50% - 4px);
  right: 8px;
  width: 5px;
  height: 8px;
  background-image: url('../img/icons/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
.breadcrumbs .item:last-child a {
  color: #67676f;
}
.breadcrumbs .item:last-child::after {
  display: none;
}
.portl {
  overflow: hidden;
}
.portl__header {
  padding-top: 80px;
  padding-bottom: 44px;
  background-image: -webkit-linear-gradient(
    25deg,
    #ed8e61,
    #f8596a 51%,
    #f276c7
  );
  background-image: -moz-linear-gradient(25deg, #ed8e61, #f8596a 51%, #f276c7);
  background-image: -o-linear-gradient(25deg, #ed8e61, #f8596a 51%, #f276c7);
  background-image: linear-gradient(65deg, #ed8e61, #f8596a 51%, #f276c7);
  color: #ffffff;
  font-family: 'Montserrat';
  text-align: center;
}
.portl__header-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .portl__header-title {
    font-size: 21px;
  }
}
.portl__header-label {
  margin-top: 0;
  margin-bottom: 46px;
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .portl__header-label {
    font-size: 16px;
  }
}
.portl__header-img {
  width: 100%;
  max-width: 930px;
}
.portl__info {
  padding-top: 100px;
  padding-bottom: 60px;
  color: #3f3f4b;
}
@media screen and (max-width: 991px) {
  .portl__info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.portl__info .container {
  max-width: 770px;
}
.portl__info.container {
  max-width: 770px;
}
.portl__info h2 {
  margin-top: 0;
  margin-bottom: 66px;
  font-family: 'Montserrat';
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.portl__info h2.min-margin {
  margin-top: 0;
  margin-bottom: 29px;
}
@media screen and (max-width: 991px) {
  .portl__info h2 {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.portl__info h4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 991px) {
  .portl__info h4 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.portl__info p {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .portl__info p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.portl__info--tittle {
  margin-bottom: 0 !important;
  font-weight: bold !important;
}
.portl__info ul {
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.33;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .portl__info ul {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.portl__info ul li::before {
  margin-right: 6px;
  content: '•';
}
.portl__info ol {
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.33;
}
@media screen and (max-width: 991px) {
  .portl__info ol {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.portl__info article h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .portl__info article h4 {
    margin-bottom: 6px;
  }
}
.portl__challenges {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(10%, rgba(254, 249, 247, 0)),
    to(#fff6f3)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(254, 249, 247, 0) 10%,
    #fff6f3 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(254, 249, 247, 0) 10%,
    #fff6f3 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(254, 249, 247, 0) 10%,
    #fff6f3 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(254, 249, 247, 0) 10%,
    #fff6f3 100%
  );
}
.portl__technology {
  padding-top: 0;
}
.portl__technology img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .portl__technology {
    padding-top: 0;
  }
}
.portl__technology-color {
  padding-top: 100px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(10%, rgba(254, 247, 253, 0)),
    to(#ffecef)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(254, 247, 253, 0) 10%,
    #ffecef 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(254, 247, 253, 0) 10%,
    #ffecef 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(254, 247, 253, 0) 10%,
    #ffecef 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(254, 247, 253, 0) 10%,
    #ffecef 100%
  );
}
@media screen and (max-width: 991px) {
  .portl__technology-color {
    padding-top: 40px;
  }
}
.portl__technology-list {
  margin-top: 50px;
}
.portl__technology-list img {
  max-width: 76px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .portl__technology-list {
    text-align: center;
  }
  .portl__technology-list img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.portl__core {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(10%, rgba(255, 255, 255, 0)),
    to(#fff1f9)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 10%,
    #fff1f9 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 10%,
    #fff1f9 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 10%,
    #fff1f9 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 10%,
    #fff1f9 100%
  );
}
.portl__results-wrapper {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(10%, rgba(255, 255, 255, 0)),
    to(#fff1f9)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 10%,
    #fff1f9 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 10%,
    #fff1f9 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 10%,
    #fff1f9 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 10%,
    #fff1f9 100%
  );
}
.portl__results ul {
  list-style: none;
}
.portl__results ul li {
  position: relative;
  padding-bottom: 4px;
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .portl__results ul li {
    padding-left: 18px;
  }
}
.portl__results ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3f3f4b;
  content: '';
}
@media screen and (max-width: 991px) {
  .portl__results ul li::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
}
.portl__team-item {
  margin-bottom: 28px;
}
.portl__team-item p {
  margin-bottom: 0;
}
.portl__features {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(70%, rgba(254, 247, 253, 0)),
    to(#ffecef)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(254, 247, 253, 0) 70%,
    #ffecef 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(254, 247, 253, 0) 70%,
    #ffecef 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(254, 247, 253, 0) 70%,
    #ffecef 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(254, 247, 253, 0) 70%,
    #ffecef 100%
  );
}
.portl__features-list {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .portl__features-list {
    width: 1140px;
  }
}
@media screen and (min-width: 992px) {
  .portl__features-list {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}
.portl__features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .portl__features-item {
    position: relative;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 122px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
  }
  .portl__features-item .portl__features-number {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100px;
    text-align: center;
  }
  .portl__features-item + .portl__features-item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .portl__features-item {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .portl__features-item:first-child .portl__features-info {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 10px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
  }
  .portl__features-item:last-child .portl__features-info {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 40px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
  }
  .portl__features-item:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
  }
  .portl__features-item:nth-child(odd) .portl__features-info {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
  }
  .portl__features-item:nth-child(even) {
    text-align: right;
  }
  .portl__features-item:nth-child(even) .portl__features-info {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
  }
}
.portl__features-info {
  position: static !important;
}
@media screen and (min-width: 992px) {
  .portl__features-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
}
.portl__features-img {
  position: static !important;
  padding: 0;
}
.portl__features-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .portl__features-img {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.portl__features-number {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-linear-gradient(37deg, #f97721, #f929c3);
  background-image: -moz-linear-gradient(37deg, #f97721, #f929c3);
  background-image: -o-linear-gradient(37deg, #f97721, #f929c3);
  background-image: linear-gradient(53deg, #f97721, #f929c3);
  font-family: 'Montserrat';
  font-size: 87px;
  font-weight: 200;
  -webkit-text-fill-color: transparent;
}
.portl__features-text {
  max-width: 100%;
  color: #3f3f4b;
  font-size: 16px;
  opacity: 0.9;
}
@media screen and (max-width: 991px) {
  .portl__features-text {
    font-size: 14px;
    text-align: center;
  }
}
.portl__list {
  counter-reset: item;
  list-style-type: none;
}
.portl__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}
.portl__list li::before {
  min-width: 80px;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-linear-gradient(37deg, #f97721, #f929c3);
  background-image: -moz-linear-gradient(37deg, #f97721, #f929c3);
  background-image: -o-linear-gradient(37deg, #f97721, #f929c3);
  background-image: linear-gradient(53deg, #f97721, #f929c3);
  font-family: 'Montserrat';
  font-size: 50px;
  line-height: 1;
  content: '0' counter(item);
  counter-increment: item;
  -webkit-text-fill-color: transparent;
}
.portl__list-content {
  margin-bottom: 46px;
}
.portl__list-content h4 {
  margin-top: 6px;
  margin-bottom: 10px;
}
.portl__list-content p {
  margin-bottom: 0;
}
.portl__footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(
    7deg,
    #ed8e61,
    #f8596a 51%,
    #f276c7
  );
  background-image: -moz-linear-gradient(7deg, #ed8e61, #f8596a 51%, #f276c7);
  background-image: -o-linear-gradient(7deg, #ed8e61, #f8596a 51%, #f276c7);
  background-image: linear-gradient(83deg, #ed8e61, #f8596a 51%, #f276c7);
  color: #ffffff;
}
.portl__footer-item h3 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: bold;
}
.portl__footer-item img {
  height: 60px;
}
@media screen and (max-width: 991px) {
  .portl__footer-item {
    text-align: center;
  }
  .portl__footer-item + .portl__footer-item {
    margin-top: 60px;
  }
}
.ie .portl__features-number {
  background-image: none;
  color: #f929c3;
}
.ie .portl__list li::before {
  background-image: none;
  color: #f929c3;
}
.team {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
  z-index: 1;
}
.team__header {
  position: relative;
  padding-top: 126px;
  padding-bottom: 126px;
  background-image: url(../img/team/header.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
  font-family: 'Montserrat';
  text-align: center;
}
.team__header::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.46);
  content: '';
}
.team__header * {
  position: relative;
  z-index: 2;
}
.team__header-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .team__header-title {
    font-size: 21px;
  }
}
.team__list {
  position: relative;
  padding-top: 66px;
  padding-bottom: 66px;
}
.team__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .team__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
  }
}
.team__item + .team__item {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .team__item:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
  }
  .team__item:nth-child(even) .team__photo {
    margin-right: 0;
    margin-left: 40px;
  }
}
.team__photo {
  width: 231px;
  min-width: 231px;
  height: 231px;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .team__photo {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.team__name {
  font-size: 52px;
  font-weight: 200;
  line-height: 74px;
}
@media screen and (max-width: 991px) {
  .team__name {
    font-size: 30px;
    line-height: 36px;
  }
}
.team__pos {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 5px 15px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.team__pos--blue {
  background: #4ac5cd;
}
.team__desk {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 21px;
}
.team__desk p + p {
  margin-top: 20px;
}
.team__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 43px;
  margin-top: 20px;
  padding: 4px 16px;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #337ab1;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 21px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.team__link:hover {
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  background: #285f89;
  color: #ffffff;
}
.team__link i {
  margin-right: 12px;
  font-size: 26px;
}
.team__link span {
  display: inline-block;
  padding-top: 4px;
}
.team__bg {
  position: fixed;
  z-index: 1;
}
.team__bg--1 {
  top: 80%;
  left: -webkit-calc(50% - 600px);
  left: -moz-calc(50% - 600px);
  left: calc(50% - 600px);
}
.team__bg--2 {
  top: 40%;
  right: -webkit-calc(50% - 600px);
  right: -moz-calc(50% - 600px);
  right: calc(50% - 600px);
}
.team__bg--3 {
  top: 36%;
  left: -webkit-calc(50% - 600px);
  left: -moz-calc(50% - 600px);
  left: calc(50% - 600px);
  width: 50px;
  height: 54px;
  -webkit-transform: rotate(-28deg);
  -moz-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  -o-transform: rotate(-28deg);
  transform: rotate(-28deg);
}
.yvr {
  overflow: hidden;
}
.yvr__header {
  position: relative;
  padding-top: 80px;
  padding-bottom: 44px;
  background-image: url(../img/yvr/header-bg@3x.png);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
  font-family: 'Montserrat';
  text-align: center;
}
.yvr__header::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0a426c),
    to(rgba(111, 166, 207, 0.62))
  );
  background: -webkit-linear-gradient(
    top,
    #0a426c 0%,
    rgba(111, 166, 207, 0.62) 100%
  );
  background: -moz-linear-gradient(
    top,
    #0a426c 0%,
    rgba(111, 166, 207, 0.62) 100%
  );
  background: -o-linear-gradient(
    top,
    #0a426c 0%,
    rgba(111, 166, 207, 0.62) 100%
  );
  background: linear-gradient(
    180deg,
    #0a426c 0%,
    rgba(111, 166, 207, 0.62) 100%
  );
  content: '';
}
.yvr__header * {
  position: relative;
  z-index: 2;
}
.yvr__header-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .yvr__header-title {
    font-size: 21px;
  }
}
.yvr__header-label {
  margin-top: 0;
  margin-bottom: 46px;
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .yvr__header-label {
    font-size: 16px;
  }
}
.yvr__header-img {
  width: 90%;
  max-width: 566px;
}
.yvr__info {
  padding-top: 100px;
  padding-bottom: 60px;
  color: #3f3f4b;
}
@media screen and (max-width: 991px) {
  .yvr__info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.yvr__info .container {
  max-width: 770px;
}
.yvr__info.container {
  max-width: 770px;
}
.yvr__info h2 {
  margin-top: 0;
  margin-bottom: 66px;
  font-family: 'Montserrat';
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.yvr__info h2.min-margin {
  margin-top: 0;
  margin-bottom: 29px;
}
@media screen and (max-width: 991px) {
  .yvr__info h2 {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.yvr__info h4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 991px) {
  .yvr__info h4 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.yvr__info p {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .yvr__info p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.yvr__info--tittle {
  margin-bottom: 0 !important;
  font-weight: bold !important;
}
.yvr__info ul {
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.33;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .yvr__info ul {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.yvr__info ul li::before {
  margin-right: 6px;
  content: '•';
}
.yvr__info ol {
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.33;
}
@media screen and (max-width: 991px) {
  .yvr__info ol {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.yvr__info article h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .yvr__info article h4 {
    margin-bottom: 6px;
  }
}
.yvr__objectives {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 89, 148, 0.0001)),
    to(rgba(0, 89, 148, 0.14))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
}
.yvr__list {
  counter-reset: item;
  list-style-type: none;
}
.yvr__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}
.yvr__list li::before {
  min-width: 80px;
  color: #635da7;
  font-family: 'Montserrat';
  font-size: 50px;
  line-height: 1;
  content: '0' counter(item);
  counter-increment: item;
}
.yvr__list-content {
  margin-bottom: 46px;
}
.yvr__list-content h4 {
  margin-top: 6px;
  margin-bottom: 10px;
}
.yvr__list-content p {
  margin-bottom: 0;
}
.yvr__background {
  padding-top: 0;
  padding-bottom: 0;
}
.yvr__background img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .yvr__background {
    padding-top: 0;
  }
}
.yvr__background-color {
  padding-top: 72px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 89, 148, 0.0001)),
    to(rgba(0, 89, 148, 0.14))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
}
@media screen and (max-width: 991px) {
  .yvr__background-color {
    padding-top: 40px;
  }
}
.yvr__analytics {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.yvr__analytics img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .yvr__analytics {
    padding-top: 0;
  }
}
.yvr__analytics-color {
  padding-top: 72px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(
    32.88deg,
    rgba(223, 140, 52, 0.0001) 16.55%,
    rgba(223, 140, 52, 0.13) 85.23%
  );
  background-image: -moz-linear-gradient(
    32.88deg,
    rgba(223, 140, 52, 0.0001) 16.55%,
    rgba(223, 140, 52, 0.13) 85.23%
  );
  background-image: -o-linear-gradient(
    32.88deg,
    rgba(223, 140, 52, 0.0001) 16.55%,
    rgba(223, 140, 52, 0.13) 85.23%
  );
  background-image: linear-gradient(
    57.12deg,
    rgba(223, 140, 52, 0.0001) 16.55%,
    rgba(223, 140, 52, 0.13) 85.23%
  );
}
@media screen and (max-width: 991px) {
  .yvr__analytics-color {
    padding-top: 40px;
  }
}
.yvr__results-wrapper {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 89, 148, 0.0001)),
    to(rgba(0, 89, 148, 0.14))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(0, 89, 148, 0.0001) 0%,
    rgba(0, 89, 148, 0.14) 100%
  );
}
.yvr__results {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .yvr__results {
    margin-top: 20px;
  }
}
.yvr__results ul {
  list-style: none;
}
.yvr__results ul li {
  position: relative;
  padding-bottom: 4px;
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .yvr__results ul li {
    padding-left: 18px;
  }
}
.yvr__results ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3f3f4b;
  content: '';
}
@media screen and (max-width: 991px) {
  .yvr__results ul li::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
}
.yvr__team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.yvr__team-item {
  margin-bottom: 28px;
}
.yvr__team-item p {
  margin-bottom: 0;
}
.yvr__footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #005994;
  color: #ffffff;
}
.yvr__footer-item h3 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: bold;
}
.yvr__footer-item img {
  height: 60px;
}
@media screen and (max-width: 991px) {
  .yvr__footer-item {
    text-align: center;
  }
  .yvr__footer-item + .gap__footer-item {
    margin-top: 60px;
  }
}
.read-form-wrapper[hidden] {
  display: none;
}
.read-icon {
  position: absolute;
  top: -80px;
  left: -23px;
  width: 160px;
}
.read-form-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.read-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
@media (max-width: 640px) {
  .read-form-wrapper--form {
    max-height: 100vh;
    padding: 15px;
    overflow: auto;
  }
  .read-icon {
    display: none;
  }
}
.read-form-title {
  margin-bottom: 10px;
  color: #3f3f4b;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .read-form-title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.read-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-box-align: end;
}
.read-form-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}
.read-form-input {
  height: 30px;
  border: 0 none;
  outline: 0 none;
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.read-form-input:invalid {
  border: 0 none;
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.read-form-label {
  position: relative;
  top: 12px;
  -webkit-transition: top 300ms, font 300ms;
  -o-transition: top 300ms, font 300ms;
  -moz-transition: top 300ms, font 300ms;
  transition: top 300ms, font 300ms;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 400;
}
.read-form-element:not(.none-input):before {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #000000;
  content: '';
}
.read-form-element.is-active .read-form-label {
  top: 2px;
  -webkit-transition: top 300ms, font 300ms;
  -o-transition: top 300ms, font 300ms;
  -moz-transition: top 300ms, font 300ms;
  transition: top 300ms, font 300ms;
  font-size: 10px;
}
@media (max-width: 1200px) {
  .read-form-element:not(.none-input) {
    margin-bottom: 20px;
  }
}
.read-form-element:not(.none-input):after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  background-color: #000000;
  content: '';
}
.read-form-element.is-focus:not(.none-input):after {
  position: absolute;
  bottom: 1px;
  left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.read-form-element.is-error:not(.none-input):before {
  background-color: #fb4948;
}
.read-form-element.is-error:not(.none-input):after {
  background-color: #fb4948;
}
.read-form-element.is-error:not(.none-input) .read-form-input {
  color: #fb4948;
}
.read-form-element .read-btn {
  margin: 20px auto 0;
}
.read-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  height: 48px;
  padding: 0 20px;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  border: 0 none;
  outline: 0 none;
  background-color: #fb4948;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
@media (max-width: 640px) {
  .read-form-element .read-btn {
    width: 100%;
    margin: 20px auto 0;
  }
}
.read-btn:hover {
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  background-color: #f86060;
}
.read-form-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.read-form-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.read-form-wrapper--result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  padding: 40px 30px 30px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.read-form-thank {
  color: #3f3f4b;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.read-form-thank-label {
  max-width: 100%;
  margin-top: 4px;
  color: #232323;
  font-size: 16px;
}
.read-form-thank-red {
  margin-top: 60px;
  color: #fb4948;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.read-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: #ffffff;
}
@media (max-width: 640px) {
  .read-form-thank {
    font-size: 22px;
  }
  .read-form-thank-label {
    margin-top: 4px;
    color: #9c9c9c;
    font-size: 16px;
  }
  .read-form-thank-red {
    margin-top: 30px;
  }
}
#read-form {
  background: #000000;
}
#read-form .modal-dialog {
  width: 100%;
  max-width: 956px;
  height: auto;
  padding: 0;
  background: #ffffff;
}
#read-form .modal-content {
  padding: 30px;
  background: #ffffff;
}
.read-form-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding: 60px 30px;
  background: #000000;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.read-form-black .read-form-title {
  margin: 0;
  color: #ffffff;
  line-height: 1.5;
}
#read-form .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#read-form .is-red {
  color: #fb4948;
}
#read-form .navbar-toggle {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-top: 0;
  border-color: black;
  z-index: 100;
}
@media (max-width: 991px) {
  .read-form-wrapper {
    margin-top: 30px;
  }
  #read-form .modal-content {
    padding: 30px 20px;
  }
}
.pdf-form-wrapper[hidden] {
  display: none;
}
.pdf-icon {
  position: absolute;
  top: -60px;
  left: -14px;
  width: 120px;
}
.pdf-form-wrapper *,
.pdf-modal * {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pdf-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 50px 100px;
  border: solid 2px #000000;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}
@media (max-width: 640px) {
  .pdf-form-wrapper--form {
    max-height: 100vh;
    padding: 15px;
    overflow: auto;
  }
  .pdf-form-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  .pdf-icon {
    display: none;
  }
}
.pdf-modal {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background-color: #393939;
  color: #ffffff;
  opacity: 0.97;
  z-index: 1999;
}
.pdf-modal .container {
  position: relative;
  padding-left: 150px;
}
@media (max-width: 640px) {
  .pdf-modal .container {
    padding-left: 15px;
  }
}
.pdf-modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.5;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.pdf-modal-title span {
  max-width: 80%;
}
.pdf-modal .pdf-btn {
  width: 238px;
  margin-left: 20px;
}
.pdf-form-title {
  margin-bottom: 60px;
  color: #3f3f4b;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .pdf-modal-title {
    font-size: 12px;
  }
  .pdf-modal .pdf-btn {
    width: 238px;
  }
  .pdf-modal .pdf-close {
    position: absolute;
    top: -30px;
    fill: #999999;
  }
  .pdf-modal .pdf-btn {
    min-width: 106px;
    font-size: 10px;
  }
  .pdf-form-title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.pdf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-box-align: end;
}
.pdf-form-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 50px;
  padding: 0 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}
.pdf-form-element:not(.none-input) {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
}
.pdf-form-element.none-input {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
}
@media (max-width: 1200px) {
  .pdf-form-element:not(.none-input) {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
  }
}
@media (max-width: 640px) {
  .pdf-form-element:not(.none-input) {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
  }
}
.pdf-form-input {
  height: 30px;
  border: 0 none;
  outline: 0 none;
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.pdf-form-input:invalid {
  border: 0 none;
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pdf-form-label {
  position: relative;
  top: 12px;
  -webkit-transition: top 300ms, font 300ms;
  -o-transition: top 300ms, font 300ms;
  -moz-transition: top 300ms, font 300ms;
  transition: top 300ms, font 300ms;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 400;
}
.pdf-form-element:not(.none-input):before {
  position: absolute;
  bottom: 0;
  left: 14px;
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: calc(100% - 28px);
  height: 1px;
  background-color: #000000;
  content: '';
}
.pdf-form-element.is-active .pdf-form-label {
  top: 2px;
  -webkit-transition: top 300ms, font 300ms;
  -o-transition: top 300ms, font 300ms;
  -moz-transition: top 300ms, font 300ms;
  transition: top 300ms, font 300ms;
  font-size: 10px;
}
@media (max-width: 1200px) {
  .pdf-form-element:not(.none-input) {
    margin-bottom: 20px;
  }
}
.pdf-form-element:not(.none-input):after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  background-color: #000000;
  content: '';
}
.pdf-form-element.is-focus:not(.none-input):after {
  position: absolute;
  bottom: 1px;
  left: 14px;
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: calc(100% - 28px);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.pdf-form-element.is-error:not(.none-input):before {
  background-color: #fb4948;
}
.pdf-form-element.is-error:not(.none-input):after {
  background-color: #fb4948;
}
.pdf-form-element.is-error:not(.none-input) .pdf-form-input {
  color: #fb4948;
}
.pdf-form-element .pdf-btn {
  margin: 50px auto 0;
}
.pdf-btn {
  width: 238px;
  height: 48px;
  padding: 0 20px;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  border: 0 none;
  outline: 0 none;
  background-color: #fb4948;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 640px) {
  .pdf-form-element .pdf-btn {
    width: 100%;
    margin: 20px auto 0;
  }
}
.pdf-btn:hover {
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  background-color: #f86060;
}
.pdf-form-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.pdf-form-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.pdf-form-wrapper--result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px 30px 30px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.pdf-form-thank {
  color: #3f3f4b;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.pdf-form-thank-label {
  max-width: 100%;
  margin-top: 4px;
  color: #232323;
  font-size: 16px;
  line-height: 1.5;
}
.pdf-form-thank-red {
  margin-top: 60px;
  color: #fb4948;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  cursor: pointer;
}
.pdf-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: #ffffff;
}
@media (max-width: 640px) {
  .pdf-form-thank {
    font-size: 22px;
  }
  .pdf-form-thank-label {
    margin-top: 4px;
    color: #9c9c9c;
    font-size: 16px;
  }
  .pdf-form-thank-red {
    margin-top: 30px;
  }
}
.new-slider img {
  height: 468px;
  margin: 30px auto;
}
@media (max-width: 991px) {
  .new-slider img {
    height: 265px;
  }
}
.new-slider .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.new-slider .owl-nav {
  display: none;
}
.owl-carousel-fix .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}

.page-overflow {
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .page-overflow {
    overflow: initial;
  }
}

/* case-mshfa */

.mshfa-container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.mshfa-img-container {
  max-width: 1220px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1440px) {
  .mshfa-img-container {
    width: 1200px;
  }
}

.mshfa-container .img-resizable {
  background-image: url('../img/desktop/page-mshfa/mshfa-devices.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.mshfa-telemedicine-title {
  margin-top: 40px;
  margin-bottom: 12px;
  color: #000;
  font-family: 'Montserrat', 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .mshfa-telemedicine-title {
    font-size: 35px;
    margin-top: 80px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .mshfa-telemedicine-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-telemedicine-title {
    font-size: 54px;
    margin-top: 120px;
    margin-bottom: 30px;
  }
}
.mshfa-telemedicine-subtitle {
  color: #333;
  text-align: center;
  font-family: 'Rubik';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (min-width: 768px) {
  .mshfa-telemedicine-subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  .mshfa-telemedicine-subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-telemedicine-subtitle {
    font-size: 26px;
  }
}

.mshfa-telemedicine-scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 6px;
}

.mshfa-telemedicine-arrow-icon {
  display: flex;
  flex-direction: column;
}

.mshfa-telemedicine-caption {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mshfa-telemedicine-caption {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-telemedicine-caption {
    font-size: 16px;
  }
}

.mshfa-telemedicine-svg {
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 768px) {
  .mshfa-telemedicine-svg {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-telemedicine-svg {
    width: 20px;
    height: 20px;
  }
}

.mshfa-telemedicine-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background-color: #2b2b2b;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .mshfa-telemedicine-stats {
    flex-direction: row;
    justify-content: center;
    gap: 74px;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-telemedicine-stats {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.mshfa-telemedicine-stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mshfa-telemedicine-stats-count {
  color: #fff;
  font-family: Montserrat;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media screen and (min-width: 1440px) {
  .mshfa-telemedicine-stats-count {
    font-size: 42px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-telemedicine-stats-count {
    margin-bottom: 12px;
    font-size: 54px;
    line-height: 54px;
  }
}

.mshfa-telemedicine-stats-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mshfa-telemedicine-stats-title {
  color: #f14942;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 4px 0 0;
}

@media screen and (min-width: 1440px) {
  .mshfa-telemedicine-stats-title {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-telemedicine-stats-title {
    font-size: 20px;
  }
}

/* case-mshfa__about */

.mshfa-about {
  padding-top: 80px;
  padding-bottom: 20px;
  background: #fbfbfb;
}

@media screen and (min-width: 1920px) {
  .mshfa-about {
    padding-top: 120px;
  }
}

.mshfa-title {
  color: #f14942;
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(
    24px,
    calc(24px + (42 - 24) * ((100vw - 320px) / (1920 - 320))),
    42px
  );
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
.mshfa-title.mshfa-about__title {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .mshfa-title.mshfa-about__title {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1440px) {
  .mshfa-title.mshfa-about__title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-title.mshfa-about__title {
    margin-bottom: 80px;
  }
}

.mshfa-description {
  font-size: clamp(
    14px,
    calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))),
    20px
  );
  margin-bottom: 18px;
  color: #3f3f4b;
  text-align: center;
  font-family: 'Open Sans';
  flex: 1;
}

@media screen and (min-width: 768px) {
  .mshfa-about__description {
    margin-bottom: 27px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 1024px) {
  .mshfa-about__description {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 20px;
    max-width: 590px;
    text-align: left;
  }
}

.mshfa-about__description-highlight {
  color: #f14942;
  font-weight: 700;
}

.mshfa-about__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .mshfa-about__container {
    flex-direction: row;
  }
}

.mshfa-about__requirements-container {
  position: relative;
  margin-bottom: 20px;
  margin-right: 8px;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .mshfa-about__requirements-container {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .mshfa-about__requirements-container {
    max-width: 635px;
  }
}

.mshfa-about__shadow {
  background: #d4d4d4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 17px;
  left: 8px;
}
@media screen and (min-width: 1440px) {
  .mshfa-about__shadow {
    top: 20px;
    left: 20px;
  }
}

.mshfa-about__requirements {
  padding: 30px 10px 60px 30px;
  z-index: 1;
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .mshfa-about__requirements {
    padding: 60px 60px 90px 60px;
  }
}

@media screen and (min-width: 1024px) {
  .mshfa-about__requirements {
    padding: 40px 40px 60px;
  }
}

@media screen and (min-width: 1440px) {
  .mshfa-about__requirements {
    padding: 60px 60px 90px 60px;
  }
}

.mshfa-about__requirements-title {
  font-size: clamp(
    14px,
    calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))),
    16px
  );
  color: #000;
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 31px;
}

@media screen and (min-width: 768px) {
  .mshfa-about__requirements-title {
    margin-bottom: 27px;
  }
}

.mshfa-about__requirements {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.16);
}

.mshfa-about__requirements-list {
  padding-left: 15px;
}
.mshfa-about__requirements-list-item {
  position: relative;
  color: #000;
  font-family: 'Open Sans';
  font-size: clamp(
    14px,
    calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320))),
    15px
  );
  font-weight: 600;
  line-height: 31px;
}

.mshfa-about__requirements-list-item::marker {
  color: #f14942;
}

/* case-mshfa__overview */

.mshfa-overview {
  background: #fff;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .mshfa-overview {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-overview {
    padding-top: 120px;
  }
}
.mshfa-title.mshfa-overview__title {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .mshfa-title.mshfa-overview__title {
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-title.mshfa-overview__title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .mshfa-overview__description {
    max-width: 1074px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
  }
}

.mshfa-overview__img-container {
  position: relative;
}

.mshfa-overview__img-arrow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .mshfa-overview__img-arrow {
    display: block;
  }
}

.mshfa-overview__img-arrow-one {
  top: 15%;
  left: -3%;
  max-width: 574px;
  max-height: 74px;
  background-image: url('../img/desktop/page-mshfa/mshfa-fullstack-arrow.png');
}

@media screen and (min-width: 1440px) {
  .mshfa-overview__img-arrow-one {
    top: 24%;
    left: 8%;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-overview__img-arrow-one {
    top: 26%;
    left: 10%;
  }
}

.mshfa-overview__img-arrow-two {
  bottom: 15%;
  left: -2%;
  max-width: 497px;
  max-height: 139px;
  background-image: url('../img/desktop/page-mshfa/mshfa-arrow-end-development.png');
}

@media screen and (min-width: 1440px) {
  .mshfa-overview__img-arrow-two {
    left: 8%;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-overview__img-arrow-two {
    bottom: 20%;
    left: 10%;
  }
}

.mshfa-overview__img-arrow-three {
  top: 14%;
  right: 5%;
  max-width: 459px;
  max-height: 113px;
  background-image: url('../img/desktop/page-mshfa/mshfa-arrow-multiplatform.png');
}
@media screen and (min-width: 1440px) {
  .mshfa-overview__img-arrow-three {
    right: 4%;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-overview__img-arrow-three {
    top: 14%;
    right: 13%;
  }
}

.mshfa-overview__img-arrow-four {
  bottom: 0;
  right: 0;
  max-width: 481px;
  max-height: 330px;
  background-image: url('../img/desktop/page-mshfa/mshfa-arrow-release.png');
}

@media screen and (min-width: 1440px) {
  .mshfa-overview__img-arrow-four {
    bottom: 17%;
    right: 12%;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-overview__img-arrow-four {
    bottom: 24%;
    right: 14%;
  }
}

.mshfa-overview__img-container .img-resizable {
  background-image: url('../img/desktop/page-mshfa/mshfa-laptop-second.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

/* case-mshfa__challenges */

.mshfa-challenges {
  background: #fff;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .mshfa-challenges {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-challenges {
    padding-top: 120px;
  }
}
.mshfa-title.mshfa-challenges__title {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .mshfa-title.mshfa-challenges__title {
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-title.mshfa-challenges__title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .mshfa-challenges__description {
    max-width: 992px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    margin-bottom: 80px;
  }
}

.mshfa-challenges__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding-bottom: 20px;
}

@media screen and (min-width: 1440px) {
  .mshfa-challenges__container {
    max-width: 1260px;
  }
}

.mshfa-challenges__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  padding: 65px 0;
}

@media screen and (min-width: 768px) {
  .mshfa-challenges__item {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .mshfa-challenges__item {
    width: 33%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-challenges__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mshfa-challenges__item:nth-child(1) {
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (min-width: 768px) {
  .mshfa-challenges__item:nth-child(1) {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
}

.mshfa-challenges__item:nth-child(2) {
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 1024px) {
  .mshfa-challenges__item:nth-child(2) {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
}

.mshfa-challenges__item:nth-child(3) {
  border-bottom: 1px solid #e8e8e8;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .mshfa-challenges__item:nth-child(3) {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
}

@media screen and (min-width: 1024px) {
  .mshfa-challenges__item:nth-child(3) {
    border-bottom: 1px solid #e8e8e8;
    border-right: none;
  }
}
.mshfa-challenges__item:nth-child(4) {
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 1024px) {
  .mshfa-challenges__item:nth-child(4) {
    border-right: 1px solid #e8e8e8;
    border-bottom: none;
  }
}
.mshfa-challenges__item:nth-child(5) {
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 768px) {
  .mshfa-challenges__item:nth-child(5) {
    border-right: 1px solid #e8e8e8;
    border-bottom: none;
  }
}

.mshfa-challenges__item-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(
    24px,
    calc(24px + (28 - 24) * ((100vw - 320px) / (1920 - 320))),
    28px
  );
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .mshfa-challenges__item-title {
    margin-top: 45px;
  }
}

.mshfa-challenges__item-description {
  font-size: clamp(
    14px,
    calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))),
    20px
  );
  color: #3f3f4b;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 400;
  max-width: 330px;
}

/* case-mshfa__discuss */

.mshfa-discuss {
  background: #2b2b2b;
  overflow: hidden;
}

.mshfa-discuss__container {
  position: relative;
  max-width: 1920px;
  margin: auto;
  padding-top: 42px;
  padding-bottom: 42px;
}

.mshfa-discuss__cube {
  display: none;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .mshfa-discuss__cube {
    display: block;
    position: absolute;
  }
  .mshfa-discuss__cube:nth-child(1) {
    top: 40px;
    left: 13%;
  }

  .mshfa-discuss__cube:nth-child(2) {
    bottom: 40px;
    right: 10%;
  }
  .mshfa-discuss__cube:nth-child(3) {
    bottom: -24%;
    left: 5%;
  }
}

@media screen and (min-width: 768px) {
  .mshfa-discuss__container {
    padding: 80px 60px;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-discuss__container {
    padding: 120px 0;
  }
}

.mshfa-discuss__title {
  font-size: clamp(
    26px,
    calc(26px + (34 - 26) * ((100vw - 320px) / (1920 - 320))),
    34px
  );
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.mshfa-discuss__call {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}

.mshfa-discuss__call-profile {
  display: none;
  background-image: url('../img/desktop/page-mshfa/mshfa-profile.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .mshfa-discuss__call-profile {
    display: block;
  }
}

.mshfa-discuss__call-button {
  border: none;
  color: #fff;
  font-family: Montserrat;
  font-size: clamp(
    16px,
    calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))),
    20px
  );
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 11px;
  background: #fb4948;
  margin: 0 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mshfa-discuss__call-button {
    padding: 13px 40px;
    margin: 0;
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-discuss__call-button {
    padding: 15px 47px;
  }
}

/* case-mshfa__team-composition */

.mshfa-composition {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 80px 0;
  max-width: 1920px;
}

@media screen and (min-width: 1920px) {
  .mshfa-composition {
    padding: 120px 0;
  }
}

.mshfa-title.mshfa-composition__title {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .mshfa-title.mshfa-composition__title {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-title.mshfa-composition__title {
    margin-bottom: 30px;
  }
}

.mshfa-composition__description {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .mshfa-composition__description {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-composition__description {
    margin-bottom: 80px;
  }
}

.mshfa-composition__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100vw;
  width: 100%;
}

.mshfa-composition__arrow-icon {
  display: none;
  margin: 0 30px 90px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mshfa-composition__arrow-icon {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .mshfa-composition__arrow-icon {
    display: none;
  }
}

.mshfa-composition__container {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  margin: auto;
  gap: 46px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  padding: 0 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mshfa-composition__container::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .mshfa-composition__container {
    gap: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .mshfa-composition__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
  }
}

.mshfa-composition__item {
  scroll-snap-align: center;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .mshfa-composition__item {
    width: 33%;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .mshfa-composition__item {
    width: 25%;
    margin-bottom: 62px;
  }
}

.mshfa-composition__item-circle {
  width: clamp(
    80px,
    calc(80px + (100 - 80) * ((100vw - 320px) / (1920 - 320))),
    100px
  );
  height: clamp(
    80px,
    calc(80px + (100 - 80) * ((100vw - 320px) / (1920 - 320))),
    100px
  );
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #000;
  color: #f14942;
  font-family: Montserrat;
  font-size: clamp(
    38px,
    calc(38px + (42 - 38) * ((100vw - 320px) / (1920 - 320))),
    42px
  );
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
}
.mshfa-composition__item-circle-icon {
  display: none;
  transition: all 0.3s;
}

.mshfa-composition__item-circle:hover span {
  visibility: hidden;
  display: none;
}

.mshfa-composition__item-circle:hover {
  border: 2px solid #f14942;
  box-shadow: 0px 0px 6px 0px #f14942 inset;
}

.mshfa-composition__item-circle:hover .mshfa-composition__item-circle-icon {
  visibility: visible;
  display: block;
}

.mshfa-composition__item-title {
  font-size: clamp(
    18px,
    calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320))),
    24px
  );
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
}

.mshfa-composition__icon-svg {
  margin-top: 34px;
}

@media screen and (min-width: 1440px) {
  .mshfa-composition__icon-svg {
    display: none;
  }
}

.composition-next-btn-mobile,
.composition-prev-btn-mobile {
  cursor: pointer;
}

/* case-mshfa__technologies */

.arrow-icon__container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .arrow-icon__container {
    display: none;
  }
}

.mshfa-technologies__stack-row.technologies-scroller-mobile {
  margin-bottom: 0;
}

.mshfa-technologies {
  position: relative;
  padding: 42px 0;
  background: #2b2b2b;
}

.mshfa-technologies__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .mshfa-technologies {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-technologies {
    padding: 120px 0;
  }
}

.mshfa-technologies__title {
  font-size: clamp(
    24px,
    calc(24px + (42 - 24) * ((100vw - 320px) / (1920 - 320))),
    42px
  );
  color: #f14942;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .mshfa-technologies__title {
    margin: 0 0 60px 0;
  }
}

.mshfa-technologies__wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  max-width: 100vw;
  width: 100%;
}

.mshfa-technologies__arrow-icon {
  cursor: pointer;
  display: none;
  margin: 0 30px;
}

@media screen and (min-width: 768px) {
  .mshfa-technologies__arrow-icon {
    display: block;
  }
}

.mshfa-technologies__stack {
  max-width: 100%;
  display: none;
  flex-direction: column;
  gap: 30px;
  /* padding: 0 15px; */
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (min-width: 768px) {
  .mshfa-technologies__stack {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .mshfa-technologies__stack {
    gap: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-technologies__stack {
    justify-content: center;
  }
}

.mshfa-technologies__stack::-webkit-scrollbar {
  display: none;
}

.mshfa-technologies__stack-mobile {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .mshfa-technologies__stack-mobile {
    display: none;
  }
}

.mshfa-technologies__stack-row {
  scroll-snap-align: center;
  max-width: 100vw;
  display: flex;
  flex-direction: row;
  gap: 50px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 34px;
}

@media screen and (min-width: 768px) {
  .mshfa-technologies__stack-row {
    overflow-x: visible;
  }
}

@media screen and (min-width: 1440px) {
  .mshfa-technologies__stack-row {
    gap: 110px;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-technologies__stack-row {
    gap: 130px;
    margin-bottom: 55px;
  }
}

.mshfa-technologies__stack-row::-webkit-scrollbar {
  display: none;
}

.mshfa-technologies__stack-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  scroll-snap-align: center;
  min-width: 100px;
  padding: 0 30px;
}

@media screen and (min-width: 1920px) {
  .mshfa-technologies__stack-item {
    gap: 30px;
  }
}

.mshfa-technologies__stack-item:hover .mshfa-technologies__stack-item-icon {
  fill: #f14942;
}

.mshfa-technologies__stack-item:hover .mshfa-technologies__stack-item-title {
  color: #f14942;
}

.mshfa-technologies__stack-item-icon {
  width: 42px;
  fill: #fff;
  transition: fill 0.3s;
}

@media screen and (min-width: 1920px) {
  .mshfa-technologies__stack-item-icon {
    width: 60px;
  }
}

.mshfa-technologies__stack-item-title {
  font-size: clamp(
    15px,
    calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320))),
    18px
  );
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-weight: 400;
  transition: color 0.3s;
}

.technologies-prev-btn-mobile,
.technologies-next-btn-mobile {
  cursor: pointer;
}

.technologies-scroller-mobile,
.technologies-scroller-mobile2 {
  scroll-snap-type: x mandatory;
}

/* case-mshfa__our-process */

.mshfa-process {
  padding: 80px 0;
  background: #fbfbfb;
}

.mshfa-process__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1920px) {
  .mshfa-process {
    padding: 120px 0;
  }
}

.mshfa-title.mshfa-process__title {
  margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
  .mshfa-title.mshfa-process__title {
    margin-bottom: 60px;
  }
}

.mshfa-process__steps {
  max-width: 1410px;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  gap: 27px;
}

@media screen and (min-width: 768px) {
  .mshfa-process__steps {
    margin: 0 30px 0 70px;
    gap: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .mshfa-process__steps {
    margin: 0 100px;
  }
}
@media screen and (min-width: 1440px) {
  .mshfa-process__steps {
    margin: 0 267px 0 190px;
  }
}

.mshfa-process__steps-item {
  display: flex;
  flex-direction: column;
}

.mshfa-process__steps-item-title {
  margin: 0;
  font-family: Montserrat;
  color: #f14942;
  font-size: clamp(
    20px,
    calc(20px + (34 - 20) * ((100vw - 320px) / (1920 - 320))),
    34px
  );
  color: #000;
  font-weight: 600;
  margin-bottom: 12px;
}

.mshfa-process__steps-item-title-number {
  margin: 0;
  font-family: Montserrat;
  font-weight: 600;
  color: #f14942;
  font-size: clamp(
    20px,
    calc(20px + (34 - 20) * ((100vw - 320px) / (1920 - 320))),
    34px
  );
}

.mshfa-process__steps-item-subtitle {
  font-size: clamp(
    16px,
    calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))),
    18px
  );
  font-family: Montserrat;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .mshfa-process__steps-item-subtitle {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .mshfa-process__steps-item-subtitle {
    margin-bottom: 30px;
  }
}

.mshfa-process__steps-item-description {
  font-size: clamp(
    16px,
    calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320))),
    24px
  );
  color: #3f3f4b;
  font-family: 'Open Sans';
  font-weight: 400;
}

/* case-mshfa__what-we-did */

.mshfa-what-did {
  margin: auto;
  padding: 80px 0 40px;
}

@media screen and (min-width: 1920px) {
  .mshfa-what-did {
    padding: 120px 0 60px;
  }
}

.mshfa-title.mshfa-what-did__title {
  margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
  .mshfa-title.mshfa-what-did__title {
    margin-bottom: 60px;
  }
}

.mshfa-what-did__cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .mshfa-what-did__cards {
    margin: 0 20px;
  }
}

@media screen and (min-width: 1440px) {
  .mshfa-what-did__cards {
    margin: 0 190px;
  }
}

.mshfa-what-did__cards-item {
  width: 100%;
  height: 609px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 62px 49px 100px;
  border-radius: 2px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

@media screen and (min-width: 768px) {
  .mshfa-what-did__cards-item {
    width: calc(50% - 20px);
    padding: 62px 49px 100px;
    align-items: start;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .mshfa-what-did__cards-item {
    padding: 40px 40px 55px;
    height: 470px;
    transition: all 0.2s ease-out;
  }
}
.mshfa-what-did__cards-item:hover {
  box-shadow: 0px 4px 24px 0px #f14942;
}

@media screen and (min-width: 1440px) {
  .mshfa-what-did__cards-item {
    height: 500px;
    padding: 62px 60px 110px;
    max-width: 690px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-what-did__cards-item {
    width: calc(50% - 60px);
    height: 628px;
    padding: 70px 110px 130px 90px;
    margin: 30px;
  }
}

.mshfa-what-did__cards-item-icon {
  height: 80px;
}

.mshfa-what-did__cards-item-title {
  margin: 33px 0 20px;
  font-size: clamp(
    30px,
    calc(30px + (34 - 30) * ((100vw - 320px) / (1920 - 320))),
    34px
  );
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
  line-height: normal;
}

@media screen and (min-width: 1920px) {
  .mshfa-what-did__cards-item-title {
    margin: 40px 0 30px;
  }
}

.mshfa-what-did__cards-item-description {
  font-size: clamp(
    16px,
    calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))),
    20px
  );
  color: #3f3f4b;
  font-family: 'Open Sans';
  font-weight: 400;
  max-width: 368px;
}

/* case-mshfa__key-features */

.mshfa-features {
  padding: 40px 0 0;
}

@media screen and (min-width: 1920px) {
  .mshfa-features {
    padding: 60px 0 0;
  }
}

.mshfa-title.mshfa-features__title {
  margin-bottom: 30px;
}

.mshfa-features__description {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .mshfa-features__description {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-features__description {
    margin-bottom: 80px;
  }
}

.mshfa-features__container {
  padding: 27px 0;
  position: relative;
  overflow: hidden;
}

.mshfa-features__container:nth-child(even) {
  background: #fbfbfb;
}

@media screen and (min-width: 768px) {
  .mshfa-features__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    padding: 60px 0;
  }
}

@media screen and (min-width: 1024px) {
  .mshfa-features__container {
    padding: 60px 0;
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .mshfa-features__container {
    gap: 100px;
    padding: 80px 0;
  }
}

@media screen and (min-width: 1920px) {
  .mshfa-features__container {
    padding: 80px 0;
  }
}

.mshfa-features__img {
  width: 100%;
  display: none;
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 570px;
  max-width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
}

.mshfa-features__img-tablet {
  background-image: url('../img/desktop/page-mshfa/mshfa-tablet.png');
}

.mshfa-features__img-phones {
  background-image: url('../img/desktop/page-mshfa/mshfa-phones.png');
}
.mshfa-features__img-tablets {
  background-image: url('../img/desktop/page-mshfa/mshfa-tablets.png');
}
.mshfa-features__img-laptop {
  background-image: url('../img/desktop/page-mshfa/mshfa-laptop.png');
}

@media screen and (min-width: 768px) {
  .mshfa-features__img {
    display: block;
    position: absolute;
    right: -250px;
  }
}

@media screen and (min-width: 1024px) {
  .mshfa-features__img {
    position: static;
  }
}

.mshfa-features__item {
  margin: 0 15px 0 10px;
}

.mshfa-features__item-patient,
.mshfa-features__item-admins {
  order: 2;
}

@media screen and (min-width: 768px) {
  .mshfa-features__item {
    margin: 0 80px;
  }
}

.mshfa-features__item-title {
  font-size: clamp(
    24px,
    calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
    34px
  );
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 27px;
  text-align: center;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .mshfa-features__item-title {
    text-align: left;
  }
}

.mshfa-features__item-ul {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .mshfa-features__item-ul {
    max-width: 400px;
  }
}

@media screen and (min-width: 950px) {
  .mshfa-features__item-ul {
    max-width: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .mshfa-features__item-ul {
    max-width: 640px;
  }
}

.mshfa-features__item-li {
  font-size: clamp(
    16px,
    calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320))),
    24px
  );
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  list-style-type: none;
}

.mshfa-features__item-li-container {
  display: flex;
  flex-direction: row;
}

.mshfa-features__item-li-icon {
  margin-right: 15px;
  margin-top: 6px;
}

@media screen and (min-width: 1920px) {
  .mshfa-features__item-li-icon {
    margin-right: 30px;
  }
}

.mshfa-features__item-subtitle {
  font-size: clamp(
    14px,
    calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))),
    20px
  );
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.mshfa-features__item-ul-subgroup {
  padding-left: 30px;
}

.mshfa-features__item-li-subgroup {
  font-size: clamp(
    14px,
    calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))),
    20px
  );
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  list-style-type: disc;
}

/* case-mshfa__client-feedback */

.mshfa-client-feedback {
  background: #fbfbfb;
  padding: 80px 0;
}

@media screen and (min-width: 1920px) {
  .mshfa-client-feedback {
    padding: 120px 0;
  }
}

.mshfa-client-feedback__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .mshfa-client-feedback__container {
    padding: 0 76px;
  }
}

@media screen and (min-width: 1024px) {
  .mshfa-client-feedback__container {
    padding: 0 109px;
  }
}

@media screen and (min-width: 1440px) {
  .mshfa-client-feedback__container {
    max-width: 1280px;
    padding: 0 20px;
  }
}

.mshfa-client-feedback__title {
  margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
  .mshfa-client-feedback__title {
    margin-bottom: 60px;
  }
}

.mshfa-client-feedback__description {
  font-size: clamp(
    14px,
    calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320))),
    24px
  );
  color: #3f3f4b;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.mshfa-client-feedback__caption {
  font-size: clamp(
    14px,
    calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320))),
    24px
  );
  color: #3f3f4b;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.mshfa-client-feedback__caption-second {
  margin-bottom: 30px;
}

.mshfa-client-feedback__profile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  padding: 0 15px;
}

.mshfa-client-feedback__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  padding: 9px 13px;
  border: none;
  border-radius: 2px;
  background: #337ab1;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
}

.mshfa-client-feedback__button-title {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
}

.mshfa-client-feedback__button-title-bold {
  font-weight: 700;
}

/* contact form3 */

@media screen and (max-width: 767px) {
  .contacts-form2-container.contacts-form3 {
    padding-bottom: 0;
  }
}

.contacts-form3__container {
  max-width: 1000px;
  margin: 0 15px;
}

@media screen and (min-width: 768px) {
  .contacts-form3__container {
    margin: auto;
    padding: 0 20px;
  }
}

.contacts-form3__title {
  display: none;
  font-size: clamp(
    24px,
    calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
    34px
  );
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .contacts-form3__title {
    display: inline-block;
  }
}

.contacts-form3__title-mobile {
  font-size: clamp(
    24px,
    calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
    34px
  );
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .contacts-form3__title-mobile {
    display: none;
  }
}
.contacts-form3__subtitle {
  font-size: clamp(
    16px,
    calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))),
    20px
  );
  color: #fff;
  font-family: 'Open Sans';
  line-height: normal;
  margin-bottom: 25px;
}

.btn.btn-getIt.contacts-form3__btn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .btn.btn-getIt.contacts-form3__btn {
    max-width: 240px;
  }
}

/* mshfa-navigation */

.mshfa-navigation {
  display: none;
  position: sticky;
  right: 50%;
  top: 50%;
  z-index: 1000;
}

@media screen and (min-width: 1440px) {
  .mshfa-navigation {
    display: block;
  }
}

.mshfa-navigation__nav {
  position: absolute;
  right: 15px;
}

.mshfa-navigation__item-ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

.mshfa-navigation__item-ul {
  list-style-type: none;
}

.mshfa-navigation__item-li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.13);
  padding: 8px;
}

.mshfa-navigation__item-li.mshfa-navigation__item-li--active
  .mshfa-navigation__item-link {
  font-size: clamp(
    16px,
    calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))),
    20px
  );
  color: #333;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: normal;
  padding-right: 13px;
}

.mshfa-navigation__item-link {
  font-size: clamp(
    10px,
    calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320))),
    12px
  );
  color: #333;
  text-align: right;
  font-family: 'Open Sans';
  line-height: normal;
}

.mshfa-navigation__item-link:hover {
  color: #333;
}

.mshfa-navigation__item-link:focus {
  color: #333;
}

.mshfa-navigation__item-li--active .mshfa-navigation__item-icon {
  display: block;
}

.mshfa-navigation__item-icon {
  display: none;
}

.mshfa-navigation__item-li-small {
  font-size: clamp(
    8px,
    calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))),
    10px
  );
  color: #333;
  text-align: right;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}

.mshfa-opacity-07 {
  opacity: 0.7;
}

.mshfa-opacity-04 {
  opacity: 0.4;
}

.mshfa-opacity-02 {
  opacity: 0.2;
}

/* case-plumbid-main */

.plumbid-container .img-resizable {
  background-image: url('../img/desktop/page-plumbid/plumbid-devices.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

/* case-plumbid-about */

.plumbid-about__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .plumbid-about__text-container {
    gap: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .plumbid-about__text-container {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .plumbid-about__description {
    margin-bottom: 27px;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .plumbid-about__description {
    margin-top: auto;
    padding-bottom: 20px;
    margin-bottom: auto;
    max-width: 590px;
  }
}

/* case-plumbid-overview */

.plumbid-overview__img-container {
  position: relative;
}

.plumbid-overview__img-container .img-resizable {
  background-image: url('../img/desktop/page-plumbid/plumbid-laptops.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.plumbid-overview__img-arrow-one {
  top: 24%;
  left: 3%;
  max-width: 574px;
  max-height: 74px;
  background-image: url('../img/desktop/page-mshfa/mshfa-fullstack-arrow.png');
}

@media screen and (min-width: 1440px) {
  .plumbid-overview__img-arrow-one {
    top: 24%;
    left: 15%;
  }
}

@media screen and (min-width: 1920px) {
  .plumbid-overview__img-arrow-one {
    top: 29%;
    left: 16%;
  }
}

.plumbid-overview__img-arrow-two {
  bottom: 20%;
  left: 0;
  max-width: 497px;
  max-height: 139px;
  background-image: url('../img/desktop/page-mshfa/mshfa-arrow-end-development.png');
}

@media screen and (min-width: 1440px) {
  .plumbid-overview__img-arrow-two {
    bottom: 20%;
    left: 14%;
  }
}

@media screen and (min-width: 1920px) {
  .plumbid-overview__img-arrow-two {
    bottom: 22%;
    left: 15%;
  }
}

.plumbid-overview__img-arrow-three {
  top: 35%;
  right: 1%;
  max-width: 459px;
  max-height: 113px;
  background-image: url('../img/desktop/page-mshfa/mshfa-arrow-multiplatform.png');
}
@media screen and (min-width: 1440px) {
  .plumbid-overview__img-arrow-three {
    top: 19%;
    right: 23%;
  }
}

@media screen and (min-width: 1920px) {
  .plumbid-overview__img-arrow-three {
    top: 16%;
    right: 28%;
  }
}

.plumbid-overview__img-arrow-four {
  bottom: 0;
  right: 0;
  max-width: 481px;
  max-height: 330px;
  background-image: url('../img/desktop/page-mshfa/mshfa-arrow-release.png');
}

@media screen and (min-width: 1440px) {
  .plumbid-overview__img-arrow-four {
    bottom: 15%;
    right: 13%;
  }
}

@media screen and (min-width: 1920px) {
  .plumbid-overview__img-arrow-four {
    bottom: 24%;
    right: 15%;
  }
}

/* case-plumbid-what-we-did */

.plumbid-what-did__cards-item-description--bold {
  color: #f14942;
  font-weight: 700;
}

/* case-plumbid-key-features */

.plumbid-features__img {
  width: 100%;
  display: none;
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 570px;
  max-width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
}

.plumbid-features__img-buyers {
  background-image: url('../img/desktop/page-plumbid/plumbid-features-buyers.png');
}

.plumbid-features__img-sellers {
  background-image: url('../img/desktop/page-plumbid/plumbid-features-sellers.png');
}
.plumbid-features__img-agents {
  background-image: url('../img/desktop/page-plumbid/plumbid-features-agents.png');
}
.plumbid-features__img-admins {
  background-image: url('../img/desktop/page-plumbid/plumbid-features-admins.png');
}

@media screen and (min-width: 768px) {
  .plumbid-features__img {
    display: block;
    position: absolute;
    right: -250px;
  }
}

@media screen and (min-width: 1024px) {
  .plumbid-features__img {
    position: static;
  }
}

/* case-plumbid-feedback */

.mshfa-client-feedback__profile-icon {
  background-image: url('../img/desktop/page-plumbid/plumbid-linkedin-profile.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
}

/* case-cbs-main */

.cbs-text--bold {
  color: #f14942;
  font-weight: 700;
}

.cbs-container .img-resizable {
  background-image: url('../img/desktop/page-cbs/cbs-main-laptop.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

/* case-cbs-about */

.cbs-about__description--underline {
  text-decoration: underline;
}
.cbs-overview__description {
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .cbs-overview__description {
    margin-bottom: 30px;
  }
}

.cbs-overview__img-container {
  position: relative;
}

.cbs-overview__img-container .img-resizable {
  background-image: url('../img/desktop/page-cbs/cbs-overview-laptop.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.cbs-overview__img-arrow-one {
  top: 20%;
  left: -2%;
  max-width: 574px;
  max-height: 74px;
  background-image: url('../img/desktop/page-mshfa/mshfa-fullstack-arrow.png');
}

@media screen and (min-width: 1440px) {
  .cbs-overview__img-arrow-one {
    top: 14%;
    left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .cbs-overview__img-arrow-one {
    top: 13%;
    left: 7%;
  }
}

.cbs-overview__img-arrow-two {
  bottom: 32%;
  left: -2%;
  max-width: 497px;
  max-height: 139px;
  background-image: url('../img/desktop/page-mshfa/mshfa-arrow-end-development.png');
}

@media screen and (min-width: 1440px) {
  .cbs-overview__img-arrow-two {
    left: 6%;
  }
}

@media screen and (min-width: 1920px) {
  .cbs-overview__img-arrow-two {
    left: 10%;
  }
}

.cbs-overview__img-arrow-three {
  top: 34%;
  right: 19%;
  max-width: 459px;
  max-height: 113px;
  background-image: url('../img/desktop/page-mshfa/mshfa-arrow-multiplatform.png');
}
@media screen and (min-width: 1440px) {
  .cbs-overview__img-arrow-three {
    right: 26%;
  }
}

@media screen and (min-width: 1920px) {
  .cbs-overview__img-arrow-three {
    top: 34%;
    right: 28%;
  }
}

.cbs-overview__img-arrow-four {
  bottom: -12%;
  right: 16%;
  max-width: 481px;
  max-height: 330px;
  background-image: url('../img/desktop/page-mshfa/mshfa-arrow-release.png');
}

@media screen and (min-width: 1440px) {
  .cbs-overview__img-arrow-four {
    bottom: 0;
    right: 24%;
  }
}

@media screen and (min-width: 1920px) {
  .cbs-overview__img-arrow-four {
    bottom: 10%;
    right: 27%;
  }
}

/* case-cbs-team-challenges */

.mshfa-challenges__item.cbs-challenges__item {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .mshfa-challenges__item.cbs-challenges__item {
    border-right: 1px solid #e8e8e8;
    border-bottom: none;
  }
}

/* case-cbs-key-features */

.cbs-features__img {
  width: 100%;
  display: none;
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 570px;
  max-width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
}

.cbs-features__img-laptop1 {
  background-image: url('../img/desktop/page-cbs/cbs-features-laptop-1.png');
}

.cbs-features__img-laptop2 {
  background-image: url('../img/desktop/page-cbs/cbs-features-laptop-2.png');
}
.cbs-features__img-laptop3 {
  background-image: url('../img/desktop/page-cbs/cbs-features-laptop-3.png');
}
.cbs-features__img-laptop4 {
  background-image: url('../img/desktop/page-cbs/cbs-features-laptop-4.png');
}
.cbs-features__img-laptop5 {
  background-image: url('../img/desktop/page-cbs/cbs-features-laptop-5.png');
}

@media screen and (min-width: 768px) {
  .cbs-features__img {
    display: block;
    position: absolute;
    right: -250px;
  }
}

@media screen and (min-width: 1024px) {
  .cbs-features__img {
    position: static;
  }
}

/* case-cbs-client-feedback */

.cbs-client-feedback {
  padding: 80px 0;
}

@media screen and (min-width: 1920px) {
  .cbs-client-feedback {
    padding: 120px 0;
  }
}

/* new our projects (main page) */
.case-wellness .img-container {
  height: 300px;
  margin: 0 0 -20px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .case-wellness .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.case-wellness .img-resizable {
  background-image: url('../img/desktop/page-wellness/wellness-devices.png');
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .case-wellness .img-resizable {
    height: 500px;
    background-position: right -110px center;
    background-size: 540px;
  }
}
@media screen and (min-width: 992px) {
  .case-wellness .img-resizable {
    background-position: right -35px center;
  }
}

.case-mshfa .img-container {
  height: 300px;
  margin: 0 0 -20px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .case-mshfa .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.case-mshfa .img-resizable {
  background-image: url('../img/desktop/page-mshfa/mshfa-devices.png');
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .case-mshfa .img-resizable {
    height: 500px;
    background-position: right -110px center;
    background-size: 540px;
  }
}
@media screen and (min-width: 992px) {
  .case-mshfa .img-resizable {
    background-position: right -35px center;
  }
}
.case-plumbid .img-container {
  padding-top: 62%;
}
@media screen and (min-width: 768px) {
  .case-plumbid .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.case-plumbid .img-resizable {
  background-position: center center;
}
.case-plumbid .img-resizable {
  background-image: url('../img/desktop/page-plumbid/plumbid-devices.png');
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .case-plumbid .img-resizable {
    background-position: -265px center;
  }
}
@media screen and (min-width: 992px) {
  .case-plumbid .img-resizable {
    background-position: -70px center;
  }
}
.case-cbs .img-container {
  height: 300px;
  margin: 0 0 -20px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .case-cbs .img-container {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.case-cbs .img-resizable {
  background-image: url('../img/desktop/page-cbs/cbs-main-laptop.png');
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .case-cbs .img-resizable {
    height: 500px;
    background-position: right -125px center;
    background-size: 530px;
  }
}
@media screen and (min-width: 992px) {
  .case-cbs .img-resizable {
    background-position: right -30px center;
  }
}

.healthcare-scroll-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100vw;
  width: 100%;
}

.healthcare-scroller {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  margin: auto;

  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;

  padding: 0 15px;
  gap: 4px;
}

.healthcare-scroller::-webkit-scrollbar {
  display: none;
}

.healthcare-scroller-item {
  flex-shrink: 0;
  scroll-snap-align: center;
}

.healthcare-scroller-item .content-wrapper {
  height: 100%;
}

.healthcare-prev-btn,
.healthcare-next-btn {
  display: block;
  margin: 0 30px 30px;
  cursor: pointer;
}

.healthcare-read-more {
  margin-bottom: 25px;
}

.healthcare-img {
  display: flex;
  justify-content: center;
}
.root-canvas {
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .root-canvas {
    display: none;
  }
}

.audit-hero {
  padding: 90px 30px 100px;
  text-align: center;
  position: relative;
  background-image: url('../img/audit/hero-bg.png');
  background-size: 100% 291px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .audit-hero {
    padding: 60px 20px 36px;
    background-image: none;
  }
}
@media screen and (max-width: 1023px) {
  .audit-hero {
    background-size: 100% 231px;
  }
}

.audit-hero-title {
  text-shadow: 0px 4px 12px #00000033;
}
@media screen and (max-width: 767px) {
  .audit-hero-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .audit-hero-title {
    font-size: 32px;
  }
}
.audit-hero-content {
  position: relative;
  z-index: 3;
  margin: auto;
  max-width: 1147px;
}
.audit-section-description {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 1023px;
  text-align: center;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .audit-section-description {
    font-size: 14px;
    line-height: 17px;
  }
}
.btn-auditMy {
  font-size: 18px;
  margin: auto;
  min-width: 274px;
  padding: 16px 20px;
}

@media screen and (max-width: 334px) {
  .btn-auditMy {
    min-width: 100%;
  }
}

.case-section-content.audit-case-section-content {
  width: 53%;
}
.img-resizable.audit-img-resizable {
  background-size: 480px;
  background-position: right -15px center;
}

.img-resizable.audit-img-resizable-side-right {
  background-size: 480px;
  background-position: left -15px center;
}

.title.audit-case-title {
  font-weight: 600;
  text-transform: uppercase;
}
.btn-transparent.btn-transparent-audit {
  font-weight: 700;
  width: 200px;
}
.btn-transparent.btn-transparent-audit:active,
.btn-transparent.btn-transparent-audit:focus,
.btn-transparent.btn-transparent-audit:hover {
  background: #fff;
  color: #f14942;
  border: 2px solid #f14942;
}

@media screen and (min-width: 1023px) {
  .audit-case-shadow {
    transition: all 0.2s ease-out;
  }
  .audit-case-shadow:hover {
    box-shadow: 0px 4px 24px 0px #f14942;
  }
}

.img-resizable.audit-case-wendy-img {
  background-image: url('../img/mobile/page-main/case-wendy-audit.png');
  background-size: 450px;
  background-position: left 15px center;
}
.audit-services {
  padding: 24px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .audit-services {
    padding: 24px 0 0 0;
  }
}

.section-title.audit-benefit-section-title {
  font-size: 32px;
  max-width: 673px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .section-title.audit-benefit-section-title {
    font-size: 24px;
  }
}

.audit-container {
  position: relative;
  max-width: 1060px;
  padding-left: 60px;
  padding-right: 60px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .audit-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .audit-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.audit-services-item {
  padding: 200px 0px 0 0px !important;
  margin-bottom: 20px;
}
.audit-services-item ul {
  font-size: 17px;
  line-height: 31px;
}

@media screen and (max-width: 767px) {
  .audit-services-item ul {
    text-align: left;
    line-height: 24px;
  }
}

.audit-services-item-wrap {
  position: relative;
  margin-top: 32px;
  padding-bottom: 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .audit-services-item-wrap {
    padding-bottom: 0;
  }
  .audit-services-item-wrap-border {
    border-right: 1px solid #707071;
  }
}

.audit-services-title-first-line {
  color: #000;
  font-weight: 700;
}
.audit-services-title-last-line {
  color: #000;
  font-weight: 700;
}

.services-item-sphere {
  text-align: center;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

.services-item-sphere-bg {
  display: none;
}

@media screen and (max-width: 1023px) {
  .services-item-sphere canvas {
    display: none;
  }

  .services-item-sphere {
    top: 0;
  }

  .services-item-sphere-bg {
    display: block;
  }
}

.audit-services-list li::before {
  display: inline-block;
  position: relative;
  top: -4px;
  left: -12px;
}

.audit-services-row {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .audit-services-row {
    flex-direction: row;
  }
}

.audit-services .title {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .audit-services .title {
    font-size: 20px;
  }
}

.btn-getFree {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #f14942;
}
.btn-getFree:active,
.btn-getFree:focus,
.btn-getFree:hover {
  color: #ff3500;
}

.audit-our-services {
  padding: 100px 0;
}

@media screen and (max-width: 1439px) {
  .audit-our-services {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1023px) {
  .audit-our-services {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .audit-our-services-ul {
    padding-left: 0;
    margin-bottom: 0;
  }
}

.audit-our-services-title {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .audit-our-services-title {
    font-size: 24px;
    line-height: 29px;
  }
}

@media screen and (max-width: 1439px) {
  .audit-our-services-description-bottom {
    font-size: 17px;
    line-height: 21px;
    max-width: 597px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
  }
}
@media screen and (max-width: 1023px) {
  .audit-our-services-description-bottom {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .audit-our-services-description-bottom {
    font-size: 14px;
    line-height: 17px;
  }
}

.audit-our-services-item-wrap {
  position: relative;
  margin-top: 32px;
  margin-bottom: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .audit-our-services-item-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.audit-our-services-row {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .audit-our-services-row {
    flex-direction: column;
  }
}

.audit-our-services-item-img {
  position: absolute;
  top: 30px;
  left: 20px;
}

.audit-our-services-item-img-bg {
  display: none;
}

@media screen and (max-width: 1023px) {
  .audit-our-services-item-img canvas {
    display: none;
  }

  .audit-our-services-item-img {
    left: 40px;
  }

  .audit-our-services-item-img-bg {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .audit-our-services-item-img {
    left: 20px;
  }
}

.audit-our-services-item {
  padding: 140px 40px 32px 40px;
}

@media screen and (max-width: 767px) {
  .audit-our-services-item {
    padding: 140px 5px 40px;
  }
}

.audit-our-services-item .services-item li::before {
  top: 14px;
  left: -16px;
}

@media screen and (max-width: 1023px) {
  .audit-our-services-item-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .audit-our-services-item-title-second {
    width: 75%;
  }
}

.audit-our-services-item-subtitile {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .audit-our-services-item-subtitile {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .audit-our-services-item-title {
    text-align: left;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.audit-our-services-item ul {
  margin: 7px 0;
  padding-left: 34px;
  font: 400 16px/1.86 'Open Sans', Helvetica, 'Helvetica Neue', Arial,
    sans-serif;
  letter-spacing: 0.2px;
  list-style: none;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .audit-our-services-item ul {
    padding-left: 25px;
  }
  .audit-our-services-item ul li {
    text-align: left;
  }
}

.audit-our-services-subtitle {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .audit-our-services-subtitle {
    text-align: left;
  }
}

.audit-eliminate-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-schedule-call {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .btn-schedule-call {
    width: 256px;
  }
  .btn-schedule-call-span {
    display: none;
  }
}

.text-shadow {
  text-shadow: 0px 4px 12px #00000040;
}

.eliminate {
  background-color: #f8f8f8;
  padding: 80px 0;
}

@media screen and (max-width: 1023px) {
  .eliminate {
    padding: 60px 0;
  }
}

.section-title.audit-eliminate-section-title {
  font-size: 32px;
  max-width: 840px;
  margin: auto;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 1439px) {
  .section-title.audit-eliminate-section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .section-title.audit-eliminate-section-title {
    font-size: 24px;
    padding: 0px 42px;
  }
}
@media screen and (max-width: 767px) {
  .section-title.audit-eliminate-section-title {
    font-size: 20px;
    padding: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .audit-section-our-services-description {
    padding: 0px 50px;
  }
}

@media screen and (max-width: 767px) {
  .audit-section-our-services-description {
    padding: 0px;
  }
}

.audit-eliminate-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 12px 0 40px 0;
}

@media screen and (max-width: 1023px) {
  .audit-eliminate-items {
    margin-left: 36px;
    margin-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  .audit-eliminate-items {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.audit-eliminate-item {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33% - 25px);
  text-align: center;
  padding: 23px 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 12.5px;
  margin-right: 12.5px;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

@media screen and (max-width: 1023px) {
  .audit-eliminate-item {
    width: calc(50% - 25px);
  }
}

@media screen and (max-width: 767px) {
  .audit-eliminate-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 23px 0px;
  }
}

.audit-eliminate-item:hover {
  border-top-color: #f14942;
  border-bottom-color: #f14942;
  z-index: 1;
}

.audit-eliminate-item {
  margin-bottom: -1px;
}

.audit-progress {
  padding: 100px 0;
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .audit-progress {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1023px) {
  .audit-progress {
    padding: 60px 0;
  }
  .audit-progress-description {
    padding-right: 45px;
  }
}

.audit-progress-stepper-container {
  display: flex;
  flex-direction: row;
}

.audit-progress-stepper-border {
  flex: 1;
  margin-top: 6px;
  border-left: 1px solid #2b2b2b;
}

.text-start {
  text-align: left;
}

.why-our-product {
  padding: 100px 0;
  background-color: #f8f8f8;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .why-our-product {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1023px) {
  .why-our-product {
    padding: 60px 0;
  }

  .why-our-product-title {
    font-size: 32px;
    line-height: 39px;
    max-width: 849px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .why-our-product-title {
    font-size: 24px;
    line-height: 29px;
  }
}

.why-our-product-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1023px) {
  .why-our-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .why-our-product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.audit-our-product-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 1439px) {
  .audit-our-product-items {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .audit-our-product-items {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.audit-our-product-items .items-container .item .content {
  margin-top: 56px;
}

.audit-our-product-items-title {
  height: 62px;
  padding: 0 35px;
  transition: all 0.2s;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .audit-our-product-items-title {
    height: auto;
  }
}

.audit-our-product-item:hover .audit-our-product-items-title {
  color: #f14942 !important;
}

.audit-our-product-items .items-container .item__laser-focus-on-value,
.audit-our-product-items .items-container .item__flexibility,
.audit-our-product-items .items-container .item__scalability {
  border-bottom: 1px solid #707071;
}
.audit-our-product-items .items-container .item__laser-focus-on-value,
.audit-our-product-items .items-container .item__flexibility,
.audit-our-product-items .items-container .item__design,
.audit-our-product-items .items-container .item__security {
  border-right: 1px solid #707071;
}

@media screen and (max-width: 1439px) {
  .audit-our-product-items .items-container .item__design {
    border-bottom: none;
  }
  .audit-our-product-items .items-container .item__scalability {
    border-right: none;
  }
}

@media screen and (max-width: 1023px) {
  .audit-our-product-items .items-container .item__flexibility,
  .audit-our-product-items .items-container .item__design {
    border-right: none;
  }
  .audit-our-product-items .items-container .item__scalability {
    border-right: 1px solid #707071;
  }

  .audit-our-product-items .items-container .item__design {
    border-bottom: 1px solid #707071;
  }
}

@media screen and (max-width: 1023px) {
  .benefits
    .audit-our-product-items
    .items-container
    .item__scalability-assessment,
  .benefits .audit-our-product-items .items-container .item__higher-conversion,
  .benefits .audit-our-product-items .items-container .item__competitive-edge {
    border-right: none;
  }
  .benefits
    .audit-our-product-items
    .items-container
    .item__improved-user-satisfaction,
  .benefits .audit-our-product-items .items-container .item__data-driven,
  .benefits .audit-our-product-items .items-container .item__cost-efficiency {
    border-right: 1px solid #707071;
  }

  .benefits .audit-our-product-items .items-container .item__competitive-edge {
    border-bottom: 1px solid #707071;
  }
}

@media screen and (max-width: 767px) {
  .audit-our-product-items .items-container .item__laser-focus-on-value,
  .audit-our-product-items .items-container .item__flexibility,
  .audit-our-product-items .items-container .item__scalability,
  .audit-our-product-items .items-container .item__quality,
  .audit-our-product-items .items-container .item__design,
  .audit-our-product-items .items-container .item__security {
    border-right: none;
    padding: 40px 5px;
  }
  .audit-our-product-items .items-container .item__security {
    border-bottom: 1px solid #707071;
  }

  .audit-our-product-items .items-container .item .content {
    margin-top: 0;
  }
  .benefits
    .audit-our-product-items
    .items-container
    .item__improved-user-satisfaction,
  .benefits .audit-our-product-items .items-container .item__data-driven,
  .benefits .audit-our-product-items .items-container .item__cost-efficiency {
    border-right: none;
  }
}

.audit-our-product-subtitle {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Montserrat';
}

.audit-our-product-clutch {
  width: 113px;
  height: 38px;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  background-image: url(../img/desktop/page-audit/our-product/clutch.svg);
  background-repeat: no-repeat;
}

.audit-our-product-clutch:hover {
  border-bottom: 2px solid #f14942;
  background-image: url(../img/desktop/page-audit/our-product/clutch-hover.svg);
}

@media screen and (max-width: 1439px) {
  .audit-our-product-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .audit-our-product-subtitle {
    max-width: 510px;
  }
}

@media screen and (max-width: 767px) {
  .audit-our-product-subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

.audit-our-product-cube {
  position: absolute;
  left: 45px;
  top: 100px;
  width: 96px;
  height: 99px;
  background-image: url(../img/desktop/page-audit/our-product/cube.png);
  background-repeat: no-repeat;
}

.audit-our-product-cube2 {
  position: absolute;
  right: 0;
  bottom: 160px;
  width: 128px;
  height: 230px;
  background-image: url(../img/desktop/page-audit/our-product/cube2.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
  .audit-our-product-cube,
  .audit-our-product-cube2 {
    display: none;
  }
}

.audit-our-projects-cube {
  position: absolute;
  left: 45px;
  top: 236px;
  width: 96px;
  height: 99px;
  background-image: url(../img/desktop/page-audit/our-product/cube.png);
  background-repeat: no-repeat;
}

.audit-our-projects-cube2 {
  position: absolute;
  right: 0;
  top: 815px;
  width: 128px;
  height: 230px;
  background-image: url(../img/desktop/page-audit/our-product/cube2.png);
  background-repeat: no-repeat;
}

.audit-our-projects-cube3 {
  position: absolute;
  left: -25px;
  bottom: 790px;
  width: 155px;
  height: 155px;
  background-image: url(../img/desktop/page-audit/our-product/cube.png);
  background-repeat: no-repeat;
}

.audit-our-projects-cube4 {
  position: absolute;
  right: 57px;
  bottom: 360px;
  width: 132px;
  height: 136px;
  background-image: url(../img/desktop/page-audit/our-product/cube.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
  .audit-our-projects-cube,
  .audit-our-projects-cube2,
  .audit-our-projects-cube3,
  .audit-our-projects-cube4 {
    display: none;
  }
}

.benefits {
  padding: 100px 0;
  background-color: #f8f8f8;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .benefits {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1023px) {
  .benefits {
    padding: 60px 0 20px;
  }
}

.audit-benefits-talk-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .audit-benefits-talk-block {
    display: none;
  }
}

.audit-benefits-subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media screen and (max-width: 1439px) {
  .audit-benefits-subtitle {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 21px;
  }
}

.audit-benefits-cube {
  position: absolute;
  left: 0;
  top: 300px;
  width: 115px;
  height: 160px;
  background-image: url(../img/desktop/page-audit/benefits/cube.png);
  background-repeat: no-repeat;
}

.audit-benefits-cube2 {
  position: absolute;
  right: 17px;
  bottom: 500px;
  width: 133px;
  height: 137px;
  background-image: url(../img/desktop/page-audit/benefits/cube2.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
  .audit-benefits-cube,
  .audit-benefits-cube2 {
    display: none;
  }
}

.faq {
  position: relative;
}

.audit-faq-container {
  max-width: 1270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 100px 15px 0;
}

@media screen and (max-width: 1439px) {
  .audit-faq-container {
    padding: 80px 60px 0;
  }
}

@media screen and (max-width: 1023px) {
  .audit-faq-container {
    padding: 60px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .audit-faq-container {
    padding: 60px 20px 0;
  }
}

.audit-faq-title {
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 80px;
}

@media screen and (max-width: 1439px) {
  .audit-faq-title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 40px;
  }
}

.audit-faq-collapse {
  width: 100%;
}

.audit-faq-item {
  padding: 20px 30px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-top: 1px solid #979797;
  transition: all 0.5s;
  cursor: pointer;
}

@media screen and (max-width: 1439px) {
  .audit-faq-item {
    padding: 20px 20px 20px 0;
  }
}

@media screen and (max-width: 1023px) {
  .audit-faq-item {
    padding: 15px 0;
  }
}

.audit-faq-item:last-child {
  border-bottom: 1px solid #979797;
}

.audit-faq-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.audit-faq-header {
  display: flex;
  align-items: center;
}

.audit-faq-header-title {
  margin: 0 35px 0 19px;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
}

@media screen and (max-width: 1023px) {
  .audit-faq-header-title {
    font-size: 16px;
    line-height: 20px;
    margin-right: 56px;
  }
}

@media screen and (max-width: 767px) {
  .audit-faq-header-title {
    margin: 0 20px 0 0;
  }

  .audit-faq-header-check-icon {
    display: none;
  }
}

.audit-faq-text {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.audit-faq-item.active .audit-faq-text {
  display: block;
}

.audit-faq-toggle {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 37px;
  width: 30px;
  transition: all 0.2s;
  pointer-events: none;
}

.audit-faq-cube {
  position: absolute;
  right: 0;
  top: 60px;
  width: 68px;
  height: 92px;
  background-image: url(../img/desktop/page-audit/faq/cube.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
  .audit-faq-cube {
    display: none;
  }
}

.audit-client-feedback {
  background-color: #f8f8f8;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .audit-client-feedback {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1023px) {
  .audit-client-feedback {
    padding: 80px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .audit-client-feedback {
    padding: 60px 0;
  }
}

.audit-client-feedback-cube {
  position: absolute;
  left: 0;
  bottom: 250px;
  width: 100px;
  height: 159px;
  background-image: url(../img/desktop/page-audit/client-feedback/cube.png);
  background-repeat: no-repeat;
}
.audit-client-feedback-cube2 {
  position: absolute;
  right: 0;
  top: 55px;
  width: 91px;
  height: 137px;
  background-image: url(../img/desktop/page-audit/client-feedback/cube2.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
  .audit-client-feedback-cube,
  .audit-client-feedback-cube2 {
    display: none;
  }
}

.audit-feedback__container .mshfa-client-feedback__description {
  color: #000;
}

.audit-client-feedback__title {
  color: #000;
  margin-bottom: 27px;
}

@media screen and (max-width: 1439px) {
  .audit-client-feedback__title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .audit-client-feedback__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .audit-client-feedback__title {
    font-size: 24px;
    line-height: 25px;
  }
  .audit-feedback__container .mshfa-client-feedback__description {
    font-size: 20px;
    line-height: 27px;
  }
}

.audit-feedback__profile-photo {
  width: 80px;
  height: 80px;
  background-image: url(../img/desktop/page-audit/client-feedback/kleber-brito.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.audit-feedback__profile-photo2 {
  width: 80px;
  height: 80px;
  background-image: url(../img/desktop/page-audit/client-feedback/kevin-lundy.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.audit-feedback__profile-photo3 {
  width: 80px;
  height: 80px;
  background-image: url(../img/desktop/page-audit/client-feedback/wendy-tong.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.audit-feedback__profile-photo4 {
  width: 80px;
  height: 80px;
  background-image: url(../img/desktop/page-audit/client-feedback/jason-houston.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.audit-client-feedback__button {
  height: 54px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  padding: 9px 13px;
  border: none;
  border-radius: 2px;
  background: #337ab1;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
}

.audit-client-feedback__profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .audit-client-feedback__profile {
    flex-direction: column;
    gap: 20px;
  }
}

.audit-client-feedback__caption {
  font-size: clamp(
    14px,
    calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320))),
    24px
  );
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .audit-client-feedback__caption {
    font-size: 20px;
    line-height: 27px;
  }
}

.audit-feedback-talk {
  max-width: 1190px;
  margin: auto;
  margin-top: 100px;
}

@media screen and (max-width: 1439px) {
  .audit-feedback-talk {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .audit-feedback-talk {
    display: none;
  }
}

.audit-feedback-talk-container {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 60px;
}

@media screen and (max-width: 1023px) {
  .audit-feedback-talk-container {
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
  }
}

.audit-feedback-talk .btn-auditMy {
  margin: 0;
  height: 48px;
  line-height: 12px;
}

.audit-feedback-talk-title {
  max-width: 670px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1439px) {
  .audit-feedback-talk-title {
    max-width: 538px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .audit-feedback-talk-title {
    text-align: center;
  }
}

.audit-progress-box {
  position: absolute;
  top: 0;
  left: 56%;
}

.audit-progress-container {
  padding-right: 0;
}

.audit-progress-box-bg img {
  height: 600px;
  width: 600px;
  max-width: unset;
}

.audit-progress-box-bg img {
  transition: transform 0.5s ease;
}

.audit-progress-box-bg:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .audit-progress-box-bg {
    display: none;
  }
}

.audit-progress-stepper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 25px;
}

.audit-progress-title {
  margin-bottom: 40px;
}

.step-item-content {
  height: 0;
}

.step-item-content-span {
  display: block;
}

.step-item-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  /* margin-bottom: 12px; */
  cursor: pointer;
  transition: all 0.3s;
}

.step-item-title:hover {
  color: #f14942;
}

.step-item-title.active {
  color: #f14942;
}

.step-item-title-icon {
  position: absolute;
  top: 6px;
  left: -31.5px;
  height: 12px;
  width: 12px;
  background-color: #f14942;
}

.step-item-content-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  /* margin-bottom: 18px; */
}

.step-item-content-list {
  padding-left: 20px;
  /* margin-bottom: 20px; */
}

.step-item-content-list-item {
  list-style-type: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.step-item-content-result {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f14942;
}

.step-item-content-description {
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .audit-our-cases {
    display: none;
  }
}

.audit-our-cases-container {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.audit-our-cases-container .title.audit-case-title {
  margin-bottom: 12px;
}

.audit-our-cases-container .desc-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.audit-our-cases-container .section-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .audit-our-cases-container .our-cases .section-title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 40px;
  }

  .audit-our-cases-container .title.audit-case-title {
    font-size: 24px;
    line-height: 29px;
  }

  .audit-our-cases-container .case-section p {
    font-size: 14px;
    line-height: 23px;
  }

  .audit-our-cases-container .case-section .case-section-content {
    padding-left: 40px;
  }
  .audit-our-cases-container .case-section .case-section-content.side-right {
    padding-right: 40px;
    padding-left: 0;
  }
  .audit-our-cases-container .img-resizable.audit-img-resizable {
    background-size: 400px;
  }
  .audit-our-cases-container .img-resizable.audit-img-resizable-side-right {
    background-size: 470px;
    background-position: left -55px center;
  }
  .audit-our-cases-container .img-resizable.audit-img-resizable-side-right2 {
    background-size: 370px;
    background-position: left 8px center;
  }
}

@media screen and (max-width: 767px) {
  .audit-our-cases-container .case-section-content.audit-case-section-content {
    width: 100%;
  }

  .audit-our-cases-container .case-section {
    margin: 30px 20px 0;
  }

  .audit-our-cases-container .case-section .case-section-content {
    padding: 0 20px;
  }

  .audit-our-cases-container .case-section p {
    margin-bottom: 20px;
  }

  .audit-our-cases-container .img-resizable.audit-img-resizable {
    background-size: 250px;
    background-position: center;
  }

  .audit-our-cases-container .title.audit-case-title {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 19px;
    line-height: 24px;
  }

  .case-mshfa .img-container {
    margin: 0;
    height: 220px;
  }

  .audit-our-cases-container .desc-title {
    margin-bottom: 0;
  }

  .audit-our-cases-container-mobile .section-title {
    margin-bottom: 10px;
  }

  .audit-our-cases-container .case-section .case-section-content.side-right {
    padding: 0 20px;
  }

  .audit-our-cases-container .case-plumbid .img-container {
    height: 200px;
    padding-top: 0;
  }
  .audit-our-cases-container .img-resizable.audit-img-resizable-side-right {
    background-size: 250px;
    background-position: center;
  }

  .audit-our-cases-container .case-cbs .img-container {
    height: 220px;
  }

  .audit-our-cases-container .case-wendy .img-container {
    height: 240px;
  }
}

.audit-our-cases-container-mobile {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .audit-our-cases-container-mobile {
    display: none;
  }
}

.swiper {
  width: auto;
  height: auto;
  padding-bottom: 45px !important;
}

.swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.swiper-pagination-bullet {
  background-color: #000 !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #f14942 !important;
}

.audit-client-feedback-swiper {
  position: relative;
  max-width: 1000px;
  overflow: hidden;
  margin: auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .audit-client-feedback-swiper {
    padding-bottom: 60px;
  }
}

.audit-feedback__stack-item {
  padding: 0 70px;
}

@media screen and (max-width: 767px) {
  .audit-feedback__stack-item {
    padding: 0 20px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 14% !important;
  color: #f14942 !important;
  color: #999999 !important;
  width: 17px !important;
  height: 32px !important;
  transition: all 0.2s;
}

@media screen and (max-width: 1439px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #f14942 !important;
}

:root {
  --swiper-navigation-size: 32px !important;
}

/* case-wellness */

.wellness-container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wellness-img-container {
  max-width: 1220px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1440px) {
  .wellness-img-container {
    width: 1200px;
  }
}

.wellness-container .img-resizable {
  background-image: url('../img/desktop/page-wellness/wellness-devices.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.wellness-about__requirements-list {
  padding-left: 25px;
}

.wellness-about__requirements-list-item-bold {
  font-weight: 700 !important;
}

.wellness-about__requirements-list-item {
  position: relative;
  color: #000;
  font-family: 'Open Sans';
  font-size: clamp(
    14px,
    calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320))),
    15px
  );
  font-weight: 600;
  line-height: 31px;
}

.wellness-about__requirements-list-item::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -25px;
  background-color: #f14942;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.wellness-about__requirements-list-item::marker {
  color: transparent;
  visibility: hidden;
}

.wellness-overview__img-container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .wellness-overview__img-container {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .wellness-overview__img-container {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .wellness-overview__img-container {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .wellness-overview__img-container {
    margin-top: 44px;
  }
}

.wellness-overview__img-container .img-resizable {
  background-image: url('../img/desktop/page-wellness/mobiles.png');
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.wellness-challenges__container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 840px;
  padding-bottom: 20px;
}

.wellness-challenges__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  padding: 60px 0;
  border-bottom: 1px solid #e8e8e8;
}

.wellness-challenges__item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .wellness-challenges__item {
    width: 50%;
    min-width: 360px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wellness-challenges__item:nth-child(1) {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }

  .wellness-challenges__item:nth-child(2) {
    border-bottom: 1px solid #e8e8e8;
  }

  .wellness-challenges__item:nth-child(3) {
    border-right: 1px solid #e8e8e8;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .wellness-challenges__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .wellness-challenges__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.wellness-process__steps-item-subtitle {
  font-size: clamp(
    16px,
    calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))),
    18px
  );
  font-family: Montserrat;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .wellness-process__steps-item-subtitle {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .wellness-process__steps-item-subtitle {
    margin-bottom: 40px;
  }
}

.wellness-features__item-li {
  font-size: clamp(
    16px,
    calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320))),
    24px
  );
  font-family: Montserrat;
  font-weight: 400;
  line-height: 150%;
  list-style-type: none;
}

.wellness-features__item-li-icon {
  margin-right: 10px;
  margin-top: 8px;
}

.wellness-tell-us {
  display: none;
  background: #2b2b2b;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .wellness-tell-us {
    display: block;
  }
}

.wellness-tell-us-container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

.wellness-tell-us__title {
  font-size: clamp(
    26px,
    calc(26px + (34 - 26) * ((100vw - 320px) / (1920 - 320))),
    34px
  );
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wellness-discuss__container {
  position: relative;
  max-width: 1920px;
  margin: auto;
  padding-top: 42px;
  padding-bottom: 42px;
}

@media screen and (min-width: 768px) {
  .wellness-discuss__container {
    padding: 80px 52px;
  }
}
@media screen and (min-width: 1920px) {
  .wellness-discuss__container {
    padding: 120px 0;
  }
}

.wellness-features__subtitle {
  font-size: clamp(
    16px,
    calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320))),
    24px
  );
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 150%;
}

.wellness-features__description {
  font-size: clamp(
    16px,
    calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320))),
    24px
  );
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}

.wellness-features__img {
  width: 100%;
  display: none;
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 570px;
  max-width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .wellness-features__img {
    display: block;
    position: absolute;
    right: -250px;
  }
}

@media screen and (min-width: 1024px) {
  .wellness-features__img {
    position: static;
  }
}

.wellness-features__img-goals-phones {
  background-image: url('../img/desktop/page-wellness/goals-phones.png');
  transform: scale(1.25);
}

@media screen and (min-width: 768px) {
  .wellness-features__img-goals-phones {
    display: block;
    position: absolute;
    right: -150px;
  }
}

@media screen and (min-width: 1024px) {
  .wellness-features__img-goals-phones {
    transform: scale(1.75);
  }
}

@media screen and (min-width: 1024px) {
  .wellness-features__img-goals-phones {
    position: static;
  }
}

.wellness-features__item-ul {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .wellness-features__item-ul {
    max-width: 265px;
  }
}

@media screen and (min-width: 950px) {
  .wellness-features__item-ul {
    max-width: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .wellness-features__item-ul {
    max-width: 640px;
  }
}

.wellness-features__container {
  padding: 27px 0;
  position: relative;
  overflow: hidden;
}

.wellness-features__container:nth-child(even) {
  background: #fbfbfb;
}

@media screen and (min-width: 768px) {
  .wellness-features__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    padding: 140px 0;
  }
}

@media screen and (min-width: 1024px) {
  .wellness-features__container {
    padding: 60px 0;
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .wellness-features__container {
    gap: 100px;
    padding: 80px 0;
  }
}

@media screen and (min-width: 1920px) {
  .wellness-features__container {
    padding: 80px 0;
  }
}

.wellness-features__item-container {
  max-width: 370px;
}

.wellness-features__img-tracking-phones {
  background-image: url('../img/desktop/page-wellness/tracking-phones.png');
}

@media screen and (min-width: 768px) {
  .wellness-features__img-container {
    display: block;
    position: absolute;
    right: -120px;
    transform: scale(0.6);
  }
}

@media screen and (min-width: 1024px) {
  .wellness-features__img-container {
    transform: scale(1);
  }
  .wellness-features__item-container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .wellness-features__img-container {
    position: static;
  }
}

.wellness-features__img-charts-phones {
  background-image: url('../img/desktop/page-wellness/chart-phones.png');
}

.wellness-features__img-score-phones {
  background-image: url('../img/desktop/page-wellness/score-phones.png');
}

.wellness-features__img-notifications-phones {
  background-image: url('../img/desktop/page-wellness/notifications-phones.png');
}

.wellness-features__img-subscriptions-phones {
  background-image: url('../img/desktop/page-wellness/subscriptions-phones.png');
}

@media screen and (min-width: 768px) {
  .wellness-features__img-notifications-container {
    display: block;
    position: absolute;
    right: -120px;
    transform: scale(1);
  }
}

@media screen and (min-width: 1024px) {
  .wellness-features__img-notifications-container {
    transform: scale(2.1);
  }
}

@media screen and (min-width: 1150px) {
  .wellness-features__img-notifications-container {
    transform: scale(1.9);
  }
}

@media screen and (min-width: 1300px) {
  .wellness-features__img-notifications-container {
    transform: scale(1.7);
  }
}

@media screen and (min-width: 1024px) {
  .wellness-features__img-notifications-container {
    position: static;
  }
}

.wellness-features__notifications-container {
  padding: 27px 0;
  position: relative;
  overflow: hidden;
}

.wellness-features__notifications-container:nth-child(even) {
  background: #fbfbfb;
}

@media screen and (min-width: 768px) {
  .wellness-features__notifications-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    padding: 60px 0;
  }
}

@media screen and (min-width: 1024px) {
  .wellness-features__notifications-container {
    padding: 0;
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .wellness-features__notifications-container {
    gap: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .wellness-features-goals__item {
    margin: 0 80px 0 0;
  }
}

.wellness-features__item-title {
  font-size: clamp(
    24px,
    calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
    34px
  );
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 27px;
  text-align: left;
  line-height: normal;
}
