.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
@font-face {
  font-family: 'Articulat CF';
  src: url(../fonts/ArticulatCF-Medium.woff2) format('woff2'), url(../fonts/ArticulatCF-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Articulat CF';
  src: url(../fonts/ArticulatCF-Text.woff2) format('woff2'), url(../fonts/ArticulatCF-Text.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Articulat CF';
  src: url(../fonts/ArticulatCF-ExtraBold.woff2) format('woff2'), url(../fonts/ArticulatCF-ExtraBold.woff) format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url(../fonts/helvetica.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url(../fonts/helvetica-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal
}
@media only screen and (max-width:991px) {
  .on-reval {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important
  }
}
@media only screen and (min-width:992px) and (max-width:1279px) {
  body {
    zoom: 50% !important
  }
  .on-reval {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important
  }
}
@media only screen and (min-width:1280px) and (max-width:1400px) {
  body {
    zoom: 80% !important
  }
  .on-reval {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important
  }
}
@media only screen and (min-width:1401px) and (max-width:1679px) {
  body {
    zoom: 80% !important
  }
  .on-reval {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden !important;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  cursor: default;
  font-family: sans-serif
}
body {
  font-size: 15px;
  color: #222;
  font-family: sans-serif !important;
  line-height: 1.2;
  background: #fff;
  min-height: 100vh;
  height: 100% !important;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  position: relative;
  -webkit-overflow-scrolling: touch
}
::-webkit-scrollbar {
  width: 0
}
::-webkit-scrollbar-track {
  background: 0 0
}
::-webkit-scrollbar-thumb {
  background: #2c2e37;
  -webkit-border-radius: 60px;
  border-radius: 60px
}
::-moz-scrollbar {
  width: 0
}
::-moz-scrollbar-scrollbar-track {
  background: 0 0
}
::-moz-scrollbar-scrollbar-thumb {
  background: #2c2e37;
  -moz-border-radius: 60px;
  border-radius: 60px
}
::-ms-scrollbar {
  width: 0
}
::-ms-scrollbar-scrollbar-track {
  background: 0 0
}
::-ms-scrollbar-scrollbar-thumb {
  background: #2c2e37;
  border-radius: 60px
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important
}
body a:active, body a:hover, body a:visited {
  text-decoration: none
}
main {
  overflow: hidden;
  position: relative;
  margin-top: 139.78px
}
:focus {
  text-decoration: none
}
a:focus {
  text-decoration: none !important
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.6
}
ul {
  padding: 0;
  margin: 0;
  list-style: none
}
li {
  list-style: none
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icons/arrow-sm.svg) !important;
  background-position: right 41px center !important;
  background-repeat: no-repeat !important;
  appearance: none;
  background-color: #fff
}
select:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important
}
select::-ms-expand {
  display: none
}
select.field {
  padding: 16px 30px 14px 20px !important
}
select option[disabled] {
  color: #a9a9a9
}
textarea {
  resize: none;
  height: auto !important
}
#page {
  position: relative;
  float: none;
  min-height: 100vh;
  overflow: hidden;
  z-index: 99
}
.dotted-list li {
  list-style: disc
}
.hide {
  display: none !important
}
.overflow-hidden {
  overflow: hidden;
  width: 100%
}
.overflow-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%
}
.centered {
  margin: auto;
  float: none
}
.full {
  position: relative;
  float: left;
  width: 100%;
  max-width: 100%
}
.lefted {
  float: left !important
}
.righted {
  float: right !important
}
.aligned {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
.middle {
  display: block;
  float: none;
  margin: 0 auto
}
.height-100 {
  height: 100%
}
.width-100 {
  width: 100%
}
.display-none {
  display: none
}
.block {
  display: block
}
.inline-block {
  display: inline-block
}
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.relative {
  position: relative
}
.absolute {
  position: absolute
}
.text-capitalize {
  text-transform: capitalize
}
.text-uppercase {
  text-transform: uppercase
}
.radius-4 {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important
}
.radius-100 {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px
}
.radius-all {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%
}
.form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important
}
.full-size {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  height: 100vh
}
.i-valign {
  vertical-align: -2px
}
.box-shadow {
  -webkit-box-shadow: inset 0 3px 7px -7px rgba(0, 0, 0, .7);
  -ms-box-shadow: inset 0 3px 7px -7px rgba(0, 0, 0, .7);
  -moz-box-shadow: inset 0 3px 7px -7px rgba(0, 0, 0, .7);
  box-shadow: inset 0 3px 7px -7px rgba(0, 0, 0, .7)
}
.help-block {
  color: #dc0e0a;
  position: absolute;
  font-size: 15px
}
.has-error::-webkit-input-placeholder {
  color: #dc0e0a !important
}
.has-error::-moz-placeholder {
  color: #dc0e0a !important
}
.has-error:-ms-input-placeholder {
  color: #dc0e0a !important
}
.has-error:-moz-placeholder {
  color: #dc0e0a !important
}
.img-fit {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.text-left {
  text-align: left !important
}
.responsive {
  display: none;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg2.png) center top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}
.element-centered {
  margin: 0 auto;
  float: none;
  display: block
}
.media {
  margin-top: 15px
}
.media:first-child {
  margin-top: 0
}
.media, .media-body {
  overflow: hidden;
  zoom: 1
}
.media-body {
  width: 10000px
}
.media-object {
  display: block
}
.media-object.img-thumbnail {
  max-width: none
}
.media-right, .media > .pull-right {
  padding-left: 10px
}
.media-left, .media > .pull-left {
  padding-right: 10px
}
.media-body, .media-left, .media-right {
  display: table-cell;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  -webkit-align-self: start;
  align-self: start
}
.media-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center
}
.media-bottom {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  -webkit-align-self: end;
  align-self: end
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}
.media-list {
  padding-left: 0;
  list-style: none
}
.no-scroll {
  overflow: hidden !important
}
.full-link {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999
}
.p-0 {
  padding: 0 !important
}
.p-5 {
  padding: 5px !important
}
.p-10 {
  padding: 10px !important
}
.p-15 {
  padding: 15px !important
}
.p-20 {
  padding: 20px !important
}
.p-30 {
  padding: 30px !important
}
.p-l-0 {
  padding-left: 0 !important
}
.p-r-0 {
  padding-right: 0 !important
}
.p-t-0 {
  padding-top: 0 !important
}
.p-b-0 {
  padding-bottom: 0 !important
}
.p-t-0 {
  padding-top: 0 !important
}
.p-t-5 {
  padding-top: 5px !important
}
.p-t-10 {
  padding-top: 10px !important
}
.p-t-15 {
  padding-top: 15px !important
}
.p-t-20 {
  padding-top: 20px !important
}
.p-t-30 {
  padding-top: 30px !important
}
.p-b-0 {
  padding-bottom: 0 !important
}
.p-b-5 {
  padding-bottom: 5px !important
}
.p-b-10 {
  padding-bottom: 10px !important
}
.p-b-15 {
  padding-bottom: 15px !important
}
.p-b-20 {
  padding-bottom: 20px !important
}
.p-b-30 {
  padding-bottom: 30px !important
}
.p-l-0 {
  padding-left: 0 !important
}
.p-l-5 {
  padding-left: 5px !important
}
.p-l-10 {
  padding-left: 10px !important
}
.p-l-15 {
  padding-left: 15px !important
}
.p-l-20 {
  padding-left: 20px !important
}
.p-l-30 {
  padding-left: 30px !important
}
.p-r-5 {
  padding-right: 5px !important
}
.p-r-10 {
  padding-right: 10px !important
}
.p-r-15 {
  padding-right: 15px !important
}
.p-r-20 {
  padding-right: 20px !important
}
.p-r-30 {
  padding-right: 30px !important
}
.p-l-r-5 {
  padding-left: 5px;
  padding-right: 10px
}
.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px
}
.p-l-r-15 {
  padding-left: 15px;
  padding-right: 10px
}
.p-l-r-20 {
  padding-left: 20px;
  padding-right: 10px
}
.p-l-r-30 {
  padding-left: 30px;
  padding-right: 10px
}
.m-0 {
  margin: 0 !important
}
.m-5 {
  margin: 5px !important
}
.m-10 {
  margin: 10px !important
}
.m-15 {
  margin: 15px !important
}
.m-20 {
  margin: 20px !important
}
.m-30 {
  margin: 30px !important
}
.m-t-0 {
  margin-top: 0 !important
}
.m-t-5 {
  margin-top: 5px !important
}
.m-t-10 {
  margin-top: 10px !important
}
.m-t-15 {
  margin-top: 15px !important
}
.m-t-20 {
  margin-top: 20px !important
}
.m-t-30 {
  margin-top: 30px !important
}
.m-t-50 {
  margin-top: 50px !important
}
.m-b-0 {
  margin-bottom: 0 !important
}
.m-b-5 {
  margin-bottom: 5px !important
}
.m-b-10 {
  margin-bottom: 10px !important
}
.m-b-15 {
  margin-bottom: 15px !important
}
.m-b-20 {
  margin-bottom: 20px !important
}
.m-b-30 {
  margin-bottom: 30px !important
}
.m-b-50 {
  margin-bottom: 50px !important
}
.m-l-0 {
  margin-left: 0 !important
}
.m-l-5 {
  margin-left: 5px !important
}
.m-l-10 {
  margin-left: 10px !important
}
.m-l-15 {
  margin-left: 15px !important
}
.m-l-20 {
  margin-left: 20px !important
}
.m-l-30 {
  margin-left: 30px !important
}
.m-r-0 {
  margin-right: 0 !important
}
.m-r-5 {
  margin-right: 5px !important
}
.m-r-10 {
  margin-right: 10px !important
}
.m-r-15 {
  margin-right: 15px !important
}
.m-r-20 {
  margin-right: 20px !important
}
.m-r-30 {
  margin-right: 30px !important
}
@media (min-width:1200px) {
  .container {
    max-width: 1390px !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .container {
    max-width: 1360px !important
  }
}
.container-h {
  max-width: 1460px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.ym-cta {
  display: inline-block;
  background: #e31d34;
  -webkit-box-shadow: 0 10px 40px rgba(227, 29, 52, .3);
  -moz-box-shadow: 0 10px 40px rgba(227, 29, 52, .3);
  box-shadow: 0 10px 40px rgba(227, 29, 52, .3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 22.5px 20px;
  border: none;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  letter-spacing: 1pt
}
.ym-cta:hover {
  color: #fff;
  background: #222021;
  -webkit-box-shadow: 0 10px 40px rgba(34, 32, 33, .3);
  -moz-box-shadow: 0 10px 40px rgba(34, 32, 33, .3);
  box-shadow: 0 10px 40px rgba(34, 32, 33, .3)
}
.ym-cta .arrow-right-icon {
  margin-left: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.ym-cta .arrow-right-icon svg {
  width: 22px;
  height: 22px
}
.cta-link {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #e31d34
}
.cta-link:hover {
  color: #e31d34
}
.heading {
  text-align: center
}
.heading h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8298ab;
  margin-bottom: 10px;
  letter-spacing: -1pt
}
.heading h2 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
  color: #222021;
  letter-spacing: -1pt
}
.heading h2 span {
  color: #e31d34
}
.heading h1 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 90px;
  line-height: 94px;
  color: #222021;
  letter-spacing: -1pt
}
.heading h1 span {
  color: #e31d34
}
.heading .description {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #585657
}
.heading .description span {
  font-weight: 700
}
.heading .description-sm {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585657
}
.heading .description-xs {
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 26px;
  color: #626465;
  margin: 0 auto;
  max-width: 560px
}
.heading .cta-links {
  margin-top: 50px
}
.heading .cta-links .ym-cta {
  min-width: 216px;
  text-align: center
}
.section-with-visual .visual-content {
  max-width: 785px;
  width: 785px;
  height: 900px
}
.section-with-visual .visual-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.section-with-visual .text-content h6 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: #e31d34
}
.section-with-visual .text-content h3 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  color: #222021
}
.section-with-visual .text-content h2 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
  color: #222021;
  letter-spacing: -1pt
}
.section-with-visual .text-content h2 span {
  color: #e31d34
}
.section-with-visual .text-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  color: #304659;
  margin-bottom: 15px
}
.section-with-visual .text-content .quote {
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  color: #304659;
  max-width: 370px
}
.section-with-visual .text-content .description {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #585657
}
.section-with-visual .text-content .description-sm {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #585657
}
.heading ul, .section-with-visual .text-content ul {
  padding-left: 0
}
.heading ul li, .section-with-visual .text-content ul li {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333738;
  padding: 0 0 5px
}
.privacy .heading ul li, .privacy.section-with-visual .text-content ul li {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #585657;
  margin-left: 18px;
  text-transform: none !important;
  padding: 0 !important;
  letter-spacing: normal !important;
  list-style: disc
}
.privacy.section-with-visual .text-content ul li li {
  list-style: circle
}
.clients-section {
  margin: 80px auto 114px;
  position: relative;
  padding: 0 25px;
  max-width: 1800px
}
.clients-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 455px;
  height: 120px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.16%, #fff), color-stop(115.84%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff 7.16%, rgba(255, 255, 255, 0) 115.84%);
  background: -moz-linear-gradient(left, #fff 7.16%, rgba(255, 255, 255, 0) 115.84%);
  background: -o-linear-gradient(left, #fff 7.16%, rgba(255, 255, 255, 0) 115.84%);
  background: linear-gradient(90deg, #fff 7.16%, rgba(255, 255, 255, 0) 115.84%);
  z-index: 1
}
.clients-section:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 455px;
  height: 120px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.16%, #fff), color-stop(115.84%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff 7.16%, rgba(255, 255, 255, 0) 115.84%);
  background: -moz-linear-gradient(left, #fff 7.16%, rgba(255, 255, 255, 0) 115.84%);
  background: -o-linear-gradient(left, #fff 7.16%, rgba(255, 255, 255, 0) 115.84%);
  background: linear-gradient(90deg, #fff 7.16%, rgba(255, 255, 255, 0) 115.84%);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 1
}
.clients-visuals {
  overflow: hidden;
  margin: 66px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.clients-section .clients-visuals {
  margin-bottom: 52px
}
.clients-section .clients-visuals .visual {
  width: auto;
  height: 108px;
  margin: 0
}
.clients-section .clients-visuals .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
@media only screen and (max-width:991px) {
  .clients-section:after, .clients-section:before {
    width: 145px
  }
  .clients-section .clients-visuals .visual {
    margin-left: auto;
    margin-right: auto
  }
}
@media only screen and (max-width:767px) {
  .clients-section .clients-visuals .visual {
    margin-left: auto;
    margin-right: auto
  }
}
@media only screen and (max-width:375px) {
  .clients-section:after, .clients-section:before {
    width: 85px
  }
}
.visual-section {
  margin: 40px auto;
  height: 751.6px;
  width: 100%
}
.visual-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.v-divider {
  width: 1px;
  height: 200px;
  background: #e31d34;
  margin: 0 auto
}
.v-divider-sm {
  width: 1px;
  height: 120px;
  background: #e31d34;
  margin: 0 auto
}
.dividers {
  height: 180px;
  width: 583px;
  margin: 0 auto 70px;
  background: url(../img/common/dividers.png) center no-repeat
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .v-divider {
    height: 2px
  }
}
@media only screen and (min-width:1200px) and (max-width:1439px) {
  .v-divider {
    height: 2px
  }
}
@media only screen and (min-width:1440px) and (max-width:1680px) {
  .v-divider {
    height: 2px
  }
}
.cta-section-content {
  background: #e31d34;
  -webkit-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  -moz-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  max-width: 1360px;
  margin: 0 auto;
  padding: 75px 60px 75px 505px;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.cta-section-content:hover {
  background: #222021
}
.cta-section h1 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 16px
}
.cta-section .description {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  position: relative;
  padding-left: 90px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.cta-section .description:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.cta-section-content:hover .description {
  padding-left: 130px
}
.cta-section-content:hover .description:before {
  width: 120px
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .cta-section .description:before {
    height: 2px
  }
}
@media only screen and (min-width:1200px) and (max-width:1439px) {
  .cta-section .description:before {
    height: 2px
  }
}
@media only screen and (min-width:1440px) and (max-width:1680px) {
  .cta-section .description:before {
    height: 2px
  }
}
@media only screen and (max-width:991px) {
  .cta-section-content {
    padding: 64px 38px 87px;
    text-align: center
  }
  .cta-section h1 {
    margin-bottom: 42px
  }
  .cta-section .description {
    padding-left: 0;
    padding-top: 19px
  }
  .cta-section .description:before {
    bottom: auto;
    right: 0;
    top: -10px
  }
}
.testimonials {
  position: relative;
  margin-top: 77px
}
.testimonials:before {
  content: '';
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(226, 226, 226, .4);
  height: -webkit-calc(100% - 110px);
  height: -moz-calc(100% - 110px);
  height: calc(100% - 110px);
  width: 1600px;
  z-index: -1
}
.testimonials:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/common/testimonials-bg.svg) center/contain no-repeat;
  height: 584px;
  width: 790px;
  z-index: -1
}
.testimonial-content {
  padding: 73px 50px 190px 190px;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  -moz-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  max-width: 1360px;
  min-height: 600px
}
.quote-icon {
  width: 91.38px;
  height: 75.25px;
  margin: 0 0 47px;
  background: url(../img/icons/quote.svg) center/contain no-repeat
}
.quote {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #222021;
  max-width: 1080px
}
.testimonial-author {
  position: relative;
  z-index: 1;
  background: #222021;
  -webkit-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  -moz-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  max-width: 690px;
  padding: 40px;
  margin: -80px 0 0 190px
}
.testimonial-author .author-visual{
	color: #fff;
    font-weight: 700;
	margin-bottom: 10px;
}
.testimonial-author .author-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.testimonial-author .author-name {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  color: #fff
}
.testimonial-author .author-position {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff
}
.slick-slide {
  margin: 0 0 !important
}
.slick-dotted.slick-slider {
  margin-bottom: 0
}
.slick-dots {
  position: absolute;
  height: 2px;
  bottom: 145px;
  width: 144px;
  right: 118px;
  padding: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 4px
}
.slick-dots li button {
  width: 40px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  background: #a6a6a6;
  border: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.slick-dots li.slick-active button {
  width: 40px;
  height: 2px;
  background: #e31d34;
  position: relative
}
@media only screen and (max-width:991px) {
  .testimonials {
    margin: 125px 0 150px
  }
  .testimonials:before {
    width: 226px;
    height: 40px;
    top: -40px;
    left: auto
  }
  .quote-icon {
    margin-left: auto;
    margin-right: auto
  }
  .testimonial-content {
    padding: 73px 0 150px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }
  .testimonial-author {
    margin-left: auto;
    margin-right: auto;
    max-width: 359px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
  .testimonial-author .media-left, .testimonial-author .media-right {
    padding-left: 0;
    padding-right: 0
  }
  .testimonials .container {
    position: relative
  }
  .testimonials .container:before {
    content: '';
    position: absolute;
    -webkit-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
    -moz-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
    box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    width: 991px;
    background: #fff;
    right: -136px
  }
  .testimonial-author .author-visual {
    margin-bottom: 15px
  }
  .testimonials:after {
    bottom: -101px;
    background-position: left 420px bottom
  }
  .testimonial-author .author-visual {
    width: fit-content;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 15px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .testimonial-content {
    min-height: 488px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .testimonial-content {
    min-height: 508px
  }
}
@media only screen and (max-width:575px) {
  .testimonial-content {
    min-height: 648px
  }
}
#ym-header {
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999
}
.scroll-down #ym-header {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden
}
.scroll-up #ym-header {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  background: #fff
}
.menu-mobile-opened.scroll-down #ym-header, .menu-mobile-opened.scroll-up #ym-header {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  visibility: visible
}
@media only screen and (max-width:1199px) {
  .menu-mobile-opened {
    overflow: hidden;
    max-height: 100vh
  }
}
@media only screen and (max-width:767px) {
  .scroll-up #ym-header .navbar .container {
    position: relative
  }
  .scroll-up #ym-header .navbar-cobrand {
    position: relative;
    top: unset;
    left: unset;
    margin-left: 78px;
    margin-top: 29px;
    min-width: 227px
  }
  .scroll-up #menu-btn {
    position: absolute;
    top: 9px;
    right: 15px
  }
}
.scroll-up #ym-header .navbar {
  border-bottom: 1px solid rgba(166, 166, 166, .6);
  background: #fff
}
#ym-header .navbar {
  padding: 40px 0 40px
}
#ym-header .navbar .container {
  padding-left: 15px;
  padding-right: 15px
}
#ym-header .navbar-left {
  display: inline-block
}
#ym-header .navbar-brand {
  width: 120px;
  height: 84px;
  margin-right: 0;
  padding: 0;
  background: url(../img/common/yamada-logo.svg) center/contain no-repeat
}
#ym-header .navbar-cobrand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 9px 0 0 15px
}
#ym-header .navbar-cobrand .desc {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 100%;
  color: #343133;
  display: none;
  margin-top: 5px;
  margin-right: 10px
}
#ym-header .navbar-cobrand .slash {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 46px;
  color: #e31d34;
  margin-right: 23px
}
#ym-header .navbar-cobrand img {
  width: 168px;
  height: 50px;
  margin-top: -10px;
  -o-object-fit: contain;
  object-fit: contain
}
#ym-nav {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 99999
}
#ym-nav ul:nth-child(1) {
  margin-left: auto
}
#ym-nav ul li .nav-link {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .01em;
  color: #222021;
  padding: 10px 21px;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
