/* desktop */
.u-StateIndicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 1;
}
/* laptop */
@media screen and (max-width: 1279px) {
  .u-StateIndicator {
    z-index: 2;
  }
}
/* tablet */
@media screen and (max-width: 1023px) {
  .u-StateIndicator {
    z-index: 3;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .u-StateIndicator {
    z-index: 4;
  }
}

.Section {
  position: relative;
}
.Section-fixedCaption {
  position: fixed;
  visibility: visible;
}

.CommonItemShape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.isMobile .CommonItemShape.isTeam {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.CommonItemShape.isGray .CommonItemShape-headerImg,
.CommonItemShape.isGray .CommonItemShape-headerImg:after {
  border: 1px solid #f4f3f1;
}
.CommonItemShape.isGray .CommonItemShape-headerSidebar {
  background: #f4f3f1;
  -webkit-box-shadow: 0 0 0 1px #f4f3f1;
          box-shadow: 0 0 0 1px #f4f3f1;
}
.CommonItemShape.isGray .CommonItemShape-body {
  background: #f4f3f1;
  -webkit-box-shadow: -2px 0 0 -1px #f4f3f1, 2px 0 0 -1px #f4f3f1;
          box-shadow: -2px 0 0 -1px #f4f3f1, 2px 0 0 -1px #f4f3f1;
}
.CommonItemShape-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.isMobile .isTeam .CommonItemShape-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 22%;
}
.CommonItemShape-headerImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62.5%;
  border: 1px solid #ffffff;
  position: relative;
}
.CommonItemShape-headerImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.CommonItemShape-headerImg:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #fff;
}
.isMobile .CommonItemShape-headerImg {
  width: 60%;
}
.isTeam .CommonItemShape-headerImg {
  position: relative;
  width: 37.5%;
}
.isTeam .CommonItemShape-headerImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 127.5%;
}
.isMobile .isTeam .CommonItemShape-headerImg {
  width: 100%;
}
.IndexPage .CommonItemShape-headerImg {
  width: 83.33333333%;
}
.CommonItemShape-headerImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.CommonItemShape-headerSidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ffffff;
  width: 37.5%;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
.isMobile .CommonItemShape-headerSidebar {
  width: 20%;
}
.isTeam .CommonItemShape-headerSidebar {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.isMobile .isTeam .CommonItemShape-headerSidebar {
  height: 100%;
}
.IndexPage .CommonItemShape-headerSidebar {
  width: 16.66666667%;
}
.CommonItemShape-headerSidebar.mobVis {
  display: none;
}
.isMobile .CommonItemShape-headerSidebar.mobVis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isMobile .isTeam .CommonItemShape-headerSidebar.mobVis {
  height: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding-top: 13px;
}
.CommonItemShape-body {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 55px;
  z-index: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 90px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: -2px 0 0 -1px #ffffff, 2px 0 0 -1px #ffffff;
          box-shadow: -2px 0 0 -1px #ffffff, 2px 0 0 -1px #ffffff;
}
.isTeam .CommonItemShape-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 32px;
  padding-bottom: 105px;
}
.isMobile .isTeam .CommonItemShape-body {
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 87px;
}
.isMobile .CommonItemShape-body {
  padding-top: 22px;
  padding-bottom: 77px;
}
:last-child .isMobile .CommonItemShape-body {
  padding-bottom: 57px;
}
.CommonItemShape-title {
  font-size: 36px;
  line-height: 40px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #383633;
  letter-spacing: 0em;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
@media print {
  .CommonItemShape-title {
    color: #000000;
  }
}
.isMobile .CommonItemShape-title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
.isMobile .CommonItemShape-title {
  width: 100%;
}
.isSearch .CommonItemShape-title {
  width: 95%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.CommonItemShape-descr {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  width: 81.25%;
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.isMobile .CommonItemShape-descr {
  font-size: 16px;
  line-height: 25px;
}
.isMobile .CommonItemShape-descr {
  width: 100%;
  margin-top: 2px;
}
.IndexPage .CommonItemShape-descr {
  width: 83.33333333%;
}
.CommonItemShape-link {
  text-decoration: none;
  display: block;
}
.CommonItemShape-link:hover .CommonItemShape-title {
  color: #f5371f;
}
.CommonItemShape-link:hover .CommonItemShape-descr {
  color: #383633;
}
.CommonItemShape-link:hover .CommonItemShape-arrow svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.CommonItemShape-arrow {
  width: 60px;
  height: 32px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 30px;
}
.isDesktop .CommonItemShape-arrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .CommonItemShape-arrow {
  width: 48px;
  height: 26px;
}
.CommonItemShape-arrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .CommonItemShape-arrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.CommonItemShape-arrow svg {
  width: 100%;
  height: 100%;
  fill: #f5371f;
}
.CommonItemShape-cta {
  color: #f5371f;
  font-weight: 500;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  margin-top: 45px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: -0.9px;
}
.isMobile .CommonItemShape-cta {
  margin-top: 55px;
}
.CommonItemShape-cta:hover {
  text-decoration: underline;
}

.GrowingTalant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  overflow: hidden;
  margin-bottom: -1px;
}
.GrowingTalant-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #ffffff;
  padding-left: 100px;
  z-index: 1;
}
.isMobile .GrowingTalant-sidebar {
  padding-left: 20px;
}
.GrowingTalant-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.GrowingTalant-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-top: 90px;
  background: #ffffff;
}
.isMobile .GrowingTalant-footer {
  padding-top: 57px;
}
.GrowingTalant-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #333333;
  padding-top: 42px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
  overflow: hidden;
}
.isMobile .GrowingTalant-title {
  font-size: 36px;
  line-height: 40px;
}
.isMobile .GrowingTalant-title {
  padding-top: 39px;
  padding-bottom: 60px;
}
.GrowingTalant-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.isMobile .GrowingTalant-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.GrowingTalant-sectionBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34.7826087%;
}
.isMobile .GrowingTalant-sectionBlock {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.CurrentOpenings {
  background-color: #ffffff;
  padding: 86px 100px 112px;
}
.isMobile .CurrentOpenings {
  padding: 38px 0 80px;
}
.CurrentOpenings.dark {
  background-color: #383633;
}
.CurrentOpenings-wrapper {
  width: 100%;
}
.CurrentOpenings-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .CurrentOpenings-title {
  font-size: 36px;
  line-height: 40px;
}
.dark .CurrentOpenings-title {
  color: #ffffff;
}
.CurrentOpenings-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
  font-family: "CharterITCStd";
}
.isMobile .CurrentOpenings-content {
  display: block;
  margin-top: 41px;
}
.CurrentOpenings-description {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  font-size: 18px;
  color: #808080;
  line-height: 1.667;
  margin-top: 30px;
}
.isMobile .CurrentOpenings-description {
  font-size: 16px;
  margin-top: 41px;
}
.CurrentOpenings-linkList {
  width: 100%;
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  margin-left: 80px;
}
.isMobile .CurrentOpenings-linkList {
  margin-left: 0;
  margin-top: 30px;
}
.CurrentOpenings-link {
  border-bottom: 1px #d8d8d8 solid;
  font-size: 36px;
  color: #333333;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
}
.isMobile .CurrentOpenings-link {
  font-size: 24px;
}
.dark .CurrentOpenings-link {
  color: #ffffff;
  border-color: #4c4a48;
}
.CurrentOpenings-link:hover .CurrentOpenings-linkTitle {
  color: #f5371f;
}
.CurrentOpenings-link:hover .CurrentOpenings-linkArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.CurrentOpenings-link:last-child {
  border-bottom: none;
}
.CurrentOpenings-link:last-of-type {
  border-bottom: none;
}
.CurrentOpenings-linkTitle {
  max-width: calc(100% - 80px);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.CurrentOpenings-linkArrow {
  width: 69px;
  height: 32px;
  cursor: pointer;
  overflow: hidden;
  width: 60.5px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
.isDesktop .CurrentOpenings-linkArrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .CurrentOpenings-linkArrow {
  width: 48px;
  height: 26px;
}
.CurrentOpenings-linkArrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .CurrentOpenings-linkArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.CurrentOpenings-more {
  color: #f5371f;
  font-weight: 500;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  margin-top: 30px;
}
.isMobile .CurrentOpenings-more {
  font-size: 16px;
}
.CurrentOpenings-more a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: -0.9px;
  color: #f5371f;
}
.CurrentOpenings-more a:visited {
  color: #f5371f;
}
.CurrentOpenings-more a:hover {
  text-decoration: underline;
}

.LogosRows-row {
  width: 100%;
  margin-bottom: 60px;
}
.LogosRows-rowInner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.LogosRows-rowItem {
  width: 180px;
  padding-top: 80px;
  height: 0;
  margin-right: 25px;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.isMobile .LogosRows-rowItem {
  width: 100px;
  margin-right: 17px;
  margin-left: 17px;
  padding-top: 44.5px;
}
.LogosRows-rowItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  opacity: 0.2;
}

.Nutshell {
  background-color: #383633;
  padding: 0 0 100px 0;
}
.isMobile .Nutshell {
  padding: 0 0 20px 0;
}
.Nutshell-topWrapper {
  padding: 86px 100px 117px;
  width: 100%;
}
.isMobile .Nutshell-topWrapper {
  padding: 38px 20px 0;
}
.Nutshell-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #ffffff;
}
.isMobile .Nutshell-title {
  font-size: 36px;
  line-height: 40px;
}
.Nutshell-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  width: 100%;
}
.isMobile .Nutshell-facts {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Nutshell-fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.Nutshell-fact:first-child {
  margin-left: 0;
}
.Nutshell-fact:last-child {
  margin-right: 0;
}
.isMobile .Nutshell-fact {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin: 0 0 60px 0;
}
.Nutshell-factLine {
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 0.1;
}
.Nutshell-factTitle {
  margin-top: 15px;
  margin-left: -5px;
  color: #999999;
  font-family: Charter, sans-serif;
  font-size: 64px;
  letter-spacing: -3px;
}
.isMobile .Nutshell-factTitle {
  font-size: 48px;
}
.Nutshell-factDescription {
  color: #ffffff;
  font-family: Charter, sans-serif;
  font-size: 14px;
  line-height: 1.389;
  margin-top: 10px;
  max-width: 80%;
}
.isMobile .Nutshell-factDescription {
  font-size: 14px;
}
.Nutshell-logosWrapper {
  width: 100%;
  overflow: hidden;
}

.IndexNews {
  background-color: #ffffff;
  padding: 86px 0 90px;
}
.isMobile .IndexNews {
  padding: 38px 0 80px;
}
.IndexNews.dark {
  background-color: #333333;
}
.SearchPage .IndexNews,
.DevPage .IndexNews,
.TechPage .IndexNews {
  background-color: #e5e4df;
}
.IndexNews-wrapper {
  width: 100%;
}
.IndexNews-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #333333;
  margin-left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .IndexNews-title {
  font-size: 36px;
  line-height: 40px;
}
.dark .IndexNews-title {
  color: #ffffff;
}
.IndexNews-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  font-family: "CharterITCStd";
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.IndexNews-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.IndexNews-news:hover .IndexNews-newsInfoArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.IndexNews-news:hover .IndexNews-newsInfoTitle {
  color: #f5371f;
}
.DevPage .IndexNews-news:hover .IndexNews-newsInfoTitle {
  color: #3b6dca;
}
.TechPage .IndexNews-news:hover .IndexNews-newsInfoTitle {
  color: #3cbea6;
}
.IndexNews-newsDescr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.IndexNews-newsDescrTag {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #808080;
  margin-right: 30px;
}
.isMobile .IndexNews-newsDescrTag {
  font-size: 16px;
  line-height: 20px;
}
.IndexNews-newsDescrDate {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  letter-spacing: 0em;
  color: #808080;
  line-height: 36px;
}
.isMobile .IndexNews-newsDescrDate {
  font-size: 16px;
  line-height: 25px;
}
.IndexNews-newsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .IndexNews-newsInfo {
  margin-top: 1px;
}
.IndexNews-newsInfoTitle {
  font-size: 48px;
  line-height: 60px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.025em;
  width: 82.60869565%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
}
.isMobile .IndexNews-newsInfoTitle {
  font-size: 24px;
  line-height: 30px;
}
.isMobile .IndexNews-newsInfoTitle {
  width: 83.33333333%;
}
.IndexNews-newsInfoArrow {
  width: 69px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 32px;
  position: relative;
}
.isDesktop .IndexNews-newsInfoArrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .IndexNews-newsInfoArrow {
  width: 48px;
  height: 26px;
}
.IndexNews-newsInfoArrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .IndexNews-newsInfoArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.isMobile .IndexNews-newsInfoArrow {
  width: 30px;
  height: 20px;
}
.IndexNews-newsInfoArrow svg {
  width: 100%;
  height: 100%;
  fill: #ff3333;
}
.DevPage .IndexNews-newsInfoArrow svg {
  fill: #3b6dca;
}
.TechPage .IndexNews-newsInfoArrow svg {
  fill: #3cbea6;
}
.IndexNews-link {
  color: #f5371f;
  font-weight: 500;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: -0.9px;
}
.DevPage .IndexNews-link {
  color: #3b6dca;
}
.TechPage .IndexNews-link {
  color: #3cbea6;
}
.isMobile .IndexNews-link {
  margin-top: 55px;
}
.IndexNews-link:hover {
  text-decoration: underline;
}

.IndexOurStory {
  background-color: #f5371f;
  padding: 86px 0px 80px;
}
.isMobile .IndexOurStory {
  padding: 38px 0 80px;
}
.IndexOurStory-wrapper {
  width: 100%;
}
.IndexOurStory-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  font-weight: 500;
  margin-left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .IndexOurStory-title {
  font-size: 36px;
  line-height: 40px;
}
.IndexOurStory-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 77px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "CharterITCStd";
}
.isMobile .IndexOurStory-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 33px;
}
.IndexOurStory-description {
  font-size: 36px;
  line-height: 40px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #383633;
  letter-spacing: 0em;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  font-weight: normal;
  color: #ffffff;
}
@media print {
  .IndexOurStory-description {
    color: #000000;
  }
}
.isMobile .IndexOurStory-description {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
.isMobile .IndexOurStory-description {
  width: 100%;
  padding-right: 0;
}
.IndexOurStory-info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.isMobile .IndexOurStory-info {
  width: 100%;
  padding-left: 0;
  margin-top: 38px;
}
.IndexOurStory-infoText {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  color: #383633;
  font-weight: normal;
}
.isMobile .IndexOurStory-infoText {
  font-size: 16px;
  line-height: 25px;
}
.IndexOurStory-infoText b {
  width: 100%;
  display: block;
}
.IndexOurStory-more {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: -0.9px;
  margin-top: 55px;
}
.isMobile .IndexOurStory-more {
  font-size: 16px;
  line-height: 20px;
}
.isMobile .IndexOurStory-more {
  margin-top: 45px;
  line-height: 25px;
}
.IndexOurStory-more:hover {
  text-decoration: underline;
}


.NewsItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 25px 0 30px;
  text-decoration: none;
  border-bottom: 1px solid #d8d8d8;
}
.isMobile .NewsItem {
  padding: 22px 0;
}
.NewsItem:first-child {
  padding-top: 0;
}
.NewsItem.hasImg {
  padding: 19px 0 20px;
}
.NewsItem.hasImg:first-child {
  padding: 0;
}
.isMobile .NewsItem.hasImg {
  padding: 22px 0;
}
.isDesktop .NewsItem:hover .NewsItem-dateDay {
  color: #383633;
}
.isDesktop .NewsItem:hover .NewsItem-infoTitle {
  color: #f5371f;
}
.NewsItem-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17.39130435%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.isMobile .NewsItem-date {
  width: 20%;
}
.NewsItem-dateMonth {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #bfbfbf;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
  line-height: 25px;
}
.isMobile .NewsItem-dateMonth {
  font-size: 16px;
  line-height: 20px;
}
.NewsItem-dateDay {
  font-size: 72px;
  line-height: 60px;
  font-family: "FFMarkWebPro";
  font-weight: normal;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  margin-top: 13px;
  color: #bfbfbf;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
}
.isMobile .NewsItem-dateDay {
  font-size: 36px;
  line-height: 30px;
}
.isMobile .NewsItem-dateDay {
  margin-top: 7px;
}
.NewsItem-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 69.56521739%;
}
.isMobile .NewsItem-info {
  width: 83.33333333%;
}
.hasImg .NewsItem-info {
  width: 60.86956522%;
}
.isMobile .hasImg .NewsItem-info {
  width: 83.33333333%;
}
.NewsItem-infoTag {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #bfbfbf;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
  line-height: 25px;
}
.isMobile .NewsItem-infoTag {
  font-size: 16px;
  line-height: 20px;
}
.NewsItem-infoTitle {
  font-size: 36px;
  line-height: 40px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #383633;
  letter-spacing: 0em;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
}
@media print {
  .NewsItem-infoTitle {
    color: #000000;
  }
}
.isMobile .NewsItem-infoTitle {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
.isMobile .NewsItem-infoTitle {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  line-height: 20px;
  color: #383633;
  font-weight: normal;
  margin-top: 7px;
}
.isMobile .isMobile .NewsItem-infoTitle {
  font-size: 16px;
  line-height: 25px;
}
.hasImg .NewsItem-infoTitle {
  padding-right: 20px;
}
.isMobile .hasImg .NewsItem-infoTitle {
  padding-right: 0;
}
.notTag .NewsItem-infoTitle {
  margin-top: 30px;
}
.isMobile .notTag .NewsItem-infoTitle {
  margin-top: 8px;
}
.NewsItem-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 21.73913043%;
}
.NewsItem-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.isMobile .NewsItem-img {
  display: none;
}
.NewsItem-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}

.NewsList {
  background-color: #ffffff;
  padding: 86px 100px 115px;
  min-height: 100vh;
}
.isMobile .NewsList {
  padding: 39px 0 60px;
}
.NewsList.dark {
  background-color: #333333;
}
.NewsList-wrapper {
  width: 100%;
}
.NewsList-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #333333;
  margin-left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .NewsList-title {
  font-size: 36px;
  line-height: 40px;
}
.dark .NewsList-title {
  color: #ffffff;
}
.NewsList-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  font-family: "CharterITCStd";
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.isMobile .NewsList-content {
  margin-top: 15px;
}
.NewsList-showMore {
  color: #f5371f;
  font-weight: 500;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: -0.9px;
}
.NewsList-showMoreLoading {
  display: none;
  width: 20px;
  height: 20px;
}
.NewsList-showMore.loading {
  pointer-events: none;
}
.NewsList-showMore.loading .NewsList-showMoreLoading {
  display: block;
}
.NewsList-showMore.loading span {
  display: none;
}
.isMobile .NewsList-showMore {
  font-size: 16px;
  line-height: 20px;
}
.NewsList-showMoreWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 66px;
}
.isMobile .NewsList-showMoreWrapper {
  margin-top: 42px;
}
.NewsList-showMore:hover {
  text-decoration: underline;
}


.WhoWeAre {
  background-color: #ffffff;
  padding: 86px 100px 117px 100px;
}
.isMobile .WhoWeAre {
  padding: 39px 0 60px;
}
.WhoWeAre-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  max-width: 800px;
}
.isMobile .WhoWeAre-title {
  font-size: 36px;
  line-height: 40px;
}
.WhoWeAre-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  font-family: "CharterITCStd";
}
.isMobile .WhoWeAre-content {
  display: block;
  margin-top: 0;
}
.WhoWeAre-description {
  width: 100%;
  max-width: 240px;
  font-size: 18px;
  color: #808080;
  line-height: 1.667;
  margin-top: 30px;
}
.isMobile .WhoWeAre-description {
  margin-top: 49px;
  font-size: 16px;
  max-width: none;
}
.WhoWeAre-whatWeLookList {
  width: 100%;
  margin-left: 80px;
  padding-top: 18px;
}
.isMobile .WhoWeAre-whatWeLookList {
  padding-top: 58px;
  margin-left: 0;
}
.WhoWeAre-whatWeLookItem {
  margin-bottom: 41px;
}
.isMobile .WhoWeAre-whatWeLookItem {
  margin-bottom: 40px;
}
.WhoWeAre-whatWeLookItemTitle {
  font-family: CharterITCStd, sans-serif;
  font-size: 36px;
  color: #333333;
}
.isMobile .WhoWeAre-whatWeLookItemTitle {
  font-size: 24px;
}
.WhoWeAre-whatWeLookItemDescription {
  font-family: CharterITCStd, sans-serif;
  font-size: 18px;
  color: #333333;
  margin-top: 12px;
}
.isMobile .WhoWeAre-whatWeLookItemDescription {
  font-size: 16px;
  margin-top: 5px;
}

.JoinIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
}
.JoinIntro-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #f4f3f1;
  padding-left: 100px;
}
.isMobile .JoinIntro-sidebar {
  padding-left: 20px;
}
.JoinIntro-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.JoinIntro-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding-top: 90px;
  background: #f4f3f1;
}
.isMobile .JoinIntro-footer {
  padding-top: 57px;
}
.JoinIntro-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #333333;
  padding-top: 50px;
  background: #f4f3f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .JoinIntro-title {
  font-size: 36px;
  line-height: 40px;
}
.isMobile .JoinIntro-title {
  padding-top: 39px;
  padding-bottom: 60px;
}
.JoinIntro-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.isMobile .JoinIntro-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.JoinIntro-sectionBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
}
.JoinIntro-sectionBlock--empty {
  background: #f4f3f1;
}
.isMobile .JoinIntro-sectionBlock--empty {
  display: none;
}
.isMobile .JoinIntro-sectionBlock {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}


.JoinPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 26;
  -webkit-transition: 0s visibility 0.2s ease-out;
  transition: 0s visibility 0.2s ease-out;
  overflow-scrolling: touch;
  visibility: hidden;
}
.JoinPopup--visible {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
.JoinPopup--visible .JoinPopup-content {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.2s opacity 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s transform 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
}
.JoinPopup--visible .JoinPopup-contentInner {
  opacity: 1;
  -webkit-transition: 0.2s opacity 0.4s ease-out;
  transition: 0.2s opacity 0.4s ease-out;
}
.JoinPopup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.isMobile .JoinPopup-bg {
  display: none;
}
.JoinPopup-wrapper {
  width: 48.61111111%;
  min-width: 500px;
  margin-left: auto;
  position: relative;
  overflow-scrolling: touch;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
}
.isMobile .JoinPopup-wrapper {
  min-width: 100%;
  width: 100%;
}
.JoinPopup-wrapper.overflowLock {
  overflow: hidden;
}
.JoinPopup-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #383633;
  outline: none;
  overflow-scrolling: touch;
  -webkit-transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.IndexPage .JoinPopup-content {
  background: #f4f3f1;
}
.isMobile .JoinPopup-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.JoinPopup-contentInner {
  opacity: 0;
  padding: 86px 13.88888889% 86px 22.22222222%;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.isMobile .JoinPopup-contentInner {
  padding: 54px 20px 50px;
}
.JoinPopup-close {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.isMobile .JoinPopup-close {
  top: 20px;
  right: 20px;
}
.JoinPopup-close:hover .JoinPopup-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  width: 34px;
}
.JoinPopup-close:hover .JoinPopup-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  width: 34px;
}
.JoinPopup-closeItem {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  background: #ffffff;
}
.IndexPage .JoinPopup-closeItem {
  background: #383633;
}
.JoinPopup-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.JoinPopup-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.isMobile .JoinPopup-close {
  display: block;
}
.JoinPopup-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #ffffff;
  text-transform: none;
}
.isMobile .JoinPopup-title {
  font-size: 36px;
  line-height: 40px;
}
.IndexPage .JoinPopup-title {
  color: #383633;
}
.JoinPopup-jobLinks {
  width: 283px;
  margin-top: 34px;
  margin-bottom: 13px;
  position: relative;
}
.isMobile .JoinPopup-jobLinks {
  width: 66%;
}
.JoinPopup-jobLink {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.JoinPopup-jobLink:hover .JoinPopup-arrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.JoinPopup-jobLinkSeparator {
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
  margin-bottom: 9px;
  margin-top: 21px;
}
.JoinPopup-jobLink a,
.JoinPopup-jobLink span {
  color: #f5371f;
  font-size: 36px;
  font-family: "FFMarkWebPro";
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -1.6px;
}
.isMobile .JoinPopup-jobLink a,
.isMobile .JoinPopup-jobLink span {
  font-size: 24px;
}
.JoinPopup-jobLink a:visited,
.JoinPopup-jobLink span:visited {
  color: #f5371f;
}
.JoinPopup-arrow {
  width: 69px;
  height: 32px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 0;
  margin-top: 5px;
}
.isDesktop .JoinPopup-arrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .JoinPopup-arrow {
  width: 48px;
  height: 26px;
}
.JoinPopup-arrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .JoinPopup-arrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.isMobile .JoinPopup-arrow {
  width: 40px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
}
.isDesktop .isMobile .JoinPopup-arrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .isMobile .JoinPopup-arrow {
  width: 48px;
  height: 26px;
}
.isMobile .JoinPopup-arrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .isMobile .JoinPopup-arrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.isMobile .JoinPopup-arrow svg {
  width: 100%;
  height: 100%;
}
.JoinPopup-jobDescription {
  margin-top: 50px;
  font-size: 18px;
  font-family: "CharterITCStd";
  color: #ffffff;
  line-height: 1.667;
}
.isMobile .JoinPopup-jobDescription {
  margin-top: 40px;
  font-size: 16px;
  width: 100%;
}
.IndexPage .JoinPopup-jobDescription {
  color: #383633;
}
.JoinPopup-shareDropdown {
  width: 100%;
  position: absolute;
  top: 109%;
  left: 0;
  background-color: #ff3333;
  visibility: hidden;
  opacity: 0;
}
@-webkit-keyframes dropdownFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes dropdownFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.JoinPopup-shareDropdown.active {
  -webkit-animation: dropdownFadeIn 0.3s forwards;
          animation: dropdownFadeIn 0.3s forwards;
}
.JoinPopup-shareLink {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-size: 18px;
  font-family: "FFMarkWebPro";
  padding: 7px 19px 11px 19px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  font-weight: 500;
  letter-spacing: -1px;
  cursor: pointer;
}
.JoinPopup-shareLink:hover {
  opacity: 0.7;
}
.JoinPopup-shareLink:last-child {
  border-bottom: none;
}

.JoinUs {
  background: #F4F3F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 86px 100px 74px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.isMobile .JoinUs {
  padding: 39px 0 60px;
  display: block;
}
.JoinUs-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  width: 300px;
}
.isMobile .JoinUs-title {
  font-size: 36px;
  line-height: 40px;
}
.JoinUs-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .JoinUs-content {
  display: block;
}
.JoinUs-description {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-left: 40px;
  margin-top: 24px;
  position: relative;
}
.isMobile .JoinUs-description {
  margin-top: 42px;
  margin-left: 0;
  width: 100%;
}
.JoinUs-descriptionText {
  font-family: CharterITCStd, sans-serif;
  font-size: 18px;
  color: #333333;
  line-height: 1.667;
}
.isMobile .JoinUs-descriptionText {
  font-size: 16px;
}
.JoinUs-descriptionLink {
  display: block;
  font-family: FFMarkWebPro, sans-serif;
  font-size: 18px;
  color: #ff3333;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -1px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-top: 50px;
}
.isMobile .JoinUs-descriptionLink {
  font-size: 16px;
  margin-top: 38px;
}
.JoinUs-descriptionLink:hover {
  text-decoration: underline;
}

