a, a svg, a:hover svg path, a:hover svg line, a:hover #Rectangle_1352, .box .content h3:after, .box .content h4:after, .box:before {
  transition: all .3s ease-in-out  !important; }

a.download-button {
    display: inline-block;
    padding: 25px 35px 25px 60px;
    background: #F8F8F8 url(/img/icons/download.svg) no-repeat;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #243665;
    font-weight: bold;
    background-size: 22px;
    background-position: 16px 19px;
}
a.download-button:hover{
  background-color: #34ac4a;
color: #243665;
}
    

header .grid-menu span {
  transition: transform .2s ease-in-out, opacity .2s ease-in-out; }

.hc-nav-trigger.hc-nav-1 {
  display: none !important; }

.hc-offcanvas-nav .nav-container {
  top: 58px; }
  .hc-offcanvas-nav .nav-container .nav-wrapper, .hc-offcanvas-nav .nav-container ul {
    background: #243665;
    padding-top: 10px; }
    .hc-offcanvas-nav .nav-container .nav-wrapper .nav-wrapper, .hc-offcanvas-nav .nav-container ul .nav-wrapper {
      padding-top: 0; }
      .hc-offcanvas-nav .nav-container .nav-wrapper .nav-wrapper ul, .hc-offcanvas-nav .nav-container ul .nav-wrapper ul {
        text-indent: 15px !important; }

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: none; }

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #34ac4a; }

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
  border: none;
  font-weight: bold;
  padding: 13px 20px; }
  .hc-offcanvas-nav a:hover, .hc-offcanvas-nav a:focus, .hc-offcanvas-nav .nav-item:hover, .hc-offcanvas-nav .nav-item:focus {
    background: #34ac4a; }

.hc-offcanvas-nav.disable-body.nav-open::after, .hc-offcanvas-nav .sub-level-open::after {
  left: 55px; }

.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
  border: none; }

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
  border: none; }

.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: 270px;
  transition: all 0.5s ease-in-out; }

.hc-offcanvas-nav .nav-content *, .hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  transition: all 0.5s ease-in-out; }