#ym-nav ul li .nav-link:focus, #ym-nav ul li .nav-link:hover, #ym-nav ul li.active .nav-link {
  color: #e31d34
}
#ym-nav ul li .nav-link:before {
  content: '';
  position: absolute;
  top: -70px;
  bottom: 0;
  right: auto;
  left: 18px;
  background-color: #e31d34;
  height: 4px;
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}
#ym-nav ul li .nav-link:focus:before, #ym-nav ul li .nav-link:hover:before, #ym-nav ul li.active .nav-link:before {
  top: -58px
}
#ym-nav ul li:last-child .nav-link:before {
  width: -webkit-calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: calc(100% - 18px)
}
#ym-nav ul li .ym-cta {
  margin-left: 25px
}
#ym-nav .dropdown-toggle::after {
  background: url(../img/icons/arrow-bottom.svg) center no-repeat;
  border: none;
  width: 14px;
  height: 8px;
  vertical-align: .2rem
}
@media only screen and (min-width:1200px) {
  #ym-header .container {
    position: relative
  }
  #menu-btn {
    position: absolute;
    top: -40px;
    right: -12px;
    display: block !important;
    cursor: pointer;
    z-index: 9999;
    width: 141px;
    height: 141px
  }
  .bars-icon, .close-icon {
    position: absolute;
    right: 0;
    top: 24px;
    left: 56px;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
  }
  .bars-icon {
    opacity: 0;
    visibility: hidden
  }
  .bars-icon img, .bars-icon svg, .close-icon img, .close-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }
  .bars-icon svg path, .close-icon svg path {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
  }
  .bars-icon:hover svg path, .close-icon:hover svg path {
    fill: #e31d34
  }
  #menu-btn-checkbox:checked ~ #menu-btn .bars-icon {
    opacity: 1;
    visibility: visible
  }
  #menu-btn-checkbox:checked ~ #menu-btn .close-icon {
    opacity: 0;
    visibility: hidden
  }
  #ym-nav {
    margin-right: 44px
  }
  #menu-btn-checkbox:checked ~ #ym-nav {
    opacity: 0;
    visibility: hidden
  }
  #ym-nav ul li:last-child .nav-link {
    padding-right: 0
  }
}
@media only screen and (max-width:1199px) {
  #ym-nav {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }
  #menu-btn {
    display: block !important;
    font-size: 22px;
    cursor: pointer;
    z-index: 9999
  }
  #menu-btn-checkbox:checked ~ #ym-nav {
    text-align: center;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
    padding: 3rem 0
  }
  #ym-nav ul:nth-child(1) {
    margin-left: 0
  }
  #menu-btn-checkbox:checked ~ #ym-nav ul li {
    margin: .5em 0
  }
  #menu-btn-checkbox:checked ~ #ym-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
  }
  #menu-btn-checkbox:checked ~ #ym-nav > ul:nth-child(2) {
    display: none
  }
  #menu-btn-checkbox:checked ~ #ym-nav > ul li .nav-link:before {
    content: none
  }
  #ym-nav ul li .ym-cta {
    margin-left: 0
  }
}
@media only screen and (max-width:1199px) {
  #menu-btn-checkbox:checked ~ #menu-btn {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px
  }
  .close-icon {
    opacity: 0;
    visibility: hidden
  }
  #menu-btn-checkbox:checked ~ #menu-btn .close-icon {
    opacity: 1;
    visibility: visible
  }
  #menu-btn-checkbox:checked ~ #menu-btn .bars-icon {
    opacity: 0;
    visibility: hidden
  }
}
@media only screen and (min-width:768px) and (max-width:1199px) {
  #ym-header .navbar-cobrand {
    margin-right: auto
  }
}
@media only screen and (max-width:991px) {
  #ym-header .navbar-brand {
    width: 120px;
    height: 60px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #ym-header .navbar-cobrand {
    margin-top: 0
  }
  #ym-header .navbar-cobrand .slash {
    font-size: 36px
  }
  #ym-header .navbar-cobrand img {
    width: 90px
  }
}
@media only screen and (max-width:767px) {
  #ym-header .navbar-cobrand {
    position: absolute;
    left: 93px;
    top: 121px;
    background: rgba(226, 226, 226, .6);
    height: 60px;
    width: 227px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
  }
  #ym-header .navbar-cobrand:after {
    content: '';
    position: absolute;
    left: -53px;
    top: 0;
    width: 53px;
    height: 60px;
    background: #343133
  }
  #ym-header .navbar-cobrand:before {
    content: '';
    position: absolute;
    left: -93px;
    top: 0;
    width: 40px;
    height: 60px;
    background: #e31d34
  }
  #ym-header .navbar-cobrand .desc {
    display: inline-block
  }
  #ym-header .navbar-cobrand .slash {
    display: none
  }
  #ym-header .navbar-cobrand img {
    mix-blend-mode: darken;
    width: 81px;
    height: 36px
  }
}
#ym-footer {
  padding: 108px 0 95px
}
.footer-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.footer-links ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 77px
}
.footer-links .footer-item .footer-link {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .01em;
  color: #222021;
  padding: 5px 20.5px;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}