.TeamMembers {
  background-color: #ffffff;
  padding-bottom: 65px;
  padding-top: 65px;
}
.TeamMembers.isShortBlock {
  padding: 86px 100px 75px;
}
.isMobile .TeamMembers {
  padding: 39px 0 60px;
}
.TeamMembers-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  margin-left: -4px;
  max-width: 800px;
  position: relative;
}
.isMobile .TeamMembers-title {
  font-size: 36px;
  line-height: 40px;
}
.TeamMembers-content {
  margin-top: 34px;
  font-family: "CharterITCStd";
}
.isMobile .TeamMembers-content {
  margin-top: 40px;
}
.TeamMembers-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isMobile .TeamMembers-filters {
  display: none;
}
.TeamMembers-filtersMobile {
  display: none;
}
.isMobile .TeamMembers-filtersMobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 40;
  background-color: #ffffff;
  overflow-y: scroll;
  padding-bottom: 100px;
}
.isMobile .TeamMembers-filtersMobile.active {
  display: inherit;
}
.TeamMembers-filtersMobileButton {
  display: none;
}
.isMobile .TeamMembers-filtersMobileButton {
  display: inherit;
  position: absolute;
  outline: none;
  border: none;
  width: 80px;
  right: 0;
  top: 5px;
  padding-top: 10px;
  background-color: transparent;
  color: #f5371f;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  font-family: "FFMarkWebPro";
  letter-spacing: -0.05em;
}
.TeamMembers-close {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  z-index: 50;
}
.isMobile .TeamMembers-close {
  top: 20px;
  right: 20px;
}
.TeamMembers-close:hover .TeamMembers-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  width: 34px;
}
.TeamMembers-close:hover .TeamMembers-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  width: 34px;
}
.TeamMembers-closeItem {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  background: #383633;
}
.TeamMembers-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.TeamMembers-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.isMobile .TeamMembers-close {
  display: block;
}
.TeamMembers-radioButton {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #808080;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TeamMembers-radioButtonWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TeamMembers-radioButtonWrapper label {
  margin-left: 10px;
  font-size: 16px;
  color: #383633;
  font-weight: 500;
  letter-spacing: -0.05em;
  font-family: "FFMarkWebPro";
}
.TeamMembers-radioButtonWrapper input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.TeamMembers-radioButtonWrapper input:checked + .TeamMembers-radioButton:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #f5371f;
  border-radius: 50%;
}
.TeamMembers-filter {
  margin-right: 42px;
  position: relative;
}
.TeamMembers-filterMobile {
  padding: 50px 40px;
  border-bottom: 1px solid #e1e1e1;
}
.TeamMembers-filterMobile:last-of-type {
  border-bottom: none;
}
.TeamMembers-filter:last-child {
  margin-right: 0;
}
.TeamMembers-filterPlaceholder {
  margin-top: 112px;
}
.isMobile .TeamMembers-filterPlaceholder {
  display: none;
}
.TeamMembers-filterTitleMobile {
  font-size: 16px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #808080;
}
.TeamMembers-filterListWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #bfbfbf;
}
.isMobile .TeamMembers-filterListWrapper {
  display: none;
}
.TeamMembers-filterListTitle {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #bfbfbf;
  margin-right: 25px;
}
.isMobile .TeamMembers-filterListTitle {
  font-size: 16px;
  line-height: 20px;
}
.TeamMembers-filterValue {
  font-family: "FFMarkWebPro";
  font-size: 18px;
  color: #ff3333;
  font-weight: 500;
  letter-spacing: -1px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  text-transform: lowercase;
}
.DevPage .TeamMembers-filterValue {
  color: #3b6dca;
}
.TechPage .TeamMembers-filterValue {
  color: #3cbea6;
}
.TeamMembers-filterValue:hover span {
  text-decoration: underline;
}
.TeamMembers-filterValue svg {
  width: 15px;
  height: 8.5px;
  fill: #ff3333;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin-left: 8px;
}
.DevPage .TeamMembers-filterValue svg {
  fill: #3b6dca;
}
.TechPage .TeamMembers-filterValue svg {
  fill: #3cbea6;
}
.TeamMembers-filterOptions {
  margin-top: 16.5px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  background-color: #ff3333;
  width: 255px;
  left: -25px;
  z-index: 20;
}
.TeamMembers-filterOptionsMobile {
  margin-top: 20px;
}
.TeamMembers-filterOptions.active {
  -webkit-animation: optionsFadeIn 0.2s forwards ease-in-out;
          animation: optionsFadeIn 0.2s forwards ease-in-out;
}
@-webkit-keyframes optionsFadeIn {
  0% {
    visibility: hidden;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  1% {
    visibility: visible;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes optionsFadeIn {
  0% {
    visibility: hidden;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  1% {
    visibility: visible;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.TeamMembers-filterOptions.active + .TeamMembers-filterValue svg {
  -webkit-transform: translateZ(0) rotateX(-180deg);
          transform: translateZ(0) rotateX(-180deg);
}
.TeamMembers-filterOption {
  color: #ffffff;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 4px 19px 11px 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-transform: lowercase;
}
.TeamMembers-filterOptionMobile {
  margin-top: 20px;
}
.TeamMembers-filterOption.active span {
  opacity: 0.7;
}
.TeamMembers-filterOption.active:hover span {
  opacity: 0.7;
}
.TeamMembers-filterOption span {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
.TeamMembers-filterOption:hover span {
  opacity: 0.7;
}
.TeamMembers-applyFilterMobile {
  width: 100%;
  position: fixed;
  height: 60px;
  background-color: #f5371f;
  color: #ffffff;
  font-family: "FFMarkWebPro";
  letter-spacing: -0.05em;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  outline: none;
  border: none;
  z-index: 25;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.TeamMembers-applyFilterMobile:hover {
  opacity: 0.7;
}
.isMobile .TeamMembers-membersList {
  width: 100%;
}
.TeamMembers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 54px;
}
.isMobile .TeamMembers-list {
  margin-top: 0;
}
.TeamMembers-list a {
  text-decoration: none;
  display: block;
  margin-bottom: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.TeamMembers-list a:nth-child(3n + 1) {
  margin-right: 5%;
}
.TeamMembers-list a:nth-child(3n + 2) {
  margin-top: 125px;
  margin-right: 5%;
}
.TeamMembers-list a:nth-child(3n + 4) {
  margin-top: -100px;
}
.TeamMembers-list a:nth-child(3n + 5) {
  margin-top: 25px;
}
.TeamMembers-list a:nth-child(3n + 6) {
  margin-top: -100px;
}
.isMobile .TeamMembers-list a {
  margin-bottom: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.6%;
          flex: 0 0 46.6%;
  margin-top: 0;
  margin-right: 0;
  width: auto;
}
.isMobile .TeamMembers-list a:nth-child(2n + 1) {
  margin-right: 6.8%;
}
.TeamMembers-listColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-right: 40px;
}
.isMobile .TeamMembers-listColumn {
  margin-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.TeamMembers-listColumn:last-child {
  margin-right: 0;
}
.TeamMembers-listColumn:nth-child(2) {
  margin-top: 125px;
}
.isMobile .TeamMembers-listColumn:nth-child(2) {
  margin-top: 0;
}
.TeamMembers-listColumn:nth-child(3) {
  margin-top: -73px;
}
.isMobile .TeamMembers-listColumn:nth-child(3) {
  margin-top: 0;
}
.TeamMembers-member {
  width: 100%;
  margin-bottom: 48px;
}
.isMobile .TeamMembers-member {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.6%;
          flex: 0 0 46.6%;
  width: auto;
}
.TeamMembers-member:hover .TeamMembers-memberAvatar img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.TeamMembers-member:hover .TeamMembers-memberName {
  color: #f5371f;
}
.DevPage .TeamMembers-member:hover .TeamMembers-memberName {
  color: #3b6dca;
}
.TechPage .TeamMembers-member:hover .TeamMembers-memberName {
  color: #3cbea6;
}
.TeamMembers-member:last-child {
  margin-bottom: 0;
}
.TeamMembers-memberAvatar {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.TeamMembers-memberAvatar img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.TeamMembers-memberAvatarPlaceholder {
  width: 100%;
  padding-bottom: 100%;
  background-color: #e5e4df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TeamMembers-memberAvatarPlaceholder:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.TeamMembers-memberAvatarPlaceholderContent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
}
.TeamMembers-memberAvatarPlaceholderContent div {
  display: table;
  width: 100%;
  height: 100%;
}
.TeamMembers-memberAvatarPlaceholderContent span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 120px;
  font-family: "FFMarkWebPro";
  color: #ffffff;
  font-weight: 500;
}
.isMobile .TeamMembers-memberAvatarPlaceholderContent span {
  font-size: 24.30555556vw;
}
.TeamMembers-memberName {
  margin-top: 20px;
  font-size: 36px;
  font-family: "CharterITCStd";
  color: #333333;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.isMobile .TeamMembers-memberName {
  font-size: 24px;
  margin-top: 12px;
}
.TeamMembers-memberTeam {
  font-size: 18px;
  font-family: "FFMarkWebPro";
  color: #f5371f;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-top: 8px;
}
.DevPage .TeamMembers-memberTeam {
  color: #3b6dca;
}
.TechPage .TeamMembers-memberTeam {
  color: #3cbea6;
}
.isMobile .TeamMembers-memberTeam {
  margin-top: 5px;
  font-size: 16px;
}
.TeamMembers-memberTeam span {
  font-size: 14px;
  line-height: 20px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  color: #808080;
}
.TeamMembers-memberPosition {
  font-size: 18px;
  font-family: "CharterITCStd";
  color: #999999;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-top: 5px;
}
.isMobile .TeamMembers-memberPosition {
  font-size: 14px;
}
.TeamMembers-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  color: #f5371f;
  font-weight: 500;
  font-family: "FFMarkWebPro";
  letter-spacing: -0.05em;
  font-size: 18px;
}
.TeamMembers-link:hover {
  text-decoration: underline;
}
.DevPage .TeamMembers-link {
  color: #3b6dca;
}
.TechPage .TeamMembers-link {
  color: #3cbea6;
}
.isMobile .TeamMembers-link {
  font-size: 16px;
  margin-top: 25px;
  display: block;
}
.TeamMembers-clearFilters {
  font-family: "FFMarkWebPro";
  font-size: 18px;
  color: #383633;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 125%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: -1px;
}
.TeamMembers-clearFilters:hover {
  text-decoration: underline;
}
.TeamMembers-zeroResults {
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #cccccc;
  font-size: 80px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50px;
  letter-spacing: -0.05em;
}
.TeamMembers-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.TeamMembers-search--mobile {
  display: none;
}
.isMobile .TeamMembers-search--mobile {
  display: block;
}
.TeamMembers-searchWrapper {
  position: absolute;
  right: 0;
  bottom: -1px;
  padding-bottom: 20px;
  width: 27.17391304%;
  border-bottom: 1px solid #383633;
}
.isMobile .TeamMembers-searchWrapper {
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
  margin-top: 27px;
  padding-bottom: 5px;
}
.TeamMembers-searchIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  margin-bottom: -5px;
}
.isMobile .TeamMembers-searchIcon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.TeamMembers-searchIcon svg {
  width: 100%;
  height: 100%;
  fill: #383633;
}
.TeamMembers-searchInput {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  border: none;
  width: 75%;
  background: transparent;
  border-radius: 0;
  color: #383633;
}
.isMobile .TeamMembers-searchInput {
  font-size: 16px;
  line-height: 20px;
}
.isMobile .TeamMembers-searchInput {
  width: 78.57142857%;
  font-size: 18px;
  line-height: 30px;
}
.TeamMembers-searchInput::-webkit-input-placeholder {
  color: #383633;
}
.TeamMembers-searchInput::-moz-placeholder {
  color: #383633;
}
.TeamMembers-searchInput:-ms-input-placeholder {
  color: #383633;
}
.TeamMembers-searchInput::-ms-input-placeholder {
  color: #383633;
}
.TeamMembers-searchInput::placeholder {
  color: #383633;
}
.TeamMembers-searchInput::-webkit-input-placeholder {
  color: #383633;
}
.TeamMembers-searchInput::-moz-placeholder {
  color: #383633;
}
.TeamMembers-searchInput:-moz-placeholder {
  color: #383633;
}
.TeamMembers-searchInput:-ms-input-placeholder {
  color: #383633;
}
.TeamMembers--no-filters .TeamMembers-filterPlaceholder {
  margin-top: 32px;
}


.FooterClockItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 120px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isSideNav .FooterClockItem {
  max-width: 150px;
}
.FooterClockItem-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: 100%;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.FooterClockItem-clock:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.TruePage .Footer-topClocksItem:nth-child(7n + 1) .FooterClockItem-clock,
.TruePage .Footer-topClocksItem:nth-child(7n + 4) .FooterClockItem-clock,
.TruePage .Footer-topClocksItem:nth-child(7n + 6) .FooterClockItem-clock,
.SearchPage .Footer-topClocksItem:nth-child(7n + 1) .FooterClockItem-clock,
.SearchPage .Footer-topClocksItem:nth-child(7n + 4) .FooterClockItem-clock,
.SearchPage .Footer-topClocksItem:nth-child(7n + 6) .FooterClockItem-clock,
.isSideNav:nth-child(7n + 1) .FooterClockItem-clock,
.isSideNav:nth-child(7n + 4) .FooterClockItem-clock,
.isSideNav:nth-child(7n + 6) .FooterClockItem-clock {
  background: #f5371f;
}
.TruePage .Footer-topClocksItem:nth-child(7n + 2) .FooterClockItem-clock,
.TruePage .Footer-topClocksItem:nth-child(7n + 5) .FooterClockItem-clock,
.SearchPage .Footer-topClocksItem:nth-child(7n + 2) .FooterClockItem-clock,
.SearchPage .Footer-topClocksItem:nth-child(7n + 5) .FooterClockItem-clock,
.isSideNav:nth-child(7n + 2) .FooterClockItem-clock,
.isSideNav:nth-child(7n + 5) .FooterClockItem-clock {
  background: #8f897a;
}
.TruePage .Footer-topClocksItem:nth-child(7n + 3) .FooterClockItem-clock,
.TruePage .Footer-topClocksItem:nth-child(7n + 7) .FooterClockItem-clock,
.SearchPage .Footer-topClocksItem:nth-child(7n + 3) .FooterClockItem-clock,
.SearchPage .Footer-topClocksItem:nth-child(7n + 7) .FooterClockItem-clock {
  background: #31302b;
}
.isSideNav:nth-child(7n + 3) .FooterClockItem-clock,
.isSideNav:nth-child(7n + 7) .FooterClockItem-clock {
  background: #212019;
}
.TechPage .Footer-topClocksItem:nth-child(7n + 1) .FooterClockItem-clock,
.TechPage .Footer-topClocksItem:nth-child(7n + 4) .FooterClockItem-clock,
.TechPage .Footer-topClocksItem:nth-child(7n + 7) .FooterClockItem-clock {
  background: #027973;
}
.TechPage .Footer-topClocksItem:nth-child(7n + 2) .FooterClockItem-clock,
.TechPage .Footer-topClocksItem:nth-child(7n + 5) .FooterClockItem-clock {
  background: #e4ce97;
}
.TechPage .Footer-topClocksItem:nth-child(7n + 3) .FooterClockItem-clock,
.TechPage .Footer-topClocksItem:nth-child(7n + 6) .FooterClockItem-clock {
  background: #071f1a;
}
.DevPage .Footer-topClocksItem:nth-child(7n + 1) .FooterClockItem-clock,
.DevPage .Footer-topClocksItem:nth-child(7n + 4) .FooterClockItem-clock,
.DevPage .Footer-topClocksItem:nth-child(7n + 7) .FooterClockItem-clock {
  background: #89e5e1;
}
.DevPage .Footer-topClocksItem:nth-child(7n + 2) .FooterClockItem-clock,
.DevPage .Footer-topClocksItem:nth-child(7n + 5) .FooterClockItem-clock {
  background: #e1b182;
}
.DevPage .Footer-topClocksItem:nth-child(7n + 3) .FooterClockItem-clock,
.DevPage .Footer-topClocksItem:nth-child(7n + 6) .FooterClockItem-clock {
  background: #0b1e43;
}
.FooterClockItem-clockName {
  font-size: 14px;
  line-height: 20px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  text-align: center;
  color: #808080;
  margin-top: 30px;
}
.TechPage .FooterClockItem-clockName {
  color: #8dc4c1;
}
.SearchPage .FooterClockItem-clockName {
  color: #c9918c;
}
.FooterClockItem-clockOffice {
  margin-top: 30px;
  width: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FooterClockItem-clockOfficeItem {
  font-size: 14px;
  line-height: 20px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  line-height: 2.14285714;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  cursor: default;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
}
.TeamMemberPopup .FooterClockItem-clockOfficeItem {
  line-height: 1.42857143;
}
.FooterClockItem-clockOfficeItemName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.isMobile .FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName {
  text-decoration: underline;
}
.FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:hover,
.FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:active {
  color: #f5371f;
}
.isMobile .FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:hover,
.isMobile .FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:active {
  text-decoration: none;
}
.FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:hover:after,
.FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:active:after {
  opacity: 0;
}
.FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:hover + .FooterClockItem-clockOfficeItem-tooltip,
.FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:active + .FooterClockItem-clockOfficeItem-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.isMobile .FooterClockItem-clockOfficeItem--withTooltip .FooterClockItem-clockOfficeItemName:after {
  display: none;
}
.TechPage .FooterClockItem-clockOfficeItem {
  color: #8dc4c1;
}
.DevPage .FooterClockItem-clockOfficeItem {
  color: #5c83d1;
}
.SearchPage .FooterClockItem-clockOfficeItem {
  color: #c9918c;
}
.FooterClockItem-clockOfficeItem-tooltip {
  position: absolute;
  bottom: 100%;
  background: #ffffff;
  width: 220px;
  padding: 20px 20px 15px;
  left: 0;
  font-size: 14px;
  line-height: 1.42857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #31302b;
  font-family: "CharterITCStd";
  opacity: 0;
  z-index: 200;
  visibility: hidden;
  -webkit-box-shadow: 20px 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s opacity ease-out, 0s visibility 0.2s ease-out;
  transition: 0.2s opacity ease-out, 0s visibility 0.2s ease-out;
}
.isMobile .FooterClockItem-clockOfficeItem-tooltip {
  width: auto;
  left: -25px;
  right: -25px;
  padding: 25px 20px 15px;
}
.FooterClockItem-clockOfficeItem-tooltip:hover,
.FooterClockItem-clockOfficeItem-tooltip:active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.FooterClockItem-clockOfficeItem-tooltipText {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.isMobile .FooterClockItem-clockOfficeItem-tooltipText {
  width: 100%;
}
.FooterClockItem-clockOfficeItem-tooltipText a {
  color: #f5371f;
  text-decoration: none;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
}
.isDesktop .FooterClockItem-clockOfficeItem-tooltipText a:hover {
  color: #31302b;
}
.FooterClockItem-clockOfficeItem-tooltipLink {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #f5371f;
  margin-top: 20px;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
}
.isDesktop .FooterClockItem-clockOfficeItem-tooltipLink:hover {
  color: #31302b;
}
.FooterClockItem-spire {
  position: absolute;
}
.FooterClockItem-spire--hour {
  top: calc(50% - 10px);
  left: calc(50% - 3px);
  width: 6%;
  height: 35%;
  z-index: 4;
  -webkit-transform-origin: 3px 10px;
      -ms-transform-origin: 3px 10px;
          transform-origin: 3px 10px;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.TruePage .FooterClockItem-spire--hour,
.SearchPage .FooterClockItem-spire--hour {
  background: #d6d2c8;
}
.TechPage .Footer-topClocksItem:nth-child(7n + 1) .FooterClockItem-spire--hour,
.TechPage .Footer-topClocksItem:nth-child(7n + 4) .FooterClockItem-spire--hour,
.TechPage .Footer-topClocksItem:nth-child(7n + 7) .FooterClockItem-spire--hour {
  background: #ffffff;
}
.TechPage .Footer-topClocksItem:nth-child(7n + 2) .FooterClockItem-spire--hour,
.TechPage .Footer-topClocksItem:nth-child(7n + 5) .FooterClockItem-spire--hour {
  background: #31302b;
}
.TechPage .Footer-topClocksItem:nth-child(7n + 3) .FooterClockItem-spire--hour,
.TechPage .Footer-topClocksItem:nth-child(7n + 6) .FooterClockItem-spire--hour {
  background: #d6d2c8;
}
.DevPage .Footer-topClocksItem:nth-child(7n + 1) .FooterClockItem-spire--hour,
.DevPage .Footer-topClocksItem:nth-child(7n + 2) .FooterClockItem-spire--hour,
.DevPage .Footer-topClocksItem:nth-child(7n + 4) .FooterClockItem-spire--hour,
.DevPage .Footer-topClocksItem:nth-child(7n + 5) .FooterClockItem-spire--hour,
.DevPage .Footer-topClocksItem:nth-child(7n + 7) .FooterClockItem-spire--hour {
  background: #31302b;
}
.DevPage .Footer-topClocksItem:nth-child(7n + 3) .FooterClockItem-spire--hour,
.DevPage .Footer-topClocksItem:nth-child(7n + 6) .FooterClockItem-spire--hour {
  background: #d6d2c8;
}
.FooterClockItem-spire--min {
  top: calc(50% - 10px);
  left: calc(50% - 1px);
  width: 2%;
  height: 50%;
  z-index: 3;
  -webkit-transform-origin: 1px 10px;
      -ms-transform-origin: 1px 10px;
          transform-origin: 1px 10px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.TruePage .FooterClockItem-spire--min,
.SearchPage .FooterClockItem-spire--min {
  background: #d6d2c8;
}
.TechPage .Footer-topClocksItem:nth-child(7n + 1) .FooterClockItem-spire--min,
.TechPage .Footer-topClocksItem:nth-child(7n + 4) .FooterClockItem-spire--min,
.TechPage .Footer-topClocksItem:nth-child(7n + 7) .FooterClockItem-spire--min {
  background: #ffffff;
}
.TechPage .Footer-topClocksItem:nth-child(7n + 2) .FooterClockItem-spire--min,
.TechPage .Footer-topClocksItem:nth-child(7n + 5) .FooterClockItem-spire--min {
  background: #31302b;
}
.TechPage .Footer-topClocksItem:nth-child(7n + 3) .FooterClockItem-spire--min,
.TechPage .Footer-topClocksItem:nth-child(7n + 6) .FooterClockItem-spire--min {
  background: #d6d2c8;
}
.DevPage .Footer-topClocksItem:nth-child(7n + 1) .FooterClockItem-spire--min,
.DevPage .Footer-topClocksItem:nth-child(7n + 2) .FooterClockItem-spire--min,
.DevPage .Footer-topClocksItem:nth-child(7n + 4) .FooterClockItem-spire--min,
.DevPage .Footer-topClocksItem:nth-child(7n + 5) .FooterClockItem-spire--min,
.DevPage .Footer-topClocksItem:nth-child(7n + 7) .FooterClockItem-spire--min {
  background: #31302b;
}
.DevPage .Footer-topClocksItem:nth-child(7n + 3) .FooterClockItem-spire--min,
.DevPage .Footer-topClocksItem:nth-child(7n + 6) .FooterClockItem-spire--min {
  background: #d6d2c8;
}

.TeamMemberPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 26;
  -webkit-transition: 0s visibility 0.2s ease-out;
  transition: 0s visibility 0.2s ease-out;
  overflow-scrolling: touch;
  visibility: hidden;
}
.TeamMemberPopup--visible {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
.TeamMemberPopup--visible .TeamMemberPopup-content {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.2s opacity 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s transform 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
}
.TeamMemberPopup--visible .TeamMemberPopup-contentInner {
  opacity: 1;
  -webkit-transition: 0.2s opacity 0.4s ease-out;
  transition: 0.2s opacity 0.4s ease-out;
}
.TeamMemberPopup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.TeamMemberPopup-wrapper {
  width: 75%;
  min-width: 500px;
  margin-left: auto;
  position: relative;
  overflow-scrolling: touch;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
}
.isMobile .TeamMemberPopup-wrapper {
  min-width: 100%;
  width: 100%;
}
.TeamMemberPopup-wrapper.overflowLock {
  overflow: hidden;
}
.TeamMemberPopup-content {
  background: #383633;
  position: relative;
  width: 100%;
  min-height: 100vh;
  outline: none;
  overflow-scrolling: touch;
  -webkit-transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.isMobile .TeamMemberPopup-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.TeamMemberPopup-contentInner {
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.TeamMemberPopup-close {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  z-index: 26;
  background: #383633;
}
.isMobile .TeamMemberPopup-close {
  top: 20px;
  right: 20px;
}
.TeamMemberPopup-close:hover .TeamMemberPopup-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  width: 34px;
}
.TeamMemberPopup-close:hover .TeamMemberPopup-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  width: 34px;
}
.TeamMemberPopup-closeItem {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  background: #ffffff;
}
.TeamMemberPopup-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.TeamMemberPopup-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.isMobile .TeamMemberPopup-close {
  display: block;
}
.TeamMemberPopup-image {
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
.isMobile .TeamMemberPopup-image {
  display: none;
}
.TeamMemberPopup-imagePlaceholder {
  width: 100%;
  height: 50px;
}
.isMobile .TeamMemberPopup-imagePlaceholder {
  display: none;
}
.TeamMemberPopup-imageSquare {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  height: 0;
  padding-bottom: 440px;
  overflow: hidden;
  position: relative;
}
.isMobile .TeamMemberPopup-imageSquare {
  display: none;
}
.TeamMemberPopup-imageSquareMobile {
  display: none;
}
.isMobile .TeamMemberPopup-imageSquareMobile {
  display: block;
  margin-top: 60px;
}
.TeamMemberPopup-imageSquareMobile img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.TeamMemberPopup-imageSquare img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.TeamMemberPopup-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  -o-object-fit: cover;
     object-fit: cover;
}
.TeamMemberPopup-memberTitleWrapper {
  position: relative;
}
.isMobile .TeamMemberPopup-memberTitleWrapper {
  min-height: 132px;
}
.TeamMemberPopup-memberTitleWrapper.memberSquareImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.isMobile .TeamMemberPopup-memberTitleWrapper.memberSquareImage {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.TeamMemberPopup-memberInfo {
  padding: 40px 80px 0 50px;
  position: relative;
}
.TeamMemberPopup-memberInfoHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .TeamMemberPopup-memberInfoHead {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.isMobile .TeamMemberPopup-memberInfo {
  padding: 50px 20px 28px;
}
.TeamMemberPopup-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #ffffff;
  text-transform: none;
  margin-left: -5px;
}
.isMobile .TeamMemberPopup-title {
  font-size: 36px;
  line-height: 40px;
}
.TeamMemberPopup-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.isMobile .TeamMemberPopup-subtitle {
  display: block;
  margin-top: 10px;
  padding-top: 0;
}
.TeamMemberPopup-memberTeam {
  font-family: "FFMarkWebPro";
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -1px;
}
.isMobile .TeamMemberPopup-memberTeam {
  line-height: normal;
}
.TeamMemberPopup-memberPosition {
  font-family: "FFMarkWebPro";
  font-size: 16px;
  color: #999999;
  letter-spacing: -1px;
  font-weight: 500;
}
.isMobile .TeamMemberPopup-memberPosition {
  line-height: normal;
}
.TeamMemberPopup-memberPositionSlash {
  display: inline;
}
.isMobile .TeamMemberPopup-memberPositionSlash {
  display: none;
}
.TeamMemberPopup-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 114px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .TeamMemberPopup-description {
  display: block;
  margin-bottom: 70px;
}
.TeamMemberPopup-quickBio {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.isMobile .TeamMemberPopup-quickBio {
  margin-bottom: 70px;
}
.TeamMemberPopup-quickBioTitle {
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #999999;
}
.isMobile .TeamMemberPopup-quickBioTitle {
  font-size: 24px;
}
.TeamMemberPopup-quickBioDescription {
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #ffffff;
  margin-top: 40px;
  line-height: 1.667;
}
.isMobile .TeamMemberPopup-quickBioDescription {
  font-size: 16px;
}
.TeamMemberPopup-quickBio a {
  color: #f5371f;
  text-decoration: none;
}
.TeamMemberPopup-quickBio a:hover {
  text-decoration: underline;
}
.TeamMemberPopup-snapshot {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.TeamMemberPopup-snapshotTitle {
  font-family: "CharterITCStd";
  font-size: 36px;
  margin-bottom: 40px;
  color: #999999;
}
.isMobile .TeamMemberPopup-snapshotTitle {
  font-size: 24px;
}
.TeamMemberPopup-snapshotDescriptionItem {
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #999999;
  margin-top: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #4c4a48;
}
.isMobile .TeamMemberPopup-snapshotDescriptionItem {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 25px;
  margin-top: 10px;
  line-height: 25px;
}
.isMobile .TeamMemberPopup-snapshotDescriptionItem:last-of-type {
  border-bottom: none;
}
.TeamMemberPopup-clients {
  padding-bottom: 120px;
}
.TeamMemberPopup-clientsTitle {
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #999999;
}
.isMobile .TeamMemberPopup-clientsTitle {
  font-size: 24px;
}
.TeamMemberPopup-clientsLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-right: -1.73611111vw;
  margin-left: -1.73611111vw;
}
.isMobile .TeamMemberPopup-clientsLogos {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.TeamMemberPopup-clientsLogo {
  margin-bottom: 45px;
  margin-right: 1.73611111vw;
  margin-left: 1.73611111vw;
  width: 180px;
  padding-top: 80px;
  position: relative;
}
.isMobile .TeamMemberPopup-clientsLogo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-bottom: 20%;
  padding-top: 0;
  margin-bottom: 70px;
  margin-right: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TeamMemberPopup-clientsLogo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.TeamMemberPopup-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
}
.TeamMemberPopup-clock.absolute {
  margin-top: 30px;
}
.isMobile .TeamMemberPopup-clock {
  top: 60px;
  right: 20px;
  display: none;
}
.TeamMemberPopup-clockMobile {
  display: none;
}
.isMobile .TeamMemberPopup-clockMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
}
.TeamMemberPopup-clockItem {
  width: 100%;
}
.TeamMemberPopup-clock .FooterClockItem {
  width: 100%;
  margin: auto;
}
.isMobile .TeamMemberPopup-clock .FooterClockItem {
  max-width: 70px;
}
.TeamMemberPopup-clock .FooterClockItem-clock {
  background-color: #f5371f;
}
.TeamMemberPopup-clock .FooterClockItem-clockOffice {
  margin: 0;
  width: 150%;
}
.isMobile .TeamMemberPopup-clock .FooterClockItem-clockOffice {
  width: 160%;
}
.TeamMemberPopup-clock .FooterClockItem-clockOfficeItem {
  font-size: 14px;
  margin-top: 5px;
  color: #808080;
  font-family: "CharterITCStd";
}
.isMobile .TeamMemberPopup-clock .FooterClockItem-clockOfficeItem {
  margin-top: 13px;
}
.TeamMemberPopup-clock .FooterClockItem-spire--hour {
  background-color: #383633;
}
.TeamMemberPopup-clock .FooterClockItem-spire--min {
  background-color: #383633;
}
.TeamMemberPopup-linkedIn {
  margin-top: 16px;
}
.isMobile .TeamMemberPopup-linkedIn {
  margin-left: 45px;
}
.TeamMemberPopup-flexSpacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.TeamMemberPopup-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  width: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .TeamMemberPopup-social {
  display: none;
}
.TeamMemberPopup-socialEmail,
.TeamMemberPopup-socialLinkedIn {
  color: #f5371f;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -1px;
  margin-top: 14px;
  display: block;
}
.isMobile .TeamMemberPopup-socialEmail,
.isMobile .TeamMemberPopup-socialLinkedIn {
  display: none;
}
.TeamMemberPopup-socialEmail:hover,
.TeamMemberPopup-socialLinkedIn:hover {
  text-decoration: underline;
}
.TeamMemberPopup-socialLinkedIn,
.TeamMemberPopup-socialEmail {
  display: block;
  margin-top: 0;
}
.TeamMemberPopup-socialMobile {
  display: none;
}
.isMobile .TeamMemberPopup-socialMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
.isMobile .TeamMemberPopup-socialMobileEmail,
.isMobile .TeamMemberPopup-socialMobileLinkedIn {
  color: #f5371f;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -1px;
  margin-top: 14px;
  display: block;
}

.SearchOurExpertise {
  background-color: #e5e4df;
  padding: 86px 100px 112px;
}
.isMobile .SearchOurExpertise {
  padding: 37px 0 80px;
}
.SearchOurExpertise-wrapper {
  width: 100%;
}
.SearchOurExpertise-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  margin-left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .SearchOurExpertise-title {
  font-size: 36px;
  line-height: 40px;
}
.SearchOurExpertise-titleReach {
  margin-top: 100px;
}
.isMobile .SearchOurExpertise-titleReach {
  margin-top: 50px;
}
.SearchOurExpertise-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
  font-family: "CharterITCStd";
}
.isMobile .SearchOurExpertise-content {
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SearchOurExpertise-description {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  font-size: 18px;
  color: #808080;
  line-height: 1.667;
  margin-top: 30px;
}
.isMobile .SearchOurExpertise-description {
  margin-top: 0;
  font-size: 16px;
  line-height: 25px;
}
.SearchOurExpertise-linkList {
  width: 100%;
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  margin-left: 80px;
}
.isMobile .SearchOurExpertise-linkList {
  margin-left: 0;
  margin-top: 50px;
}
.SearchOurExpertise-linkListSection {
  margin-top: 105px;
}
.SearchOurExpertise-linkListSection:first-child {
  margin-top: 0;
}
.SearchOurExpertise-link {
  border-bottom: 1px #d8d8d8 solid;
  font-size: 36px;
  color: #333333;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.isMobile .SearchOurExpertise-link {
  font-size: 24px;
  line-height: 1;
}
.dark .SearchOurExpertise-link {
  color: #ffffff;
  border-color: #4c4a48;
}
.SearchOurExpertise-link:hover {
  color: #f5371f;
}
.SearchOurExpertise-link:hover .SearchOurExpertise-linkArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.SearchOurExpertise-link:last-child {
  border-bottom: none;
}
.SearchOurExpertise-link:last-of-type {
  border-bottom: none;
}
.SearchOurExpertise-linkTitle {
  max-width: calc(100% - 80px);
}
.SearchOurExpertise-linkArrow {
  width: 69px;
  height: 32px;
  cursor: pointer;
  overflow: hidden;
  width: 60.5px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
.isDesktop .SearchOurExpertise-linkArrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .SearchOurExpertise-linkArrow {
  width: 48px;
  height: 26px;
}
.SearchOurExpertise-linkArrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .SearchOurExpertise-linkArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.SearchOurExpertise-more {
  color: #f5371f;
  font-weight: 500;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  margin-top: 30px;
}
.isMobile .SearchOurExpertise-more {
  font-size: 16px;
  line-height: 20px;
}
.SearchOurExpertise-more a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: -0.9px;
  color: #f5371f;
}
.SearchOurExpertise-more a:visited {
  color: #f5371f;
}
.SearchOurExpertise-more a:hover {
  text-decoration: underline;
}
.SearchOurExpertise-reachText {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  line-height: 30px;
  font-size: 18px;
  color: #383633;
  font-family: "CharterITCStd";
}
.isMobile .SearchOurExpertise-reachText {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 16px;
}
.SearchOurExpertise-reachContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
}
.isMobile .SearchOurExpertise-reachContent {
  margin-top: 25px;
}

.SearchClientDashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.SearchClientDashboard-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #ffffff;
  padding-left: 100px;
}
.isMobile .SearchClientDashboard-sidebar {
  padding-left: 20px;
}
.SearchClientDashboard-sidebar--right {
  padding-left: 100px;
}
.isMobile .SearchClientDashboard-sidebar--right {
  padding-left: 20px;
}
.SearchClientDashboard-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.SearchClientDashboard-bodyWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.isMobile .SearchClientDashboard-bodyWrapper {
  display: block;
}
.SearchClientDashboard-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-top: 86px;
  background: #ffffff;
}
.isMobile .SearchClientDashboard-header {
  padding-top: 40px;
}
.SearchClientDashboard-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-top: 115px;
  background: #ffffff;
}
.isMobile .SearchClientDashboard-footer {
  padding-top: 77px;
}
.SearchClientDashboard-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}
.isMobile .SearchClientDashboard-info {
  width: 100%;
  background: none;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.SearchClientDashboard-infoHeader {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SearchClientDashboard-infoHeaderImg {
  position: relative;
  width: 60px;
  height: 80px;
  display: none;
}
.isMobile .SearchClientDashboard-infoHeaderImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SearchClientDashboard-infoHeaderImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.SearchClientDashboard-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
}
.isMobile .SearchClientDashboard-title {
  font-size: 36px;
  line-height: 40px;
}
.isMobile .SearchClientDashboard-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #ffffff;
  padding-right: 10px;
  padding-bottom: 35px;
}
.SearchClientDashboard-descr {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  color: #383633;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  margin-top: 80px;
  width: 100%;
}
.isMobile .SearchClientDashboard-descr {
  font-size: 16px;
  line-height: 25px;
}
.isMobile .SearchClientDashboard-descr {
  width: 100%;
  margin-top: 0px;
  padding-top: 39px;
  background: #ffffff;
}
.SearchClientDashboard-link {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #f5371f;
  text-decoration: none;
  margin-top: 20px;
  width: 73.83333333%;
}
.isMobile .SearchClientDashboard-link {
  font-size: 16px;
  line-height: 20px;
}
.isMobile .SearchClientDashboard-link {
  background: #ffffff;
  margin-top: 0px;
  padding-top: 27px;
  width: 100%;
}
.SearchClientDashboard-link:hover {
  text-decoration: underline;
}
.SearchClientDashboard-flexFiller {
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 40px;
}
.isMobile .SearchClientDashboard-flexFiller {
  display: none;
}
.SearchClientDashboard-flexFillerMobile {
  display: none;
}
.isMobile .SearchClientDashboard-flexFillerMobile {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #ffffff;
}
.SearchClientDashboard-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 250px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.isMobile .SearchClientDashboard-section {
  width: 100%;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.SearchClientDashboard-sectionHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  height: 3.47222222vw;
}
.isMobile .SearchClientDashboard-sectionHeader {
  display: none;
}
.SearchClientDashboard-sectionBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SearchClientDashboard-sectionBlock:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 44.30147059%;
}
.isMobile .SearchClientDashboard-sectionBlock {
  display: block;
  margin: 0 auto;
  width: 70%;
  max-width: 300px;
}
.SearchClientDashboard-sectionBlock img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}


.CommonBlockVideo {
  position: relative;
}
.isMobile .CommonBlockVideo {
  min-width: 100%;
}
.CommonBlockVideo.isInitialState .CommonBlockVideo-video {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.CommonBlockVideo-video {
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.2s opaicty ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opaicty ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opaicty ease-out, 0.2s transform ease-out;
  transition: 0.2s opaicty ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.isDesktop .CommonBlockVideo-video:hover .CommonBlockVideo-videoPlayBtn {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.CommonBlockVideo-videoPreview {
  width: 100%;
  height: 100%;
}
.CommonBlockVideo-videoPreviewWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.CommonBlockVideo-videoPreview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  pointer-events: none;
}
.CommonBlockVideo-videoPlayBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  -webkit-transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out;
  transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .CommonBlockVideo-videoPlayBtn {
  width: 54px;
  height: 54px;
}
.CommonBlockVideo-videoPlayBtn svg {
  width: 100%;
  height: 100%;
}
.CommonBlockVideo-iframe {
  z-index: 2;
}
.isMobile .CommonBlockVideo-iframe:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.isPhone .CommonBlockVideo-iframe:before {
  height: 73.5%;
}
.isPhone .CommonBlockVideo-iframe:after {
  content: '';
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: 0;
  height: 26.5%;
  z-index: 1;
}
.isTablet .CommonBlockVideo-iframe:before {
  height: 87%;
}
.CommonBlockVideo-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CommonBlockVideo-iframe img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.CommonBlockVideo-iframe img {
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.CommonSlider {
  position: relative;
  width: 100%;
}
.CommonSlider.isInitialState .CommonSlider-slider {
  opacity: 0;
}
.CommonSlider-slider {
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.isMobile .CommonSlider-slider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CommonSlider-sliderList {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.CommonSlider-sliderList:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57.89473684%;
}
.isMobile .CommonSlider-sliderList {
  position: relative;
}
.isMobile .CommonSlider-sliderList:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.CommonSlider-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.CommonSlider-slide.isActive {
  opacity: 1;
  z-index: 2;
}
.CommonSlider-slideImg {
  position: relative;
  width: 100%;
  height: 100%;
}
.CommonSlider-slideImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.CommonSlider-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.CommonSlider-panelList {
  position: relative;
  width: 100%;
  height: 100%;
}
.CommonSlider-panelSlide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.isMobile .CommonSlider-panelSlide {
  position: relative;
  display: none;
}
.CommonSlider-panelSlide.isActive {
  opacity: 1;
  z-index: 2;
  display: block;
  position: relative;
}
.CommonSlider-panelSlideText {
  font-size: 14px;
  line-height: 20px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  color: #808080;
  margin-top: 25px;
}
.isMobile .CommonSlider-panelSlideText {
  margin-top: 30px;
}
.CommonSlider-panelSlideText b {
  display: block;
  width: 100%;
}
.CommonSlider-panelSlideText a {
  color: #f5371f;
  text-decoration: underline;
}
.isDesktop .CommonSlider-panelSlideText a:hover {
  text-decoration: none;
}
.CommonSlider-navItem {
  width: 69px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: -45px;
  width: 60px;
  height: 32px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.isDesktop .CommonSlider-navItem:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .CommonSlider-navItem {
  width: 48px;
  height: 26px;
}
.CommonSlider-navItem svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .CommonSlider-navItem svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.isMobile .CommonSlider-navItem {
  width: 30px;
  height: 20px;
  right: -20px;
}
.CommonSlider-navItem.isDisable {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.CommonSlider-navItem svg {
  width: 100%;
  height: 100%;
  fill: #ff3333;
}
.CommonSlider-navPrev {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  left: -45px;
  right: auto;
}
.isMobile .CommonSlider-navPrev {
  left: -20px;
}

.CommonQuote {
  position: relative;
  width: 100%;
  -webkit-transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .CommonQuote {
  width: 100%;
}
.CommonQuote--popup.isInitialState {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.CommonQuote-quote {
  font-size: 36px;
  line-height: 40px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #383633;
  letter-spacing: 0em;
  font-weight: normal;
  position: relative;
}
@media print {
  .CommonQuote-quote {
    color: #000000;
  }
}
.isMobile .CommonQuote-quote {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
.CommonQuote-quote p {
  display: unset;
}
.CommonQuote-quote p:first-child {
  margin-top: 0;
}
.CommonQuote-quote:before {
  content: '“';
  color: inherit;
  position: absolute;
  left: -23px;
}
.isMobile .CommonQuote-quote:before {
  left: -13px;
}
.CommonQuote-quote:after {
  content: ' ”';
  color: inherit;
  display: inline-block;
}
.CommonQuote-author {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #383633;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .CommonQuote-author {
  font-size: 16px;
  line-height: 25px;
}
@media print {
  .CommonQuote-author {
    color: #000000;
  }
}
.isMobile .CommonQuote-author {
  margin-top: 20px;
}

.CommonBlock {
  position: relative;
  width: 100%;
  margin: 45px auto 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .CommonBlock {
  width: 100%;
}
.CommonBlock--text {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  color: #383633;
  margin-top: 52px;
}
.isMobile .CommonBlock--text {
  font-size: 16px;
  line-height: 25px;
}
@media print {
  .CommonBlock--text {
    color: #000000;
  }
}
.CommonBlock--text ul {
  margin-top: 1.7em;
  margin-left: 40px;
}
.isMobile .CommonBlock--text ul {
  margin-left: 20px;
}
.CommonBlock--text ul li {
  position: relative;
}
.CommonBlock--text ul li:before {
  content: "·";
  position: absolute;
  left: -22px;
  top: 3px;
  font-size: 3em;
}
.CommonBlock--text ol {
  list-style: decimal;
  margin-top: 1.7em;
  margin-left: 40px;
}
.isMobile .CommonBlock--text ol {
  margin-left: 20px;
}
.CommonBlock--text a {
  text-decoration: none;
  color: #f5371f;
}
@media print {
  .CommonBlock--text a {
    color: #000000;
  }
}
.isDesktop .CommonBlock--text a:hover {
  text-decoration: underline;
}
.CommonBlock--text h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}
.isMobile .CommonBlock--text h2 {
  font-size: 24px;
}
.isMobile .CommonBlock--text {
  line-height: 30px;
  margin-top: 39px;
}
.CommonBlock--quote {
  margin-top: 58px;
}
.isMobile .CommonBlock--quote {
  margin-top: 60px;
}
.CommonBlock--image {
  margin-top: 62px;
}
.isMobile .CommonBlock--image {
  margin-top: 45px;
}
.CommonBlock--image .CommonBlock-img {
  position: relative;
}
.CommonBlock--image .CommonBlock-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  position: relative;
}
.CommonBlock-caption {
  font-size: 14px;
  line-height: 20px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  color: #808080;
  margin-top: 25px;
}
.CommonBlock-caption ul {
  margin-top: 1.7em;
  margin-left: 40px;
}
.isMobile .CommonBlock-caption ul {
  margin-left: 20px;
}
.CommonBlock-caption ul li {
  position: relative;
}
.CommonBlock-caption ul li:before {
  content: "·";
  position: absolute;
  left: -22px;
  top: 3px;
  font-size: 3em;
}
.CommonBlock-caption ol {
  list-style: decimal;
  margin-top: 1.7em;
  margin-left: 40px;
}
.isMobile .CommonBlock-caption ol {
  margin-left: 20px;
}
.CommonBlock-caption a {
  text-decoration: none;
  color: #f5371f;
}
.isDesktop .CommonBlock-caption a:hover {
  text-decoration: underline;
}
.isMobile .CommonBlock-caption {
  margin-top: 30px;
}
.CommonBlock--embed {
  margin-top: 62px;
}
.isMobile .CommonBlock--embed {
  margin-top: 45px;
}
.CommonBlock--embed * {
  width: 100% !important;
}
.CommonBlock--embed a {
  font-family: "CharterITCStd";
  text-decoration: none;
  color: #f5371f;
}
.isDesktop .CommonBlock--embed a:hover {
  text-decoration: underline;
}
.CommonBlock--gallery {
  margin-top: 62px;
}
.isMobile .CommonBlock--gallery {
  margin-top: 45px;
  margin-bottom: 46px;
}
.CommonBlock--video {
  margin-top: 62px;
}
.isMobile .CommonBlock--video {
  margin-top: 45px;
}

.SearchOfferPassword {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.SearchOfferPassword-outter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SearchOfferPassword-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50%;
  height: 100%;
}
.SearchOfferPassword-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.SearchOfferPassword-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  background: #ffffff;
}
.isMobile .SearchOfferPassword-wrapper {
  width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.SearchOfferPassword-message {
  font-family: "FFMarkWebPro";
  font-size: 18px;
  font-weight: 500;
  margin-top: 1px;
  letter-spacing: -0.05em;
  color: #f5371f;
  width: 100%;
  text-align: center;
  display: none;
}
.invalid .SearchOfferPassword-message {
  display: block;
}
.isMobile .SearchOfferPassword-message {
  font-size: 14px;
}
.SearchOfferPassword-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62.33766234%;
}
.SearchOfferPassword-infoText {
  font-size: 18px;
  line-height: 25px;
  font-family: "FFMarkWebPro";
  font-weight: 700;
  color: #383633;
  letter-spacing: 0em;
  font-weight: 500;
  color: #808080;
  margin-bottom: 65px;
  text-align: center;
}
.SearchOfferPassword-infoInput {
  width: 100%;
}
.SearchOfferPassword-infoInput input {
  font-size: 48px;
  line-height: 40px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  width: 100%;
  text-align: center;
  background: none;
  outline: none;
  border: none;
  padding: 10px;
  border-bottom: 2px solid #383633;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.SearchOfferPassword-infoInput input::-webkit-input-placeholder {
  color: #383633;
}
.SearchOfferPassword-infoInput input::-moz-placeholder {
  color: #383633;
}
.SearchOfferPassword-infoInput input:-moz-placeholder {
  color: #383633;
}
.SearchOfferPassword-infoInput input:-ms-input-placeholder {
  color: #383633;
}
.isMobile .SearchOfferPassword-infoInput input {
  font-size: 36px;
}
.SearchOfferPassword-infoBtn {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-top: 70px;
  background: #f5371f;
  text-transform: lowercase;
  padding: 11px 62px 14px;
  outline: none;
  border: none;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  cursor: pointer;
}
.isMobile .SearchOfferPassword-infoBtn {
  font-size: 16px;
  line-height: 20px;
}
.SearchOfferPassword-infoBtn:hover {
  opacity: 0.7;
}
.SearchOfferPassword-infoBtn.disabled {
  background-color: #e5e5e5;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
.SearchOfferSection.IsVisPopup {
  height: 100vh;
  overflow: hidden;
}
.SearchOfferSection-header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 43px 60px 35px;
  background: #f4f3f1;
}
@media print {
  .SearchOfferSection-header {
    background: #ffffff;
    padding: 1.5625vw 4.6875vw;
  }
}
.SearchOfferSection-headerPrint {
  display: none;
}
@media print {
  .SearchOfferSection-headerPrint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.125vw 0 1.5625vw;
    margin: 0 4.6875vw;
    border-bottom: 1px solid #000000;
  }
}
.SearchOfferSection-headerPrintTrue {
  font-family: "FFMarkWebPro";
  font-size: 3.75vw;
  color: #f5371f;
  letter-spacing: -0.05em;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .SearchOfferSection-header {
  padding: 0;
  background: none;
}
.SearchOfferSection-headerTitle {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .SearchOfferSection-headerTitle {
  font-size: 36px;
  line-height: 40px;
}
@media print {
  .SearchOfferSection-headerTitle {
    font-size: 4.6875vw;
    color: #000000;
  }
}
.isMobile .SearchOfferSection-headerTitle {
  padding: 27px 20px 34px;
  background: #f4f3f1;
}
.SearchOfferSection-headerTitlePrint {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #f5371f;
  margin-top: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .SearchOfferSection-headerTitlePrint {
  font-size: 16px;
  line-height: 20px;
}
@media print {
  .SearchOfferSection-headerTitlePrint {
    display: none;
  }
}
.isDesktop .SearchOfferSection-headerTitlePrint:hover {
  text-decoration: underline;
}
.isMobile .SearchOfferSection-headerTitlePrint {
  display: none;
}
.SearchOfferSection-headerTitlePrint svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #f5371f;
  margin-right: 5px;
  width: 24px;
  height: 18px;
}
.SearchOfferSection-headerInfo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
}
@media print {
  .SearchOfferSection-headerInfo {
    border-top-color: #000000;
    border-bottom: 1px solid #000000;
    margin-top: 2.34375vw;
    padding-bottom: 1.171875vw;
  }
}
.isMobile .SearchOfferSection-headerInfo {
  border-top: none;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 20px 0px;
}
.SearchOfferSection-headerInfoTextWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media print {
  .SearchOfferSection-headerInfoTextWrapper {
    margin: 0 -30px;
    width: auto;
  }
}
.isMobile .SearchOfferSection-headerInfoTextWrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}
.SearchOfferSection-headerInfoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 30.08064516%;
}
@media print {
  .SearchOfferSection-headerInfoBlock {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 30px;
  }
}
.isMobile .SearchOfferSection-headerInfoBlock {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SearchOfferSection-headerInfoBlock--logo {
  width: 22.58064516%;
}
@media print {
  .SearchOfferSection-headerInfoBlock--logo {
    display: none;
  }
}
.isMobile .SearchOfferSection-headerInfoBlock--logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.SearchOfferSection-headerInfoBlock--logo .SearchOfferSection-headerInfoBlockImg {
  width: 64.28571429%;
  position: relative;
}
.SearchOfferSection-headerInfoBlock--logo .SearchOfferSection-headerInfoBlockImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.33333333%;
}
@media print {
  .SearchOfferSection-headerInfoBlock--logo .SearchOfferSection-headerInfoBlockImg {
    width: 18%;
  }
}
.SearchOfferSection-headerInfoBlock--logo .SearchOfferSection-headerInfoBlockImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center';
  mix-blend-mode: multiply;
  margin: 0 auto;
}
.SearchOfferSection-headerInfoBlock--socMob {
  display: none;
}
.isMobile .SearchOfferSection-headerInfoBlock--socMob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .SearchOfferSection-headerInfoBlock--socials {
  display: none;
}
.SearchOfferSection-headerInfoBlockTitle {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
}
.isMobile .SearchOfferSection-headerInfoBlockTitle {
  font-size: 16px;
  line-height: 20px;
}
@media print {
  .SearchOfferSection-headerInfoBlockTitle {
    color: #808080;
    font-size: 16px;
  }
}
.isMobile .SearchOfferSection-headerInfoBlockTitle {
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  padding-right: 5px;
  color: #808080;
}
.SearchOfferSection-headerInfoBlockBody {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #383633;
  width: 100%;
}
.isMobile .SearchOfferSection-headerInfoBlockBody {
  font-size: 16px;
  line-height: 20px;
}
@media print {
  .SearchOfferSection-headerInfoBlockBody {
    color: #000000;
    font-size: 16px;
  }
}
@media print {
  .SearchOfferSection-headerInfoBlockBody--social {
    display: none;
  }
}
.SearchOfferSection-headerInfoBlockBody--socialPrint {
  display: none;
}
@media print {
  .SearchOfferSection-headerInfoBlockBody--socialPrint {
    display: block;
    font-family: "FFMarkWebPro";
    font-weight: 500;
    font-size: 16px;
  }
  .SearchOfferSection-headerInfoBlockBody--socialPrint span {
    word-wrap: break-word;
    white-space: pre-wrap;
  }
}
.SearchOfferSection-headerInfoBlockBody a {
  color: #f5371f;
  text-decoration: none;
}
@media print {
  .SearchOfferSection-headerInfoBlockBody a {
    color: #000000;
  }
}
.isDesktop .SearchOfferSection-headerInfoBlockBody a:hover {
  text-decoration: underline;
}
.SearchOfferSection-headerInfoBlock--socials .SearchOfferSection-headerInfoBlockBody,
.SearchOfferSection-headerInfoBlock--socMob .SearchOfferSection-headerInfoBlockBody {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 9px;
}
.isMobile .SearchOfferSection-headerInfoBlock--socials .SearchOfferSection-headerInfoBlockBody,
.isMobile .SearchOfferSection-headerInfoBlock--socMob .SearchOfferSection-headerInfoBlockBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.SearchOfferSection-headerInfoBlock--socials .SearchOfferSection-headerInfoBlockBody a,
.SearchOfferSection-headerInfoBlock--socMob .SearchOfferSection-headerInfoBlockBody a {
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10.71428571%;
  width: 7.14285714%;
  position: relative;
}
.SearchOfferSection-headerInfoBlock--socials .SearchOfferSection-headerInfoBlockBody a:before,
.SearchOfferSection-headerInfoBlock--socMob .SearchOfferSection-headerInfoBlockBody a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.isMobile .SearchOfferSection-headerInfoBlock--socials .SearchOfferSection-headerInfoBlockBody a,
.isMobile .SearchOfferSection-headerInfoBlock--socMob .SearchOfferSection-headerInfoBlockBody a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9.375%;
  width: 6.25%;
}
.SearchOfferSection-headerInfoBlock--socials .SearchOfferSection-headerInfoBlockBody a svg,
.SearchOfferSection-headerInfoBlock--socMob .SearchOfferSection-headerInfoBlockBody a svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  fill: #383633;
}
.isDesktop .SearchOfferSection-headerInfoBlock--socials .SearchOfferSection-headerInfoBlockBody a svg:hover,
.isDesktop .SearchOfferSection-headerInfoBlock--socMob .SearchOfferSection-headerInfoBlockBody a svg:hover {
  fill: #f5371f;
}
.SearchOfferSection-headerInfoBlock--socials .SearchOfferSection-headerInfoBlockBody a:first-child,
.SearchOfferSection-headerInfoBlock--socMob .SearchOfferSection-headerInfoBlockBody a:first-child {
  margin-left: 0;
}
.SearchOfferSection-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 60px 120px;
}
@media print {
  .SearchOfferSection-body {
    padding: 40px 4.6875vw 9.375vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.isMobile .SearchOfferSection-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 20px 0;
}
.SearchOfferSection-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 22.58064516%;
}
.isMobile .SearchOfferSection-sidebar {
  width: 100%;
}
.SearchOfferSection-sidebarTeam {
  width: 80.35714286%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.isMobile .SearchOfferSection-sidebarTeam {
  width: 100%;
}
.isMobile .SearchOfferSection-sidebarTeamSearch {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.SearchOfferSection-sidebarTeamInvestors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 47px;
}
.isMobile .SearchOfferSection-sidebarTeamInvestors {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.SearchOfferSection-sidebarTeamInvestorsTitle {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #808080;
}
.isMobile .SearchOfferSection-sidebarTeamInvestorsTitle {
  font-size: 16px;
  line-height: 20px;
}
@media print {
  .SearchOfferSection-sidebarTeamInvestorsTitle {
    font-size: 16px;
  }
}
.isMobile .SearchOfferSection-sidebarTeamInvestorsTitle {
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  padding-right: 5px;
}
.SearchOfferSection-sidebarTeamInvestorsBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SearchOfferSection-sidebarTeamInvestorsBody a,
.SearchOfferSection-sidebarTeamInvestorsBody span {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-weight: normal;
}
.isMobile .SearchOfferSection-sidebarTeamInvestorsBody a,
.isMobile .SearchOfferSection-sidebarTeamInvestorsBody span {
  font-size: 16px;
  line-height: 25px;
}
@media print {
  .SearchOfferSection-sidebarTeamInvestorsBody a,
  .SearchOfferSection-sidebarTeamInvestorsBody span {
    font-size: 16px;
  }
}
.SearchOfferSection-sidebarTeamInvestorsBody span {
  color: #383633;
}
@media print {
  .SearchOfferSection-sidebarTeamInvestorsBody span {
    color: #000000;
    font-size: 16px;
  }
}
.SearchOfferSection-sidebarTeamInvestorsBody a {
  color: #f5371f;
}
@media print {
  .SearchOfferSection-sidebarTeamInvestorsBody a {
    color: #000000;
    font-size: 16px;
  }
}
.isDesktop .SearchOfferSection-sidebarTeamInvestorsBody a:hover {
  text-decoration: underline;
}
.SearchOfferSection-sidebarTeamTitle {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #808080;
}
.isMobile .SearchOfferSection-sidebarTeamTitle {
  font-size: 16px;
  line-height: 20px;
}
@media print {
  .SearchOfferSection-sidebarTeamTitle {
    font-size: 16px;
  }
}
.isMobile .SearchOfferSection-sidebarTeamTitle {
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
}
.SearchOfferSection-sidebarTeamList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SearchOfferSection-sidebarTeamItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print {
  .SearchOfferSection-sidebarTeamItem {
    margin-top: 20px;
  }
}
.isMobile .SearchOfferSection-sidebarTeamItem {
  margin-top: 40px;
}
.isMobile .SearchOfferSection-sidebarTeamItem:first-child {
  margin-top: 0;
}
.SearchOfferSection-sidebarTeamItemName {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  font-weight: 700;
  color: #383633;
}
.isMobile .SearchOfferSection-sidebarTeamItemName {
  font-size: 16px;
  line-height: 25px;
}
@media print {
  .SearchOfferSection-sidebarTeamItemName {
    color: #000000;
    font-size: 16px;
  }
}
.SearchOfferSection-sidebarTeamItemPosition {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  color: #383633;
  font-weight: normal;
}
.isMobile .SearchOfferSection-sidebarTeamItemPosition {
  font-size: 16px;
  line-height: 25px;
}
@media print {
  .SearchOfferSection-sidebarTeamItemPosition {
    color: #000000;
    font-size: 16px;
  }
}
.SearchOfferSection-sidebarTeamItemEmail {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  color: #f5371f;
  text-decoration: none;
  font-weight: normal;
}
.isMobile .SearchOfferSection-sidebarTeamItemEmail {
  font-size: 16px;
  line-height: 25px;
}
@media print {
  .SearchOfferSection-sidebarTeamItemEmail {
    color: #000000;
    font-size: 16px;
  }
}
.isDesktop .SearchOfferSection-sidebarTeamItemEmail:hover {
  text-decoration: underline;
}
.SearchOfferSection-sidebarTeamItemPhone {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  color: #f5371f;
  text-decoration: none;
  font-weight: normal;
}
.isMobile .SearchOfferSection-sidebarTeamItemPhone {
  font-size: 16px;
  line-height: 25px;
}
@media print {
  .SearchOfferSection-sidebarTeamItemPhone {
    color: #000000;
    font-size: 16px;
  }
}
.isDesktop .SearchOfferSection-sidebarTeamItemPhone:hover {
  text-decoration: underline;
}
.SearchOfferSection-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 58.06451613%;
  margin-left: 3.22580645%;
}
@media print {
  .SearchOfferSection-content {
    width: auto;
    margin-left: 8.06451613%;
  }
}
.isMobile .SearchOfferSection-content {
  margin-left: 0;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 65px;
}
.SearchOfferSection-blocks {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.SearchOfferSection-blocksBlock:first-child .CommonBlock {
  margin-top: 0;
}

.SearchUniversalBlock {
  background-color: #ffffff;
  padding: 45px 0 47px;
  border-bottom: 1px solid #d8d8d8;
}
.SearchUniversalBlock:last-of-type {
  border-bottom: none;
}
.SearchUniversalBlock-title {
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #383633;
}
.isMobile .SearchUniversalBlock-title {
  font-size: 24px;
}
.SearchUniversalBlock-content {
  display: block;
}
.SearchUniversalBlock-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .SearchUniversalBlock-line {
  display: block;
}
.SearchUniversalBlock-lineCenterAlign {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SearchUniversalBlock-leftSide {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  position: relative;
}
.isMobile .SearchUniversalBlock-leftSide {
  margin-bottom: 50px;
}
.SearchUniversalBlock-rightSide {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  position: relative;
}
.SearchUniversalBlock-description {
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #808080;
  line-height: 1.667;
  margin-bottom: 60px;
  margin-top: 12px;
}
.isMobile .SearchUniversalBlock-description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 35px;
}
.SearchUniversalBlock-industries {
  font-family: "CharterITCStd";
  font-size: 17px;
  color: #808080;
  margin-top: 35px;
  margin-bottom: 32px;
}
.isMobile .SearchUniversalBlock-industries {
  font-size: 16px;
}
.SearchUniversalBlock-industry,
.SearchUniversalBlock-region {
  margin-bottom: 9px;
  margin-top: 9px;
  padding-left: 20px;
}
.SearchUniversalBlock-industry:before,
.SearchUniversalBlock-region:before {
  content: '•';
  font-size: 17px;
  position: absolute;
  left: 0;
}
.SearchUniversalBlock-region {
  position: relative;
}
.SearchUniversalBlock-region:before {
  top: 6px;
  color: #f5371f;
}
.SearchUniversalBlock-featuredClients {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isMobile .SearchUniversalBlock-featuredClients {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SearchUniversalBlock-featuredClient {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8.9%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.SearchUniversalBlock-featuredClient a {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.isMobile .SearchUniversalBlock-featuredClient {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  padding-bottom: 19.1%;
  margin-bottom: 70px;
  margin-right: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.isMobile .SearchUniversalBlock-featuredClient:nth-child(2n) {
  margin-right: 0;
}
.SearchUniversalBlock-featuredClient:last-child {
  margin-right: 0;
}
.SearchUniversalBlock-featuredClient:first-child {
  margin-left: 0;
}
.SearchUniversalBlock-featuredClient img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.isMobile .SearchUniversalBlock-featuredClient img {
  top: auto;
  left: auto;
  height: 100%;
  width: auto;
}
.SearchUniversalBlock-viewTeam {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.SearchUniversalBlock-viewSelected {
  text-decoration: none;
  color: #f5371f;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isMobile .SearchUniversalBlock-viewSelected {
  font-size: 16px;
}
.SearchUniversalBlock-viewSelected:hover {
  text-decoration: underline;
}
.SearchUniversalBlock-viewSelected:visited {
  text-decoration: none;
}
.SearchUniversalBlock-viewSelectedMobile {
  display: none;
  width: 100%;
  text-align: center;
}
.isMobile .SearchUniversalBlock-viewSelectedMobile {
  display: block;
}

.SearchIndustries {
  background-color: #ffffff;
  padding: 86px 100px 117px 100px;
}
.isMobile .SearchIndustries {
  padding: 39px 0 60px;
}
.SearchIndustries-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}
.isMobile .SearchIndustries-title {
  font-size: 36px;
  line-height: 40px;
}
.SearchIndustries-description {
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #383633;
  margin-top: 45px;
  line-height: 1.111;
}
.isMobile .SearchIndustries-description {
  font-size: 24px;
  margin-top: 30px;
  line-height: 30px;
}
.SearchIndustries-content {
  margin-top: 76px;
}
.isMobile .SearchIndustries-content {
  margin-top: 20px;
}





.SearchClientsPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 26;
  -webkit-transition: 0s visibility 0.2s ease-out;
  transition: 0s visibility 0.2s ease-out;
  overflow-scrolling: touch;
  visibility: hidden;
}
.SearchClientsPopup--visible {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
.SearchClientsPopup--visible .SearchClientsPopup-content {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.2s opacity 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s transform 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
}
.SearchClientsPopup--visible .SearchClientsPopup-contentInner {
  opacity: 1;
  -webkit-transition: 0.2s opacity 0.4s ease-out;
  transition: 0.2s opacity 0.4s ease-out;
}
.SearchClientsPopup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.SearchClientsPopup-wrapper {
  width: 75%;
  min-width: 500px;
  margin-left: auto;
  position: relative;
  overflow-scrolling: touch;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
}
.isMobile .SearchClientsPopup-wrapper {
  min-width: 100%;
  width: 100%;
}
.SearchClientsPopup-wrapper.overflowLock {
  overflow: hidden;
}
.SearchClientsPopup-content {
  background: #383633;
  padding: 86px 100px 86px 60px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  outline: none;
  overflow-scrolling: touch;
  -webkit-transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.isMobile .SearchClientsPopup-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 60px 20px;
}
.SearchClientsPopup-contentInner {
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.SearchClientsPopup-close {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  z-index: 26;
}
.isMobile .SearchClientsPopup-close {
  top: 20px;
  right: 20px;
}
.SearchClientsPopup-close:hover .SearchClientsPopup-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  width: 34px;
}
.SearchClientsPopup-close:hover .SearchClientsPopup-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  width: 34px;
}
.SearchClientsPopup-closeItem {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  background: #ffffff;
}
.SearchClientsPopup-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.SearchClientsPopup-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.isMobile .SearchClientsPopup-close {
  display: block;
}
.SearchClientsPopup-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #ffffff;
  text-transform: none;
}
.isMobile .SearchClientsPopup-title {
  font-size: 36px;
  line-height: 40px;
}
.SearchClientsPopup-description {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: -40px;
}
.isMobile .SearchClientsPopup-description {
  font-size: 16px;
  line-height: 25px;
}
.SearchClientsPopup-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-right: -1%;
  margin-left: -1%;
}
.SearchClientsPopup-client {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  height: 190px;
  border-top: 1px solid #4c4a48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 1%;
  margin-left: 1%;
}
.isMobile .SearchClientsPopup-client {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.SearchClientsPopup-client.isCaseStudy {
  cursor: pointer;
}
.SearchClientsPopup-client.isCaseStudy:hover .SearchClientsPopup-clientLogo {
  opacity: 0.2;
}
.SearchClientsPopup-client.isCaseStudy:hover .SearchClientsPopup-clientCaseStudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SearchClientsPopup-client.isCaseStudy:hover .SearchClientsPopup-clientCaseStudy svg {
  width: 15px;
  height: 40px;
  fill: #f5371f;
}
.SearchClientsPopup-client.isCaseStudy:hover .SearchClientsPopup-clientCaseStudy span {
  display: block;
  color: #f5371f;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  text-decoration: none;
  margin-left: 10px;
}
.isMobile .SearchClientsPopup-client.isCaseStudy .SearchClientsPopup-clientCaseStudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .SearchClientsPopup-client.isCaseStudy .SearchClientsPopup-clientCaseStudy svg {
  width: 15px;
  height: 40px;
  fill: #f5371f;
}
.isMobile .SearchClientsPopup-client.isCaseStudy .SearchClientsPopup-clientCaseStudy span {
  display: block;
  color: #f5371f;
  font-family: "FFMarkWebPro";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  text-decoration: none;
  margin-left: 10px;
}
.SearchClientsPopup-clientLogo {
  width: 70%;
  padding-bottom: 31.1%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}
.SearchClientsPopup-clientLogo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.SearchClientsPopup-clientCaseStudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.SearchClientsPopup-clientCaseStudy svg {
  width: 15px;
  height: 40px;
  fill: #807c7c;
}
.SearchClientsPopup-clientCaseStudy span {
  display: none;
}
.SearchClientsPopup-link {
  text-decoration: none;
}

.RecentPlacements {
  padding-bottom: 54px;
}
.RecentPlacements-head {
  width: 100%;
  background-color: #f4f3f1;
  padding: 45px 60px 54px 60px;
}
.isMobile .RecentPlacements-head {
  padding: 34px 20px 34px 20px;
}
.RecentPlacements-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}
.isMobile .RecentPlacements-title {
  font-size: 36px;
  line-height: 40px;
}
.RecentPlacements-filterRow {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.isMobile .RecentPlacements-filterRow {
  display: block;
  margin-top: 22px;
}
.RecentPlacements-filterList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .RecentPlacements-filterList {
  display: block;
  width: 100%;
}
.RecentPlacements-filterItem {
  position: relative;
}
.RecentPlacements-filterItem:first-child {
  margin-left: 0;
}
.RecentPlacements-filterItem.active .RecentPlacements-filterOptions {
  display: block;
}
.isMobile .RecentPlacements-filterItem {
  border-bottom: 1px solid #cdcbcb;
  width: 100%;
}
.RecentPlacements-filterModel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.isMobile .RecentPlacements-filterModel {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0 16px;
}
.RecentPlacements-filterModel span {
  font-family: "FFMarkWebPro";
  font-size: 18px;
  color: #f5371f;
  font-weight: 500;
  pointer-events: none;
  letter-spacing: -1px;
}
.RecentPlacements-filterModel svg {
  width: 15px;
  height: 9px;
  margin-left: 16px;
  margin-top: 6px;
  fill: #f5371f;
  pointer-events: none;
}
.RecentPlacements-filterModel:hover span {
  text-decoration: underline;
}
.RecentPlacements-filterModel.active + .RecentPlacements-filterOptions {
  display: block;
}
.RecentPlacements-filterModel.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.RecentPlacements-filterOptions {
  position: absolute;
  display: none;
  top: 32px;
  background-color: #f5371f;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: -20px;
  z-index: 5;
  max-height: 500px;
  overflow-y: scroll;
}
.RecentPlacements-filterOption {
  font-family: "FFMarkWebPro";
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 7px 19px 11px 19px;
  border-bottom: 1px solid #f75f4c;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  white-space: pre;
  letter-spacing: -1px;
}
.RecentPlacements-filterOption.needPadding {
  padding-left: 30px;
}
.RecentPlacements-filterOption.active {
  color: #ff9689;
}
.RecentPlacements-filterOption:hover {
  opacity: 0.7;
}
.RecentPlacements-filterSelect {
  display: none;
}
.isMobile .RecentPlacements-filterSelect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 25;
  display: inherit;
  opacity: 0;
}
.RecentPlacements-clearFilters {
  font-family: "FFMarkWebPro";
  font-size: 18px;
  color: #383633;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: -1px;
}
.RecentPlacements-clearFilters:hover {
  text-decoration: underline;
}
.isMobile .RecentPlacements-clearFilters {
  position: relative;
  margin-top: 12px;
}
.RecentPlacements-list {
  padding: 45px 60px 0 60px;
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.RecentPlacements-list--loading {
  opacity: 0;
}
.isMobile .RecentPlacements-list {
  padding: 0 20px;
}
.RecentPlacements-list:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #ffffff;
}
.RecentPlacements-listRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.RecentPlacements-listRow--hidden {
  display: none;
}
.RecentPlacements-listItem {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 31px 0 31px 0;
  height: 300px;
  margin-left: 66px;
}
.isMobile .RecentPlacements-listItem {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  margin-right: 0;
  margin-left: 0;
}
.isMobile .RecentPlacements-listItem:nth-child(2n + 1) {
  margin-right: 42px;
}
.RecentPlacements-listItem:nth-child(4n + 5),
.RecentPlacements-listItem:first-child {
  margin-left: 0;
}
.RecentPlacements-listLogo {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isMobile .RecentPlacements-listLogo {
  position: relative;
  max-width: 200px;
}
.RecentPlacements-listLogo img {
  max-width: 70%;
  max-height: 100%;
}
.isMobile .RecentPlacements-listLogo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  top: auto;
  left: auto;
  max-width: none;
  height: auto;
}
.RecentPlacements-listPosition {
  font-family: "FFMarkWebPro";
  font-size: 18px;
  font-weight: 500;
  color: #383633;
  margin-top: 20px;
  text-align: center;
  letter-spacing: -0.05em;
}
.RecentPlacements-listLocation {
  font-family: "CharterITCStd";
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.RecentPlacements-zeroResults {
  width: 100%;
  text-align: center;
  font-family: "FFMarkWebPro";
  font-size: 80px;
  padding: 100px 0;
  letter-spacing: -4px;
  font-weight: 500;
  color: #bfbfbf;
}
.isMobile .RecentPlacements-zeroResults {
  font-size: 50px;
  padding: 40px 0 0;
}

.RecentPlacementSection-wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.isOpenMenu .RecentPlacementSection-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}


.OurServices {
  background-color: #e5e4df;
  padding: 86px 100px 90px;
}
.isMobile .OurServices {
  padding: 39px 0 30px;
}
.OurServices-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}
.isMobile .OurServices-title {
  font-size: 36px;
  line-height: 40px;
}
.OurServices-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 92px;
}
.isMobile .OurServices-content {
  display: block;
  margin-top: 35px;
}
.OurServices-leftSide {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.OurServices-rightSide {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.isMobile .OurServices-rightSide {
  margin-top: 40px;
}
.OurServices-description {
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #808080;
  line-height: 1.667;
  margin-top: 7px;
}
.isMobile .OurServices-description {
  margin-top: 0;
  font-size: 16px;
}
.OurServices-link {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
}
.OurServices-link:last-of-type .OurServices-service {
  border-bottom: none;
}
.OurServices-link:hover .OurServices-serviceTitle {
  color: #3b6dca;
}
.OurServices-link:hover .OurServices-serviceDescription {
  color: #383633;
}
.OurServices-link:hover .OurServices-serviceArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.OurServices-service {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #cecdc8;
  position: relative;
}
.isMobile .OurServices-service {
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.OurServices-serviceTitle {
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #383633;
  max-width: 80%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.isMobile .OurServices-serviceTitle {
  font-size: 24px;
}
.OurServices-serviceDescription {
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #999999;
  width: 80%;
  margin-top: 25px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.isMobile .OurServices-serviceDescription {
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
  width: 100%;
}
.OurServices-serviceArrow {
  width: 69px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  height: 32px;
}
.isDesktop .OurServices-serviceArrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .OurServices-serviceArrow {
  width: 48px;
  height: 26px;
}
.OurServices-serviceArrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .OurServices-serviceArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.isMobile .OurServices-serviceArrow {
  width: 35px;
  height: 25px;
  cursor: pointer;
  overflow: hidden;
}
.isDesktop .isMobile .OurServices-serviceArrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .isMobile .OurServices-serviceArrow {
  width: 48px;
  height: 26px;
}
.isMobile .OurServices-serviceArrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .isMobile .OurServices-serviceArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.isMobile .OurServices-serviceArrow svg {
  fill: #3b6dca;
}
.OurServices-serviceArrow svg {
  fill: #3b6dca;
}


.HistoryOfInnovation {
  background-color: #383633;
  padding: 86px 100px 90px;
}
.isMobile .HistoryOfInnovation {
  padding: 39px 0 60px;
}
.HistoryOfInnovation-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #ffffff;
}
.isMobile .HistoryOfInnovation-title {
  font-size: 36px;
  line-height: 40px;
}
.HistoryOfInnovation-link {
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  margin-left: 35%;
}
.isMobile .HistoryOfInnovation-link {
  margin-left: 0;
}
.HistoryOfInnovation-link:hover .HistoryOfInnovation-sectionTitle {
  color: #3cbea6;
}
.HistoryOfInnovation-link:hover .HistoryOfInnovation-sectionDescription {
  color: #ffffff;
}
.HistoryOfInnovation-link:hover .HistoryOfInnovation-sectionDescription a {
  color: #f5371f;
}
.HistoryOfInnovation-link:hover .HistoryOfInnovation-sectionDescription a:visited {
  color: #f5371f;
}
.DevPage .HistoryOfInnovation-link:hover .HistoryOfInnovation-sectionDescription a {
  color: #3b6dca;
}
.DevPage .HistoryOfInnovation-link:hover .HistoryOfInnovation-sectionDescription a:visited {
  color: #3b6dca;
}
.TechPage .HistoryOfInnovation-link:hover .HistoryOfInnovation-sectionDescription a {
  color: #3cbea6;
}
.TechPage .HistoryOfInnovation-link:hover .HistoryOfInnovation-sectionDescription a:visited {
  color: #3cbea6;
}
.HistoryOfInnovation-link:hover .HistoryOfInnovation-sectionArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.HistoryOfInnovation-link:last-of-type .HistoryOfInnovation-section {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.HistoryOfInnovation-section {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 45px;
  margin-top: 75px;
  border-bottom: 1px solid #808080;
  display: block;
}
.isMobile .HistoryOfInnovation-section {
  margin-left: 0;
  margin-top: 30px;
}
.isMobile .HistoryOfInnovation-sectionWrapper {
  margin-top: 50px;
}
.HistoryOfInnovation-sectionTitle {
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #ffffff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
}
.isMobile .HistoryOfInnovation-sectionTitle {
  font-size: 24px;
}
.HistoryOfInnovation-sectionDescription {
  margin-top: 35px;
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #ffffff;
  line-height: 1.667;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
}
.HistoryOfInnovation-sectionDescription a {
  color: #3cbea6;
  text-decoration: none;
}
.HistoryOfInnovation-sectionDescription a:visited {
  color: #3cbea6;
}
.HistoryOfInnovation-sectionDescription a:hover {
  text-decoration: underline;
}
.isMobile .HistoryOfInnovation-sectionDescription {
  font-size: 16px;
}
.HistoryOfInnovation-sectionArrow {
  width: 69px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  height: 32px;
  display: block;
}
.isDesktop .HistoryOfInnovation-sectionArrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .HistoryOfInnovation-sectionArrow {
  width: 48px;
  height: 26px;
}
.HistoryOfInnovation-sectionArrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .HistoryOfInnovation-sectionArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.isMobile .HistoryOfInnovation-sectionArrow {
  width: 30px;
  height: 20px;
}
.HistoryOfInnovation-sectionArrow svg {
  fill: #3cbea6;
}


.ContactBlock {
  background-color: #ffffff;
  padding: 86px 100px 90px;
  min-height: 100vh;
}
.isMobile .ContactBlock {
  padding: 40px 0 0;
}
.ContactBlock-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .ContactBlock-head {
  display: block;
}
.ContactBlock-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}
.isMobile .ContactBlock-title {
  font-size: 36px;
  line-height: 40px;
}
.ContactBlock-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.isMobile .ContactBlock-content {
  margin-top: 0;
}
.ContactBlock-description {
  font-size: 18px;
  font-family: "CharterITCStd";
  color: #808080;
  line-height: 1.667;
  max-width: 525px;
  margin-top: 25px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-animation: descriptionFadeIn 0.2s forwards linear;
          animation: descriptionFadeIn 0.2s forwards linear;
}
.isMobile .ContactBlock-description {
  margin-top: 48px;
  font-size: 16px;
}
@-webkit-keyframes descriptionFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  1% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}
@keyframes descriptionFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  1% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}
.ContactBlock-description.hide {
  -webkit-animation: descriptionFadeOut 0.2s forwards linear;
          animation: descriptionFadeOut 0.2s forwards linear;
}
@-webkit-keyframes descriptionFadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
    height: 0;
    margin: 0;
  }
}
@keyframes descriptionFadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
    height: 0;
    margin: 0;
  }
}
.ContactBlock-back {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 67px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 20;
  -webkit-animation: backFadeIn 0.2s forwards linear;
          animation: backFadeIn 0.2s forwards linear;
}
.isMobile .ContactBlock-back {
  top: 15px;
}
@-webkit-keyframes backFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  1% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}
@keyframes backFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  1% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}
.ContactBlock-back.hide {
  -webkit-animation: backFadeOut 0.2s forwards linear;
          animation: backFadeOut 0.2s forwards linear;
}
@-webkit-keyframes backFadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes backFadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.ContactBlock-back:hover .ContactBlock-backArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ContactBlock-back span {
  color: #f5371f;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  cursor: pointer;
  margin-left: 7px;
  padding-bottom: 3px;
}
.ContactBlock-backArrow {
  width: 20px;
  height: 15px;
  cursor: pointer;
  overflow: hidden;
}
.isDesktop .ContactBlock-backArrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .ContactBlock-backArrow {
  width: 48px;
  height: 26px;
}
.ContactBlock-backArrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .ContactBlock-backArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ContactBlock-backArrow svg {
  width: 100%;
  height: 100%;
  fill: #f5371f;
}
.isMobile .ContactBlock-backArrow {
  width: 20px;
  height: 15px;
  cursor: pointer;
  overflow: hidden;
}
.isDesktop .isMobile .ContactBlock-backArrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .isMobile .ContactBlock-backArrow {
  width: 48px;
  height: 26px;
}
.isMobile .ContactBlock-backArrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .isMobile .ContactBlock-backArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ContactBlock-channel {
  margin-top: 40px;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.isMobile .ContactBlock-channel {
  margin-top: 48px;
}
.ContactBlock-channel.active {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ContactBlock-channel.withAnimation {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ContactBlock-channelLink {
  width: 100%;
  padding: 20px 12% 20px 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
  cursor: pointer;
}
.isMobile .ContactBlock-channelLink {
  padding: 20px 25% 20px 0;
}
.ContactBlock-channelLink:hover span {
  color: #f5371f;
}
.ContactBlock-channelLink:hover .ContactBlock-channelLinkArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ContactBlock-channelLink:last-child {
  border-bottom: none;
}
.ContactBlock-channelLink span {
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #383633;
  pointer-events: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.isMobile .ContactBlock-channelLink span {
  font-size: 24px;
}
.ContactBlock-channelLinkArrow {
  width: 69px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 29px;
  width: 59px;
  height: 32px;
  pointer-events: none;
}
.isDesktop .ContactBlock-channelLinkArrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .ContactBlock-channelLinkArrow {
  width: 48px;
  height: 26px;
}
.ContactBlock-channelLinkArrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .ContactBlock-channelLinkArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ContactBlock-channelLinkArrow svg {
  fill: #f5371f;
}
.ContactBlock-formWrapper {
  width: 100%;
  min-height: 500px;
}
.ContactBlock-formWrapper.isFields {
  margin-top: -52px;
  margin-left: 320px;
}
.isMobile .ContactBlock-formWrapper.isFields {
  margin-left: 0;
  margin-top: 0;
}
.ContactBlock-formWrapper.isLocations {
  margin-top: -52px;
  margin-left: 320px;
}
.isMobile .ContactBlock-formWrapper.isLocations {
  margin-left: 0;
  margin-top: 0;
}
.ContactBlock-formWrapper.isLocations .ContactBlock-form {
  margin-left: -320px;
}
.isMobile .ContactBlock-formWrapper.isLocations .ContactBlock-form {
  margin-left: 0;
}
.ContactBlock-formWrapper.isLocations .ContactBlock-formTitle {
  margin-bottom: 145px;
}
.isMobile .ContactBlock-formWrapper.isLocations .ContactBlock-formTitle {
  margin-bottom: 40px;
}
.ContactBlock-formWrapper.fadeIn {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-animation: fadeIn 0.2s forwards ease-in-out;
          animation: fadeIn 0.2s forwards ease-in-out;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.ContactBlock-formTitle {
  color: #383633;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  letter-spacing: -0.05em;
  font-size: 18px;
  margin-bottom: 55px;
}
.isMobile .ContactBlock-formTitle {
  margin-bottom: 30px;
  margin-top: 20px;
}
.ContactBlock-formInput {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.ContactBlock-formInput.required:before {
  position: absolute;
  content: '*';
  left: -20px;
  top: 20px;
  width: 10px;
  height: 10px;
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #999999;
}
.isMobile .ContactBlock-formInput.required:before {
  font-size: 15px;
  left: -15px;
}
.ContactBlock-formInput input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 0 3px;
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #383633;
}
.isMobile .ContactBlock-formInput input {
  font-size: 24px;
  -webkit-border-radius: 0;
}
.ContactBlock-formInput input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #808080;
  outline: none;
}
.ContactBlock-formInput input.invalid {
  border-color: #f5371f;
}
.ContactBlock-formInput input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ContactBlock-formInput input::-moz-placeholder {
  color: #bfbfbf;
}
.ContactBlock-formInput input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ContactBlock-formInput input::-ms-input-placeholder {
  color: #bfbfbf;
}
.ContactBlock-formInput input::placeholder {
  color: #bfbfbf;
}
.ContactBlock-formDropdown {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 0 10px;
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #383633;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.isMobile .ContactBlock-formDropdown {
  font-size: 24px;
  padding: 15px 0 3px;
}
.ContactBlock-formDropdown.required:before {
  position: absolute;
  content: '*';
  left: -20px;
  top: 20px;
  width: 10px;
  height: 10px;
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #999999;
}
.isMobile .ContactBlock-formDropdown.required:before {
  font-size: 15px;
  left: -15px;
}
.ContactBlock-formDropdownOptions {
  width: 100%;
  background-color: #f5371f;
  position: absolute;
  top: 100%;
  z-index: 3;
  visibility: hidden;
  max-height: 500px;
  overflow-y: scroll;
}
.ContactBlock-formDropdownOption {
  color: #ffffff;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  font-size: 18px;
  padding: 8px 20px 11px 20px;
  border-bottom: 1px solid #f75f4c;
  cursor: pointer;
  letter-spacing: -1px;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.isMobile .ContactBlock-formDropdownOption {
  font-size: 15px;
  padding: 5px 15px 8px 15px;
}
.ContactBlock-formDropdownOption:hover {
  opacity: 0.7;
}
.ContactBlock-formDropdownOption:last-child {
  border: none;
}
.ContactBlock-formDropdownModel {
  pointer-events: none;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.ContactBlock-formDropdownModelWrapper {
  position: relative;
}
.ContactBlock-formDropdownModelWrapper.expanded + .ContactBlock-formDropdownOptions {
  -webkit-animation: optionsFadeIn 0.2s forwards ease-in-out;
          animation: optionsFadeIn 0.2s forwards ease-in-out;
}
@-webkit-keyframes optionsFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes optionsFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.ContactBlock-formDropdownModelWrapper.expanded svg {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.ContactBlock-formDropdownModel svg {
  width: 29px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.isMobile .ContactBlock-formDropdownModel svg {
  width: 18px;
  height: 12px;
  top: 10px;
}
.ContactBlock-formDropdownModel.placeholder {
  color: #bfbfbf;
}
.ContactBlock-submitButton {
  width: 100%;
  color: #ffffff;
  background-color: #f5371f;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  font-family: "FFMarkWebPro";
  font-size: 36px;
  font-weight: 500;
  padding: 7px 0 17px;
}
.isMobile .ContactBlock-submitButton {
  width: calc(100% + 40px);
  margin-left: -20px;
  font-size: 16px;
  padding: 24px 0;
  margin-bottom: 0;
}
.ContactBlock-submitButton.disabled {
  background-color: #e5e5e5;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
.ContactBlock-submitButton.disabled:hover:after {
  opacity: 0;
}
.ContactBlock-submitButton:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  left: 0;
  top: 0;
  z-index: 1;
}
.ContactBlock-submitButton:hover:after {
  opacity: 0.3;
}
.ContactBlock-textArea {
  width: 100%;
  position: relative;
  height: 370px;
  margin-top: 43px;
  margin-bottom: 20px;
}
.ContactBlock-textArea.required:before {
  position: absolute;
  content: '*';
  left: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #999999;
}
.isMobile .ContactBlock-textArea.required:before {
  font-size: 15px;
  left: -14px;
  z-index: 20;
}
.ContactBlock-textArea textarea {
  height: 100%;
  width: 100%;
  position: absolute;
  outline: none;
  border: none;
  font-family: "CharterITCStd";
  font-size: 18px;
  background-image: linear-gradient(to right, #fff 4px, transparent 1px), linear-gradient(#ccc 1px, transparent 1px);
  background-size: 8px 32px;
  background-position-y: 31px;
  background-attachment: local;
  resize: none;
  color: #333333;
  line-height: 32px;
}
.isMobile .ContactBlock-textArea textarea {
  background-color: #f9f9f9;
  background-image: none;
  margin-left: -20px;
  margin-right: -40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  min-width: 100%;
  width: calc(100% + 40px);
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  line-height: 25px;
}
.ContactBlock-textArea textarea.invalid {
  background-image: linear-gradient(to right, #fff 4px, transparent 1px), linear-gradient(#f5371f 1px, transparent 1px);
}
.isMobile .ContactBlock-textArea textarea.invalid {
  background-image: none;
}
.ContactBlock-textArea textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #cccccc;
}
.ContactBlock-textArea textarea::-moz-placeholder {
  font-size: 18px;
  color: #cccccc;
}
.ContactBlock-textArea textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #cccccc;
}
.ContactBlock-textArea textarea::-ms-input-placeholder {
  font-size: 18px;
  color: #cccccc;
}
.ContactBlock-textArea textarea::placeholder {
  font-size: 18px;
  color: #cccccc;
}
.ContactBlock-bottomLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ContactBlock-uploadButton {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 0 10px;
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.isMobile .ContactBlock-uploadButton {
  font-size: 24px;
  padding: 15px 0 3px;
}
.isFileAttached .ContactBlock-uploadButton {
  padding: 25px 0 20px;
}
.ContactBlock-uploadButtonUploaded {
  display: none;
  color: #bfbfbf;
  font-size: 18px;
  font-family: "CharterITCStd";
}
.isMobile .ContactBlock-uploadButtonUploaded {
  font-size: 16px;
}
.ContactBlock-uploadButtonUploaded a {
  color: #f5371f;
  text-decoration: none;
}
.ContactBlock-uploadButtonUploaded a:hover {
  text-decoration: underline;
}
.ContactBlock-uploadButtonUploaded a:visited {
  color: #f5371f;
}
.isFileAttached .ContactBlock-uploadButtonUploaded {
  display: block;
}
.isFileAttached .ContactBlock-uploadButtonPlaceholder {
  display: none;
}
.ContactBlock-uploadButtonLink {
  color: #f5371f;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  cursor: pointer;
}
.isMobile .ContactBlock-uploadButtonLink {
  font-size: 16px;
}
.isFileAttached .ContactBlock-uploadButtonLink {
  display: none;
}
.ContactBlock-uploadButtonLinkUploaded {
  display: none;
}
.isFileAttached .ContactBlock-uploadButtonLinkUploaded {
  display: block;
}
.ContactBlock-uploadButtonWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.ContactBlock-uploadButtonWrapper.required:before {
  position: absolute;
  content: '*';
  left: -20px;
  top: 20px;
  width: 10px;
  height: 10px;
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #999999;
}
.isMobile .ContactBlock-uploadButtonWrapper.required:before {
  font-size: 15px;
  left: -15px;
}
.ContactBlock-uploadButtonWrapper:empty {
  display: none;
}
.ContactBlock-uploadButtonWrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ContactBlock-uploadButtonWrapper:hover .ContactBlock-uploadButtonLink {
  text-decoration: underline;
}
.ContactBlock-updatesCheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 60px;
}
.isMobile .ContactBlock-updatesCheckbox {
  margin-bottom: 35px;
  margin-top: 35px;
}
.ContactBlock-updatesCheckbox span {
  margin-left: 10px;
  font-family: "CharterITCStd";
  font-size: 14px;
  color: #999999;
}
.ContactBlock-updatesCheckboxWrapper {
  width: 100%;
  max-width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ContactBlock-updatesCheckboxWrapper:hover {
  opacity: 0.7;
}
.ContactBlock-updatesCheckboxWrapper input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.ContactBlock-updatesCheckboxWrapper input[type=checkbox]:checked + .ContactBlock-updatesCheckboxStylized:after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  width: 8px;
  height: 13px;
  right: 7px;
  top: 2px;
  border: solid #f5371f;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.ContactBlock-updatesCheckboxStylized {
  border: 1px solid #383633;
  width: 100%;
  height: 100%;
}
.ContactBlock-formLabel {
  font-family: "CharterITCStd";
  font-size: 18px;
  color: #808080;
  margin-top: 47px;
  margin-bottom: 40px;
}
.ContactBlock-uploadResult {
  font-family: "CharterITCStd";
  font-size: 18px;
  margin-bottom: 5px;
  display: none;
}
.ContactBlock-uploadResult.succeed {
  display: inherit;
  color: green;
}
.ContactBlock-uploadResult.failed {
  display: inherit;
  color: #f5371f;
}
.ContactBlock-success {
  position: absolute;
  left: 0;
  font-size: 36px;
  font-family: "CharterITCStd";
  color: #bfbfbf;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.isMobile .ContactBlock-success {
  font-size: 24px;
}
.ContactBlock-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0 30px;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.isMobile .ContactBlock-location {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 22px 0 38px;
}
.ContactBlock-location:first-child {
  padding-top: 0;
  border-top: 0;
}
.ContactBlock-locationTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30.43478261%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: "CharterITCStd";
  font-size: 36px;
  color: #383633;
}
.isMobile .ContactBlock-locationTitle {
  font-size: 24px;
  width: 100%;
}
.ContactBlock-locationAddress {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  width: 30.43478261%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-weight: 400;
  color: #f5371f;
  margin-left: 40px;
}
.isMobile .ContactBlock-locationAddress {
  font-size: 16px;
  line-height: 25px;
}
.isMobile .ContactBlock-locationAddress {
  margin-left: 0;
  margin-top: 24px;
  width: 200px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}
a.ContactBlock-locationAddress,
.ContactBlock-locationAddress a {
  color: #f5371f;
  text-decoration: none;
}
.isDesktop a.ContactBlock-locationAddress:hover,
.isDesktop .ContactBlock-locationAddress a:hover {
  text-decoration: underline;
}
.ContactBlock-locationContacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: auto;
}
.isMobile .ContactBlock-locationContacts {
  margin-left: 0;
  margin-top: 40px;
}
.ContactBlock-locationContacts a {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  font-weight: 400;
  color: #f5371f;
  text-decoration: none;
}
.isMobile .ContactBlock-locationContacts a {
  font-size: 16px;
  line-height: 25px;
}
.isMobile .ContactBlock-locationContacts a {
  width: 200px;
  font-size: 18px;
  line-height: 30px;
}
.isDesktop .ContactBlock-locationContacts a:hover {
  text-decoration: underline;
}

.ContactSection-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}
.isMobile .ContactSection-title {
  font-size: 36px;
  line-height: 40px;
}

.PrivacyPolicyBlock {
  background-color: #ffffff;
  padding: 86px 100px 117px 100px;
}
.isMobile .PrivacyPolicyBlock {
  padding: 38px 0 80px;
}
.PrivacyPolicyBlock-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}
.isMobile .PrivacyPolicyBlock-title {
  font-size: 36px;
  line-height: 40px;
}
.PrivacyPolicyBlock-content {
  color: #383633;
  margin-top: 91px;
  font-family: "CharterITCStd";
  font-size: 18px;
  line-height: 1.667;
}
.isMobile .PrivacyPolicyBlock-content {
  margin-top: 40px;
  font-size: 16px;
}
.PrivacyPolicyBlock-content h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}
.isMobile .PrivacyPolicyBlock-content h2 {
  font-size: 24px;
  line-height: 1.2;
}
.PrivacyPolicyBlock-content ul {
  margin-left: 40px;
}
.PrivacyPolicyBlock-content ul li {
  position: relative;
  display: block;
}
.PrivacyPolicyBlock-content ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #383633;
  left: -22px;
  top: 10px;
  font-size: 3em;
}
.PrivacyPolicyBlock-content ol {
  list-style: decimal;
  margin-top: 1.7em;
  margin-left: 40px;
}
.isMobile .PrivacyPolicyBlock-content ol {
  margin-left: 22px;
}
.PrivacyPolicyBlock-content a {
  text-decoration: none;
  color: #f5371f;
}
.isDesktop .PrivacyPolicyBlock-content a:hover {
  text-decoration: underline;
}


.OptOutGuideBlock {
  background-color: #ffffff;
  padding: 86px 100px 117px 100px;
}
.isMobile .OptOutGuideBlock {
  padding: 38px 0 80px;
}
.OptOutGuideBlock-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}
.isMobile .OptOutGuideBlock-title {
  font-size: 36px;
  line-height: 40px;
}
.OptOutGuideBlock-content {
  color: #383633;
  margin-top: 91px;
  font-family: "CharterITCStd";
  font-size: 18px;
  line-height: 1.667;
}
.isMobile .OptOutGuideBlock-content {
  margin-top: 40px;
  font-size: 16px;
}
.OptOutGuideBlock-content h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}
.isMobile .OptOutGuideBlock-content h2 {
  font-size: 24px;
  line-height: 1.2;
}
.OptOutGuideBlock-content ul {
  margin-left: 40px;
}
.OptOutGuideBlock-content ul li {
  position: relative;
  display: block;
}
.OptOutGuideBlock-content ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #383633;
  left: -22px;
  top: 10px;
  font-size: 3em;
}
.OptOutGuideBlock-content ol {
  list-style: decimal;
  margin-top: 1.7em;
  margin-left: 40px;
}
.isMobile .OptOutGuideBlock-content ol {
  margin-left: 22px;
}
.OptOutGuideBlock-content a {
  text-decoration: none;
  color: #f5371f;
}
.isDesktop .OptOutGuideBlock-content a:hover {
  text-decoration: underline;
}


.NotFound {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 5;
}
.NotFound-wrapper {
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 63.88888889%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.isMobile .NotFound-wrapper {
  width: 100%;
  bottom: 0;
  padding: 0 20px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #d6d2c8), to(rgba(214, 210, 200, 0)));
  background: linear-gradient(to top, #d6d2c8 80%, rgba(214, 210, 200, 0) 100%);
}
.NotFound-title {
  font-size: 48px;
  line-height: 40px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
}
.isMobile .NotFound-title {
  font-size: 36px;
  width: 100%;
}
.NotFound-title span {
  display: block;
  width: 100%;
  color: #f5371f;
}
.NotFound-descr {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  font-weight: normal;
  color: #383633;
  width: calc(50% - 20px);
  margin-left: 40px;
  padding-top: 10px;
}
.isMobile .NotFound-descr {
  font-size: 16px;
  line-height: 25px;
}
.isMobile .NotFound-descr {
  margin-top: 40px;
  margin-left: 0;
  padding-top: 0;
  width: 100%;
  padding-right: 15px;
}
.isMobile .NotFound-descr br {
  display: none;
}
.NotFound-descr a {
  color: #f5371f;
  text-decoration: none;
}
.isDesktop .NotFound-descr a:hover {
  text-decoration: underline;
}

.NewsPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 26;
  -webkit-transition: 0s visibility 0.2s ease-out;
  transition: 0s visibility 0.2s ease-out;
  overflow-scrolling: touch;
  visibility: hidden;
}
.NewsPopup--visible {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
.NewsPopup--visible .NewsPopup-content {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.2s opacity 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s transform 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out, 0.2s transform 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
}
.NewsPopup--visible .NewsPopup-contentInner {
  opacity: 1;
  -webkit-transition: 0.2s opacity 0.4s ease-out;
  transition: 0.2s opacity 0.4s ease-out;
}
.NewsPopup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.NewsPopup-wrapper {
  width: 75%;
  min-width: 500px;
  margin-left: auto;
  position: relative;
  overflow-scrolling: touch;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
}
.isMobile .NewsPopup-wrapper {
  min-width: 100%;
  width: 100%;
}
.NewsPopup-wrapper.overflowLock {
  overflow: hidden;
}
.NewsPopup-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #f4f3f1;
  outline: none;
  overflow-scrolling: touch;
  -webkit-transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.isMobile .NewsPopup-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.NewsPopup-contentInner {
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.NewsPopup-close {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  z-index: 26;
}
.isMobile .NewsPopup-close {
  top: 20px;
  right: 20px;
}
.hasCover .NewsPopup-close {
  background: #ffffff;
}
.isMobile .hasCover .NewsPopup-close {
  background: #383633;
}
.NewsPopup-close:hover .NewsPopup-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  width: 34px;
}
.NewsPopup-close:hover .NewsPopup-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  width: 34px;
}
.NewsPopup-closeItem {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.hasCover .NewsPopup-closeItem {
  background: #383633;
}
.isMobile .hasCover .NewsPopup-closeItem {
  background: #ffffff;
}
.NewsPopup-closeItem--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.NewsPopup-closeItem--2 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.isMobile .NewsPopup-close {
  display: block;
}
.NewsPopup-cover {
  width: 100%;
  position: relative;
}
.NewsPopup-coverImg {
  position: relative;
}
.NewsPopup-coverImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.14814815%;
}
.isMobile .NewsPopup-coverImg {
  position: relative;
}
.isMobile .NewsPopup-coverImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.NewsPopup-coverImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.NewsPopup-header {
  width: 100%;
  padding: 65px 180px 70px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #383633;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.isMobile .NewsPopup-header {
  padding: 68px 20px;
}
.hasCover .NewsPopup-header {
  background: none;
  padding: 45px 180px 31px 140px;
}
.isMobile .hasCover .NewsPopup-header {
  padding: 28px 20px 33px;
}
.NewsPopup-headerTag {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}
.isMobile .NewsPopup-headerTag {
  font-size: 16px;
  line-height: 20px;
}
.isMobile .NewsPopup-headerTag {
  margin-bottom: 14px;
}
.hasCover .NewsPopup-headerTag {
  margin-bottom: -3px;
}
.isMobile .hasCover .NewsPopup-headerTag {
  margin-bottom: 15px;
}
.NewsPopup-headerTitle {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  font-size: 60px;
  line-height: 60px;
  width: 94.73684211%;
  color: #ffffff;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isMobile .NewsPopup-headerTitle {
  font-size: 36px;
  line-height: 40px;
}
.isMobile .NewsPopup-headerTitle {
  width: 100%;
}
.hasCover .NewsPopup-headerTitle {
  color: #383633;
}
.NewsPopup-headerDate {
  font-size: 14px;
  line-height: 20px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 77px;
}
.isMobile .NewsPopup-headerDate {
  margin-top: 40px;
}
.hasCover .NewsPopup-headerDate {
  margin-top: 33px;
}
.isMobile .hasCover .NewsPopup-headerDate {
  margin-top: 32px;
}
.NewsPopup-blocks {
  position: relative;
  width: 100%;
  padding: 90px 180px 145px 140px;
  min-height: 300px;
}
.isMobile .NewsPopup-blocks {
  min-height: 50px;
  padding: 40px 20px;
}
.hasCover .NewsPopup-blocks {
  padding: 0 180px 145px 140px;
}
.isMobile .hasCover .NewsPopup-blocks {
  padding: 0 20px 40px;
}
.NewsPopup-blocksBlock:first-child .CommonBlock {
  margin-top: 0;
}

.OurStory {
  background-color: #ffffff;
  padding: 86px 100px 90px;
}
.isMobile .OurStory {
  padding: 40px 0;
}
.OurStory-wrapper {
  width: 100%;
  position: relative;
}
.OurStory-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.isMobile .OurStory-container {
  display: none;
}
.OurStory-containerYears {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.OurStory-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.isMobile .OurStory-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.OurStory-title {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  margin-left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.isMobile .OurStory-title {
  font-size: 36px;
  line-height: 40px;
}
.dark .OurStory-title {
  color: #ffffff;
}
.OurStory-title.isNormal {
  width: calc(100% - 20px);
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #383633;
}
.isMobile .OurStory-title.isNormal {
  color: #383633;
}
.OurStory-descr {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  width: calc(100% - 20px);
  margin-left: 20px;
  line-height: 25px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.isMobile .OurStory-descr {
  font-size: 16px;
  line-height: 25px;
}
.isMobile .OurStory-descr {
  width: 100%;
  margin-left: 0;
  margin-top: 35px;
}
.OurStory-descr h2 {
  font-size: 36px;
  line-height: 40px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #383633;
  letter-spacing: 0em;
  font-weight: normal;
}
@media print {
  .OurStory-descr h2 {
    color: #000000;
  }
}
.isMobile .OurStory-descr h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
.OurStory-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  font-family: "CharterITCStd";
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.isMobile .OurStory-content {
  margin-top: 10px;
}
.OurStory-content :last-child .OurStory-text {
  border-bottom: 0;
}
.isMobile .OurStory-content :last-child .OurStory-text {
  margin-bottom: 0;
}
.OurStory-year {
  font-family: "FFMarkWebPro";
  font-size: 200px;
  letter-spacing: -0.1em;
  font-weight: normal;
  color: #383633;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% - 20px);
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 0px;
  max-width: calc(50% - 20px);
}
@media (min-width: 1180px) and (max-width: 1380px) {
  .OurStory-year {
    font-size: 160px;
  }
}
@media (max-width: 1179px) {
  .OurStory-year {
    font-size: 140px;
  }
}
.isMobile .OurStory-year {
  font-size: 64px;
  line-height: 1;
  padding-top: 0;
  margin-right: 0;
  margin-top: -5px;
}
.OurStory-year .isNormal {
  color: transparent;
}
.isMobile .OurStory-year .isNormal {
  color: #383633;
}
.OurStory-year .isFix {
  position: absolute;
}
.OurStory-yearFix {
  position: -webkit-sticky;
  position: sticky;
  font-family: "FFMarkWebPro";
  font-size: 200px;
  top: 0;
  letter-spacing: -0.1em;
  font-weight: normal;
  color: #383633;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1180px) and (max-width: 1380px) {
  .OurStory-yearFix {
    font-size: 160px;
  }
}
@media (max-width: 1179px) {
  .OurStory-yearFix {
    font-size: 140px;
  }
}
.isMobile .OurStory-yearFix {
  display: none;
  position: absolute;
}
.OurStory-text {
  font-size: 24px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  width: calc(100% - 20px);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0 70px;
  border-bottom: 1px solid #d8d8d8;
}
.isMobile .OurStory-text {
  padding-top: 27px;
  padding-bottom: 40px;
  margin-bottom: 33px;
  width: 100%;
  margin-left: 0;
  font-size: 16px;
  line-height: 25px;
}
.OurStory-text a {
  text-decoration: none;
  color: #f5371f;
}
@media print {
  .OurStory-text a {
    color: #000000;
  }
}
.isDesktop .OurStory-text a:hover {
  text-decoration: underline;
}
.OurStory-text b {
  width: 100%;
  display: block;
}
.OurStory-text ul {
  list-style: disc;
}
.isMobile .OurStory-text ul {
  margin-left: 20px;
}
.OurStory-text ul li {
  margin-top: 1.7em;
}
.OurStory-text ul li:first-child {
  margin-top: 0;
}
.OurStory-text ol {
  list-style: decimal;
}
.isMobile .OurStory-text ol {
  margin-left: 20px;
}
.OurStory-text ol li {
  margin-top: 1.7em;
}
.OurStory-text ol li:first-child {
  margin-top: 0;
}
.OurStory-textImg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.OurStory-textImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.63636364%;
}
.moreImgs .OurStory-textImg {
  position: relative;
  width: calc(50% - 10px);
}
.moreImgs .OurStory-textImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.14285714%;
}
.OurStory-textImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.OurStory-textImgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 43px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.isMobile .OurStory-textImgWrapper {
  margin-top: 25px;
}
.noText .OurStory-textImgWrapper {
  margin-top: 0;
}
.OurStory-showMore {
  color: #f5371f;
  font-weight: 500;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: -0.9px;
}
.OurStory-showMoreWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 66px;
}
.OurStory-showMore:hover {
  text-decoration: underline;
}


.Radio-label {
  font-weight: 600;
  font-size: 1rem;
}
.Radio .mdl-radio__outer-circle {
  border: 1px solid #d9d9d9 !important;
}
.Radio .mdl-radio__inner-circle {
  background: #000;
}
.Radio.green .mdl-radio__inner-circle {
  background: #36bd24;
}
.Radio.red .mdl-radio__inner-circle {
  background: #e82100;
}
.Radio-radioButton {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #808080;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Radio-radioButtonWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Radio-radioButtonWrapper label {
  margin-left: 10px;
  padding-bottom: 1px;
  font-size: 16px;
  color: #383633;
  font-weight: 500;
  letter-spacing: -0.05em;
  font-family: "FFMarkWebPro";
}
.Radio-radioButtonWrapper input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  cursor: pointer;
}
.Radio-radioButtonWrapper input:checked + .Radio-radioButton:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #f5371f;
  border-radius: 50%;
}

.PageSlackSelect {
  min-width: 500px;
  background: #f4f5f6;
}
.SlackSection {
  background: #ffffff;
}
.SlackSelect {
  background-color: #ffffff;
  padding-bottom: 10px;
}
.SlackSelect-center {
  text-align: center;
  width: 425px;
  margin: 100px auto 50px;
  position: relative;
}
.SlackSelect-list {
  background: white;
  border: 1px solid #ccc;
  text-align: left;
  padding: 5px 0;
  min-height: 200px;
  max-height: 400px;
  overflow: auto;
}
.SlackSelect-list li {
  padding: 3px 10px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #383633;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SlackSelect-title {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SlackSelect-title span {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  padding-bottom: 25px;
}
.isMobile .SlackSelect-title span {
  font-size: 36px;
  line-height: 40px;
}
.SlackSelect-img {
  width: 100px;
  display: inline;
}
.SlackSelect-submit {
  margin-top: 50px;
  padding: 7px 40px 10px;
  background-color: #f5371f;
  font-family: "FFMarkWebPro";
  font-size: 24px;
  color: #ffffff;
  outline: none;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  letter-spacing: -0.05em;
  cursor: pointer;
}
.SlackSelect-submit:hover {
  opacity: 0.7;
}
.SlackSelect-titleChannel {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  position: relative;
  font-family: "FFMarkWebPro";
  font-size: 16px;
  color: #383633;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.SlackSelect .SelectOtherTeam {
  margin-left: 72px;
  color: #f5371f;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
  letter-spacing: -0.05em;
}
.SlackSelect .SelectOtherTeam:hover {
  text-decoration: underline;
}

.TopNav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: background 0.5s ease, -webkit-transform 0.5s ease;
  transition: background 0.5s ease, -webkit-transform 0.5s ease;
  transition: background 0.5s ease, transform 0.5s ease;
  transition: background 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  min-width: 1120px;
  z-index: 25;
}
.TopNav.isHidden {
  -webkit-transform: translate3d(0, -80px, 0);
          transform: translate3d(0, -80px, 0);
}
.TopNav.isOnBackground {
  background-color: #383633;
}
.TopNav.isOnBackground .TopNav-sideButtonLine {
  background-color: #ffffff;
}
.TopNav.isOnBackground .TopNav-sideButtonText {
  color: #ffffff;
}
.isMobile .TopNav {
  height: 60px;
  min-width: 100%;
}
.isDesktop .TopNav--sideTopNav .TopNav-sideButton:hover .TopNav-sideButtonLine {
  width: 100%;
}
.isDesktop .TopNav--sideTopNav .TopNav-sideButton:hover .TopNav-sideButtonLine--1 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
}
.isDesktop .TopNav--sideTopNav .TopNav-sideButton:hover .TopNav-sideButtonLine--3 {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
}
.TopNav--sideTopNav .TopNav-sideButtonLine {
  -webkit-transition: 0.2s width ease-out, 0.2s top ease-out, 0.2s left ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s width ease-out, 0.2s top ease-out, 0.2s left ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s width ease-out, 0.2s top ease-out, 0.2s left ease-out, 0.2s transform 0.2s ease-out;
  transition: 0.2s width ease-out, 0.2s top ease-out, 0.2s left ease-out, 0.2s transform 0.2s ease-out, 0.2s -webkit-transform 0.2s ease-out;
}
.isMobile .TopNav--sideTopNav .TopNav-sideButtonLine {
  background: #ffffff;
}
.TopNav--sideTopNav .TopNav-sideButtonLine--1 {
  top: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
}
.isMobile .TopNav--sideTopNav .TopNav-sideButtonLine--1 {
  top: 50%;
}
.TopNav--sideTopNav .TopNav-sideButtonLine--2 {
  opacity: 0;
}
.TopNav--sideTopNav .TopNav-sideButtonLine--3 {
  top: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
}
.isMobile .TopNav--sideTopNav .TopNav-sideButtonLine--3 {
  top: 50%;
}
.isMobile .TopNav--sideTopNav .TopNav-sideButtonText {
  display: none;
}
.TopNav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.isMobile .TopNav-content {
  width: 100%;
  padding: 0 20px;
}
.TopNav-sideButton {
  position: absolute;
  top: 40px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  pointer-events: all;
}
.isMobile .TopNav-sideButton {
  top: 20px;
  left: 20px;
}
.isDesktop .TopNav-sideButton:hover .TopNav-sideButtonLine--1 {
  -webkit-transform: translate3d(-50%, -2px, 0);
          transform: translate3d(-50%, -2px, 0);
}
.isDesktop .TopNav-sideButton:hover .TopNav-sideButtonLine--3 {
  -webkit-transform: translate3d(-50%, 2px, 0);
          transform: translate3d(-50%, 2px, 0);
}
.TopNav-sideButtonShape {
  position: relative;
  width: 30px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isMobile .TopNav-sideButtonShape {
  width: 20px;
  height: 17px;
}
.TopNav-sideButtonLine {
  position: absolute;
  left: 50%;
  right: 0;
  width: 24px;
  height: 3px;
  background: #383633;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s opacity ease-out, 0.2s top 0.2s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s top 0.2s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s top 0.2s ease-out, 0.2s transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s top 0.2s ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .TopNav-sideButtonLine {
  width: 20px;
}
.SearchPage .TopNav-sideButtonLine,
.TechPage .TopNav-sideButtonLine,
.DevPage .TopNav-sideButtonLine {
  background: #ffffff;
}
.TopNav-sideButtonLine--1 {
  top: 2px;
}
.isMobile .TopNav-sideButtonLine--1 {
  top: 0;
}
.TopNav-sideButtonLine--2 {
  top: 11px;
}
.isMobile .TopNav-sideButtonLine--2 {
  top: 7px;
}
.TopNav-sideButtonLine--3 {
  top: 20px;
}
.isMobile .TopNav-sideButtonLine--3 {
  top: 14px;
}
.TopNav-sideButtonText {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  text-transform: lowercase;
  margin-left: 17px;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isMobile .TopNav-sideButtonText {
  font-size: 24px;
  margin-left: 10px;
  margin-top: -5px;
}
.SearchPage .TopNav-sideButtonText,
.TechPage .TopNav-sideButtonText,
.DevPage .TopNav-sideButtonText {
  color: #ffffff;
}

.FooterNav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.isMobile .FooterNav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.FooterNav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 33.33333333%;
  overflow: hidden;
  text-decoration: none;
  background-color: #383633;
}
.isMobile .FooterNav-item {
  width: 100%;
}
.FooterNav-itemContent {
  margin-bottom: 40px;
  margin-top: 40px;
  border-right: 1px solid #4c4a48;
}
.isMobile .FooterNav-itemContent {
  border-right: none;
  border-bottom: 1px solid #4c4a48;
  margin-bottom: 0;
}
.FooterNav-item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.FooterNav-item:hover .FooterNav-arrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.FooterNav-itemImage {
  margin: 0 auto;
  width: 80%;
  position: relative;
  padding-bottom: 52.8%;
  overflow: hidden;
}
.isMobile .FooterNav-itemImage {
  width: auto;
  height: auto;
  padding: 0 20px;
}
.FooterNav-itemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  -webkit-transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out;
  transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .FooterNav-itemImage img {
  position: relative;
}
.FooterNav-itemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 50px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.isMobile .FooterNav-itemInfo {
  margin-top: 20px;
  margin-left: 20px;
}
.FooterNav-itemInfoTitle {
  font-size: 36px;
  line-height: 40px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #383633;
  letter-spacing: 0em;
  color: #ffffff;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print {
  .FooterNav-itemInfoTitle {
    color: #000000;
  }
}
.isMobile .FooterNav-itemInfoTitle {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
.isMobile .FooterNav-itemInfoTitle br {
  display: none;
}
.FooterNav-itemInfoDescr {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  letter-spacing: 0em;
  color: #808080;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}
.isMobile .FooterNav-itemInfoDescr {
  font-size: 16px;
  line-height: 25px;
}
.isMobile .FooterNav-itemInfoDescr {
  margin-top: 16px;
}
.FooterNav-arrow {
  width: 69px;
  cursor: pointer;
  overflow: hidden;
  width: 60px;
  height: 32px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.isDesktop .FooterNav-arrow:hover svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.isMobile .FooterNav-arrow {
  width: 48px;
  height: 26px;
}
.FooterNav-arrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  fill: #f5371f;
  -webkit-transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out;
  transition: 0.2s transform ease-out, 0.2s fill ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .FooterNav-arrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.isMobile .FooterNav-arrow {
  width: 30px;
  height: 20px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.FooterNav-arrow svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.SideNav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}
.isMobile .SideNav {
  display: none;
  visibility: hidden;
}
.SideNav--visible .SideNav-links {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-out, 0s visibility 0s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0s visibility 0s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out, 0s visibility 0s ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out, 0s visibility 0s ease-out, 0.2s -webkit-transform ease-out;
}
.SideNav--visible .SideNav-overlay {
  opacity: 1;
}
.SideNav-wrapper {
  position: relative;
  width: 580px;
  height: 100%;
}
.SideNav-wrapperClose {
  position: absolute;
  right: 0;
  width: calc(100% - 580px);
  top: 0;
  bottom: 0;
}
.SideNav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
}
.TruePage .SideNav-overlay,
.true .SideNav-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #d6d2c8), to(rgba(214, 210, 200, 0)));
  background: linear-gradient(to right, #d6d2c8 75%, rgba(214, 210, 200, 0) 100%);
}
.SearchPage .SideNav-overlay,
.search .SideNav-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #b4463d), to(rgba(180, 70, 61, 0)));
  background: linear-gradient(to right, #b4463d 75%, rgba(180, 70, 61, 0) 100%);
}
.TechPage .SideNav-overlay,
.tech .SideNav-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #51a29e), to(rgba(81, 162, 158, 0)));
  background: linear-gradient(to right, #51a29e 75%, rgba(81, 162, 158, 0) 100%);
}
.DevPage .SideNav-overlay,
.dev .SideNav-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #142f81), to(rgba(20, 47, 129, 0)));
  background: linear-gradient(to right, #142f81 75%, rgba(20, 47, 129, 0) 100%);
}
.true.isHover .SideNav-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #d6d2c8), to(rgba(214, 210, 200, 0))) !important;
  background: linear-gradient(to right, #d6d2c8 75%, rgba(214, 210, 200, 0) 100%) !important;
}
.search.isHover .SideNav-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #b4463d), to(rgba(180, 70, 61, 0))) !important;
  background: linear-gradient(to right, #b4463d 75%, rgba(180, 70, 61, 0) 100%) !important;
}
.tech.isHover .SideNav-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #51a29e), to(rgba(81, 162, 158, 0))) !important;
  background: linear-gradient(to right, #51a29e 75%, rgba(81, 162, 158, 0) 100%) !important;
}
.dev.isHover .SideNav-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #142f81), to(rgba(20, 47, 129, 0))) !important;
  background: linear-gradient(to right, #142f81 75%, rgba(20, 47, 129, 0) 100%) !important;
}
.SideNav-links {
  position: absolute;
  top: 50%;
  left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translate3d(-80px, -50%, 0);
          transform: translate3d(-80px, -50%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease-out, 0s visibility 0.2s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0s visibility 0.2s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out, 0s visibility 0.2s ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out, 0s visibility 0.2s ease-out, 0.2s -webkit-transform ease-out;
}
.SideNav-link {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
  line-height: 65px;
  text-decoration: none;
  pointer-events: all;
}
.isMobile .SideNav-link {
  font-size: 36px;
  line-height: 40px;
}
.SearchPage .SideNav-link,
.TechPage .SideNav-link,
.DevPage .SideNav-link {
  color: #ffffff;
}
.SideNav-link:first-child {
  margin-top: 0;
}
.SideNav-link.isActive,
.TruePage .SideNav-link[data-id="true"] {
  color: transparent;
  -webkit-text-stroke: 1px #383633;
  -moz-text-stroke: 1px #383633;
  text-stroke: 1px #383633;
  border-color: #383633;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  cursor: pointer;
}
.SearchPage .SideNav-link[data-id="search"],
.TechPage .SideNav-link[data-id="tech"],
.DevPage .SideNav-link[data-id="dev"] {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  -moz-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  border-color: #ffffff;
  cursor: pointer;
}
.SideNav-link.isHover {
  text-decoration: underline;
}
.isHover .SideNav-link {
  color: #ffffff;
}
.TruePage .isHover .SideNav-link[data-id="true"] {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  -moz-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  border-color: #ffffff;
  cursor: pointer;
}
.TruePage .isHover .SideNav-link[data-id="true"].isHover {
  color: transparent;
  -webkit-text-stroke: 1px #383633;
  -moz-text-stroke: 1px #383633;
  text-stroke: 1px #383633;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  border-color: #383633;
  cursor: pointer;
}
.true.isHover .SideNav-link {
  color: #383633;
}
.SearchPage .true.isHover .SideNav-link[data-id="search"],
.TechPage .true.isHover .SideNav-link[data-id="tech"],
.DevPage .true.isHover .SideNav-link[data-id="dev"] {
  color: transparent;
  -webkit-text-stroke: 1px #383633;
  -moz-text-stroke: 1px #383633;
  text-stroke: 1px #383633;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  cursor: pointer;
  border-color: #383633;
}

.SideNavMobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 20;
  pointer-events: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  background: #383633;
}
.SideNavMobile--visible {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}
.SideNavMobile-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 40px 75px;
  overflow: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.SideNavMobile-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SideNavMobile-linksItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0 20px 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SideNavMobile-linksItem:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SideNavMobile-linksItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SideNavMobile-linksItemLinkCross {
  width: 20px;
  height: 20px;
  position: relative;
}
.SideNavMobile-linksItemLinkCrossItem {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #f5371f;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.SideNavMobile-linksItemLinkCrossItem:last-child {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.isActive .SideNavMobile-linksItemLinkCrossItem:last-child {
  opacity: 0;
}
.SideNavMobile-linksItemMenu {
  display: none;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.isActive .SideNavMobile-linksItemMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SideNavMobile-linksItemMenuLink {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  color: #ffffff;
  line-height: 25px;
  text-decoration: none;
}
.isMobile .SideNavMobile-linksItemMenuLink {
  font-size: 16px;
  line-height: 20px;
}
.SideNavMobile-linksItemMenuLink.isActive {
  color: #f5371f;
}
.isMobile .SideNavMobile-linksItemMenuLink {
  font-size: 18px;
  line-height: 30px;
}
.SideNavMobile-link {
  font-size: 80px;
  line-height: 80px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 65px;
  text-decoration: none;
  color: #ffffff;
}
.isMobile .SideNavMobile-link {
  font-size: 36px;
  line-height: 40px;
}
.SideNavMobile-link.isActive,
.TruePage .SideNavMobile-link[data-id="true"],
.SearchPage .SideNavMobile-link[data-id="search"],
.TechPage .SideNavMobile-link[data-id="tech"],
.DevPage .SideNavMobile-link[data-id="dev"] {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  -moz-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  cursor: default;
}
.SideNavMobile-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SideNavMobile-footerLinks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 64px;
}
.SideNavMobile-footerLink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 35px;
}
.SideNavMobile-footerLink:first-child {
  margin-top: 0;
}
.SideNavMobile-footerLink a {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
}
.isMobile .SideNavMobile-footerLink a {
  font-size: 16px;
  line-height: 25px;
}
.SideNavMobile-footerLink span {
  font-size: 18px;
  line-height: 30px;
  font-family: "CharterITCStd";
  font-weight: 500;
  color: #808080;
  letter-spacing: 0em;
  color: #ffffff;
  width: 100%;
  font-weight: 700;
}
.isMobile .SideNavMobile-footerLink span {
  font-size: 16px;
  line-height: 25px;
}
.SideNavMobile-footerBottom {
  padding-top: 27px;
  width: 100%;
  margin-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.SideNavMobile-footerBottomTitle {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #808080;
}
.isMobile .SideNavMobile-footerBottomTitle {
  font-size: 16px;
  line-height: 20px;
}
.SideNavMobile-footerBottomClocks {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.SideNavMobile-footerBottomClocksItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39.28571429%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px;
}
.SideNavMobile-footerCopyright {
  font-size: 14px;
  line-height: 20px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #808080;
}

.ClientLoginButton {
  position: fixed;
  left: 100px;
  bottom: 79px;
  z-index: 25;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  display: none;
}
.SearchPage .ClientLoginButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SearchExtraPage .ClientLoginButton {
  display: none;
}
.ClientLoginButton.hide {
  opacity: 0;
  pointer-events: none;
}
.overflowLock .ClientLoginButton {
  display: none;
}
@media (min-width: 1180px) and (max-width: 1380px) {
  .ClientLoginButton {
    left: 50px;
  }
}
@media (max-width: 1179px) {
  .ClientLoginButton {
    left: 40px;
  }
}
.isMobile .ClientLoginButton {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.ClientLoginButton:hover {
  opacity: 0.7;
}
.ClientLoginButton a {
  color: #ffffff;
  text-decoration: none;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-left: 10px;
}
.ClientLoginButton a:visited {
  color: #ffffff;
}
.ClientLoginButton svg {
  width: 20px;
  height: 30px;
}

.Footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 6;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  min-width: 1120px;
  -webkit-transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .Footer {
  display: none;
}
.Footer.isOpenMenu {
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}
.SearchExtraPage .Footer {
  padding-left: 0;
  padding-right: 0;
}
.Page404 .Footer {
  display: none;
  opacity: 0 !important;
  visibility: hidden;
}
.NotFoundClass .Footer {
  display: none;
  opacity: 0 !important;
  visibility: hidden;
}
.Footer-outter {
  padding-bottom: 55px;
  -webkit-transition: none;
  transition: none;
  will-change: transform;
}
.Footer-overlay {
  position: absolute;
  top: -250%;
  bottom: 0;
  left: -50%;
  right: 0;
  will-change: opacity;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.TruePage .Footer-overlay,
.true .Footer-overlay {
  background: #d6d2c8;
}
.SearchPage .Footer-overlay,
.search .Footer-overlay {
  background: #b4463d;
}
.TechPage .Footer-overlay,
.tech .Footer-overlay {
  background: #51a29e;
}
.DevPage .Footer-overlay,
.dev .Footer-overlay {
  background: #142f81;
}
.true.isHover .Footer-overlay {
  background: #d6d2c8;
}
.search.isHover .Footer-overlay {
  background: #b4463d;
}
.tech.isHover .Footer-overlay {
  background: #51a29e;
}
.dev.isHover .Footer-overlay {
  background: #142f81;
}
.Footer-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  width: 77.77777778%;
  padding-right: 100px;
  padding-left: 100px;
}
@media (min-width: 1920px) {
}
.SearchExtraPage .Footer-wrapper {
  width: 70.83333333%;
  margin: 0 auto;
  padding-right: 0;
}
.Footer-top {
  padding-top: 67px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Footer-topTitle {
  font-size: 18px;
  line-height: 25px;
  font-family: "FFMarkWebPro";
  font-weight: 700;
  color: #383633;
  letter-spacing: 0em;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #31302b;
}
.DevPage .Footer-topTitle {
  color: #ffffff;
}
.Footer-topClocks {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Footer-topClocks:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.Footer-topClocksItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.18181818%;
          flex: 0 0 14.18181818%;
  padding: 0 1.81818182%;
}
.Footer-topClocks--countItems-0 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 Infinity%;
          flex: 0 0 Infinity%;
  padding: 0;
}
.Footer-topClocks--countItems-0 .Footer-topClocksItem:nth-child(n + 1) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-1 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
}
.Footer-topClocks--countItems-1 .Footer-topClocksItem:nth-child(n + 2) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-2 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0;
}
.Footer-topClocks--countItems-2 .Footer-topClocksItem:nth-child(n + 3) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-3 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  padding: 0;
}
.Footer-topClocks--countItems-3 .Footer-topClocksItem:nth-child(n + 4) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-4 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0;
}
.Footer-topClocks--countItems-4 .Footer-topClocksItem:nth-child(n + 5) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-5 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0;
}
.Footer-topClocks--countItems-5 .Footer-topClocksItem:nth-child(n + 6) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-6 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  padding: 0;
}
.Footer-topClocks--countItems-6 .Footer-topClocksItem:nth-child(n + 7) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-7 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571429%;
          flex: 0 0 14.28571429%;
  padding: 0;
}
.Footer-topClocks--countItems-7 .Footer-topClocksItem:nth-child(n + 8) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-8 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  padding: 0;
}
.Footer-topClocks--countItems-8 .Footer-topClocksItem:nth-child(n + 9) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-9 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.11111111%;
          flex: 0 0 11.11111111%;
  padding: 0;
}
.Footer-topClocks--countItems-9 .Footer-topClocksItem:nth-child(n + 10) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-10 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  padding: 0;
}
.Footer-topClocks--countItems-10 .Footer-topClocksItem:nth-child(n + 11) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-11 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.09090909%;
          flex: 0 0 9.09090909%;
  padding: 0;
}
.Footer-topClocks--countItems-11 .Footer-topClocksItem:nth-child(n + 12) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-12 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  padding: 0;
}
.Footer-topClocks--countItems-12 .Footer-topClocksItem:nth-child(n + 13) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-13 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.69230769%;
          flex: 0 0 7.69230769%;
  padding: 0;
}
.Footer-topClocks--countItems-13 .Footer-topClocksItem:nth-child(n + 14) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-14 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.14285714%;
          flex: 0 0 7.14285714%;
  padding: 0;
}
.Footer-topClocks--countItems-14 .Footer-topClocksItem:nth-child(n + 15) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-15 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.66666667%;
          flex: 0 0 6.66666667%;
  padding: 0;
}
.Footer-topClocks--countItems-15 .Footer-topClocksItem:nth-child(n + 16) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-16 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25%;
          flex: 0 0 6.25%;
  padding: 0;
}
.Footer-topClocks--countItems-16 .Footer-topClocksItem:nth-child(n + 17) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-17 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.88235294%;
          flex: 0 0 5.88235294%;
  padding: 0;
}
.Footer-topClocks--countItems-17 .Footer-topClocksItem:nth-child(n + 18) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-18 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.55555556%;
          flex: 0 0 5.55555556%;
  padding: 0;
}
.Footer-topClocks--countItems-18 .Footer-topClocksItem:nth-child(n + 19) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-19 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.26315789%;
          flex: 0 0 5.26315789%;
  padding: 0;
}
.Footer-topClocks--countItems-19 .Footer-topClocksItem:nth-child(n + 20) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-20 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  padding: 0;
}
.Footer-topClocks--countItems-20 .Footer-topClocksItem:nth-child(n + 21) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-21 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.76190476%;
          flex: 0 0 4.76190476%;
  padding: 0;
}
.Footer-topClocks--countItems-21 .Footer-topClocksItem:nth-child(n + 22) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-22 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.54545455%;
          flex: 0 0 4.54545455%;
  padding: 0;
}
.Footer-topClocks--countItems-22 .Footer-topClocksItem:nth-child(n + 23) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-23 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.34782609%;
          flex: 0 0 4.34782609%;
  padding: 0;
}
.Footer-topClocks--countItems-23 .Footer-topClocksItem:nth-child(n + 24) {
  margin-top: 40px;
}
.Footer-topClocks--countItems-24 .Footer-topClocksItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.16666667%;
          flex: 0 0 4.16666667%;
  padding: 0;
}
.Footer-topClocks--countItems-24 .Footer-topClocksItem:nth-child(n + 25) {
  margin-top: 40px;
}
.Footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 50px;
  border-top: 1px solid #b3b3b3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SearchPage .Footer-bottom {
  border-top: 1px solid #c9918c;
}
.Footer-bottomNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Footer-bottomNav span,
.Footer-bottomNav p {
  font-size: 14px;
  line-height: 20px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  display: block;
  margin-top: 1.5em;
}
.SearchPage .Footer-bottomNav span,
.SearchPage .Footer-bottomNav p,
.TechPage .Footer-bottomNav span,
.TechPage .Footer-bottomNav p,
.DevPage .Footer-bottomNav span,
.DevPage .Footer-bottomNav p {
  color: #ffffff;
}
.Footer-bottomNav span:first-child,
.Footer-bottomNav p:first-child {
  margin-top: 0;
}
.Footer-bottomNav span.address,
.Footer-bottomNav p.address {
  margin-top: 0;
  white-space: pre-line;
}
.Footer-bottomNav span.Footer-bottomNavTitle,
.Footer-bottomNav p.Footer-bottomNavTitle {
  font-weight: 700;
}
.Footer-bottomNav span a,
.Footer-bottomNav p a {
  color: #383633;
  text-decoration: none;
}
.SearchPage .Footer-bottomNav span a,
.SearchPage .Footer-bottomNav p a,
.TechPage .Footer-bottomNav span a,
.TechPage .Footer-bottomNav p a,
.DevPage .Footer-bottomNav span a,
.DevPage .Footer-bottomNav p a {
  color: #ffffff;
}
.Footer-bottomNav span a:hover,
.Footer-bottomNav p a:hover {
  text-decoration: underline;
}
.Footer-bottomNav p {
  margin-top: 0;
}
.Footer-bottomNav p span {
  margin-top: 0;
}
.Footer-bottomCopyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Footer-bottomCopyright span {
  font-size: 14px;
  line-height: 20px;
  font-family: "CharterITCStd";
  font-weight: normal;
  color: #383633;
  letter-spacing: 0em;
  display: block;
  color: #808080;
}
.SearchPage .Footer-bottomCopyright span {
  color: #c9918c;
}
.TechPage .Footer-bottomCopyright span {
  color: #8dc4c1;
}
.DevPage .Footer-bottomCopyright span {
  color: #5c83d1;
}

