/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  overflow: visible; }

body ::-moz-selection {
  color: #fff;
  background: #000; }

body ::selection {
  color: #fff;
  background: #000; }

.swiper-slide:not(:first-child) {
  display: block; }

.no-padding {
  padding: 0 !important; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOCKS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*page nav*/
.page-nav {
  position: fixed;
  top: 50%;
  left: 90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100; }
  .page-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 29px; }
    .page-nav ul li:after {
      position: absolute;
      bottom: 0;
      left: 8px;
      content: '';
      height: 25px;
      width: 2px;
      margin: 2px 0;
      background-color: #DCDEE2; }
    .page-nav ul li:last-child {
      padding-bottom: 0; }
      .page-nav ul li:last-child:after {
        display: none; }
    .page-nav ul li a {
      display: block;
      width: 19px;
      height: 19px;
      border: 2px solid #72E4DA;
      border-radius: 18px;
      background-color: transparent;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      @media (min-width: 992px) {
        .page-nav ul li a:hover {
          background-color: #72E4DA; }
          .page-nav ul li a:hover + .text span {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0); } }
      .page-nav ul li a.active {
        background-color: #72E4DA; }
        .page-nav ul li a.active + .text span {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
    .page-nav ul li .text {
      color: #4A4A4A;
      font-size: 1rem;
      line-height: 1;
      margin-left: 12px;
      overflow: hidden; }
      .page-nav ul li .text span {
        display: block;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
  .page-nav .scroll-to-contact {
    margin-top: 14px; }

/*social*/
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 175px;
  margin: 20px 0; }
  .social-links .s-link {
    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; }

.s-link {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #858585;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media (min-width: 992px) {
    .s-link:hover {
      border-color: #8DC53E; }
      .s-link:hover svg path, .s-link:hover svg rect {
        fill: #8DC53E; } }
  .s-link svg path, .s-link svg rect {
    fill: #858585;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

/*challenges*/
.s-challenges {
  padding: 20px 0; }

.challenges {
  font-size: 1.263rem;
  line-height: 1.333;
  padding: 80px 160px 95px; }
  .challenges .h4 {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 4px solid #FFD764; }
  .challenges .i-list {
    border-bottom: 3px solid #ffffff;
    padding: 60px 0 65px; }

.challenges-text-top {
  max-width: 570px;
  margin-bottom: 50px; }

.challenges-text-bottom {
  font-weight: 500;
  max-width: 780px;
  margin-top: 30px; }
  .challenges-text-bottom span {
    display: inline-block;
    position: relative;
    z-index: 1; }
    .challenges-text-bottom span:before {
      position: absolute;
      content: '';
      height: 6px;
      bottom: 2px;
      left: 0;
      right: 0;
      background-color: #46A29A;
      z-index: -1; }

.i-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .i-list .item {
    width: 33.333%; }
  .i-list .number {
    color: #F7BC13;
    font-weight: 500;
    font-size: 1.052rem;
    margin-bottom: 4px; }
  .i-list .h3 {
    max-width: 230px; }

/*CTA block*/
.cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  width: 100%;
  margin: 0 auto; }
  .cta-block .cta {
    position: relative;
    width: 50%;
    font-weight: 500;
    font-size: 1.26rem;
    padding: 55px 50px;
    margin: 6px; }
    @media (min-width: 992px) {
      .cta-block .cta:hover .cta__bottom svg g > g {
        fill: #FFD764; } }
    .cta-block .cta.style01 {
      background-color: #46A29A; }
      .cta-block .cta.style01:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.1); }
    .cta-block .cta.style02 {
      background-color: #222222; }
    .cta-block .cta__text {
      border-bottom: 4px solid #FFD764;
      padding-bottom: 20px;
      margin-bottom: 30px; }
    .cta-block .cta__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .cta-block .cta__bottom svg g > g {
        fill: #72E4DA;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    .cta-block .cta .h3 {
      max-width: 290px;
      padding-right: 15px;
      letter-spacing: 0.77px;
      line-height: 1.2; }
    .cta-block .cta .icon {
      width: 56px;
      height: 56px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

/*why ITW*/
.why-itw-top {
  position: relative;
  padding: 55px 0 0;
  background-color: #F2F1D3;
  z-index: 1; }
  .why-itw-top:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    height: 400px;
    background-color: #fff;
    z-index: -1; }
  .why-itw-top .container {
    position: relative;
    z-index: 2; }
  .why-itw-top .help-img {
    margin-top: 70px; }
  .why-itw-top .cta-block {
    margin-top: -60px; }
  .why-itw-top .title-wrap {
    padding: 140px 0 210px; }
    .why-itw-top .title-wrap .h1 {
      max-width: 530px;
      margin: 0 auto;
      font-size: 5.05rem;
      letter-spacing: 0.75px;
      line-height: 1.042; }
    .why-itw-top .title-wrap .subtitle {
      max-width: 540px;
      margin: 20px auto 0;
      font-size: 1.26rem;
      letter-spacing: -0.29px;
      line-height: 1.5; }
  .why-itw-top .img-bg-why-itw {
    position: absolute;
    bottom: 0;
    z-index: 1; }
    .why-itw-top .img-bg-why-itw.male {
      left: 0;
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%; }
    .why-itw-top .img-bg-why-itw.female {
      right: 0;
      -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }

.help-img {
  margin: 0 auto;
  max-width: 1024px; }

.text-block {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 85px 0; }
  .text-block__item {
    margin-top: 45px; }
    .text-block__item:first-child {
      margin-top: 0; }
  .text-block .h4 {
    position: relative;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 1.68rem;
    line-height: 1.125;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 13px; }
    .text-block .h4:before {
      position: absolute;
      content: '';
      top: -7px;
      left: -14px;
      height: 27px;
      width: 27px;
      border: 4px solid #72E4DA;
      border-radius: 4px;
      z-index: -1; }

.wideImage-block {
  position: relative;
  width: 56vw;
  height: 100%;
  z-index: 1; }
  .wideImage-block .img {
    height: 100%; }

.text-wideImage {
  margin-bottom: 50px; }
  .text-wideImage .text-block__item {
    padding: 7px 100px 0 14px; }
  .text-wideImage .wideImage-block {
    height: calc(100% + 55px);
    float: left;
    margin-top: -55px; }

.wideImage-text {
  margin-bottom: 10px; }
  .wideImage-text .wideImage-block {
    float: right; }
  .wideImage-text .text-block__item {
    padding: 7px 14px 0 100px; }

/*resources*/
.s-resources {
  padding: 20px 0 10px;
  z-index: 3; }
  .s-resources .cta-block-wrap {
    position: absolute;
    bottom: -164px;
    left: 0;
    right: 0;
    z-index: 1; }
  .s-resources .cta-block {
    max-width: 1070px; }

.resources {
  background: url("../img/resources-bg.png") repeat left top;
  padding: 125px 160px 205px; }
  .resources .h2 {
    color: #F7BC13;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 1.05rem; }
  .resources .h3 {
    margin: 12px 0 22px; }
  .resources p {
    max-width: 740px;
    font-size: 1.26rem;
    line-height: 1.333; }
  .resources-list {
    margin-top: 40px; }
    .resources-list li {
      display: inline-block;
      white-space: nowrap;
      color: #69748A;
      font-family: "Anton", sans-serif;
      font-size: 4.21rem;
      letter-spacing: 2px;
      line-height: 1.1;
      text-transform: uppercase;
      margin-right: 10px; }
      .resources-list li span {
        color: #72E4DA; }

/*expertise*/
.s-expertise {
  padding: 20px 0; }

.expertise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/expertise-bg.png") repeat left top; }
  .expertise__img {
    width: 364px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .expertise__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 257px 65px 116px 75px; }
    .expertise__content p {
      max-width: 765px;
      font-size: 1.26rem;
      line-height: 1.333;
      margin-top: 15px; }
  .expertise .i-list {
    padding-top: 61px;
    margin-top: 66px;
    border-top: 2px dashed rgba(63, 63, 63, 0.99); }
    .expertise .i-list .item {
      margin-bottom: 37px; }
    .expertise .i-list .number {
      margin-bottom: 7px; }
    .expertise .i-list .h3 {
      font-size: 1.68rem;
      letter-spacing: 0.8px;
      line-height: 1.187;
      max-width: 200px; }

/*case studies*/
.s-case-studies {
  padding: 50px 0 80px; }
  .s-case-studies .h1 {
    font-size: 4.21rem;
    letter-spacing: 2px;
    opacity: 0.2; }

.case-studies-slider {
  max-width: 1000px;
  margin: 75px auto 0; }
  .case-studies-slider .swiper-container {
    overflow: visible; }
  .case-studies-slider .swiper-slide {
    opacity: 0.35;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .case-studies-slider .swiper-slide-active {
    opacity: 1; }
    .case-studies-slider .swiper-slide-active .btn-wrap {
      visibility: visible;
      opacity: 1; }
  .case-studies-slider .slide-header {
    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;
    max-width: 810px;
    margin: 0 auto; }
  .case-studies-slider .h3 {
    font-size: 2.21rem;
    line-height: 1.143;
    max-width: 420px;
    text-align: right; }
  .case-studies-slider .slide-img {
    margin: 25px 0 15px;
    text-align: center; }
    .case-studies-slider .slide-img img {
      display: inline-block; }
  .case-studies-slider .btn-wrap {
    max-width: 810px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

/*technology*/
.s-technology {
  padding: 75px 0 80px; }
  .s-technology .h3 {
    letter-spacing: 0.31px; }
  .s-technology .subtitle {
    max-width: 670px;
    margin: 17px auto 0;
    color: #575757;
    font-size: 1.1rem;
    letter-spacing: -0.25px;
    line-height: 1.684; }

.technology-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 60px auto; }
  .technology-list .item {
    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;
    width: 25%;
    padding: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media (min-width: 992px) {
      .technology-list .item:hover {
        -webkit-filter: grayscale(1);
        filter: grayscale(1); } }

/*contact*/
.s-contact {
  padding: 140px 0 150px; }
  .s-contact.s-contact-no-padding {
  padding: 0px; }
  .s-contact:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.9);
    z-index: -1; }
  .s-contact .h1 {
    font-size: 5.05rem;
    letter-spacing: 0.75px; }
    .s-contact .h1 span:after {
      background-color: #F7BC13; }
  .s-contact .subtitle {
    font-size: 1.1rem;
    letter-spacing: -0.25px;
    line-height: 1.714;
    max-width: 630px;
    margin: 30px auto 0; }
  .s-contact form {
    margin: 25px auto 10px; }
  .s-contact.style2 .h1 span:after {
    background-color: #FF6C02; }
  .s-contact.style2 .form-select .SumoSelect > .CaptionCont > label > i:before {
    border-color: #FF6C02;}
  .s-contact.style2 .chb-block .title {
    color: #FF6C02; }
  .s-contact.style2 .form-btn {
    background-color: #FF6C02; }
    @media (min-width: 992px) {
      .s-contact.style2 .form-btn:hover {
        background-color: #dd5d00; }

      .s-contact.style2 .custom-select .SumoSelect > .optWrapper > .options li.opt:hover {
        background-color: transparent;
        color: #FF6C02;
      }
    }
  @media (min-width: 992px) {
    .s-contact.style2 .linkedin-link:hover {
      color: #FF6C02; } }
  .s-contact.style3 .h1 span:after {
    background-color: #72E4DA; }
  .s-contact.style3 .form-select .SumoSelect > .CaptionCont > label > i:before {
    border-left-color: #72E4DA;
    border-bottom-color: #72E4DA; }
  .s-contact.style3 .chb-block .title {
    color: #72E4DA; }
  .s-contact.style3 .form-btn {
    background-color: #72E4DA; }
    @media (min-width: 992px) {
      .s-contact.style3 .form-btn:hover {
        background-color: #54ded2; } }
  @media (min-width: 992px) {
    .s-contact.style3 .linkedin-link:hover {
      color: #B0A4FE; } }

.chb-block {
  padding: 0 25px; }
  .chb-block .title {
    color: #ffffff;
    font-size: .95rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1.69px;
    text-transform: uppercase;
    margin-bottom: 15px; }

.chb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.chb-item {
  width: 33.333%;
  margin: 10px 0; }

.checkbox {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: .895rem;
  text-transform: uppercase;
  letter-spacing: 1.59px;
  line-height: 1.4;
  cursor: pointer; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + span:before {
      background-image: url(../img/check-mark.svg); }
  .checkbox span {
    display: block;
    position: relative;
    padding-left: 32px; }
    .checkbox span:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 21px;
      width: 21px;
      border: 1px solid #979797;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 14px auto; }

.linkedin-link {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: .947rem;
  letter-spacing: 1.69px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .linkedin-link:hover {
      color: #72E4DA; } }
  .linkedin-link > * {
    display: inline-block;
    vertical-align: middle; }
  .linkedin-link svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 5px; }

/*case studio info*/
.case-studio-info {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
  padding: 15px 0 60px;
  z-index: 3; }
  .case-studio-info .macbook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 62%;
    position: absolute;
    top: 0;
    bottom: -70px;
    left: 0;
    z-index: 1; }
    .case-studio-info .macbook img {
      max-height: 100%; }

.cs-info-list {
  position: relative;
  font-size: .894rem;
  line-height: 1.411;
  padding: 20px 0 20px 45px; }
  .cs-info-list:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
    background-color: #EDEDED; }
  .cs-info-list .item {
    padding: 15px 15px 8px; }
  .cs-info-list .title {
    position: relative;
    font-size: 1.31rem;
    font-weight: 600;
    line-height: 1.44;
    margin-bottom: 5px; }
    .cs-info-list .title:before {
      position: absolute;
      content: '';
      top: -6px;
      left: -15px;
      height: 27px;
      width: 27px;
      border: 4px solid #72E4DA;
      border-radius: 4px;
      z-index: -1; }
  .cs-info-list .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cs-info-list .list-wrap ul li {
      position: relative; }
      .cs-info-list .list-wrap ul li:before {
        position: absolute;
        content: '';
        top: 8px;
        left: -15px;
        height: 6px;
        width: 6px;
        border-radius: 6px;
        background-color: #72E4DA; }

/*case studio main*/
.case-studio-main {
  padding-bottom: 45px; }
  .case-studio-main__inner {
    position: relative; }

.cs-benefits {
  font-size: .947rem;
  line-height: 1.444;
  background-color: #222222;
  padding: 150px 0 100px; }

.cs-benefits-item {
  padding: 20px; }
  .cs-benefits-item .title {
    color: #F7BC13;
    font-family: "Anton", sans-serif;
    font-size: 1.31rem;
    text-transform: uppercase;
    margin-bottom: 10px; }

.cs-approach {
  position: relative;
  background-color: #F8FBFC;
  padding: 0 0 40px; }
  .cs-approach:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #222222; }
  .cs-approach > .container {
    position: relative; }

.cs-approach-title {
  position: absolute;
  top: 145px;
  left: 15px;
  right: 0;
  color: #3F3F3F;
  font-family: "Barlow", sans-serif;
  font-size: 1.31rem;
  font-weight: 600;
  line-height: 1.44;
  text-transform: none; }

.approach-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.text-slider {
  width: 45%;
  margin-top: 250px;
  padding: 0 110px 0 135px; }
  .text-slider .swiper-controls {
    position: absolute;
    top: 0;
    left: 0; }
  .text-slider .swiper-button-prev,
  .text-slider .swiper-button-next {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    left: 0;
    height: 59px;
    width: 59px;
    border: 2px solid rgba(63, 63, 63, 0.99);
    border-radius: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    cursor: pointer;
    background-image: none;
    background-color: #F8FBFC;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    @media (min-width: 992px) {
      .text-slider .swiper-button-prev:hover,
      .text-slider .swiper-button-next:hover {
        background-color: #222222; }
        .text-slider .swiper-button-prev:hover:before,
        .text-slider .swiper-button-next:hover:before {
          border-top-color: #F7BC13;
          border-left-color: #F7BC13; } }
    .text-slider .swiper-button-prev:before,
    .text-slider .swiper-button-next:before {
      position: absolute;
      content: '';
      top: 19px;
      width: 16px;
      height: 16px;
      border: 2px solid transparent;
      border-top-color: rgba(63, 63, 63, 0.99);
      border-left-color: rgba(63, 63, 63, 0.99);
      -webkit-transition: border-color .3s ease;
      -o-transition: border-color .3s ease;
      transition: border-color .3s ease; }
  .text-slider .swiper-button-prev:before {
    left: 23px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .text-slider .swiper-button-next:before {
    left: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .text-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    color: #222222;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1; }
  .text-slider .swiper-slide .number {
    color: #46A29A;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 10px; }
  .text-slider .swiper-slide .title {
    font-family: "Anton", sans-serif;
    font-size: 1.68rem;
    letter-spacing: 0.8px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px; }

.img-slider {
  width: 55%; }
  .img-slider .img {
    padding-bottom: 89%; }

/*Key Outcomes*/
.outcomes {
  font-family: "Anton", sans-serif;
  font-size: 1.58rem;
  letter-spacing: 0.75px;
  line-height: 1.4;
  text-transform: uppercase;
  background: url(../img/resources-bg.png) repeat left top;
  padding: 50px 55px; }

.outcomes-title {
  color: #F7BC13;
  font-family: "Barlow", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: uppercase; }

.outcomes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 28px auto 35px; }
  .outcomes-list .item {
    padding: 10px;
    width: 33.333%; }
  .outcomes-list .title {
    position: relative;
    color: #69748A;
    font-size: 4.21rem;
    letter-spacing: 2px;
    line-height: 1.1;
    padding: 13px 0 0 13px;
    z-index: 1; }
    .outcomes-list .title:before {
      position: absolute;
      content: '';
      top: 1px;
      left: -10px;
      height: 37px;
      width: 37px;
      border: 4px solid #72E4DA;
      border-radius: 4px;
      z-index: -1; }

/*process blocks*/
.s-process-blocks {
  padding: 45px 0; }
  .s-process-blocks .graphic-line {
    position: absolute;
    pointer-events: none;
    top: -130px;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10; }

.process-block {
  position: relative; }
  .process-block:nth-child(odd) {
    background: url(../img/expertise-bg.png) repeat left top; }

.p-block-img {
  position: relative;
  height: 500px;
  width: 40vw; }
  .p-block-img.f-right {
    float: right; }
    .p-block-img.f-right .img-wrap {
      right: 0; }
  .p-block-img.f-left {
    float: left; }
    .p-block-img.f-left .img-wrap {
      left: 0; }
  .p-block-img .img-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    .p-block-img .img-wrap:before, .p-block-img .img-wrap:after {
      position: absolute;
      content: '';
      z-index: 1; }

.p-block-text {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 500px;
  font-size: 1.05rem;
  line-height: 1.5;
  padding: 15px 30px 45px 40px;
  z-index: 2; }
  .p-block-text .number {
    position: relative;
    left: -40px;
    color: #FF7511;
    font-weight: 600;
    padding-left: 25px;
    z-index: 1; }
    .p-block-text .number:before {
      position: absolute;
      content: '';
      left: 0;
      top: -2px;
      height: 35px;
      width: 35px;
      border: 4px solid #E8E8E8;
      border-radius: 5px;
      z-index: -1; }
  .p-block-text .h3 {
    font-size: 1.68rem;
    letter-spacing: 0.8px;
    line-height: 1.187; }
  .p-block-text .text {
    margin-top: 10px; }
  .p-block-text .accent-text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.266; }
    .p-block-text .accent-text.style1 {
      color: #FF7511; }
    .p-block-text .accent-text.style2 {
      color: #46A29A; }

.process-block .graphicsline-multiple {
  display: inline-block;
  position: absolute; }

.process-block.p-project .p-block-img {
  top: 45px; }

.process-block.p-project .img-wrap:before {
  top: 21%;
  right: 6%;
  height: 67%;
  width: 85%;
  background-color: #F2F1D3;
  z-index: -1; }

.process-block.p-on-boarding .graphicsline-multiple {
  top: 0;
  right: 0; }

.process-block.p-on-boarding .p-block-img {
  top: -55px;
  right: 50px; }

.process-block.p-resource .p-block-img {
  top: 10px; }

.process-block.p-training .graphicsline-multiple {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  left: 0; }

.process-block.p-training .p-block-img {
  top: 25px; }

.process-block.p-training .img-wrap:before {
  top: 16%;
  left: -6%;
  height: 18px;
  width: 18px;
  border: 3px solid #FF6C02;
  border-radius: 4px;
  z-index: 3; }

.process-block.p-training .img-wrap:after {
  bottom: 5%;
  right: -5%;
  height: 78px;
  width: 78px;
  background-color: #72E4DA;
  -webkit-box-shadow: 0 22px 24px 0 rgba(44, 46, 48, 0.09);
  box-shadow: 0 22px 24px 0 rgba(44, 46, 48, 0.09);
  z-index: 3; }

.process-block.p-management .graphicsline-multiple {
  top: 0;
  right: 0; }

.process-block.p-management .p-block-img {
  right: -50px; }

.process-block.p-requirements .p-block-img {
  top: 45px; }

.process-block.p-requirements .img-wrap:before {
  top: 21%;
  right: 6%;
  height: 67%;
  width: 85%;
  background-color: #72E4DA;
  z-index: -1; }

.process-block.p-technology .p-block-img {
  top: 45px; }

.process-block.p-architecture .graphicsline-multiple {
  top: 0;
  right: 0; }

.process-block.p-scope .p-block-img {
  top: 25px; }

.process-block.p-scope .graphicsline-multiple {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  left: 0; }

.process-block.p-scope .img-wrap:before {
  top: 16%;
  left: -6%;
  height: 18px;
  width: 18px;
  border: 3px solid #FF6C02;
  border-radius: 4px;
  z-index: 3; }

.process-block.p-scope .img-wrap:after {
  bottom: 5%;
  right: -5%;
  height: 78px;
  width: 78px;
  background-color: #72E4DA;
  -webkit-box-shadow: 0 22px 24px 0 rgba(44, 46, 48, 0.09);
  box-shadow: 0 22px 24px 0 rgba(44, 46, 48, 0.09);
  z-index: 3; }

.process-block.p-planning .graphicsline-multiple {
  top: 0;
  right: 0; }

.process-block.p-on-boarding-2 .p-block-img {
  top: 25px; }

.process-block.p-on-boarding-2 .img-wrap:before {
  top: 16%;
  left: -6%;
  height: 18px;
  width: 18px;
  border: 3px solid #FF6C02;
  border-radius: 4px;
  z-index: 3; }

.process-block.p-on-boarding-2 .img-wrap:after {
  bottom: 5%;
  right: -5%;
  height: 78px;
  width: 78px;
  background-color: #72E4DA;
  -webkit-box-shadow: 0 22px 24px 0 rgba(44, 46, 48, 0.09);
  box-shadow: 0 22px 24px 0 rgba(44, 46, 48, 0.09);
  z-index: 3; }

/*privacy police*/
.privacy-police {
  padding: 120px 0 80px; }
  .privacy-police .h2 {
    margin-bottom: 40px; }
  .privacy-police .text > * {
    margin-bottom: 20px; }
    .privacy-police .text > *:last-child {
      margin-bottom: 0; }
  .privacy-police .text h1,
  .privacy-police .text h2,
  .privacy-police .text h3,
  .privacy-police .text h4,
  .privacy-police .text h5,
  .privacy-police .text h6 {
    margin-top: 1.8rem;
    margin-bottom: 1rem; }

@media (max-width: 1409px) {
  .challenges {
    padding: 50px; }
    .challenges .i-list {
      padding: 30px 0; }
  .challenges-text-top {
    margin-bottom: 30px; }
  .why-itw-top {
    padding: 20px 0 0; }
    .why-itw-top:before {
      height: 280px; }
    .why-itw-top .help-img {
      margin-top: 25px; }
  .cta-block {
    max-width: 800px; }
    .cta-block .cta {
      padding: 20px; }
      .cta-block .cta__text {
        border-bottom-width: 3px;
        padding-bottom: 5px;
        margin-bottom: 15px; }
  .text-block__item {
    margin-top: 25px; }
  .text-wideImage .text-block__item {
    padding: 7px 30px 0 14px; }
  .wideImage-text .text-block__item {
    padding: 7px 0 0 44px; }
  .s-resources .cta-block-wrap {
    bottom: -110px; }
  .s-resources .cta-block {
    max-width: 800px; }
  .resources {
    padding: 50px 50px 120px; }
  .resources-list li {
    display: block;
    white-space: normal;
    font-size: 3.3rem;
    margin-right: 0; }
  .expertise__content {
    padding: 140px 30px 30px 30px; }
  .expertise .i-list {
    padding-top: 20px;
    margin-top: 20px; }
    .expertise .i-list .item {
      width: 50%; }
  .case-studio-info {
    padding: 15px 0 40px; }
    .case-studio-info .macbook {
      width: 55%;
      top: 20px;
      bottom: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .cs-info-list {
    padding: 25px 0 15px 20px; }
  .outcomes {
    padding: 25px 15px; }
  .outcomes-list {
    margin: 15px auto 0; }
    .outcomes-list .title {
      font-size: 3rem; }
  .cs-benefits {
    padding: 100px 0 80px; }
  .text-slider {
    margin-top: 200px;
    padding: 0 15px 0 80px; }
    .text-slider .swiper-slide .number {
      margin-bottom: 5px; }
    .text-slider .swiper-slide .title {
      margin-bottom: 10px; }
  .p-block-text {
    padding: 15px 30px 15px 40px; }
  .page-nav {
    left: 30px; } }

@media (max-width: 991px) {
  .privacy-police h1 span:after {
    height: 10px;
    bottom: 0; }
  .why-itw-top:before {
    height: 210px; }
  .why-itw-top .title-wrap {
    padding: 50px 0 100px; }
  .why-itw-top .img-bg-why-itw {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  .cta-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 400px; }
    .cta-block .cta {
      width: 100%;
      margin: 6px 0; }
      .cta-block .cta .h3 {
        font-size: 1.6rem; }
      .cta-block .cta .icon {
        width: 40px;
        height: 40px; }
        .cta-block .cta .icon svg {
          width: 40px;
          height: 40px; }
  .s-why-itw {
    padding-bottom: 20px; }
  .wideImage-block {
    width: 100%;
    height: auto; }
    .wideImage-block .img {
      padding-bottom: 50%; }
  .text-block {
    padding: 20px 0 0; }
    .text-block .h4 {
      font-size: 1.4rem;
      margin-bottom: 10px; }
  .text-wideImage {
    margin-bottom: 25px; }
    .text-wideImage .text-block__item {
      padding: 7px 0 0 14px; }
    .text-wideImage .wideImage-block {
      height: auto;
      float: none; }
  .wideImage-text .text-block__item {
    padding: 7px 0 0 14px; }
  .wideImage-text .wideImage-block {
    float: none; }
  .s-resources .cta-block-wrap {
    position: static;
    margin-top: 30px; }
  .s-resources .cta-block {
    max-width: 400px; }
  .resources {
    padding: 50px; }
    .resources .h3 {
      margin: 12px 0; }
  .resources-list {
    margin-top: 25px; }
    .resources-list li {
      font-size: 2.3rem; }
  .expertise__img {
    display: none; }
  .expertise__content {
    padding: 50px 50px 35px; }
  .expertise .i-list .item {
    margin-bottom: 15px; }
  .s-case-studies {
    padding: 20px 0; }
  .case-studies-slider {
    margin: 25px auto 0; }
    .case-studies-slider .swiper-container {
      overflow: hidden; }
    .case-studies-slider .h3 {
      font-size: 1.4rem;
      width: 50%;
      margin-left: 25px; }
  .s-technology {
    padding: 40px 0 20px; }
    .s-technology .subtitle {
      margin: 10px auto 0;
      color: #575757;
      line-height: 1.42; }
  .technology-list {
    margin: 20px auto; }
    .technology-list .item {
      padding: 10px; }
  .s-contact {
    padding: 40px 0; }
    .s-contact .subtitle {
      line-height: 1.42;
      margin: 15px auto 0; }
    .s-contact form {
      max-width: none;
      margin: 20px -25px 10px; }
  .studio-logo {
    margin: 25px 0 0; }
  .case-studio-info {
    background-color: #fff; }
    .case-studio-info .macbook {
      display: none; }
  .cs-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
    .cs-info-list:before {
      display: none; }
    .cs-info-list .item {
      width: 50%; }
  .outcomes {
    font-size: 1.3rem; }
  .outcomes-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .outcomes-list .item {
      width: 100%; }
  .cs-benefits {
    padding: 30px 0; }
  .cs-benefits-item {
    padding: 10px 0; }
    .cs-benefits-item .title {
      font-size: 1.2rem;
      margin-bottom: 5px; }
  .cs-approach {
    padding: 40px 0; }
    .cs-approach:before {
      display: none; }
  .approach-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cs-approach-title {
    position: static;
    margin-bottom: 20px; }
  .text-slider {
    width: 100%;
    margin: 0 0 70px;
    padding: 0 0 0 80px; }
    .text-slider .swiper-slide .title {
      font-size: 1.3rem; }
  .img-slider {
    width: 100%;
    border-top-width: 20px; }
  .chb-item {
    width: 50%; }
  .s-process-blocks {
    padding: 0 0 40px 0; }
  .page-nav {
    display: none !important; }
  .p-block-img {
    position: static;
    height: auto;
    width: 100%; }
    .p-block-img.f-right {
      float: none; }
    .p-block-img.f-left {
      float: none; }
    .p-block-img .img-wrap {
      position: relative;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      padding: 25px 0;
      text-align: center; }
      .p-block-img .img-wrap img {
        display: inline-block; }
  .p-block-text {
    position: relative;
    height: auto;
    font-size: 1rem;
    line-height: 1.4;
    padding: 15px 0 45px 40px; }
    .p-block-text .number:before {
      top: -4px; }
    .p-block-text .h3 {
      font-size: 1.3rem; }
    .p-block-text .accent-text {
      font-size: 1.2rem; }
  .process-block .graphicsline-multiple {
    display: none; }
  .s-process-blocks .graphic-line {
    display: none; } }

@media (max-width: 767px) {
  .challenges {
    font-size: 1rem;
    padding: 25px 15px; }
    .challenges .h4 {
      border-bottom-width: 3px; }
    .challenges .i-list {
      padding: 15px 0; }
  .challenges-text-top {
    margin-bottom: 15px; }
  .challenges-text-bottom {
    margin-top: 15px; }
    .challenges-text-bottom span {
      display: inline;
      border-bottom: 2px solid #46A29A; }
      .challenges-text-bottom span:before {
        display: none; }
  .i-list .item {
    width: 100%;
    margin-bottom: 10px; }
    .i-list .item:last-child {
      margin-bottom: 0; }
  .i-list .number {
    margin-bottom: 0; }
  .i-list .h3 {
    max-width: none; }
  .why-itw-top .img-bg-why-itw {
    display: none; }
  .why-itw-top .title-wrap {
    padding: 25px 0 40px; }
    .why-itw-top .title-wrap .subtitle {
      margin: 10px auto 0;
      font-size: 1.15rem; }
  .text-block__item {
    margin-top: 15px; }
  .text-block .h4 {
    font-size: 1.2rem;
    margin-bottom: 5px; }
    .text-block .h4:before {
      display: none; }
  .text-wideImage {
    margin-bottom: 25px; }
    .text-wideImage .text-block__item {
      padding: 0; }
    .text-wideImage .wideImage-block {
      margin-top: 30px; }
  .wideImage-text .text-block__item {
    padding: 0; }
  .resources {
    padding: 25px 15px; }
    .resources p {
      font-size: 1rem; }
  .resources-list li {
    font-size: 1.5rem; }
  .expertise__content {
    padding: 25px 15px; }
    .expertise__content p {
      font-size: 1rem;
      margin-top: 10px; }
  .expertise .i-list .item {
    width: 100%; }
    .expertise .i-list .item .number {
      margin-bottom: 0; }
    .expertise .i-list .item .h3 {
      max-width: none;
      font-size: 1.5em; }
  .case-studies-slider .slide-header {
    -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;
    text-align: center; }
  .case-studies-slider .h3 {
    font-size: 1.2rem;
    width: auto;
    margin-left: 0;
    margin-top: 15px;
    text-align: center; }
  .s-technology .subtitle {
    font-size: 1rem; }
  .s-contact .subtitle {
    font-size: 1rem;
    letter-spacing: normal; }
  .privacy-police {
    padding: 100px 0 50px; } }

@media (max-width: 575px) {
  .why-itw-top:before {
    height: 115px; }
  .why-itw-top .help-img {
    margin-top: 15px; }
  .why-itw-top .cta-block {
    margin-top: 9px; }
  .cta-block {
    width: 290px; }
    .cta-block .cta {
      font-size: 1.1rem;
      padding: 20px 15px; }
      .cta-block .cta .h3 {
        font-size: 1.4rem; }
  .technology-list .item {
    width: 33.333%; }
  .linkedin-link {
    font-size: .9rem;
    letter-spacing: .5px; }
  .cs-info-list .item {
    width: 100%; }
  .text-slider {
    margin: 0 0 30px;
    padding: 0 0 0 50px; }
    .text-slider .swiper-button-next,
    .text-slider .swiper-button-prev {
      height: 40px;
      width: 40px;
      margin-bottom: 10px; }
      .text-slider .swiper-button-next:before,
      .text-slider .swiper-button-prev:before {
        top: 10px; }
    .text-slider .swiper-button-next:before {
      left: 6px; }
    .text-slider .swiper-button-prev:before {
      left: 14px; }
    .text-slider .swiper-slide .title {
      font-size: 1.1rem; }
  .chb-item {
    width: 100%; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry {
  position: relative; }

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize; }

.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize; }

.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 25px;
  bottom: auto; }

.swiper-pagination {
  line-height: 0;
  z-index: 2; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #8DC53E; }

.case-studies-slider .swiper-button-prev,
.case-studies-slider .swiper-button-next {
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  border: 2px solid #46A29A;
  background-image: none;
  background-size: 0;
  margin-top: -35px;
  padding: 18px 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media (min-width: 992px) {
    .case-studies-slider .swiper-button-prev,
    .case-studies-slider .swiper-button-next {
      display: block; } }
  .case-studies-slider .swiper-button-prev:hover,
  .case-studies-slider .swiper-button-next:hover {
    background-color: #46A29A; }
    .case-studies-slider .swiper-button-prev:hover svg polygon,
    .case-studies-slider .swiper-button-next:hover svg polygon {
      fill: #ffffff; }
  .case-studies-slider .swiper-button-prev svg,
  .case-studies-slider .swiper-button-next svg {
    width: 30px;
    height: auto; }
    .case-studies-slider .swiper-button-prev svg polygon,
    .case-studies-slider .swiper-button-next svg polygon {
      fill: #46A29A;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

.case-studies-slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
  color: #ffffff;
  font-size: .84rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300; }
  .footer__main {
    background-color: #212121;
    padding: 90px 0; }
  .footer__bottom {
    font-size: .63rem;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.4px;
    font-weight: 400;
    background-color: #1A1A1A;
    padding: 15px 0; }
    .footer__bottom .mw1280 {
      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; }
    .footer__bottom a {
      margin-left: 20px; }
  .footer__logo {
    margin-bottom: 20px; }
    .footer__logo img {
      width: 87px; }
  .footer a {
    display: inline-block;
    color: #ffffff; }
    @media (min-width: 992px) {
      .footer a:hover {
        color: #8DC53E; } }
    .footer a.color-green {
      color: #8DC53E; }
      @media (min-width: 992px) {
        .footer a.color-green:hover {
          color: #ffffff; } }

.footer-text {
  color: rgba(255, 255, 255, 0.6);
  font-family: Roboto, sans-serif;
  font-size: .74rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  line-height: 1.43;
  margin-right: -5px; }

.footer-list {
  display: inline-block;
  letter-spacing: 1.84px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px; }
  .footer-list li {
    margin-bottom: 10px; }

.footer-info {
  letter-spacing: 1.84px;
  text-transform: uppercase;
  margin-top: 5px; }
  .footer-info .title {
    color: #858585;
    font-size: .95rem;
    font-weight: 300;
    letter-spacing: 2.07px;
    line-height: 1.333;
    margin-bottom: 15px; }
  .footer-info .address {
    margin-bottom: 10px; }

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 35px; }
  .address .icon {
    position: absolute;
    top: 4px;
    left: 0; }

.c-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 35px; }
  .c-link-wrap .icon {
    position: absolute;
    top: 4px;
    left: 0; }
  .c-link-wrap .slash {
    margin: 0 7px; }

.copyright {
  text-transform: uppercase; }
.grecaptcha-badge{
  display: none;
}
@media (max-width: 991px) {
  .footer__main {
    padding: 50px 0; } }

@media (max-width: 767px) {
  .footer-info {
    margin: 10px 0; }
    .footer-info .title {
      margin-bottom: 10px; }
  .footer-list {
    margin-bottom: 0; }
  .footer__bottom .mw1280 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .footer__bottom a {
    margin: 0 10px; }
  .copyright {
    margin-bottom: 5px; } }

@media (max-width: 575px) {
  .footer__bottom {
    font-size: .6rem; } }


/*------------------------------------------------- ADD NEW STYLE --------------------------------------------------------------*/
/*FORM-WITH-FOOTER*/
.form-with-footer {
  position: relative; }

.form-with-footer .opacity:before {
  background: rgba(0, 0, 0, 0.85); }

.request-form-wrapp {
  position: relative;
  padding: 100px 0 50px; }
  @media (max-width: 1199px) {
    .request-form-wrapp {
      padding: 55px 0 50px; } }

.request-form {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  text-align: center; }
  .request-form form{display:block;}
  .request-form .title {
    max-width: 590px;
    margin: 0 auto 40px; }
    @media (max-width: 991px) {
      .request-form .title {
        margin-bottom: 20px; } }
  .request-form .text a {
    color: #fff; }
  .request-form form {
    margin-top: 30px; }
  .request-form .form-btn {
      margin-top: 15px;
    min-width: 210px;
    width: auto;
    background: #45D3C7;
  }

  @media(min-width:992px){
    .request-form .form-btn:hover{
      background:#40aba2;
    }
  }


.input-field-wrapp {
    position: relative;
    margin-bottom: 30px;
}
.input {
    position: relative;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    padding: 0 5px;
    color: #fff;
    font-weight: 400;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1.69px;
}
.input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.69px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.input-field-wrapp .input-placeholder {
    position: absolute;
    left: 0;
    top: 19px;
}

.input-field-wrapp.focus .input-placeholder, .input-field-wrapp.value .input-placeholder {
    top: -23px;
    font-size: 14px;
}
/*upload*/
.upload-file {
  height: 55px;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 1;
  cursor: pointer !important; }
  @media (min-width: 992px) {
    .upload-file:hover {
      opacity: .8; } }
  .upload-file .input-placeholder {
    left: 0 !important;
    top: 19px !important;
    font-size: 16px !important;
    width: 100%;
    padding-right: 25px;
    text-align: left;}
  .upload-file .icon {
    position: absolute;
    top: 20px;
    right: 0;
    width: 23px;
    height: 21px; }
    .upload-file .icon svg {
      display: block;
      width: 100%;
      height: auto; }
  .upload-file input {
    z-index: 2; }
    .upload-file .icon svg path {
    fill: #45D3C7;
}
.simple-item{position:relative;z-index:1;}
.request-form-wrapp .title span{position: relative;display: inline-block;}
.request-form-wrapp .title span:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: 3px;
    height: 15px;
    z-index: -1;
    background: #45D3C7;
}


.custom-select {
    text-align: left;
}
/*select*/
.custom-select {
  text-align: left; }
  .custom-select .SumoSelect {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase; }
    .custom-select .SumoSelect.open > .CaptionCont > label {
      cursor: pointer; }
      .custom-select .SumoSelect.open > .CaptionCont > label > i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .custom-select .SumoSelect > .CaptionCont {
      height: 55px;
      line-height: 55px;
      padding: 0 5px;
      font-weight: 400;
      border: none;
      border-bottom: 1px solid #fff;
      letter-spacing: 1.69px;
      background-color: transparent; }
      .custom-select .SumoSelect > .CaptionCont > span {
        cursor: pointer; }
        .custom-select .SumoSelect > .CaptionCont > span.placeholder {
          color: #ffffff;
          font-style: normal;
          padding-top: 2px; }
      .custom-select .SumoSelect > .CaptionCont > label {
        cursor: pointer; }
        .custom-select .SumoSelect > .CaptionCont > label > i {
          top: 6px;
          width: 20px;
          height: 20px;
          -webkit-transition: all .2s ease;
          transition: all .2s ease; }
          .custom-select .SumoSelect > .CaptionCont > label > i:before {
            position: absolute;
            content: '';
            top: -2px;
            left: 2px;
            width: 15px;
            height: 15px;
            border-width: 2px;
            border-style: solid;
            border-left: none;
            border-top: none;
            border-color: #45D3C7;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    .custom-select .SumoSelect > .optWrapper {
      letter-spacing: 1.13px;
      background-color: #0A0A0A;
      border: none;
      padding: 25px; }
      .custom-select .SumoSelect > .optWrapper > .options {
        max-height: 225px; }
        .custom-select .SumoSelect > .optWrapper > .options li.opt {
          padding: 0;
          border: none;
          margin-bottom: 15px;
          background-color: transparent;
          -webkit-transition: all .2s ease;
          transition: all .2s ease; }
          @media (min-width: 992px) {
            .custom-select .SumoSelect > .optWrapper > .options li.opt:hover {
              background-color: transparent;color: #45D3C7; }}
          .custom-select .SumoSelect > .optWrapper > .options li.opt:last-child {
            margin-bottom: 0; }
          .custom-select .SumoSelect > .optWrapper > .options li.opt.disabled {
            display: none; }
          .custom-select .SumoSelect > .optWrapper > .options li.opt.selected {
            display: none; }


    /*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
footer {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  footer .container {
    max-width: 1630px; }

.footer-top,
.footer-bottom {
  position: relative;
  font-size: 0; }

.footer-top {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300; }
  .footer-top > .container {
    position: relative;
    padding: 70px 15px 90px; }
    @media (max-width: 1199px) {
      .footer-top > .container {
        padding: 45px 15px 0; } }
    .footer-top > .container:before {
      content: "";
      position: absolute;
      top: 0;
      right: 15px;
      width: 100vw;
      height: 100%;
      background: #1c1c1c; }
      @media (max-width: 991px) {
        .footer-top > .container:before {
          right: -50vw;
          width: 200vw; } }
  @media (max-width: 1199px) {
    .footer-top .footer-item {
      margin-bottom: 45px; } }

.footer-item {
  position: relative; }
  .footer-item p, .footer-item a, .footer-item .slash {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px; }
.footer-item a.colored {
  color: #8dc53e;
}
.footer-item .slash {
  padding: 0 3px;
  }
  @media (min-width: 992px) {
    .footer-item a:hover {
      color: #8dc53e; }
    .footer-item a.colored:hover {
      color: #fff;
    }
  }
  @media (max-width: 992px) {
    .footer-item.copy {
      margin-bottom: 20px; } }

.footer-caption {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #858585;
  font-weight: 300;
  margin-bottom: 25px;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .footer-caption {
      margin-bottom: 15px; } }

.footer-info {
  margin-bottom: 25px;
}

.footer-info-title {
  font-size: 15px;
  line-height: 24px;
  color: #858585;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 38px;}
@media (max-width: 1199px) {
  .footer-caption {
    margin-bottom: 12px; } }

.footer-bottom {
  background: #0f0f0f;
  padding: 50px 0;
  color: #737373;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px; }
  @media (max-width: 1199px) {
    .footer-bottom {
      padding: 35px 0; } }
  @media (max-width: 991px) {
    .footer-bottom {
      text-align: center;
      padding: 35px 0 25px; } }
  .footer-bottom .footer-link {
    text-align: right; }
    @media (max-width: 991px) {
      .footer-bottom .footer-link {
        text-align: center; } }
    .footer-bottom .footer-link > * {
      display: inline-block;
      margin-right: 30px; }
      .footer-bottom .footer-link > *:last-child {
        margin-right: 0; }
  .footer-bottom .footer-item p, .footer-bottom .footer-item a {
    font-size: 14px;
    line-height: 1.857;
    font-weight: 400;
    display: inline-block;
    color: #737373;
    text-transform: inherit;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .footer-bottom .footer-item p, .footer-bottom .footer-item a {
        font-size: 12px; } }
  @media (min-width: 992px) {
    .footer-bottom .footer-item a:hover {
      color: #ffffff; } }

.footer-link > * {
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0.9px; }

.footer-link li {
  margin-bottom: 7px; }
  .footer-link li a {
    font-size: 15px; }
  .footer-link li:last-child {
    margin-bottom: 0; }

.footer-info > * {
  margin-bottom: 8px; }
  .footer-info > *:last-child {
    margin-bottom: 0; }

.info-item {
  position: relative;
  padding-left: 40px; }
  .info-item .icon {
    position: absolute;
    left: 0;
    top: 2px;
    height: 17px; }
    .info-item .icon img {
      width: auto;
      height: 100%; }

.social-block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
  .social-block ul {
    font-size: 0;
    display: inline-block;
    vertical-align: middle; }
  .social-block li {
    position: relative;
    display: inline-block;
    font-size: 0;
    margin-right: 17px; }
    .social-block li:last-child {
      margin-right: 0; }
    .social-block li a {
      position: relative;
      display: block;
      width: 32px;
      height: 32px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background: transparent; }
      @media (min-width: 992px) {
        .social-block li a:hover {
          border-color: #8dc53e; }
          .social-block li a:hover path {
            fill: #8dc53e; }
          .social-block li a:hover circle {
            stroke: #8dc53e; } }
      .social-block li a svg {
        display: block;
        width: 100%;
        height: auto; }
        .social-block li a svg path {
          fill: #858585;
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        .social-block li a svg circle {
          stroke: #858585;
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }


html { height: auto; }

html.overflow-menu,
html.overflow-menu body {
  overflow: hidden; }

.loader-form{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:none;opacity:0;visibility:hidden;z-index: 1000;}
.loader-form.active{display:block;opacity:1;visibility:visible;}
.loader-form img{width:60px;max-width:100%;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}


.btn.type-3 {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.29px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 4px;
  height: 44px;
  min-width: 210px;
  line-height: 42px;
  color: #1D1D01;
  background-color: #F7BC13;
}
@media (min-width: 992px){
  .btn.type-3:hover {
    background-color: #dfa708;
  }
}
@media (max-width: 991px){
  .btn.type-3 {
    min-width: auto;
    font-size: 12.6px;
    letter-spacing: 0.9px;
  }
}
@media(max-width: 767px){
  .footer-top > .container {
    padding: 45px 15px 0 40px;
  }
  .social-block li {
    margin-right: 30px;
  }
  .social-block li a {
    width: 50px;
    height: 50px;
  }
}