.footer-links .footer-item .footer-link:focus, .footer-links .footer-item .footer-link:hover, .footer-links .footer-item.active .footer-link {
  color: #e31d34
}
.footer-links .footer-item .footer-link:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 25px;
  background-color: #e31d34;
  width: 0;
  height: 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0
}
.footer-links .footer-item .footer-link:focus:before, .footer-links .footer-item .footer-link:hover:before, .footer-links .footer-item.active .footer-link:before {
  visibility: visible;
  opacity: 1;
  width: 20px
}
.main-footer {
  border-top: 1px solid rgba(166, 166, 166, .6);
  border-bottom: 1px solid rgba(166, 166, 166, .6);
  padding: 36px 0;
  margin: 33px 0 0
}
.main-footer .row1 {
  padding-left: 0
}
.footer-brand {
  width: 195.65px;
  height: 40px;
  background: url(../img/common/yamada-logo.svg) center/contain no-repeat
}
.copyright {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .01em;
  color: #585657;
  padding-left: 33px
}
.copyright a {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .01em;
  color: #585657
}
.copyright a:hover {
  color: #e31d34
}
.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.social-links .social-link {
  display: inline-block
}
.social-links .social-link:last-child {
  margin-right: 83px
}
.social-links .social-link img, .social-links .social-link svg {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain
}
.social-links .social-link svg path {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.social-links .social-link:focus svg path, .social-links .social-link:hover svg path {
  fill: #1c2226
}
.social-links .social-link span {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a6a6a6;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  margin-left: 12px
}
.social-links .social-link:focus span, .social-links .social-link:hover span {
  color: #343133
}
@media only screen and (max-width:991px) {
  #ym-footer {
    padding: 81px 0 39px
  }
  .main-footer {
    padding: 60px 0 0;
    margin: 0;
    border-bottom: none
  }
  .main-footer .row1 {
    padding-left: 15px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .main-footer .row2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .main-footer .row3 {
    padding-right: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .footer-brand {
    margin: 0 auto 50px;
    max-width: 293.48px;
    width: 100%;
    height: 59.97px
  }
  .footer-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px
  }
  .footer-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0
  }
  .footer-links ul .footer-item {
    padding-bottom: 28px
  }
  .footer-links .footer-item .footer-link:before {
    content: none
  }
  .copyright {
    text-align: center;
    padding-left: 0
  }
  .social-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .social-links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 63px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .social-links .social-link, .social-links .social-link:last-child {
    margin: 0
  }
}
#home-page {
  background: url(../img/home/home-bg.png) top center/contain no-repeat
}
@media only screen and (max-width:767px) {
  #home-page {
    background: url(../img/home/home-bg.png) top right no-repeat
  }
}
#home-hero {
  padding: 42px 0 0
}
#home-hero .heading {
  text-align: left
}
#home-hero .heading h1 {
  max-width: 1072px;
  margin-bottom: 42px
}
#home-hero .heading .description {
  max-width: 485px
}
.solutions-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 904px;
  margin-top: 29px;
  margin-left: -44px
}
.solution-item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  -moz-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  height: 200px;
  min-width: 220px;
  margin: 0 10px;
  padding: 42px 25px 50px 25px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.solution-item.s-item1 {
  width: 324px
}
.solution-item.s-item2 {
  width: 300px
}
.solution-item:hover {
  background: #e31d34;
  -webkit-box-shadow: 0 40px 60px rgba(88, 86, 87, .4);
  -moz-box-shadow: 0 40px 60px rgba(88, 86, 87, .4);
  box-shadow: 0 40px 60px rgba(88, 86, 87, .4)
}
.solution-item .title {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #222021;
  letter-spacing: .01em;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.solution-item .desc {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .01em;
  color: #585657;
  opacity: .8;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.arrow-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 7px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.arrow-icon img, .arrow-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.arrow-icon svg path {
  fill: #1d1d1d;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
#home-help .cta-link:hover .arrow-icon, .cta-link:hover .arrow-icon {
  margin-left: 10px
}
.solution-item:hover .title .arrow-icon {
  margin-left: 14px
}
.solution-item:hover .desc, .solution-item:hover .title {
  color: #fff
}
.solution-item:hover .arrow-icon svg path {
  fill: #fff
}
.hero-info {
  margin-top: -159px
}
.hero-info .container {
  position: relative
}
.hero-showcase {
  margin: 0 auto 0;
  height: 774px;
  width: 1600px
}
.hero-showcase img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.hero-stats {
  position: relative;
  padding: 109px 0 108px
}
.hero-stats:before {
  content: '';
  width: 100%;
  max-width: 1600px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(226, 226, 226, .4)
}
.hero-stats .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.hero-stats .stat-item {
  margin: 0 53px
}
.hero-stats .stat-item .num {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 64px;
  color: #222021;
  margin-bottom: 8px
}
.hero-stats .stat-item .text {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585657
}
#home-bridge {
  padding: 202px 0 0
}
#home-bridge .heading {
  margin-bottom: 12px
}
#home-bridge .heading h2 {
  margin-bottom: 15px
}
#home-bridge .heading .description {
  color: #343133;
  max-width: 806px;
  margin: 0 auto
}
.home-bridge-with-bg {
  height: 833px;
  text-align: center;
  background: url(../img/home/bridge-bg.png) center top no-repeat;
  padding-top: 319px
}
.home-bridge-with-bg .brand-img {
  background: url("../img/common/ycg-logo.svg") center/contain no-repeat;
  width: 105px;
  height: 65px;
  margin: 0 auto 30px
}
.home-bridge-with-bg .description {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #343133;
  max-width: 506px;
  margin: 0 auto
}
#home-research {
  padding-bottom: 215px
}
#home-research .heading {
  text-align: left;
  padding-left: 230px
}
#home-research .heading .description-sm {
  margin-bottom: 22px;
  max-width: 631px;
  margin-left: 18px
}
#home-research .heading .description-sm:last-child {
  margin-bottom: 0
}
#home-help {
  padding: 70px 0 0
}
#home-help .heading {
  text-align: left;
  max-width: 900px;
  margin: 0 auto
}
#home-help .heading h2 {
  color: #e31d34
}
#home-help .text-content h3 {
  margin-bottom: 16px
}
#home-help .text-content .description {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343133
}
#home-help .text-content .cta-links {
  margin-top: 33px
}
#home-help .feature-icon {
  width: 180px;
  height: 196px;
  margin: 0 auto
}
#home-help .cta-link .arrow-icon {
  margin-left: 5px
}
#home-help .cta-link .arrow-icon svg path {
  fill: #e31d34
}
#home-help .text-content h3 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  color: #222021
}
#home-help .section1 {
  padding: 72px 215px 118px;
  border-bottom: 1px solid rgba(166, 166, 166, .6)
}
#home-help .section2 {
  padding: 88px 215px 58px;
  border-bottom: 1px solid rgba(166, 166, 166, .6)
}
#home-help .section3 {
  padding: 83px 215px 77px
}
#home-help .section1, #home-help .section2, #home-help .section3 {
  margin: 0
}
#home-help .section2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
#home-help .section1 .feature-icon {
  background: url(../img/icons/management-consulting-icon.svg) center/contain no-repeat
}
#home-help .section2 .feature-icon {
  background: url(../img/icons/merger-acquisition-icon.svg) center/contain no-repeat
}
#home-help .section3 .feature-icon {
  margin-top: 35px;
  background: url(../img/icons/market-research-icon.svg) center/contain no-repeat
}
#home-help .section1 .text-content {
  max-width: 475px
}
#home-help .section2 .text-content {
  max-width: 454px;
  margin-left: auto
}
#home-help .section3 .text-content {
  max-width: 453px
}
.case-studies-section {
  margin: 0 0 -136px;
  padding: 70px 0 338px;
  position: relative
}
.case-studies-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 1600px;
  background: rgba(226, 226, 226, .4);
  z-index: -1
}
.case-studies-section .heading {
  max-width: 1110px;
  margin: 0 auto;
  text-align: left;
  padding-left: 80px;
  margin-bottom: 65px
}
.case-studies-items {
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.case-studies-item {
  margin: 0 auto;
  max-width: 350px;
  position: relative
}
.case-studies-item .visual-content {
  max-width: 350px;
  width: 100%;
  height: 180px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  margin-bottom: 43px;
  overflow: hidden
}
.case-studies-item .visual-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #e31d34;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1
}
.case-studies-item:focus .visual-content:before, .case-studies-item:hover .visual-content:before {
  opacity: 1;
  visibility: visible
}
.case-studies-item .visual-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.case-studies-item:focus .visual-content img, .case-studies-item:hover .visual-content img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.case-studies-item .text-content .category {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #e31d34;
  letter-spacing: 1pt;
  margin-bottom: 21px
}
.case-studies-item .text-content .title {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #222021
}
.case-studies-item .text-content .sub-title {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #222021;
  margin-bottom: 26px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.case-studies-item .text-content .description {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585657;
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}
.case-studies-item .text-content .cta-link {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #e31d34
}
.case-studies-item .text-content .cta-link .arrow-icon {
  margin-left: 5px;
  width: 6px;
  height: 10px
}
.case-studies-item .text-content .cta-link .arrow-icon svg path {
  fill: #e31d34
}
.case-studies-item:hover .text-content .cta-link .arrow-icon {
  margin-left: 10px
}
@media only screen and (max-width:991px) {
  #home-hero {
    padding-top: 5px
  }
  #home-hero .heading h1 {
    margin-bottom: 40px
  }
  #home-hero .heading .description, #home-hero .heading h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto
  }
  #home-hero .hero-showcase {
    height: 498px;
    background: url(../img/home/hero-bg@2x.jpg) left -100px bottom no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
  }
  .hero-showcase {
    width: 100%
  }
  #home-hero .hero-showcase img {
    display: none
  }
  .hero-info {
    margin-top: -4px
  }
  .solutions-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px
  }
  .solution-item {
    width: 100% !important;
    min-width: 100%;
    margin: 0 0 20px;
    height: auto;
    padding-bottom: 39px
  }
  .hero-stats {
    padding: 66px 0 67px
  }
  .hero-stats .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .hero-stats .stat-item {
    text-align: center;
    margin-bottom: 85px
  }
  .hero-stats .stat-item:last-child {
    margin-bottom: 0
  }
  .hero-stats .stat-item .num {
    margin-bottom: -4px
  }
  #home-bridge {
    padding-top: 163px
  }
  .home-bridge-with-bg {
    height: 440px;
    background: url(../img/home/bridge-bg-sm.png) center top -95px no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding-top: 137px
  }
  .home-bridge-with-bg .brand-img {
    margin-bottom: 50px
  }
  #home-research {
    padding-top: 91px;
    padding-bottom: 130px
  }
  #home-research .heading {
    text-align: center;
    padding-left: 0
  }
  #home-research .heading h2 {
    margin-bottom: 41px
  }
  #home-research .heading .description-sm {
    margin-left: auto;
    margin-right: auto
  }
  #home-help .section1, #home-help .section2, #home-help .section3 {
    padding-left: 0;
    padding-right: 0
  }
  #home-help .text-content {
    margin-left: auto;
    margin-right: auto
  }
  #home-help {
    padding-top: 92px
  }
  #home-help, #home-help .heading {
    text-align: center
  }
  #home-help .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  #home-help .section1 {
    padding-top: 45px
  }
  #home-help .section1, #home-help .section2 {
    padding-bottom: 56px
  }
  #home-help .section2, #home-help .section3 {
    padding-top: 56px
  }
  #home-help .feature-icon {
    height: 164px;
    width: 160px;
    margin-bottom: 40px
  }
  #home-help .text-content h3 {
    margin-bottom: 26px
  }
  #home-help .text-content .cta-links {
    margin-top: 29px
  }
  #home-page .clients-section {
    margin-bottom: 0
  }
  #home-page .clients-section .clients-visuals .visual {
    margin-bottom: 0
  }
  .case-studies-section {
    padding: 93px 0 156px
  }
  .case-studies-section .heading {
    text-align: center;
    padding-left: 0;
    margin-bottom: 51px
  }
  .case-studies-item {
    text-align: center;
    margin-bottom: 80px
  }
}
@media only screen and (max-width:618px) {
  .home-bridge-with-bg {
    height: 388px
  }
}
@media only screen and (min-width:415px) and (max-width:562px) {
  .home-bridge-with-bg {
    -moz-background-size: 562px;
    -o-background-size: 562px;
    background-size: 562px
  }
}
@media only screen and (max-width:414px) {
  .home-bridge-with-bg {
    -moz-background-size: 414px;
    -o-background-size: 414px;
    background-size: 414px;
    background-position: center top;
    height: 480px
  }
}
#case-study-page {
  background: url(../img/home/home-bg.png) top center/contain no-repeat
}
@media only screen and (max-width:767px) {
  #case-study-page {
    background: url(../img/home/home-bg.png) top right no-repeat
  }
}
#case-study-hero {
  padding: 29px 0 110px
}
#case-study-hero .text-content {
  padding: 46px 0 0 0;
  max-width: 600px
}
#case-study-hero .text-content h6 {
  margin-bottom: 47px
}
#case-study-hero .text-content h2 span {
  margin-bottom: 7px;
  display: inline-block
}
#case-study-hero .text-content h2 {
  margin-bottom: 24px
}
#case-study-hero .text-content .description {
  max-width: 503px
}
#case-study-hero .visual-content {
  position: relative
}
#case-study-hero .visual-content:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 600px;
  height: 40px;
  background: #e2e2e2;
  opacity: .8
}
#case-study-hero .visual-content:after {
  content: '';
  position: absolute;
  right: -68px;
  top: 140px;
  width: 137.14px;
  height: 480px;
  background: url(../img/common/dots.svg) center/contain no-repeat
}
#case-study-challenge {
  padding: 70px 0 59px
}
.challenge-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 48px;
  background: url(../img/icons/challenge-icon.svg) center/contain no-repeat
}
#case-study-challenge .heading {
  margin-bottom: 80px
}
#case-study-challenge .heading h2 {
  margin-bottom: 15px
}
#case-study-challenge .heading .description {
  margin-bottom: 10px
}
#case-study-challenge .heading .description-sm {
  max-width: 766px;
  margin: 0 auto
}
.details-list h6 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #222021;
  margin-bottom: 27px
}
.details-list ul li {
  position: relative;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #585657;
  padding-left: 37px;
  margin-bottom: 23px
}
.details-list ul li:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background: #e31d34;
  left: 0;
  top: 9px
}
#case-study-challenge .details-list {
  min-height: 480px;
  padding-top: 23px;
  position: relative;
  max-width: 861px;
  margin: 0 auto
}
#case-study-challenge .details-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #e31d34;
  height: 480px;
  width: 1px
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  #case-study-challenge .details-list:after {
    width: 2px
  }
}
@media only screen and (min-width:1200px) and (max-width:1439px) {
  #case-study-challenge .details-list:after {
    width: 2px
  }
}
@media only screen and (min-width:1440px) and (max-width:1680px) {
  #case-study-challenge .details-list:after {
    width: 2px
  }
}
#case-study-challenge .details-list ul {
  max-width: 356px
}
#case-study-challenge .details-list .row2 h6, #case-study-challenge .details-list .row2 ul {
  margin-left: 63px
}
#case-study-solution {
  padding: 0 0 50px
}
.solution-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 47px;
  background: url(../img/icons/solution-icon.svg) center/contain no-repeat
}
#case-study-solution .heading h2 {
  margin-bottom: 15px
}
#case-study-solution .heading .description {
  max-width: 766px;
  margin: 0 auto 40px
}
#case-study-solution .heading .description-sm {
  max-width: 766px;
  margin: 0 auto
}
#case-study-results {
  padding: 73px 0 0
}
.results-content {
  padding: 137px 0 135px;
  background: #222021;
  -webkit-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  -moz-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  position: relative
}
.results-content:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/case-studies/result-bg.png) left -46px top no-repeat;
  -moz-background-size: 106%;
  -o-background-size: 106%;
  background-size: 106%
}
.title-content {
  text-align: center;
  padding: 57px 0 0 26px
}
.title-content h2 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 28px;
  color: #e31d34;
  margin-bottom: 10px
}
.title-content h1 {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 160px;
  line-height: 76px;
  letter-spacing: -.02em;
  color: #fff;
  padding-left: 18px
}
#case-study-results .details-list {
  max-width: 356px;
  margin: 0 0 0 104px
}
#case-study-results .details-list h6 {
  margin-bottom: 0
}
#case-study-results .details-list ul {
  padding: 27px 0 0 0
}
#case-study-results .details-list h6, #case-study-results .details-list ul li {
  color: #fff
}
#case-study-results .details-list .sub-title {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 10px
}
.us-dairy-page #case-study-results .details-list, .us-potatoes-page #case-study-results .details-list {
  max-width: 416px
}
.us-potatoes-page .results-content {
  padding: 107px 0 82px
}
.us-dairy-page .results-content {
  padding: 107px 0 127px
}
@media only screen and (max-width:991px) {
  #case-study-hero .text-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px
  }
  #case-study-hero .text-content h6 {
    margin-bottom: 41px
  }
  #case-study-hero .text-content h2 span {
    margin-bottom: 14px
  }
  #case-study-hero .text-content .description {
    margin-left: auto;
    margin-right: auto
  }
  #case-study-hero .visual-content {
    width: 100%;
    max-width: 100%;
    height: 366px
  }
  #case-study-hero .visual-content:after {
    right: 31px;
    top: -72px;
    width: 57.14px;
    height: 200px;
    z-index: -1
  }
  #case-study-hero .visual-content:before {
    width: 387px;
    right: auto;
    left: 0
  }
  #case-study-hero .text-content h2 {
    margin-bottom: 37px
  }
  #case-study-results .details-list {
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }
  #case-study-results .details-list ul li {
    padding-left: 0;
    padding-top: 2px
  }
  #case-study-results .details-list ul li:before {
    padding-left: 0;
    right: 0;
    margin: auto;
    top: -15px
  }
  .us-potatoes-page .results-content {
    padding: 76px 0 43px
  }
  .title-content {
    padding: 0;
    margin-bottom: 52px
  }
  .title-content h2 {
    margin-bottom: 34px
  }
  #case-study-challenge .details-list {
    min-height: unset;
    margin-bottom: 39px
  }
  #case-study-results .details-list ul {
    margin-top: 45px
  }
  .details-list ul li {
    margin-bottom: 23px
  }
  #case-study-challenge {
    padding: 50px 0 9px
  }
  .challenge-icon {
    margin-bottom: 44px
  }
  #case-study-challenge .heading {
    margin-bottom: 34px
  }
  #case-study-challenge .heading h2 {
    margin-bottom: 23px
  }
  #case-study-challenge .heading .description {
    margin-bottom: 25px
  }
  #case-study-challenge .details-list:after {
    content: none
  }
  #case-study-challenge .details-list h6 {
    text-align: center
  }
  #case-study-challenge .details-list .row2 h6, #case-study-challenge .details-list .row2 ul {
    margin-left: 0
  }
  #case-study-solution {
    padding-top: 69px
  }
  #case-study-solution .heading h2 {
    margin-bottom: 19px
  }
  #case-study-solution .heading .description {
    margin-bottom: 30px
  }
  #case-study-results {
    padding-top: 28px
  }
  .results-content {
    padding: 74px 20px 31px
  }
  .title-content {
    margin-bottom: 27px
  }
  .title-content h2 {
    margin-bottom: 2px
  }
  .title-content h1 {
    padding-left: 0
  }
}
@media only screen and (max-width:767px) {
  #case-study-challenge .details-list ul {
    margin: 0 auto 63px !important
  }
  #case-study-challenge .details-list {
    margin-bottom: 0
  }
}
#services-page {
  background: url(../img/home/home-bg.png) top center/contain no-repeat
}
@media only screen and (max-width:767px) {
  #services-page {
    background: url(../img/home/home-bg.png) top right no-repeat
  }
}
#services-hero {
  padding: 75px 0 30px
}
#services-hero .visual-content {
  margin-top: 70px;
  width: 233.34px;
  height: 280px
}
#services-hero .visual-content img, #services-hero .visual-content svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
#services-hero .row2 .text-content {
  margin-left: 113px
}
#services-hero .text-content h2 {
  margin-bottom: 29px;
  max-width: 500px
}
#services-hero .text-content .description {
  max-width: 891px
}
#services-info {
  padding: 47px 0 39px;
  margin-top: 0
}
#services-info .hero-showcase {
  height: 640px;
  position: relative
}
#services-info .hero-showcase:before {
  content: '';
  position: absolute;
  right: -68px;
  top: 81px;
  width: 137.14px;
  height: 480px;
  background: url(../img/common/dots.svg) center/contain no-repeat
}
#services-details {
  padding: 46px 0 18px
}
#services-details .heading {
  margin-bottom: 66px
}
#services-details .heading h2 {
  margin-bottom: 31px
}
#services-details .heading .description {
  max-width: 774px;
  margin: 0 auto 27px
}
#services-details .heading .description-sm {
  max-width: 730px;
  margin: 0 auto 24px
}
#services-details .heading .description-sm:last-child {
  margin: 0 auto 0
}
#services-details .v-divider-sm {
  margin-bottom: 80px
}
.services-items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.service-item {
  max-width: 380px;
  margin: 0 auto 130px
}
.service-visual {
  width: 61px;
  height: 40px;
  margin: 0 auto 36px
}
.service-text {
  text-align: center
}
.service-text .title {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #222021;
  margin-bottom: 15px
}
.service-text .description {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585657
}
.mc-icon {
  background: url(../img/icons/management-consulting-icon.svg) center/contain no-repeat;
  width: 180px;
  height: 196px;
  margin: 0 auto
}
.ma-icon {
  background: url(../img/icons/merger-acquisition-icon.svg) center/contain no-repeat;
  width: 180px;
  height: 196px;
  margin: 0 auto
}
.mr-icon {
  background: url(../img/icons/market-research-icon.svg) center/contain no-repeat;
  width: 180px;
  height: 196px;
  margin: 0 auto
}
.mc-details .service-item.si1 .service-visual {
  background: url(../img/icons/services/mc/1.svg) center/contain no-repeat
}
.mc-details .service-item.si2 .service-visual {
  background: url(../img/icons/services/mc/2.svg) center/contain no-repeat
}
.mc-details .service-item.si3 .service-visual {
  background: url(../img/icons/services/mc/3.svg) center/contain no-repeat
}
.mc-details .service-item.si4 .service-visual {
  background: url(../img/icons/services/mc/4.svg) center/contain no-repeat
}
.mc-details .service-item.si5 .service-visual {
  background: url(../img/icons/services/mc/5.svg) center/contain no-repeat
}
.mc-details .service-item.si6 .service-visual {
  background: url(../img/icons/services/mc/6.svg) center/contain no-repeat
}
.mc-details .service-item.si7 .service-visual {
  background: url(../img/icons/services/mc/7.svg) center/contain no-repeat
}
.mc-details .service-item.si8 .service-visual {
  background: url(../img/icons/services/mc/8.svg) center/contain no-repeat
}
.mr-details .service-item.si1 .service-visual {
  background: url(../img/icons/services/mr/1.svg) center/contain no-repeat
}
.mr-details .service-item.si2 .service-visual {
  background: url(../img/icons/services/mr/2.svg) center/contain no-repeat
}
.mr-details .service-item.si3 .service-visual {
  background: url(../img/icons/services/mr/3.svg) center/contain no-repeat
}
.mr-details .service-item.si4 .service-visual {
  background: url(../img/icons/services/mr/4.svg) center/contain no-repeat
}
.mr-details .service-item.si5 .service-visual {
  background: url(../img/icons/services/mr/5.svg) center/contain no-repeat
}
.mr-details .service-item.si6 .service-visual {
  background: url(../img/icons/services/mr/6.svg) center/contain no-repeat
}
.mr-details .service-item.si7 .service-visual {
  background: url(../img/icons/services/mr/7.svg) center/contain no-repeat
}
.mr-details .service-item.si8 .service-visual {
  background: url(../img/icons/services/mr/8.svg) center/contain no-repeat
}
.mr-details .service-item.si9 .service-visual {
  background: url(../img/icons/services/mr/9.svg) center/contain no-repeat
}
.mr-details .service-item.si10 .service-visual {
  background: url(../img/icons/services/mr/10.svg) center/contain no-repeat
}
.mr-details .service-item.si11 .service-visual {
  background: url(../img/icons/services/mr/11.svg) center/contain no-repeat
}
.mr-details .service-item.si12 .service-visual {
  background: url(../img/icons/services/mr/12.svg) center/contain no-repeat
}
.mr-details .service-item.si13 .service-visual {
  background: url(../img/icons/services/mr/13.svg) center/contain no-repeat
}
.mr-details .service-item.si14 .service-visual {
  background: url(../img/icons/services/mr/14.svg) center/contain no-repeat
}
.mr-details .service-item.si15 .service-visual {
  background: url(../img/icons/services/mr/15.svg) center/contain no-repeat
}
.ma-details .service-item.si1 .service-visual {
  background: url(../img/icons/services/ma/1.svg) center/contain no-repeat
}
.ma-details .service-item.si2 .service-visual {
  background: url(../img/icons/services/ma/2.svg) center/contain no-repeat
}
.ma-details .service-item.si3 .service-visual {
  background: url(../img/icons/services/ma/3.svg) center/contain no-repeat
}
.ma-details .service-item.si4 .service-visual {
  background: url(../img/icons/services/ma/4.svg) center/contain no-repeat
}
.ma-details .service-item.si5 .service-visual {
  background: url(../img/icons/services/ma/5.svg) center/contain no-repeat
}
.ma-details .service-item.si6 .service-visual {
  background: url(../img/icons/services/ma/6.svg) center/contain no-repeat
}
@media only screen and (min-width:1200px) and (max-width:1439px) {
  #services-hero .row2 .text-content {
    margin-left: 102px
  }
}
@media only screen and (max-width:991px) {
  #services-hero {
    text-align: center;
    padding-bottom: 44px
  }
  #services-hero .row2 .text-content, #services-hero .text-content h2 {
    margin-left: auto;
    margin-right: auto
  }
  #services-hero .visual-content {
    margin: 0 auto 41px;
    height: 200px
  }
  #services-hero .text-content h6 {
    margin-bottom: 42px
  }
  #services-hero .text-content h2 {
    margin-bottom: 16px
  }
  #services-info .hero-showcase:before {
    right: 31px;
    top: -72px;
    width: 57.14px;
    height: 200px;
    z-index: -1
  }
  #services-info .hero-showcase {
    height: 366px
  }
  #services-info {
    padding-bottom: 60px
  }
  #services-details {
    padding: 63px 0 83px
  }
  .service-item {
    margin-bottom: 55px
  }
  .service-visual {
    margin-bottom: 40px
  }
  .service-text .title {
    margin-bottom: 21px
  }
}
#contact-page {
  background: url(../img/contact/hero-map-locations.svg) top center/contain no-repeat
}
@media only screen and (max-width:767px) {
  #contact-page {
    background: url(../img/contact/hero-map-locations.svg) top left no-repeat
  }
}
#contact-hero {
  padding: 270px 0 420px;
  background: url(../img/contact/hero-map-locations.svg) top center no-repeat;
  background-size: 100%
}
#contact-hero .text-content h6 {
  margin-bottom: 48px
}
#contact-hero .text-content h2 {
  margin-bottom: 45px;
  max-width: 591px
}
#contact-hero .text-content .description {
  max-width: 503px
}
#contact-work {
  padding: 116px 0 0
}
.work-together-icon {
  width: 142px;
  height: 80px;
  margin: 0 auto 47px;
  background: url(../img/icons/handshake-icon.svg) center/contain no-repeat
}
#contact-work .heading {
  margin-bottom: 80px
}
#contact-work .heading .h2 {
  margin-bottom: 15px
}
#contact-work .heading .description {
  max-width: 806px;
  margin: 13px auto 8px
}
#contact-work .main-title {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #222021;
  position: relative;
  margin-bottom: 64px
}
#contact-work .main-title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #a6a6a6;
  opacity: .6;
  width: 60px;
  height: 2px
}
.solution-boxes {
  max-width: 1168px;
  margin: 0 auto
}
.contact-help {
  padding-bottom: 158px
}
.solution-box {
  cursor: pointer;
  max-width: 376px;
  width: 100%;
  height: 470px;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  -moz-box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  box-shadow: 0 10px 40px rgba(166, 166, 166, .2);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  padding: 40px 30px 50px;
  margin: 0 auto
}
.solution-box:hover {
  background: #e31d34;
  -webkit-box-shadow: 0 40px 60px rgba(88, 86, 87, .4);
  -moz-box-shadow: 0 40px 60px rgba(88, 86, 87, .4);
  box-shadow: 0 40px 60px rgba(88, 86, 87, .4)
}
.solution-box:hover .box-text .description, .solution-box:hover .box-text .title {
  color: #fff !important
}
.solution-box:hover .box-visual svg path {
  fill: #fff
}
.solution-box.selected {
  background: #e31d34;
  -webkit-box-shadow: 0 40px 60px rgba(88, 86, 87, .4);
  -moz-box-shadow: 0 40px 60px rgba(88, 86, 87, .4);
  box-shadow: 0 40px 60px rgba(88, 86, 87, .4)
}
.solution-box .box-visual svg path {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.solution-box.selected .box-visual svg path {
  fill: #fff
}
.solution-box.selected .box-text .title {
  color: #fff
}
.solution-box.selected .box-text .description {
  color: #fff;
  opacity: .8
}
.solution-box .box-visual {
  width: 120px;
  height: 123px;
  margin: 0 auto 48px
}
.solution-box .box-visual img, .solution-box .box-visual svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.solution-box .box-text {
  margin-bottom: 39px
}
.solution-box .box-text .title {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #222021;
  margin-bottom: 7px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.solution-box .box-text .description {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585657;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.solution-box .box-input input {
  display: none
}
.solution-box .box-input label {
  width: 36px;
  height: 36px;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 3px solid #a6a6a6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}
.solution-box .box-input label:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icons/check.svg) center/contain no-repeat;
  width: 22px;
  height: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}
.solution-box .box-input label:after {
  content: '';
  position: absolute;
  left: -19px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 16px solid rgba(255, 255, 255, .6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  mix-blend-mode: overlay
}
.solution-box .box-input input:checked ~ label {
  border: 3px solid #222021
}
.solution-box .box-input input:checked ~ label:before {
  opacity: 1;
  visibility: visible
}
.solution-box .box-input input:checked ~ label:after {
  opacity: 1;
  visibility: visible
}
.contact-details .form-row {
  margin-right: -10px;
  margin-left: -10px
}
.contact-details .form-row > .col, .contact-details .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}
.contact-details {
  padding-bottom: 78px
}
#contact-work .contact-details .main-title {
  margin-bottom: 71px
}
.contact-forms {
  max-width: 600px;
  margin: 0 auto
}
.contact-forms .form-group {
  margin-bottom: 33px
}
.contact-forms label {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #343133;
  display: block;
  letter-spacing: 1pt
}
.contact-forms .form-control {
  border: 2px solid #a6a6a6;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #141313;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.contact-forms .form-control::-webkit-input-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 75px;
  color: #141313
}
.contact-forms .form-control::-moz-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 75px;
  color: #141313
}
.contact-forms .form-control:-ms-input-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 75px;
  color: #141313
}
.contact-forms .form-control::-ms-input-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 75px;
  color: #141313
}
.contact-forms .form-control:-moz-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 75px;
  color: #141313
}
.contact-forms .form-control::placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 75px;
  color: #141313
}
.contact-forms .form-control:focus {
  background: #fff;
  border: 2px solid #e31d34
}
.contact-submit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 46px
}
.contact-submit .ym-cta {
  width: 100%
}
.contact-budget {
  padding-bottom: 125px
}
.contact-timeline {
  padding-bottom: 125px
}
@media only screen and (min-width:992px) {
  .contact-select-input {
    display: none
  }
}
.contact-select-input {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto
}
.contact-select-input select {
  height: 50px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #141313;
  background: #fff;
  border: 2px solid #a6a6a6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.contact-select-input option {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center
}
.contact-select-input select:focus {
  border-color: #e31d34
}
#contact-work .contact-form-success .main-title {
  margin-bottom: 44px
}
#contact-work .contact-form-success .description-sm {
  max-width: 536px;
  margin: 0 auto 0
}
.form-group.has-error .form-control {
  background: #fff;
  border: 2px solid #e31d34
}
#contact-work .contact-help.has-error .main-title, #contact-work .contact-help.has-error .solution-box .box-text .description, #contact-work .contact-help.has-error .solution-box .box-text .title, .form-group.has-error label {
  color: #e31d34
}
#contact-work .contact-help.has-error .main-title:after {
  background: #e31d34
}
.error-msg {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #e31d34;
  display: none
}
.form-group.has-error .error-msg {
  display: inline-block
}
@media only screen and (max-width:991px) {
  #contact-hero {
    text-align: center;
    padding-bottom: 58px
  }
  #contact-hero .text-content .description, #contact-hero .text-content h2 {
    margin-left: auto;
    margin-right: auto
  }
  #contact-hero .text-content h2 {
    margin-bottom: 74px
  }
  #contact-hero .text-content h6 {
    margin-bottom: 42px
  }
  .solution-box {
    margin-bottom: 32px;
    height: 520px
  }
  #contact-work {
    padding-top: 57px
  }
  .work-together-icon {
    margin-bottom: 43px
  }
  #contact-work .heading .description, #contact-work .heading h2 {
    margin-bottom: 27px
  }
  #contact-work .heading {
    margin-bottom: 83px
  }
  .contact-forms .form-control, .contact-forms label {
    text-align: center
  }
  .contact-budget .estimation-slide, .contact-timeline .estimation-slide {
    display: none
  }
  .contact-budget, .contact-timeline {
    padding-bottom: 120px
  }
  .contact-details {
    padding-bottom: 87px
  }
  #contact-work .contact-budget .main-title, #contact-work .contact-timeline .main-title {
    margin-bottom: 44px
  }
  #contact-work .contact-about-project .main-title {
    margin-bottom: 51px
  }
  .contact-help {
    padding-bottom: 110px
  }
  #contact-work .contact-details .main-title {
    margin-bottom: 56px
  }
}
#about-page {
  background: url(../img/about/page-bg.png) top center/contain no-repeat
}
@media only screen and (max-width:767px) {
  #about-page {
    background: url(../img/home/home-bg.png) top right no-repeat
  }
}
#about-hero {
  padding: 75px 0 75px
}
#about-hero .visual-content {
  margin-top: 70px;
  width: 233.34px;
  height: 280px
}
#about-hero .visual-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
#about-hero .row1 .text-content {
  max-width: 441px
}
#about-hero .row2 .text-content {
  padding-top: 81px;
  margin-left: 39px
}
#about-hero .text-content h6 {
  margin-bottom: 66px
}
#about-hero .text-content h2 {
  margin-bottom: 117px
}
#about-hero .text-content .description {
  margin-bottom: 30px;
  max-width: 730px
}
#about-hero .text-content .description-sm {
  margin-bottom: 23px;
  max-width: 730px
}
.about-links ul li {
  padding-bottom: 20px
}
.cta-hero-link {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 32px;
  color: #222021;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  position: relative
}
.cta-hero-link:focus, .cta-hero-link:hover {
  color: #e31d34
}
.arrow-top-icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 2px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  right: -15px;
  top: -7px
}
.arrow-top-icon img, .arrow-top-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.cta-hero-link:focus .arrow-top-icon, .cta-hero-link:hover .arrow-top-icon {
  top: -10px;
  right: -18px
}
#about-hero .visual-section {
  background: url(../img/about/hero-bg@2x.png) left -200px bottom no-repeat;
  margin-top: -310px;
  margin-bottom: 0;
  -moz-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%
}
#about-company {
  padding: 74px 0 134px
}
#about-company .heading {
  margin-bottom: 90px
}
#about-company .heading h2 {
  max-width: 676px;
  margin: 0 auto 17px
}
#about-company .heading .description-sm {
  max-width: 539px;
  margin: 0 auto
}
.company-details .main-visual {
  width: 160px;
  height: 112px;
  margin: 0 auto 60px
}
.company-details .main-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.company-details .dividers {
  background: url(../img/about/dividers@2x.png) center/contain no-repeat;
  width: 732px;
  height: 161.5px;
  margin: 0 auto 19px
}
.company-details .sub-visuals {
  max-width: 1055px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around
}