.home-page header {
  padding: 60px 0; }
  @media only screen and (max-height: 480px) {
    .home-page header {
      padding: 10px 0; } }
  .home-page header .logo {
    display: none; }
  .home-page header ul {
    float: none; }
    .home-page header ul a {
      color: #fff;
      font-size: 17px; }
      .home-page header ul a:hover {
        color: #fff; }
    .home-page header ul li {
      margin: 15px 0;
      padding: 0 25px; }
      .home-page header ul li li {
        padding: 0;
        margin: 0; }
  .home-page header.sticky ul {
    float: right; }
    .home-page header.sticky ul a {
      color: #243665;
      font-size: 16px; }
    .home-page header.sticky ul li {
      margin: 2px 0; }
  .home-page header.sticky .logo {
    display: inline-block; }
  @media only screen and (max-width: 1280px) {
    .home-page header.sticky .logo {
      display: block; }
      .home-page header.sticky .logo img {
        margin: auto; }
    .home-page header.sticky ul {
      float: none; }
      .home-page header.sticky ul li a {
        font-size: 13px; } }
  @media only screen and (max-width: 1080px) {
    .home-page header ul a {
      font-size: 15px; }
    .home-page header ul li {
      margin: 15px 0;
      padding: 0 16px; } }
  @media only screen and (max-width: 800px) {
    .home-page header {
      background: #fff;
      padding: 5px 0; } }

header {
  position: absolute;
  width: 100%;
  padding: 45px 0;
  left: 0;
  z-index: 10; }
  header .wrapper {
    max-width: 1250px; }
  header.show-up {
    position: fixed;
    top: 0; }
  header.sticky {
    position: fixed;
    background: #fff;
    padding: 12px 0;
    box-shadow: #ddd 0 0 2px;
    top: -230px;
    transition: all 0.4s ease-in-out; }
    header.sticky.show-up {
      top: 0;
      position: fixed; }
    header.sticky ul li {
      margin: 2px 0; }
    header.sticky .logo {
      display: block; }
      header.sticky .logo img {
        width: 200px; }
    @media only screen and (max-width: 1280px) {
      header.sticky {
        padding: 5px 0; }
        header.sticky ul li a {
          font-size: 13px; }
        header.sticky .logo img {
          width: 150px; } }
  header .logo {
    display: block;
    float: left; }
    header .logo img {
      width: 345px; }
  header ul {
    list-style: none;
    padding: 0;
    margin: auto;
    display: inline-block;
    float: right; }
    header ul li {
      display: inline-block;
      margin: 60px 0 0;
      padding: 0 19px;
      position: relative; }
      header ul li.has-children:hover {
        background: #243665; }
        header ul li.has-children:hover a {
          color: #fff; }
    header ul a {
      color: #243665;
      font-weight: bold;
      font-size: 14px;
      display: block;
      padding: 12px 0;
      letter-spacing: 1px;
      position: relative; }
      header ul a:after {
        content: "";
        height: 4px;
        width: 0%;
        background: #34ac4a;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .2s linear; }
      header ul a:hover {
        color: #243665;
        text-decoration: none; }
        header ul a:hover:after {
          width: 70%; }
    header ul ul {
      position: absolute;
      left: 0;
      background: #243665;
      width: 140%;
      display: none; }
      header ul ul li {
        padding: 0;
        margin: 0;
        display: block; }
        header ul ul li a {
          color: #fff;
          padding: 15px 25px;
          text-align: left;
          display: block; }
          header ul ul li a:hover {
            color: #fff;
            background: #34ac4a; }
  header .grid-menu {
    position: absolute;
    left: 0;
    float: left;
    width: 55px;
    height: 60px;
    display: inline-block;
    transition: .3s ease-in-out;
    z-index: 1;
    top: 0;
    display: none; }
    header .grid-menu span {
      background: #243665;
      margin: 10px 5px;
      position: absolute;
      height: 2px;
      border-radius: 0;
      width: 27px;
      right: 10px; }
      header .grid-menu span:nth-child(1) {
        top: 11px; }
      header .grid-menu span:nth-child(2), header .grid-menu span:nth-child(3) {
        top: 18px; }
      header .grid-menu span:nth-child(4) {
        top: 25px; }
    header .grid-menu.active {
      background: #243665; }
      header .grid-menu.active span {
        background: #fff; }
        header .grid-menu.active span:nth-child(1), header .grid-menu.active span:nth-child(4) {
          opacity: 0; }
        header .grid-menu.active span:nth-child(2) {
          transform: rotate(45deg); }
        header .grid-menu.active span:nth-child(3) {
          transform: rotate(-45deg); }
  @media only screen and (max-width: 1280px) {
    header .wrapper {
      padding: 0 30px; }
    header .logo img {
      width: 305px; }
    header ul a {
      font-size: 14px; }
    header ul li {
      margin: 49px 0 0;
      padding: 0 22px; } }
  @media only screen and (max-width: 1080px) {
    header .logo {
      display: inline-block;
      float: none; }
      header .logo img {
        display: block;
        width: 260px; }
    header ul {
      float: none; }
      header ul li {
        margin: 23px 0 0;
        padding: 0 22px; } }
  @media only screen and (max-width: 800px) {
    header {
      padding: 9px 0; }
      header .logo {
        position: relative;
        z-index: 100;
        display: inline-block !important; }
        header .logo img {
          width: 150px; }
      header ul {
        display: none;
        background: #243665;
        position: fixed;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 10px;
        margin-top: -2px; }
        header ul a {
          color: #fff;
          font-size: 17px;
          text-align: left;
          padding-left: 35px; }
          header ul a:after {
            display: none; }
          header ul a:hover {
            color: #fff;
            background: #34ac4a; }
        header ul li {
          display: block;
          width: 100%;
          margin: 20px 0; }
      header .wrapper {
        width: 100%;
        padding: 0; }
      header .grid-menu {
        display: block; } }

img, svg {
  max-width: 100%; }

body {
  font-family: proxima-nova, sans-serif;
  overflow-x: hidden;
  background-color: #fff; }
  body.no-scroll {
    overflow: hidden; }

a {
  color: #243665; }
  a svg {
    height: 60px; }
  a:hover {
    color: #34ac4a; }
    a:hover svg path {
      fill: #34ac4a; }
    a:hover svg line, a:hover #Rectangle_1352 {
      stroke: #34ac4a; }

a:hover {
  text-decoration: none; }

.video-player {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  padding: 4.5rem 0;
  display: none; }
  .video-player .close {
    padding: 19px 19px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #34ac4a;
    display: block;
    z-index: 1;
    opacity: 1; }
    .video-player .close img {
      height: 30px; }
  .video-player iframe {
    height: 100%;
    width: 100%; }

main {
  opacity: 0;
  transition: all 1.2s ease-out;
  overflow: hidden; }
  main.no-hidden {
    overflow: visible; }
  main * {
    transition: all 1.2s ease-in-out; }
  main .anime-left {
    position: relative;
    left: -150%; }
  main .anime-top {
    position: relative;
    top: -150%; }
  main .anime-bottom {
    position: relative;
    bottom: -150%; }
  main .anime-right {
    position: relative;
    right: -150%; }
  main .anime-font {
    font-size: 0; }
  main .anime-zoom {
    zoom: 0.1; }
  main .anime-scale {
    transform: scale(0); }
  main .anime-rotate {
    transform: rotate(360deg); }
  main.in-view, main.in-view-first {
    opacity: 1; }
    main.in-view .anime-left, main.in-view-first .anime-left {
      left: 0; }
    main.in-view .anime-right, main.in-view-first .anime-right {
      right: 0; }
    main.in-view .anime-top, main.in-view-first .anime-top {
      top: 0; }
    main.in-view .anime-bottom, main.in-view-first .anime-bottom {
      bottom: 0;
      display: block; }
    main.in-view .anime-font, main.in-view-first .anime-font {
      font-size: initial; }
    main.in-view .anime-zoom, main.in-view-first .anime-zoom {
      zoom: 1; }
    main.in-view .anime-scale, main.in-view-first .anime-scale {
      transform: scale(1); }
    main.in-view .anime-rotate, main.in-view-first .anime-rotate {
      transform: rotate(0deg); }

.alt {
  color: #34ac4a; }

.blue {
  color: #243665; }

.site-container {
  margin: auto;
  max-width: 1450px; }

.wrapper {
  max-width: 1055px;
  margin: auto; }

.wrapper-medium {
  max-width: 822px;
  margin: auto; }

.wrapper-small {
  max-width: 615px;
  margin: auto; }

.wrapper-wide {
  max-width: 1250px;
  padding: 0 30px;
  margin: auto; }
  .wrapper-wide.no-left-pad {
    padding: 0; }

.wapper-tiny {
  max-width: 415px;
  margin: auto; }

.home-banner {
  width: 100%;
  height: 100vh;
  background: url(/img/home-banner.jpg) right;
  background-size: cover;
  position: relative; }
  .home-banner .logo {
    margin-top: 150px;
    width: 62%; }
  .home-banner .play {
    display: inline-block;
    padding: 20px 25px;
    padding-left: 30px;
    border: 4px solid #FFF;
    border-radius: 12px;
    margin: 120px 0; }
    .home-banner .play:hover {
      background: #34ac4a;
      border-color: #34ac4a; }
  .home-banner .inno {
    max-width: 80%;
    width: 680px; }
  .home-banner .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden; }
  .home-banner .video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%); }

.home-section {
  padding: 6rem 2rem 0;
  background: url(/img/home/bg.jpg) no-repeat top right; }
  .home-section .wrapper {
    padding: 0; }
  .home-section .home-content {
    margin: 3.5rem 0;
    color: #3C3C3C;
    font-size: 22px;
    font-weight: 200; }
    .home-section .home-content h2 {
      color: #243665;
      font-size: 60px;
      font-weight: 600; }
    .home-section .home-content h3 {
      font-size: 30px;
      font-weight: 600;
      color: #000; }
    .home-section .home-content h4 {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 20px; }
  .home-section .artices {
    font-size: 14px; }
    .home-section .artices p {
      color: #3C3C3C; }
    .home-section .artices h5 {
      color: #243665;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 0;
      margin-top: 10px; }
    .home-section .artices span {
      font-size: 12px;
      font-weight: 600;
      color: #707070;
      margin: 15px 0; }

.box {
  position: relative;
  margin-bottom: 1.2rem;
  display: block; }
  .box .content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    color: #fff;
    padding: 25px;
    max-width: 620px; }
    .box .content p {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 200; }
      .box .content p.big {
        font-size: 22px; }
    .box .content h3, .box .content h4 {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 13px;
      position: relative; }
      .box .content h3:after, .box .content h4:after {
        content: "";
        height: 4px;
        width: 0;
        background: #34ac4a;
        position: absolute;
        left: 0;
        top: -3px; }
    .box .content h4 {
      font-size: 30px;
      margin-bottom: 10px; }
  .box:before {
    content: "";
    position: absolute;
    background: rgba(36, 54, 101, 0.51);
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
  .box:hover:before {
    opacity: 1; }
  .box:hover .content h3:after, .box:hover h4:after {
    width: 40px; }
  .box:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 33px;
    background: url(/img/icons/arrow.svg) no-repeat;
    background-size: cover;
    z-index: 1;
    bottom: 40px;
    right: 30px; }

.industry-bg-bottom {
  background: url(/img/home/partner_bg.jpg) no-repeat bottom;
  min-height: 605px;
  background-size: cover; }

.partners {
  padding-bottom: 300px;
  padding-top: 0.5rem;
  background: url(/img/home/partner_bg.jpg) no-repeat bottom; }

.btext {
  font-weight: 600;
  font-size: 60px;
  color: #243665;
  line-height: 1.1; }
  .btext.alt, .btext .alt {
    color: #34ac4a; }

.stext {
  font-size: 12px;
  font-weight: 600; }

.mtext {
  font-size: 14px; }

.rtext {
  font-size: 24px; }

.inner-section {
  min-height: 100vh;
  position: relative; }
  .inner-section a h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }

.solutions a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  background: #F8F8F8;
  padding: 50px 17px 15px;
  line-height: 1.3;
  height: 100%; }
  .solutions a svg {
    height: 60px;
    margin-bottom: 20px; }
  .solutions a:hover {
    background: #34ac4a;
    color: #fff; }
    .solutions a:hover svg path {
      fill: #fff; }
    .solutions a:hover svg line {
      stroke: #fff; }

.inner-content {
  font-size: 18px;
  font-weight: 200;
  color: #707070; }
  .inner-content strong {
    font-weight: 600; }
  .inner-content h2 {
    color: #243665;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding-top: 7px;
    margin-bottom: 15px; }
    .inner-content h2:after {
      content: "";
      height: 4px;
      width: 40px;
      background: #34ac4a;
      position: absolute;
      left: 50%;
      top: -3px;
      transform: translateX(-50%); }
    .inner-content h2.no-after:after {
      display: none; }
  .inner-content h5 {
    font-size: 24px;
    font-weight: 600;
    color: #243665; }
    .inner-content h5.alt, .inner-content h5 .alt {
      color: #34ac4a; }
    .inner-content h5.top-line {
      padding-top: 10px;
      position: relative; }
      .inner-content h5.top-line:after {
        content: "";
        height: 4px;
        width: 40px;
        background: #34ac4a;
        position: absolute;
        left: 0;
        top: 0; }

.page-icon {
  background: #243665;
  padding: 20px 23px;
  border-radius: 6px;
  display: inline-block; }
  .page-icon svg * {
    fill: #fff; }

.inner-banner {
  min-height: 70vh;
  padding-top: 180px;
  font-size: 22px;
  color: #3C3C3C;
  font-weight: 200;
  position: relative; }
  .inner-banner .centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .inner-banner h5 {
    font-weight: 600;
    font-size: 30px;
    margin: 20px 0;
    color: #34ac4a; }

.line-section {
  position: relative; }
  .line-section:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    background: #243665;
    left: -40px;
    top: 0; }
  .line-section:last-child {
    padding-bottom: 200px; }
    .line-section:last-child:before {
      height: calc(100% - 30px); }
    .line-section:last-child:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      transform: translateX(-60%);
      background: url(/img/icons/arrow-down.svg) no-repeat;
      background-size: cover;
      width: 221px;
      height: 129px; }

.grey-box {
  background: #F8F8F8;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 40px 35px;
  margin-left: 120px;
  position: relative;
  color: #3C3C3C; }
  .grey-box ul {
    margin: 0;
    margin-left: 20px;
    padding: 0; }
  .grey-box .page-icon {
    position: absolute;
    top: 50%;
    transform: translate(-80%, -50%); }
  .grey-box .content {
    position: relative;
    z-index: 1; }
  .grey-box .icon-bg {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%; }
    .grey-box .icon-bg.tech-solution {
      height: 135%;
      max-height: 150%;
      margin-top: -8%; }
    .grey-box .icon-bg.cube {
      height: 125%;
      max-height: 150%;
      margin-top: -8.5%; }

.side-arrow {
  padding-left: 220px;
  background: url(/img/icons/side-arrow.svg) no-repeat left;
  background-size: 185px;
  background-position: -14px; }

.tabs {
  color: #3C3C3C; }
  .tabs h6 {
    font-weight: 600;
    font-size: 18px;
    color: #243665;
    text-transform: uppercase;
    margin-top: 35px; }
  .tabs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .tabs li {
    display: inline-block;
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 20px; }
    .tabs li a {
      color: #C3C3C3;
      font-size: 26px;
      font-weight: 600;
      line-height: 1;
      display: block;
      position: relative;
      padding-bottom: 10px; }
      .tabs li a:after {
        transition: all 0.4s ease-in-out;
        width: 0;
        content: "";
        background: #34ac4a;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px; }
    .tabs li.ui-tabs-active a, .tabs li:hover a {
      color: #243665; }
      .tabs li.ui-tabs-active a:after, .tabs li:hover a:after {
        width: 40px; }

.owl-theme .owl-dots .owl-dot {
  outline: none; }

.owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #707070; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #707070; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: none;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 51px;
  height: 41px;
  background: url(/img/icons/next.svg) !important;
  background-size: cover !important; }
  .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 0; }
.owl-carousel .owl-nav button.owl-prev {
  background: url(/img/icons/prev.svg) !important;
  background-size: cover !important;
  left: 0; }

.careers-position {
  list-style: none;
  padding: 0;
  margin: 0; }
  .careers-position li {
    border-top: 1px solid #707070; }
    .careers-position li a {
      color: #707070;
      font-size: 18px;
      font-weight: 200;
      display: block;
      padding: 20px 5px; }
      .careers-position li a:hover {
        background: #f3f3f3; }
      .careers-position li a strong {
        color: #243665; }
      .careers-position li a span {
        font-size: 12px;
        display: block; }
        .careers-position li a span.alt {
          font-weight: 600; }
    .careers-position li .location {
      padding-left: 50px;
      background: url(/img/icons/location.svg) no-repeat 15px center; }
    .careers-position li .department {
      padding-left: 50px;
      background: url(/img/icons/department.svg) no-repeat 15px center; }

.current-position a {
  display: inline-block;
  padding: 13px 25px;
  background: #F8F8F8;
  font-weight: 600;
  border-radius: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #243665; }
  .current-position a:hover {
    background: #34ac4a;
    color: #fff; }
    .current-position a:hover svg path {
      fill: #fff; }
.current-position .svg-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.approach-video {
  height: 60vw;
  width: 100%; }

.video-container {
  position: relative;
  margin-bottom: 5rem;
  margin-top: 30px; }
  .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    display: none;
    z-index: 1; }
  .video-container .play-vid {
    position: absolute;
    display: block;
    padding: 20px 25px;
    padding-left: 30px;
    border: 4px solid #FFF;
    border-radius: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .video-container .play-vid:hover {
      background: #34ac4a;
      border-color: #34ac4a; }

footer {
  max-width: 1440px;
  margin: auto;
  padding: 70px 30px;
  color: #707070;
  font-size: 12px; }
  footer .contacts a {
    text-transform: uppercase;
    color: #707070;
    display: block;
    margin: 5px 0; }
  footer .map {
    background: url(/img/map.png) no-repeat center;
    min-height: 275px;
    background-size: contain;
    text-align: center; }
  footer h4 {
    font-size: 22px;
    color: #243665;
    font-weight: bold; }
    footer h4.alt {
      color: #34ac4a; }
  footer .social {
    padding: 0; }
    footer .social a {
      display: inline-block;
      margin-left: 8px;
      margin-bottom: 10px; }
      footer .social a:first-child {
        margin-left: 0; }
  footer .disclaimer {
    margin-top: 60px;
    font-weight: 200; }
    footer .disclaimer a {
      color: #707070; }

.press-side {
  position: absolute;
  top: 200px;
  margin-left: 100px; }

@media only screen and (min-width: 1380px) {
  .d-wd-block {
    display: block !important; } }
@media only screen and (max-width: 1420px) {
  .press-side {
    margin-left: 20px; } }
@media only screen and (max-width: 1380px) {
  .press-side {
    display: none; }

  .grey-box .icon-bg.tech-solution {
    height: 100%;
    margin-top: 0; }

  .line-section {
    padding-left: 40px !important; }
    .line-section:before {
      width: 30px;
      left: 0; }
    .line-section:last-child:after {
      transform: translateX(-42%);
      width: 164px;
      height: 98px; }

  .wrapper-wide.no-left-pad {
    padding: 0 30px; } }
@media only screen and (max-width: 1080px) {
  .btext {
    font-size: 40px; }

  .wrapper, .wrapper-medium, .wrapper-small {
    padding: 0 30px; }

  .wrapper .wrapper-medium, .wrapper .wrapper-small {
    padding: 0; }

  .tabs li a {
    font-size: 20px; }

  footer h4 {
    font-size: 19px; }
  footer .social a {
    margin-left: 5px; } }
@media only screen and (max-width: 980px) {
  .btext {
    font-size: 30px; }

  .inner-banner h5 {
    font-size: 23px; }

  .box:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 26px;
    background: url(/img/icons/arrow.svg) no-repeat;
    background-size: cover;
    z-index: 1;
    bottom: 24px;
    right: 15px; }
  .box .content {
    padding: 15px 20px;
    padding-right: 40px; }
    .box .content h3 {
      font-size: 35px; }
    .box .content h4 {
      font-size: 20px;
      margin-bottom: 5px; }
    .box .content p {
      font-size: 15px;
      line-height: 1.2; }
      .box .content p.big {
        font-size: 18px; }

  .grey-box .icon-bg {
    display: none; }

  .home-section {
    padding: 4rem 2rem 0; }

  .partners {
    padding-bottom: 220px; }

  .box img {
    width: 110px; }

  .video-player {
    padding: 0; }
    .video-player .close {
      padding: 7px 10px; }
      .video-player .close img {
        height: 18px; } }
@media only screen and (max-width: 800px) {
  .btext {
    font-size: 27px; }

  .inner-banner {
    min-height: 55vw;
    padding-top: 91px;
    font-size: 18px; }

  .home-banner {
    height: 75vw; }
    .home-banner .logo {
      margin-top: 35px; }
    .home-banner .play {
      margin: 50px 0;
      padding: 15px 15px;
      padding-left: 23px;
      border: 3px solid #FFF; }
    .home-banner .video-wrapper iframe {
      min-width: 115.77vh; }

  .box img {
    width: 70px; }
  .box .content {
    padding-right: 25px; }
    .box .content h3 {
      font-size: 23px; }
    .box .content h4 {
      font-size: 19px;
      margin-bottom: 5px; }
    .box .content p {
      font-size: 14px;
      line-height: 1.1; }
      .box .content p.big {
        font-size: 14px; }

  .home-section .home-content {
    font-size: 18px; }
    .home-section .home-content h2 {
      font-size: 40px; }

  footer .map {
    margin-bottom: 25px;
    min-height: 200px; }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 31px;
    height: 25px; }

  .tabs li a {
    font-size: 17px; }

  .grey-box {
    margin-left: 60px; }
    .grey-box .page-icon {
      padding: 18px 12px; }
      .grey-box .page-icon svg {
        height: 35px; }

  .side-arrow {
    padding-left: 100px;
    background-size: 100px; }

  .home-banner .logo {
    display: none; } }
@media only screen and (max-width: 450px) {
  .btext {
    font-size: 26px; }

  .home-banner .video-wrapper {
    width: 100%; }

  .video-player {
    padding: 0; }
    .video-player .close {
      adding: 7px 10px; }
      .video-player .close img {
        height: 17px; }

  .home-banner {
    height: 90vw; }
    .home-banner .logo {
      width: 65%;
      margin-top: 0; }
    .home-banner .play {
      padding: 10px 13px;
      padding-left: 19px;
      margin: 60px 0; }
      .home-banner .play img {
        width: 15px; }
    .home-banner .video-wrapper iframe {
      min-width: 147vh;
      left: 0; }

  .box .content h3 {
    font-size: 19px;
    margin-bottom: 7px; }
  .box img.tek-logo {
    display: none; }

  .inner-banner {
    min-height: 73vw; }

  .inner-content {
    font-size: 16px; }
    .inner-content h5 {
      font-size: 20px; }

  .grey-box {
    padding: 60px 30px 30px;
    margin-left: 0; }
    .grey-box .page-icon {
      padding: 13px 7px;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
      .grey-box .page-icon svg {
        height: 29px; }

  .solutions a {
    font-size: 14px; }

  .line-section.pl-0 {
    padding-left: 26px !important; }

  .line-section:before {
    width: 14px;
    left: 13px; }

  .line-section:last-child:after {
    display: none; }

  .approach-video {
    height: 86vw; }

  footer .social a {
    margin-left: 15px; } }
@media only screen and (max-width: 390px) {
  .home-banner .video-wrapper iframe {
    min-width: 117vh; } }

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