.ExtraMenu {
  position: fixed;
  left: 100px;
  top: 50%;
  right: 0;
  width: 120px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 25;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media (min-width: 1180px) and (max-width: 1380px) {
  .ExtraMenu {
    left: 50px;
  }
}
@media (max-width: 1179px) {
  .ExtraMenu {
    left: 40px;
  }
}
.isMobile .ExtraMenu {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.SearchPage .ExtraMenu,
.TechPage .ExtraMenu,
.DevPage .ExtraMenu,
.SearchExtraPage .ExtraMenu {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.ExtraMenu.isHide {
  opacity: 0;
}
.ExtraMenu.isOpenMenu {
  visibility: hidden;
  opacity: 0;
}
.ExtraMenu-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ExtraMenu-item {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #383633;
  padding: 15px 0;
  border-top: 1px solid #383633;
  width: 100%;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
}
.isMobile .ExtraMenu-item {
  font-size: 16px;
  line-height: 20px;
}
.ExtraMenu-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.isDesktop .ExtraMenu-item:hover,
.ExtraMenu-item.isActive {
  color: #f5371f;
}
.ExtraMenu-item.isActive {
  pointer-events: none;
  cursor: default;
}

.SearchExtraMenu {
  position: fixed;
  left: 100px;
  top: 50%;
  right: 0;
  width: 120px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 25;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media (min-width: 1180px) and (max-width: 1380px) {
  .SearchExtraMenu {
    left: 50px;
  }
}
@media (max-width: 1179px) {
  .SearchExtraMenu {
    left: 40px;
  }
}
.isMobile .SearchExtraMenu {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.TruePage .SearchExtraMenu,
.SearchExtraPage .SearchExtraMenu,
.TechPage .SearchExtraMenu,
.DevPage .SearchExtraMenu {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.SearchExtraMenu.isHide {
  opacity: 0;
}
.SearchExtraMenu.isOpenMenu {
  visibility: hidden;
  opacity: 0;
}
.SearchExtraMenu-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SearchExtraMenu-item {
  font-size: 18px;
  line-height: 30px;
  font-family: "FFMarkWebPro";
  font-weight: 500;
  color: #383633;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 0;
  border-top: 1px solid #ffffff;
  width: 100%;
  -webkit-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
}
.isMobile .SearchExtraMenu-item {
  font-size: 16px;
  line-height: 20px;
}
.SearchExtraMenu-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.isDesktop .SearchExtraMenu-item:hover,
.SearchExtraMenu-item.isActive {
  color: #eae680;
}
.SearchExtraMenu-item.isActive {
  pointer-events: none;
  cursor: default;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
input, textarea{
    margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********** Great clearfix **************/
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
@font-face {
  font-family: "FFMarkWebPro";
  src: url('/static/fonts/391EB3_6_0.eot');
  src: url('/static/fonts/391EB3_6_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_6_0.woff2') format('woff2'), url('/static/fonts/391EB3_6_0.woff') format('woff'), url('/static/fonts/391EB3_6_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FFMarkWebPro";
  src: url('/static/fonts/391EB3_9_0.eot');
  src: url('/static/fonts/391EB3_9_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_9_0.woff2') format('woff2'), url('/static/fonts/391EB3_9_0.woff') format('woff'), url('/static/fonts/391EB3_9_0.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "FFMarkWebPro";
  src: url('/static/fonts/391EB3_7_0.eot');
  src: url('/static/fonts/391EB3_7_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_7_0.woff2') format('woff2'), url('/static/fonts/391EB3_7_0.woff') format('woff'), url('/static/fonts/391EB3_7_0.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FFMarkWebPro";
  src: url('/static/fonts/391EB3_8_0.eot');
  src: url('/static/fonts/391EB3_8_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_8_0.woff2') format('woff2'), url('/static/fonts/391EB3_8_0.woff') format('woff'), url('/static/fonts/391EB3_8_0.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "FFMarkWebPro";
  src: url('/static/fonts/391EB3_A_0.eot');
  src: url('/static/fonts/391EB3_A_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_A_0.woff2') format('woff2'), url('/static/fonts/391EB3_A_0.woff') format('woff'), url('/static/fonts/391EB3_A_0.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FFMarkWebPro";
  src: url('/static/fonts/391EB3_B_0.eot');
  src: url('/static/fonts/391EB3_B_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_B_0.woff2') format('woff2'), url('/static/fonts/391EB3_B_0.woff') format('woff'), url('/static/fonts/391EB3_B_0.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "FFMarkWebPro";
  src: url('/static/fonts/391EB3_C_0.eot');
  src: url('/static/fonts/391EB3_C_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_C_0.woff2') format('woff2'), url('/static/fonts/391EB3_C_0.woff') format('woff'), url('/static/fonts/391EB3_C_0.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FFMarkWebPro";
  src: url('/static/fonts/391EB3_D_0.eot');
  src: url('/static/fonts/391EB3_D_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_D_0.woff2') format('woff2'), url('/static/fonts/391EB3_D_0.woff') format('woff'), url('/static/fonts/391EB3_D_0.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "CharterITCStd";
  src: url('/static/fonts/391EB3_2_0.eot');
  src: url('/static/fonts/391EB3_2_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_2_0.woff2') format('woff2'), url('/static/fonts/391EB3_2_0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CharterITCStd";
  src: url('/static/fonts/391EB3_3_0.eot');
  src: url('/static/fonts/391EB3_3_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_3_0.woff2') format('woff2'), url('/static/fonts/391EB3_3_0.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "CharterITCStd";
  src: url('/static/fonts/391EB3_1_0.eot');
  src: url('/static/fonts/391EB3_1_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_1_0.woff2') format('woff2'), url('/static/fonts/391EB3_1_0.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "CharterITCStd";
  src: url('/static/fonts/391EB3_5_0.eot');
  src: url('/static/fonts/391EB3_5_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_5_0.woff2') format('woff2'), url('/static/fonts/391EB3_5_0.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "CharterITCStd";
  src: url('/static/fonts/391EB3_4_0.eot');
  src: url('/static/fonts/391EB3_4_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_4_0.woff2') format('woff2'), url('/static/fonts/391EB3_4_0.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "CharterITCStd";
  src: url('/static/fonts/391EB3_0_0.eot');
  src: url('/static/fonts/391EB3_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/391EB3_0_0.woff2') format('woff2'), url('/static/fonts/391EB3_0_0.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

.u-Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-Btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  cursor: pointer;
}
.u-Btn--disabled {
  pointer-events: none;
  cursor: default;
}
.u-Link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.u-Link--underline {
  text-decoration: underline;
}
.u-Link--underline:hover {
  text-decoration: none;
}
.u-Grid:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-Col {
  float: left;
  height: 100%;
  height: inherit;
  min-height: 1px;
}
.u-InCol {
  display: inline-block;
  vertical-align: top;
}
.u-Table {
  display: table;
  height: 100%;
  width: 100%;
}
.u-Cell {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.u-CenteredBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.u-VerticallyCentered {
  display: inline-block;
  vertical-align: middle;
}
.u-ScreenCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.u-ScreenCenterX {
  position: absolute;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.u-FocusPlaceholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::-moz-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus:-ms-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::-ms-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-Absolute100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-scrolling: touch;
}
@media (max-width: 1179px) {
  html {
    overflow-x: auto;
  }
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern";
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
  overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
body.isMobile {
  min-width: 100%;
}
.PageSection {
  -webkit-transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out;
  transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.PageSection.isOpenMenu {
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}
.isMobile .Section-content.overlay:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 18;
  background-color: #ffffff;
}
.Block {
  padding-left: 100px;
  padding-right: 100px;
}
.isMobile .Block {
  padding-left: 20px;
  padding-right: 20px;
}
.Block.leftCirclePoint {
  -webkit-mask-image: radial-gradient(circle at left 140px, transparent 10px, black 10px);
          mask-image: radial-gradient(circle at left 140px, transparent 10px, black 10px);
}
.isMobile .Block.leftCirclePoint {
  -webkit-mask-image: radial-gradient(circle at left 65px, transparent 5px, black 5px);
          mask-image: radial-gradient(circle at left 65px, transparent 5px, black 5px);
}
.leftCirclePoint {
  -webkit-mask-image: radial-gradient(circle at left 140px, transparent 10px, black 10px);
          mask-image: radial-gradient(circle at left 140px, transparent 10px, black 10px);
}
.isMobile .leftCirclePoint {
  -webkit-mask-image: radial-gradient(circle at left 65px, transparent 5px, black 5px);
          mask-image: radial-gradient(circle at left 65px, transparent 5px, black 5px);
}
.Content {
  min-width: 1120px;
  min-height: 100vh;
}
.isMobile .Content {
  min-width: 100%;
}
.Content-clientLoginButton {
  position: absolute;
  bottom: 79px;
  left: 100px;
}
.Content-cookiesWarning {
  position: fixed;
  top: -62px;
  opacity: 0;
  left: 50%;
  margin-left: -460px;
  width: 920px;
  height: 60px;
  background-color: #383633;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: 0.2s cookiesShow 1s forwards ease-out;
          animation: 0.2s cookiesShow 1s forwards ease-out;
}
@-webkit-keyframes cookiesShow {
  0% {
    top: -62px;
    opacity: 0;
    visibility: hidden;
  }
  1% {
    top: -62px;
    opacity: 0;
    visibility: visible;
  }
  100% {
    top: 20px;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cookiesShow {
  0% {
    top: -62px;
    opacity: 0;
    visibility: hidden;
  }
  1% {
    top: -62px;
    opacity: 0;
    visibility: visible;
  }
  100% {
    top: 20px;
    opacity: 1;
    visibility: visible;
  }
}
.Content-cookiesWarning.hide {
  -webkit-animation: 0.2s cookiesHide forwards ease-out;
          animation: 0.2s cookiesHide forwards ease-out;
}
@-webkit-keyframes cookiesHide {
  0% {
    top: 20px;
    opacity: 1;
    visibility: visible;
  }
  99% {
    top: -62px;
    opacity: 0;
    visibility: visible;
  }
  100% {
    top: -62px;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes cookiesHide {
  0% {
    top: 20px;
    opacity: 1;
    visibility: visible;
  }
  99% {
    top: -62px;
    opacity: 0;
    visibility: visible;
  }
  100% {
    top: -62px;
    opacity: 0;
    visibility: hidden;
  }
}
.isMobile .Content-cookiesWarning.hide {
  opacity: 0;
  visibility: hidden;
}
.isMobile .Content-cookiesWarning {
  width: 93%;
  min-width: unset;
  height: auto;
  bottom: 10px;
  padding-top: 0;
  opacity: 1;
  left: 3.5%;
  margin-left: 0;
  top: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-animation: none;
          animation: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Content-cookiesWarning span {
  color: #d6d2c8;
  font-family: "FFMarkWebPro";
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
  padding: 0 160px 0 20px;
}
.isMobile .Content-cookiesWarning span {
  font-size: 14px;
  width: 100%;
  margin: 0;
  line-height: 18px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
}
.Content-cookiesWarning span a {
  color: #d6d2c8;
  font-family: "FFMarkWebPro";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 18px;
}
.Content-cookiesWarning span a:visited {
  color: #d6d2c8;
}
.isMobile .Content-cookiesWarning span a {
  font-size: 14px;
}
.Content-cookiesWarningAccept {
  height: 100%;
  width: 160px;
  position: absolute;
  right: 0;
  border-radius: 0 5px 5px 0;
  top: 0;
  color: #ffffff;
  background-color: #f5371f;
  font-family: "FFMarkWebPro";
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.05em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 7px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.Content-cookiesWarningAccept:hover {
  opacity: 0.7;
}
.isMobile .Content-cookiesWarningAccept {
  height: 55px;
  bottom: 0;
  width: 100%;
  top: auto;
  border: none;
  left: 0;
  right: 0;
  background: none;
  color: #f5371f;
  position: relative;
}
.Content .isInitialState .Content-wrapperInner {
  opacity: 0;
}
.Content.TruePage,
.Content.Page404 {
  background: #d6d2c8;
}
.Content.SearchPage {
  background: #b4463d;
}
.Content.TechPage {
  background: #51a29e;
}
.Content.DevPage {
  background: #142f81;
}
.Content-body {
  position: relative;
  min-height: 100vh;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.Content-body.true.isHover {
  background: #d6d2c8 !important;
}
.Content-body.search.isHover {
  background: #b4463d !important;
}
.Content-body.tech.isHover {
  background: #51a29e !important;
}
.Content-body.dev.isHover {
  background: #142f81 !important;
}
.Content-content {
  position: relative;
  -webkit-transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out;
  transition: 0.2s transform ease-out, 0.2s opacity ease-out, 0.2s -webkit-transform ease-out;
}
.Content-content.isOpenMenu {
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}
.Content-outter {
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 11;
  margin-left: auto;
  width: 77.77777778%;
  pointer-events: none;
}
.SearchExtraPage .Content-outter,
.TrueSlackPage .Content-outter {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.isMobile .SearchExtraPage .Content-outter,
.isMobile .TrueSlackPage .Content-outter {
  padding: 0;
}
@media (min-width: 1920px) {
}
@media (min-width: 1180px) and (max-width: 1380px) {
}
@media (max-width: 1179px) {
}
.isMobile .Content-outter {
  padding-left: 20px;
  width: 100%;
}
.Content-wrapper {
  width: 100%;
  will-change: transform;
  -webkit-transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out;
  transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
  pointer-events: all;
}
.noTransition .Content-wrapper {
  -webkit-transition: none;
  transition: none;
}
.IndexPage .Content-wrapper,
.SearchPage .Content-wrapper,
.DevPage .Content-wrapper,
.TechPage .Content-wrapper {
  margin-top: 80vh;
}
.isMobile .IndexPage .Content-wrapper,
.isMobile .SearchPage .Content-wrapper,
.isMobile .DevPage .Content-wrapper,
.isMobile .TechPage .Content-wrapper {
  margin-top: 75vh;
}
.JoinPage .Content-wrapper,
.TeamPage .Content-wrapper,
.SearchIndustriesPage .Content-wrapper,
.SearchAssetClassesPage .Content-wrapper,
.SearchPositionsPage .Content-wrapper,
.SearchGlobalReachPage .Content-wrapper {
  margin-top: 0;
}
.isMobile .JoinPage .Content-wrapper,
.isMobile .TeamPage .Content-wrapper,
.isMobile .SearchIndustriesPage .Content-wrapper,
.isMobile .SearchAssetClassesPage .Content-wrapper,
.isMobile .SearchPositionsPage .Content-wrapper,
.isMobile .SearchGlobalReachPage .Content-wrapper {
  margin-top: 60px;
}
.SearchExtraPage .Content-wrapper {
  margin-top: 72vh;
  background: #ffffff;
  width: 100%;
}
.isMobile .SearchExtraPage .Content-wrapper {
  margin-top: 75vh;
}
.isMobile .Content-wrapper {
  margin-top: 60px;
}
.Content-wrapperInner {
  max-width: 1650px;
  -webkit-transition: 0.2s opacity 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out;
}
.noTransition .Content-wrapperInner {
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.Content-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-width: 1120px;
  z-index: 5;
  -webkit-transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out;
  transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.isMobile .Content-background {
  min-width: 100%;
}
.Content-background.isOpenMenu {
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}
.Page404 .Content-backgroundOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 210, 200, 0)), to(#d6d2c8));
  background: linear-gradient(to bottom, rgba(214, 210, 200, 0), #d6d2c8);
}
.Content-backgroundOverlayMenu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 580px;
  z-index: 8;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.5s opacity ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s transform ease-out, 0.5s opacity ease-out;
  transition: 0.2s transform ease-out, 0.5s opacity ease-out, 0.2s -webkit-transform ease-out;
  opacity: 0;
}
.Content-backgroundOverlayMenu.isOpenMenu {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.Content-backgroundOverlayMenu[data-id="true"],
.Page404 .Content-backgroundOverlayMenu[data-id="true"] {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d2c8), to(rgba(214, 210, 200, 0)));
  background: linear-gradient(to right, #d6d2c8 50%, rgba(214, 210, 200, 0) 100%);
}
@media (min-width: 1920px) {
  .Content-backgroundOverlayMenu[data-id="true"],
  .Page404 .Content-backgroundOverlayMenu[data-id="true"] {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #d6d2c8), to(rgba(214, 210, 200, 0)));
    background: linear-gradient(to right, #d6d2c8 60%, rgba(214, 210, 200, 0) 100%);
  }
}
.Content-backgroundOverlayMenu[data-id="search"] {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b4463d), to(rgba(180, 70, 61, 0)));
  background: linear-gradient(to right, #b4463d 50%, rgba(180, 70, 61, 0) 100%);
}
@media (min-width: 1920px) {
  .Content-backgroundOverlayMenu[data-id="search"] {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #b4463d), to(rgba(180, 70, 61, 0)));
    background: linear-gradient(to right, #b4463d 60%, rgba(180, 70, 61, 0) 100%);
  }
}
.Content-backgroundOverlayMenu[data-id="tech"] {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #51a29e), to(rgba(81, 162, 158, 0)));
  background: linear-gradient(to right, #51a29e 50%, rgba(81, 162, 158, 0) 100%);
}
@media (min-width: 1920px) {
  .Content-backgroundOverlayMenu[data-id="tech"] {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #51a29e), to(rgba(81, 162, 158, 0)));
    background: linear-gradient(to right, #51a29e 60%, rgba(81, 162, 158, 0) 100%);
  }
}
.Content-backgroundOverlayMenu[data-id="dev"] {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #142f81), to(rgba(20, 47, 129, 0)));
  background: linear-gradient(to right, #142f81 50%, rgba(20, 47, 129, 0) 100%);
}
@media (min-width: 1920px) {
  .Content-backgroundOverlayMenu[data-id="dev"] {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #142f81), to(rgba(20, 47, 129, 0)));
    background: linear-gradient(to right, #142f81 60%, rgba(20, 47, 129, 0) 100%);
  }
}
.TruePage .Content-backgroundOverlayMenu[data-id="true"],
.SearchPage .Content-backgroundOverlayMenu[data-id="search"],
.TechPage .Content-backgroundOverlayMenu[data-id="tech"],
.DevPage .Content-backgroundOverlayMenu[data-id="dev"] {
  opacity: 1;
}
.TruePage .isHover .Content-backgroundOverlayMenu[data-id="true"],
.true .isHover .Content-backgroundOverlayMenu[data-id="true"],
.Page404 .isHover .Content-backgroundOverlayMenu[data-id="true"],
.SearchPage .isHover .Content-backgroundOverlayMenu[data-id="search"],
.search .isHover .Content-backgroundOverlayMenu[data-id="search"],
.TechPage .isHover .Content-backgroundOverlayMenu[data-id="tech"],
.tech .isHover .Content-backgroundOverlayMenu[data-id="tech"],
.DevPage .isHover .Content-backgroundOverlayMenu[data-id="dev"],
.dev .isHover .Content-backgroundOverlayMenu[data-id="dev"] {
  opacity: 0;
  -webkit-transition: 0.2s opacity 0.2s linear;
  transition: 0.2s opacity 0.2s linear;
}
.Content-backgroundOverlayMenu.isHover {
  opacity: 1;
  z-index: 9;
  -webkit-transition: 0.5s opacity linear;
  transition: 0.5s opacity linear;
}
.Content-backgroundWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-width: 1120px;
}
.isMobile .Content-backgroundWrapper {
  min-width: 100%;
}
.Content-backgroundItem {
  width: 133%;
  height: 133%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -57%);
      -ms-transform: translate(-50%, -57%);
          transform: translate(-50%, -57%);
  position: relative;
}
.Content-backgroundItem:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13;
  height: 100%;
  width: 150px;
  opacity: 1;
}
.isMobile .Content-backgroundItem:before {
  display: none;
}
.TruePage .Content-backgroundItem:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#d6d2c8), to(rgba(214, 210, 200, 0)));
  background-image: linear-gradient(to right, #d6d2c8, rgba(214, 210, 200, 0));
}
.SearchPage .Content-backgroundItem:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#b4463d), to(rgba(180, 70, 61, 0)));
  background-image: linear-gradient(to right, #b4463d, rgba(180, 70, 61, 0));
}
.DevPage .Content-backgroundItem:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#142f81), to(rgba(20, 47, 129, 0)));
  background-image: linear-gradient(to right, #142f81, rgba(20, 47, 129, 0));
}
.TechPage .Content-backgroundItem:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#51a29e), to(rgba(81, 162, 158, 0)));
  background-image: linear-gradient(to right, #51a29e, rgba(81, 162, 158, 0));
}
.true .Content-backgroundItem:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#d6d2c8), to(rgba(214, 210, 200, 0)));
  background-image: linear-gradient(to right, #d6d2c8, rgba(214, 210, 200, 0));
}
.search .Content-backgroundItem:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#b4463d), to(rgba(180, 70, 61, 0))) !important;
  background-image: linear-gradient(to right, #b4463d, rgba(180, 70, 61, 0)) !important;
}
.dev .Content-backgroundItem:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#142f81), to(rgba(20, 47, 129, 0))) !important;
  background-image: linear-gradient(to right, #142f81, rgba(20, 47, 129, 0)) !important;
}
.tech .Content-backgroundItem:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#51a29e), to(rgba(81, 162, 158, 0))) !important;
  background-image: linear-gradient(to right, #51a29e, rgba(81, 162, 158, 0)) !important;
}
.isMobile .Content-backgroundItem {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.Page404.isMobile .Content-backgroundItem {
  top: -13%;
}
.Content-backgroundItemImg {
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: 0.8s opacity ease-out;
  transition: 0.8s opacity ease-out;
}
.isMobile .Content-backgroundItemImg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.isMobile .TruePage .Content-backgroundItemImg:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(214, 210, 200, 0)), color-stop(70%, #d6d2c8));
  background-image: linear-gradient(to bottom, rgba(214, 210, 200, 0) 60%, #d6d2c8 70%);
}
.isMobile .SearchPage .Content-backgroundItemImg:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(180, 70, 61, 0)), color-stop(70%, #b4463d));
  background-image: linear-gradient(to bottom, rgba(180, 70, 61, 0) 60%, #b4463d 70%);
}
.isMobile .DevPage .Content-backgroundItemImg:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(20, 47, 129, 0)), color-stop(60%, #142f81));
  background-image: linear-gradient(to bottom, rgba(20, 47, 129, 0) 50%, #142f81 60%);
}
.isMobile .TechPage .Content-backgroundItemImg:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(81, 162, 158, 0)), color-stop(70%, #51a29e));
  background-image: linear-gradient(to bottom, rgba(81, 162, 158, 0) 60%, #51a29e 70%);
}
.isMobile .Content-backgroundItemImg img {
  height: 70%;
}
.isMobile .DevPage .Content-backgroundItemImg img {
  height: 60%;
  left: -10%;
  width: 110%;
}
.TruePage .Content-backgroundItemImg--true,
.Page404 .Content-backgroundItemImg--true {
  opacity: 1;
  z-index: 11;
}
.SearchPage .Content-backgroundItemImg--search {
  opacity: 1;
  z-index: 11;
}
.DevPage .Content-backgroundItemImg--dev {
  opacity: 1;
  z-index: 11;
}
.TechPage .Content-backgroundItemImg--tech {
  opacity: 1;
  z-index: 11;
}
.isHoverBackground .Content-backgroundItemImg {
  opacity: 0;
}
.Content-backgroundItemImg.isHover {
  opacity: 1 !important;
  z-index: 12;
}
.Content-backgroundItemImg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.Content-backgroundItemImgLetter {
  position: absolute;
  pointer-events: none;
}
.TruePage .Content-backgroundItemImgLetter,
.TechPage .Content-backgroundItemImgLetter {
  pointer-events: all;
}
.isDesktop .TruePage .Content-backgroundItemImgLetter:hover img,
.isDesktop .TechPage .Content-backgroundItemImgLetter:hover img {
  opacity: 1;
}
.DevPage .Content-backgroundItemImgLetter--dev .Content-backgroundItemImgLetter-hover {
  top: 13%;
  left: 11%;
}
.DevPage .Content-backgroundItemImgLetter--elo .Content-backgroundItemImgLetter-hover {
  top: 7%;
  left: 25%;
}
.DevPage .Content-backgroundItemImgLetter--opm .Content-backgroundItemImgLetter-hover {
  top: 7%;
  left: 25%;
}
.DevPage .Content-backgroundItemImgLetter--ent .Content-backgroundItemImgLetter-hover {
  top: 0%;
  right: 15%;
}
.Content-backgroundItemImgLetter-hover {
  position: absolute;
  pointer-events: all;
}
.SearchPage .Content-backgroundItemImgLetter-hover {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
      -ms-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  width: 35%;
  height: 50%;
}
.DevPage .Content-backgroundItemImgLetter-hover {
  width: 40%;
  height: 70%;
}
.isDesktop .Content-backgroundItemImgLetter-hover:hover + img {
  opacity: 1;
}
.Content-backgroundItemImgLetter img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  opacity: 0;
}
.overflowLock {
  overflow: hidden !important;
}
.NeedFixOnPopup {
  min-width: 1120px;
  top: 0;
  will-change: top;
}
.isMobile .NeedFixOnPopup {
  min-width: 100%;
}
.FixedOnPopup {
  position: fixed !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 14 !important;
}


/*# sourceMappingURL=main.67582dd6aabaea394f6e.css.map*/