.company-details .sub-visuals .sub-visual {
  width: 33% !important;
  height: 76px !important
}
.company-details .sub-visuals .sub-visual.sv1 {
  width: 401px;
  height: 61px
}
.company-details .sub-visuals .sub-visual.sv2 {
  width: 401px;
  height: 75px !important;
  margin-top: 8px
}
@media(max-width: 991px){
	.company-details .sub-visuals .sub-visual.sv2{
		margin: 0 10px;
	}
}
.company-details .sub-visuals .sub-visual.sv3 {
  width: 151.69px;
  height: 65px !important;
}
.company-details .sub-visuals .sub-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
#about-offices {
  padding: 155px 0 50px
}
#about-offices .heading {
  margin-bottom: 177px
}
#about-offices .heading h2 {
  margin-bottom: 20px
}
#about-offices .heading .description-sm {
  max-width: 684px;
  margin: 0 auto
}
.offices-row {
  padding: 0 140px;
  justify-content: center
}
.office-item {
  margin-bottom: 80px
}
.office-item .office-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 80px;
  height: 64px;
  margin-bottom: 20px;
  margin-left: -10px
}
.office-item .office-text {
  max-width: 280px
}
@media only screen and (max-width:991px) {
  .office-item .office-text {
    max-width: 100% !important
  }
  .media .media-middle {
    width: 100% !important
  }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .social-links .social-link:last-child {
    margin-right: 0 !important
  }
  .copyright {
    padding-left: 0 !important
  }
}
.office-text .main-text {
  margin-bottom: 26px
}
.office-text .main-text .title {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #222021;
  margin-bottom: 7px
}
.office-text .main-text .description {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343133
}
.office-text .address-text {
  margin-bottom: 26px
}
.office-text .address-text p {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343133
}
.office-text .number-text p {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343133
}
.office-text .number-text p span {
  font-weight: 700
}
.office-text .more-info {
  margin-top: 31px
}
.office-text .more-info .walk-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../img/icons/walk-icon.svg) center/contain no-repeat
}
.office-text .more-info p {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a6a6a6
}
#about-clientele {
  position: relative;
  margin: 0 0 -136px;
  padding: 93px 0 171px
}
#about-clientele:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 1600px;
  background: rgba(226, 226, 226, .4);
  z-index: -1
}
#about-clientele .heading {
  text-align: left;
  max-width: 640px;
  margin-bottom: 104px;
  margin-left: 190px
}
#about-clientele .heading h2 {
  margin-bottom: 20px
}
.clientele-visuals {
  max-width: 1243px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 37px
}
.clientele-visuals .visual {
  height: 108px;
  margin: 0 20px 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%
}
.clientele-visuals .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: darken
}
@media only screen and (min-width:992px) and (max-width:1680px) {
  #about-hero .visual-section {
    height: 888.6px;
    margin-top: -210px
  }
}
@media only screen and (max-width:991px) {
  #about-hero {
    text-align: center
  }
  #about-hero .text-content h6 {
    margin-bottom: 42px
  }
  #about-hero .text-content h2 {
    margin-bottom: 49px
  }
  #about-hero .row1 .text-content, #about-hero .row2 .text-content {
    margin-left: auto;
    margin-right: auto
  }
  #about-hero .row2 .text-content {
    padding-top: 28px
  }
  #about-hero .text-content .description-sm {
    margin-bottom: 27px
  }
  #about-hero .visual-section {
    margin-top: 0
  }
  .company-details .main-visual {
    width: 244.57px;
    height: 50px;
    margin-bottom: 124px
  }
  .company-details .dividers {
    width: 211px;
    height: 187px;
    margin: 0 auto 0;
    background: url(../img/about/dividers-sm@2x.png) center/contain no-repeat
  }
  .company-details .sub-visuals {
    margin-top: -111px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }
	@media(max-width: 991px){
		.company-details .sub-visuals{
			margin-top: -80px;
		}
	}
  .company-details .sub-visuals .sub-visual.sv1 {
    width: 124.76px;
    height: 86px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .company-details .sub-visuals .sub-visual.sv2 {
    width: 124.76px;
    height: 86px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 2;
    order: 2
  }
  .company-details .sub-visuals .sub-visual.sv3 {
    width: 124.92px;
    height: 56px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0
  }
  #about-clientele .heading {
    text-align: center;
    margin: 0 auto 95px
  }
  .clientele-visuals .visual {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 180px;
    height: 85px;
    margin-left: auto;
    margin-right: auto
  }
  #about-hero .visual-section {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left -216px center;
    height: 300.64px
  }
  #about-company {
    padding: 24px 0 88px
  }
  #about-company .heading h2 {
    margin-bottom: 42px
  }
  #about-company .heading {
    margin-bottom: 80px
  }
  #about-offices {
    padding: 85px 0 89px
  }
  #about-offices .heading {
    margin-bottom: 56px
  }
  .offices-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
  }
  .office-item {
    text-align: center;
    margin: 0 auto 50px
  }
  .office-item .office-visual {
    margin-left: auto;
    margin-right: auto
  }
  .office-text .more-info p {
    text-align: center
  }
  .office-item .office-visual img {
    margin-bottom: 18px
  }
  .office-text .main-text .title {
    margin-bottom: 5px
  }
  #about-clientele {
    padding: 111px 0 150px
  }
}
@media only screen and (max-width:375px) {
  .clientele-visuals .visual {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 150px
  }
}
.estimation-plans-side {
  display: block;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(96, 104, 122, .3)
}
.estimation-plans-title {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px
}
.estimation-plans-title h3 {
  color: #bac618;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 7px
}
.estimation-plans-title .description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px
}
.plans-total-estimation {
  padding: 0 40px 40px;
  width: 100%;
  max-width: 920px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.total-estimation-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 76px
}
.estimation-submit {
  margin-top: 0 !important;
  width: 300px;
  font-size: 15px;
  min-height: 60px;
  padding: 19px 33px 19px 40px !important;
  text-align: left
}
.estimation-submit .arrow-right {
  float: right;
  margin-top: 3px;
  margin-left: 30px !important;
  position: absolute;
  right: 33px
}
.total-estimation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 428px;
  padding-top: 26px
}
.total-estimation h4 {
  display: block
}
.total-clients-label {
  display: table-cell;
  vertical-align: middle
}
.total-clients-label p {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  letter-spacing: .16px;
  margin-bottom: 6px
}
.total-clients-label h4 {
  display: inline-block;
  color: #bac618;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2px;
  margin-right: 10px
}
.total-clients-label h5 {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2px
}
.total-estimation-label {
  display: table-cell;
  vertical-align: middle;
  text-align: right
}
.total-estimation-label h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .3px
}
.total-estimation-label h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .18px;
  margin-bottom: -6px
}
.plansBlock {
  display: table;
  background-color: #373738;
  background-image: -webkit-linear-gradient(127deg, rgba(227, 229, 234, .45) 0, rgba(35, 38, 39, .45) 100%);
  background-image: -webkit-linear-gradient(323deg, rgba(227, 229, 234, .45) 0, rgba(35, 38, 39, .45) 100%);
  background-image: -moz-linear-gradient(323deg, rgba(227, 229, 234, .45) 0, rgba(35, 38, 39, .45) 100%);
  background-image: -o-linear-gradient(323deg, rgba(227, 229, 234, .45) 0, rgba(35, 38, 39, .45) 100%);
  background-image: linear-gradient(127deg, rgba(227, 229, 234, .45) 0, rgba(35, 38, 39, .45) 100%);
  position: relative;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  padding: 68px 42px 58px;
  display: block;
  overflow: hidden;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px
}
.plansBlock .content {
  max-width: 913px;
  width: 100%;
  margin: 0 auto;
  z-index: 2
}
.plansBlock:before {
  position: absolute;
  content: '';
  left: -90px;
  top: 0;
  bottom: 0;
  background: url(../img/common/logo-bg.png) left center no-repeat;
  z-index: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 1066px;
  height: 100%
}
.plansplus {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 45%
}
.plansplus .title-basic {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .75px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 36px;
  display: inline-block;
  width: 80px;
  text-align: center
}
.plansplus .plus-img {
  position: absolute;
  left: 61%;
  top: 50%;
  margin-top: -11px
}
.plansplus .basic-plan-price {
  text-align: center;
  width: 132px
}
.plansplus .basic-plan-price h4 {
  color: #fff;
  font-size: 80px;
  font-weight: 100
}
.plansplus .basic-plan-price span {
  color: #fff;
  font-size: 18px;
  font-weight: 400
}
.plansTable {
  display: table-cell;
  vertical-align: middle;
  width: 494px
}
.plansTable .row {
  position: relative;
  height: 34px;
  margin: 0 0 12px;
  opacity: .4;
  color: #fff;
  display: table;
  width: 100%
}
.plansTable .row .cell {
  position: relative;
  width: 40%;
  height: 100%;
  padding: 0 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle
}
.plansTable .row .cell .plan-tier-name {
  display: inline-block;
  width: 69px;
  height: 28px;
  line-height: 28px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}
.plansTable .row .cell:first-child {
  width: 34%
}
.plansTable .row.headers {
  margin: 0 0 16px;
  opacity: 1
}
.plansTable .row.headers .cell {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .75px;
  color: #fff
}
.plansTable .row.plan {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.plansTable .row.enterprise {
  opacity: 1;
  width: 100%;
  margin-top: 18px;
  display: block;
  height: initial;
  padding: 0 2px
}
.plansTable .row.enterprise .cell-content {
  float: left;
  display: table;
  width: 100%;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .4);
  padding: 16px 20px
}
.plansTable .row.enterprise .cell-content h5 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 33.5%
}
.plansTable .row.enterprise .cell-content p {
  display: table-cell;
  vertical-align: middle;
  opacity: .6;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px
}
.plansTable .row.enterprise .cell-content p a {
  text-decoration: underline !important;
  color: #fff
}
.plansTable .row.enterprise.highlight .cell-content {
  background-color: #fff;
  border-color: #fff
}
.plansTable .row.enterprise.highlight .cell-content h5, .plansTable .row.enterprise.highlight .cell-content p, .plansTable .row.enterprise.highlight .cell-content p a {
  color: #373738
}
.plansTable .row.highlight {
  opacity: 1
}
.plansTable .row.highlight .plan-tier-name {
  background-color: #fff;
  color: #373738
}
.plansTable-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 118px
}
.plansTable-desc p {
  line-height: 20px
}
.estimation-slide {
  display: block;
  padding: 5px 0 32px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  min-height: 100px
}
.time-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 11px;
  background: url(../img/icons/time-icon.svg) center/contain no-repeat
}
.estimation-slide .info {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #222021;
  text-align: center;
  margin-top: 29px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#value1 {
  margin: 0 3px
}
#value2 {
  margin: 0 3px
}
.estimation-slide .info-pourcentage {
  opacity: .5;
  color: #8d8d96;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .14px;
  text-align: right;
  margin-top: 5px
}
.estimation-slide .custom-estimation-slide {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  height: 24px !important;
  background-color: #fff;
  padding: 0
}
.estimation-slide .noUi-connects, .estimation-slide .noUi-target {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}
.estimation-slide .noUi-horizontal {
  position: relative;
  width: 100%;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  height: 100% !important;
  border: 0;
  background: rgba(226, 226, 226, .6);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}
.estimation-slide .noUi-handle {
  cursor: pointer;
  border: 0;
  right: -26px !important;
  width: 50px !important;
  height: 50px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(../img/icons/drag.svg) no-repeat;
  background-color: transparent;
  margin-top: -7px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-position: -40px -29px
}
.estimation-slide .noUi-handle:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.estimation-slide .noUi-pips-horizontal {
  padding: 25px 0 10px;
  margin-top: 14px;
  cursor: default
}
.estimation-slide .noUi-marker-horizontal.noUi-marker-large {
  height: 12px;
  background: #a6a6a6;
  top: 11px
}
.estimation-slide .noUi-value-horizontal {
  font-family: Articulat CF;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #a6a6a6
}
.estimation-slide .noUi-handle:after, .estimation-slide .noUi-handle:before {
  display: none
}
.estimation-slide .noUi-origin {
  height: 100%
}
.estimation-slide .noUi-base {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}
.estimation-slide .noUi-connect {
  bottom: 0;
  margin: auto;
  background: #e31d34;
  height: 8px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}
.opacity-0 {
  opacity: 0 !important
}
@media all and (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5), all and (-webkit-min-device-pixel-ratio:2), all and (min--moz-device-pixel-ratio:2), all and (-o-min-device-pixel-ratio:2/1), all and (min-resolution:192dpi) {
  .estimation-slide .noUi-handle {
    background-image: url(../img/icons/drag.svg)
  }
}
@media only screen and (max-width:1199px) {
  .estimation-range-side {
    max-width: 545px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  #pricing-hero {
    padding: 101px 0 38px;
    background: url(../img/home/pricing-bg.png) left/contain no-repeat;
    background-color: #373738
  }
  #pricing-hero .container {
    padding: 0 15px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 960px !important;
    background: 0 0
  }
  .total-estimation-submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 26px
  }
}
.line-horizontal {
  display: block;
  margin: auto;
  background: #f0f0f0
}
.line-horizontal path {
  fill: #fe9b0e !important;
  stroke: #fe9b0e !important
}
@media only screen and (max-width:767px) {
  #pricing-hero .container {
    padding-left: 15px;
    padding-right: 15px;
    -moz-background-size: 1030px;
    -o-background-size: 1030px;
    background-size: 1030px;
    background-position: left -150px center
  }
  .pricing-content {
    padding: 0
  }
  .plans-total-estimation {
    text-align: center
  }
  .estimation-plans-title {
    margin-bottom: 30px;
    text-align: center
  }
  .total-estimation {
    margin: 0 auto 20px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .estimation-slide .info, .estimation-slide .info-pourcentage, .total-estimation-label {
    text-align: center
  }
  .estimation-submit {
    width: 230px;
    display: inline-block;
    padding: 19px 20px !important
  }
  .estimation-submit .arrow-right {
    position: absolute;
    right: 20px;
    float: none
  }
}
@media only screen and (max-width:767px) and (orientation:landscape) {
  .plansTable .row .cell {
    width: 34%
  }
  .plansTable .row .cell:first-child {
    width: 34%
  }
}
@media only screen and (min-width:426px) and (max-width:767px) {
  .plansplus .plus-img {
    left: 67%
  }
}
@media only screen and (max-width:480px) {
  .plansTable .row .cell span {
    max-width: 88px
  }
}
@media only screen and (max-width:425px) {
  .total-estimation {
    margin-right: 0
  }
  .total-clients-label {
    width: 100%;
    display: block;
    margin-bottom: 15px
  }
  .total-estimation-label {
    padding: 0
  }
  .plansplus .plus-img {
    left: auto;
    right: 20%;
    width: 24px;
    top: 52%
  }
  .total-estimation-submit .ac-cta {
    width: 100%;
    max-width: 100%
  }
}
@media only screen and (max-width:991px) {
  #about-company .heading h2, #about-hero .text-content h2, #about-offices .heading h2, #case-study-hero .text-content h2 span, #contact-hero .text-content h2, #contact-work .heading h2, #home-hero .heading h1, #home-research .heading h2, #services-details .heading h2, #services-hero .text-content h2, .case-studies-section .heading h2 {
    font-size: 48px;
    line-height: 56px
  }
  #about-hero .text-content .description, #case-study-challenge .heading .description, #case-study-hero .text-content .description, #contact-hero .text-content .description, #contact-work .heading .description, #home-bridge .heading .description, #services-hero .text-content .description, .home-bridge-with-bg .description {
    font-size: 17px;
    line-height: 26px
  }
  #home-help .text-content h3 {
    font-size: 24px;
    line-height: 28px
  }
  .quote {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px
  }
  .testimonial-author .author-name {
    font-size: 18px;
    line-height: 24px
  }
  #case-study-challenge .heading .description-sm, #contact-work .heading .description, .testimonial-author .author-position {
    font-size: 16px;
    line-height: 24px
  }
  .footer-links .footer-item .footer-link {
    font-size: 18px;
    line-height: 32px
  }
  #case-study-challenge .heading h2, #case-study-hero .text-content h2 {
    font-size: 40px;
    line-height: 56px
  }
  .title-content h2 {
    font-size: 36px;
    line-height: 28px
  }
  .title-content h1 {
    font-size: 80px;
    line-height: 76px
  }
}
.handshake {
  width: 142px;
  height: 80px;
  margin: 0 auto 47px
}
.handshake img {
  display: inline-block;
  max-width: 100%
}
.contact-budget.has-error .custom-select, .contact-timeline.has-error .custom-select, .form-group.has-error .form-control {
  background: #fff;
  border: 2px solid #e31d34
}
.contact-budget.has-error .custom-select, .contact-timeline.has-error .custom-select {
  color: #e31d34
}
#contact-work .contact-help.has-error .main-title, #contact-work .contact-help.has-error .solution-box .box-text .description, #contact-work .contact-help.has-error .solution-box .box-text .title, .contact-budget.has-error .main-title, .form-group.has-error label {
  color: #e31d34
}
#contact-work .contact-help.has-error .main-title:after {
  background: #e31d34
}
.error-msg {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #e31d34;
  display: none
}
.contact-budget.has-error .error-msg, .contact-timeline.has-error .error-msg, .form-group.has-error .error-msg {
  display: inline-block
}
@media only screen and (min-width:1200px) {
  #menu-btn {
    display: none !important
  }
  #menu-btn-checkbox:checked ~ #ym-nav {
    opacity: 1 !important;
    visibility: visible !important
  }
  #ym-nav {
    margin-right: 0 !important
  }
}
#service-form .contact-details {
  padding-bottom: 0 !important
}
#service-form .contact-help {
  padding-bottom: 0 !important
}
.srv-line {
  margin-top: 80px !important;
  margin-bottom: 80px !important
}
.slick-prev {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -25px;
  top: 300px;
  margin: auto;
  z-index: 9999;
  text-indent: -9999px;
  border: none;
  background: #A6A6A6 url(../img/common/left-arrow.svg) center center no-repeat;
  transform: scaleX(-1);
}
.slick-prev:hover {
  background: #E31D34 url(../img/common/left-arrow.svg) center center no-repeat;
}
.slick-next {
  width: 80px;
  height: 80px;
  position: absolute;
  right: -25px;
  top: 300px;
  margin: auto;
  z-index: 9999;
  text-indent: -9999px;
  border: none;
  background: #A6A6A6 url(../img/common/right-arrow.svg) center center no-repeat;
}
.slick-next:hover {
  background: #E31D34 url(../img/common/right-arrow.svg) center center no-repeat;
}
@media only screen and (max-width:767px) {
  .slick-prev {
    left: 0px;
    top: 70px;
  }
  .slick-next {
    right: 0px;
    top: 70px;
  }
}
.privacy a {
  color: #e31d34 !important;
  text-decoration: underline;
}
.privacy table {
  border: 1px solid #585657;
}
.privacy table tr:first-child {
  background: #585657;
  color: #fff;
}
.privacy table tr:nth-child(2), .privacy table tr:nth-child(4), .privacy table tr:nth-child(6) {
  background: #e7e7e7;
}
.privacy table td {
  padding: 10px 20px;
}
.ymd-msg {
  background: rgba(226, 226, 226, .4);
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px;
  margin-bottom: 60px;
}
.ymd-msg p, .ymd-msg li {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585657;
}
.ymd-msg p ul li {
  list-style: none;
}