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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

body:not(.loadedjs) .wow {
  visibility: hidden;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'clig' off, 'liga' off;
}

body,
input,
textarea,
button,
select {
  font-family: 'DM Sans', Robota, Arial, sans-serif;
  font-size: 16px;
}

input,
textarea,
button,
select {
  outline: none;
}

body {
  background: #fff;
  color: #050606;
}
body.scroll-lock {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #4e8ef5;
}

button {
  cursor: pointer;
}

.clearfix:after {
  clear: both;
  display: table;
  content: '';
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-header em {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 25px;
  color: #1AB7FD;
}
@media (max-width: 1000px) {
  .section-header em {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 630px) {
  .section-header em {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.section-header em:not(.no-gradient) {
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-header em.white-text.no-gradient {
  color: #fff;
}
.section-header h2 {
  color: #050606;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
}
@media (max-width: 1000px) {
  .section-header h2 {
    font-size: 36px;
    line-height: 60px;
  }
}
@media (max-width: 630px) {
  .section-header h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-header h2 span {
  font-weight: 700;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-header.accent-color em {
  color: var(--accent-color);
}
.section-header.white-text h2 {
  color: #fff;
}
.section-header.white-text h2 span {
  background-image: linear-gradient(90deg, #ffffff 8.69%, #ffffff 86.43%);
}
.section-header.violet-text em {
  background-image: linear-gradient(90deg, #8000ff 8.69%, #be0189 86.43%);
}
.section-header.violet-text h2 {
  color: #050606;
}
.section-header.violet-text h2 span {
  background-image: linear-gradient(90deg, #8000ff 8.69%, #be0189 86.43%);
}

.skew-section-bottom-left {
  position: relative;
}
.skew-section-bottom-left:before {
  position: absolute;
  content: '';
  height: 30px;
  width: calc(50% + 50px);
  left: 0;
  bottom: -2px;
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  z-index: 999;
  margin-left: -50px;
  background: #fff;
}
.skew-section-bottom-left.skew-black:before {
  background: #050606;
}
.skew-section-bottom-left.skew-gray:before {
  background: #F9F9F9;
}
.skew-section-bottom-left.skew-gray2:before {
  background: #F4F4F4;
}
.skew-section-bottom-left.skew-blue:before {
  background: #EDF8FD;
}
.skew-section-bottom-left.skew-white:before {
  background: #fff;
}
.skew-section-bottom-left.skew-portfolio:before {
  background: var(--portfolio-primary-color);
}
.skew-section-bottom-left.skew-portfolio-secondary:before {
  background: var(--portfolio-secondary-color);
}
.skew-section-bottom-left.skew-portfolio-third:before {
  background: var(--portfolio-third-color);
}

.textbox {
  border-radius: 8px;
  border: 1px solid var(--Gray-5, #E0E0E0);
  background: #FFF;
  transition: all .25s ease-in-out;
}
.textbox:focus {
  border-color: #1AB7FD;
}

input.textbox {
  height: 48px;
  padding: 0 20px;
}

textarea.textbox {
  height: 180px;
  resize: none;
  padding: 15px 20px;
}

.main-header {
  position: absolute;
  z-index: 999;
  padding: 50px 0;
  top: 0;
  left: 0;
  right: 0;
}
.main-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.main-header .container .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main-header .logo {
  margin-right: 45px;
}
.main-header .logo h1 {
  background: url(../images/logo.svg) no-repeat center left/contain;
  width: 170px;
  height: 25px;
  font: 0/0 a;
  color: transparent;
}
@media (min-width: 901px) {
  .main-header .main-nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 40px;
  }
  .main-header .main-nav > ul > li:last-of-type {
    display: none;
  }
  .main-header .main-nav > ul > li > a {
    color: #050606;
    font-size: 18px;
    display: inline-block;
    padding: 18px 0;
    transition: all .25s ease-in-out;
  }
  .main-header .main-nav > ul > li > a:hover {
    color: #067DB2;
  }
  .main-header .main-nav > ul > li > a .badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
    background: #D1F3E3;
    color: #05905E;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 0 8px;
    vertical-align: top;
  }
}
.main-header .toggle-menu-mobile {
  width: 48px;
  height: 48px;
  background: url(../images/icons/menu_icon.svg) no-repeat center/38px auto;
  cursor: pointer;
  display: none;
}
.main-header .toggle-menu-mobile.active {
  background-image: url(../images/icons/close_icon.svg);
}
.main-header.white-header .toggle-menu-mobile {
  background-image: url(../images/icons/menu_white_icon.svg);
}
.main-header.white-header .toggle-menu-mobile.active {
  background-image: url(../images/icons/close_white_icon.svg);
}
.main-header.white-header .logo h1 {
  background-image: url(../images/logo-white.svg);
}
@media (min-width: 901px) {
  .main-header.white-header .main-nav > ul > li > a {
    color: #fff;
  }
}
@media (max-width: 900px) {
  .main-header {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 99999;
  }
  .main-header .toggle-menu-mobile {
    display: inline-block;
  }
  .main-header.white-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .main-header .logo h1 {
    width: 140px;
  }
  .main-header .contact-btn {
    display: none;
  }
  .main-header .main-nav {
    position: absolute;
    right: 20px;
    background: #fff;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 10px 0;
    width: 100%;
    max-width: 250px;
    z-index: 99999;
    transition: all .25s ease-in-out;
    top: 50%;
    opacity: 0;
    visibility: hidden;
  }
  .main-header .main-nav.visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .main-header .main-nav li:not(:last-of-type) {
    border-bottom: 1px solid #E7E7E7;
  }
  .main-header .main-nav li:last-of-type a {
    font-weight: 600;
  }
  .main-header .main-nav a {
    background: url(../images/icons/arrow-menu-item.svg) no-repeat 93% center;
    color: #050606;
    font-size: 15px;
    padding: 15px 20px;
    display: block;
    transition: all .25s ease-in-out;
  }
  .main-header .main-nav a:hover {
    color: #4e8ef5;
  }
}

.blur-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}
.blur-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.main-footer {
  background: linear-gradient(15deg, rgba(6, 125, 178, 0.75) 0%, rgba(0, 0, 0, 0) 10%, rgba(5, 6, 6, 0) 100%), linear-gradient(20deg, rgba(26, 183, 253, 0.5) 0%, rgba(0, 0, 0, 0) 17%, rgba(5, 6, 6, 0) 100%), #050606;
  position: relative;
  overflow: hidden;
}
.main-footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.main-footer .footer-content {
  padding: 100px 10px 70px;
}
@media (max-width: 630px) {
  .main-footer .footer-content {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 60px 20px 50px;
  }
  .main-footer .footer-content .footer-letstalk {
    width: 100%;
    margin-bottom: 60px;
  }
  .main-footer .footer-content .footer-address {
    width: 100%;
  }
}
.main-footer .footer-letstalk {
  width: 50%;
}
.main-footer .section-header {
  margin-bottom: 50px;
}
.main-footer .section-header em {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1000px) {
  .main-footer .section-header em {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 630px) {
  .main-footer .section-header em {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.main-footer .section-header h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
  background: linear-gradient(90deg, #ffffff 8.69%, rgba(255, 255, 255, 0.1) 86.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1000px) {
  .main-footer .section-header h2 {
    font-size: 36px;
    line-height: 60px;
  }
}
@media (max-width: 630px) {
  .main-footer .section-header h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.main-footer .footer-address {
  width: 30%;
  padding-top: 30px;
}
.main-footer .footer-address address {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 30px 0;
}
@media (max-width: 630px) {
  .main-footer .footer-address address {
    font-size: 18px;
  }
}
.main-footer .footer-address address:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 5px;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  top: -35px;
  left: 0;
  -ms-transform: skew(-15deg);
      transform: skew(-15deg);
}
.main-footer .footer-address .btn-dark {
  border-radius: 0;
  padding-left: 0;
}
.main-footer .footer-address .to-up {
  margin-top: 30px;
  text-align: right;
}
.main-footer .footer-address .to-up .to-up-btn {
  width: 48px;
  height: 48px;
  border: 0;
  outline: none;
  border-radius: 50%;
  transition: all .25s ease-in-out;
  background: url(../images/icons/arrow-up.svg) #373D40 no-repeat center/14px auto;
}
.main-footer .footer-address .to-up .to-up-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  background-position: center 40%;
}
.main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 70px 10px;
}
@media (max-width: 700px) {
  .main-footer .footer-bottom {
    padding: 35px 10px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-footer .footer-bottom nav.nav-links ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-footer .footer-bottom .nav-socialmedia {
    margin-top: 40px;
  }
}
.main-footer .footer-bottom nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main-footer .footer-bottom nav ul li {
  display: inline-block;
}
.main-footer .footer-bottom nav ul a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  transition: all .25s ease-in-out;
}
.main-footer .footer-bottom nav ul a:hover {
  color: #1AB7FD;
}
.main-footer .footer-bottom nav.nav-links ul {
  gap: 60px;
}
@media (max-width: 1000px) {
  .main-footer .footer-bottom nav.nav-links ul {
    gap: 30px;
  }
}
.main-footer .footer-bottom .nav-socialmedia ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
}
.main-footer .footer-bottom .nav-socialmedia a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .25s ease-in-out;
}
.main-footer .footer-bottom .nav-socialmedia a:hover {
  opacity: 0.7;
}
.main-footer .footer-bottom .nav-socialmedia a.facebook {
  background-image: url(../images/icons/facebook.svg);
}
.main-footer .footer-bottom .nav-socialmedia a.linkedin {
  background-image: url(../images/icons/linkedin.svg);
}
.main-footer .footer-bottom .nav-socialmedia a.youtube {
  background-image: url(../images/icons/youtube.svg);
}

i[class*="icon-"] {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
i[class*="icon-"].icon-arrow-right-black {
  background-image: url(../images/icons/arrow-right-black.svg);
}
i[class*="icon-"].icon-arrow-down {
  background-image: url(../images/icons/arrow-down.svg);
}

i[class*="gfx-"] {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
i[class*="gfx-"].gfx-service-webdev {
  background-image: url(../images/gfx/service-webdev.svg);
}
i[class*="gfx-"].gfx-service-mobile {
  background-image: url(../images/gfx/service-mobile.svg);
}
i[class*="gfx-"].gfx-service-outsourcing {
  background-image: url(../images/gfx/service-outsourcing.svg);
}
i[class*="gfx-"].gfx-service-desk {
  background-image: url(../images/gfx/service-desk.svg);
}
i[class*="gfx-"].gfx-service-ba {
  background-image: url(../images/gfx/service-ba.svg);
}
i[class*="gfx-"].gfx-service-qa {
  background-image: url(../images/gfx/service-qa.svg);
}
i[class*="gfx-"].gfx-tl-ba {
  background-image: url(../images/gfx/tl-ba.svg);
}
i[class*="gfx-"].gfx-tl-dev {
  background-image: url(../images/gfx/tl-dev.svg);
}
i[class*="gfx-"].gfx-tl-implementation {
  background-image: url(../images/gfx/tl-implementation.svg);
}
i[class*="gfx-"].gfx-tl-maintenance {
  background-image: url(../images/gfx/tl-maintenance.svg);
}
i[class*="gfx-"].gfx-tl-stabilization {
  background-image: url(../images/gfx/tl-stabilization.svg);
}
i[class*="gfx-"].gfx-tl-training {
  background-image: url(../images/gfx/tl-training.svg);
}
i[class*="gfx-"].gfx-tl-warranty {
  background-image: url(../images/gfx/tl-warranty.svg);
}
i[class*="gfx-"].gfx-charts {
  background-image: url(../images/gfx/charts.svg);
}
i[class*="gfx-"].gfx-cursor {
  background-image: url(../images/gfx/cursor.svg);
}
i[class*="gfx-"].gfx-custom {
  background-image: url(../images/gfx/custom.svg);
}
i[class*="gfx-"].gfx-ecommerce {
  background-image: url(../images/gfx/ecommerce.svg);
}
i[class*="gfx-"].gfx-bodyleasing {
  background-image: url(../images/gfx/bodyleasing.svg);
}
i[class*="gfx-"].gfx-teamleasing {
  background-image: url(../images/gfx/teamleasing.svg);
}
i[class*="gfx-"].gfx-projectmanag {
  background-image: url(../images/gfx/projectmanag.svg);
}
i[class*="gfx-"].gfx-board {
  background-image: url(../images/gfx/board.svg);
}
i[class*="gfx-"].gfx-docs {
  background-image: url(../images/gfx/docs.svg);
}
i[class*="gfx-"].gfx-list {
  background-image: url(../images/gfx/list.svg);
}
i[class*="gfx-"].gfx-planning {
  background-image: url(../images/gfx/planning.svg);
}
i[class*="gfx-"].gfx-config {
  background-image: url(../images/gfx/config.svg);
}
i[class*="gfx-"].gfx-indicator {
  background-image: url(../images/gfx/indicator.svg);
}
i[class*="gfx-"].gfx-mobile {
  background-image: url(../images/gfx/mobile.svg);
}
i[class*="gfx-"].gfx-secure {
  background-image: url(../images/gfx/secure.svg);
}
i[class*="gfx-"].gfx-headphones {
  background-image: url(../images/gfx/headphones.svg);
}
i[class*="gfx-"].gfx-vcard {
  background-image: url(../images/gfx/vcard.svg);
}
i[class*="gfx-"].gfx-star {
  background-image: url(../images/gfx/star.svg);
}
i[class*="gfx-"].gfx-terminal {
  background-image: url(../images/gfx/terminal.svg);
}
i[class*="gfx-"].gfx-document {
  background-image: url(../images/gfx/document.svg);
}
i[class*="gfx-"].gfx-telephone {
  background-image: url(../images/gfx/telephone.svg);
}
i[class*="gfx-"].gfx-supervisor {
  background-image: url(../images/gfx/supervisor.svg);
}
i[class*="gfx-"].gfx-coffe {
  background-image: url(../images/gfx/coffe.svg);
}
i[class*="gfx-"].gfx-award {
  background-image: url(../images/gfx/award.svg);
}
i[class*="gfx-"].gfx-trust {
  background-image: url(../images/gfx/trust.svg);
}
i[class*="gfx-"].gfx-contract {
  background-image: url(../images/gfx/contract.svg);
}
i[class*="gfx-"].gfx-salary {
  background-image: url(../images/gfx/salary.svg);
}
i[class*="gfx-"].gfx-home {
  background-image: url(../images/gfx/home.svg);
}
i[class*="gfx-"].gfx-clock {
  background-image: url(../images/gfx/clock.svg);
}
i[class*="gfx-"].gfx-glasses {
  background-image: url(../images/gfx/glasses.svg);
}
i[class*="gfx-"].gfx-sun {
  background-image: url(../images/gfx/sun.svg);
}
i[class*="gfx-"].gfx-car {
  background-image: url(../images/gfx/car.svg);
}
i[class*="gfx-"].gfx-laptop {
  background-image: url(../images/gfx/laptop.svg);
}
i[class*="gfx-"].gfx-music {
  background-image: url(../images/gfx/music.svg);
}
i[class*="gfx-"].gfx-heart {
  background-image: url(../images/gfx/heart.svg);
}

.btn {
  display: inline-block;
  height: 56px;
  line-height: 53px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: all .25s ease-in-out;
  cursor: pointer;
  color: #fff;
  padding: 0 30px;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 56.43%);
  background-size: 150% 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 700;
  border: 0;
}
.btn:hover {
  background-position: 50% 0;
}
.btn span {
  display: inline-block;
  position: relative;
  transition: transform .25s ease-in-out;
  text-align: left;
  width: 100%;
}
.btn span:before {
  position: absolute;
  content: attr(data-text);
  top: 100%;
  left: 0;
  width: 100%;
}
.btn.arrow-right {
  padding-right: 60px;
}
.btn.arrow-right:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  background: url(../images/icons/arrow-right-white.svg) no-repeat center/contain;
  width: 19px;
  height: 12px;
}
.btn.arrow-right.arrow-dark:before {
  background: url(../images/icons/arrow-right-black.svg) no-repeat center/contain;
}
.btn:hover span, .btn.active span {
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
}
.btn.min-btn {
  height: 36px;
  line-height: 36px;
  padding: 0 19px;
  font-size: 14px;
}
.btn.medium-btn {
  height: 40px;
  line-height: 40px;
}
.btn.btn-left-icon {
  padding-left: 59px;
}
.btn.btn-left-icon.min-btn {
  padding-left: 50px;
}
.btn.btn-left-icon i {
  position: absolute;
  top: 50%;
  left: 20px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}
.btn.dark-text {
  color: #050606;
  text-shadow: none;
}
.btn.btn-secondary {
  background: #536168;
}
.btn.btn-white {
  background: #fff;
}
.btn.btn-dark {
  background: #050606;
}
.btn.text-center span {
  text-align: center;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 4px;
}

.owl-carousel .owl-grab {
  cursor: move;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-loaded, .owl-carousel.owl-loading {
  display: block;
}

.owl-carousel.owl-hidden, .owl-carousel.owl-loading {
  opacity: 0;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  position: absolute;
  font: 0/0 a;
  color: transparent;
  width: 48px;
  height: 48px;
  transition: all .25s ease-in-out;
  z-index: 20;
  top: 50%;
  margin-top: -40px;
}
.owl-carousel .owl-next:not(.disabled):hover,
.owl-carousel .owl-prev:not(.disabled):hover {
  opacity: 0.8;
}
.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
  opacity: 0.6;
}

.owl-carousel .owl-next {
  right: 35px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.owl-carousel .owl-next:hover {
  right: 30px;
}

.owl-carousel .owl-prev {
  left: 35px;
}
.owl-carousel .owl-prev:hover {
  left: 30px;
}

@media (max-width: 1300px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  gap: 20px;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
}

.owl-carousel .owl-dots .owl-dot {
  display: block;
  transition: all .25s ease-in-out;
  cursor: pointer;
  z-index: 1;
  position: relative;
  width: 48px;
  height: 5px;
  border-radius: 100px;
  background: #E7E7E7;
  overflow: hidden;
}
.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  transition: all .25s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot:hover {
  background: #C7C7C7;
}

.owl-carousel .owl-dots .owl-dot.active:before {
  width: 100%;
}

.hp-services-section {
  overflow: hidden;
}

@media (min-width: 1001px) {
  .hp-services-section {
    padding: 90px 0 80px;
  }
  .hp-services-section .hp-services-sticky {
    position: sticky;
    top: 30px;
  }

  .services-slider {
    padding: 80px 0 120px;
  }
}
@media (max-width: 1000px) {
  .hp-services-section {
    height: auto !important;
    padding: 80px 0 150px;
    overflow: hidden;
  }

  .services-slider {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 630px) {
  .hp-services-section {
    padding: 80px 0 100px;
  }
}
.services-tiles {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 100px;
  padding-left: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .services-tiles {
    padding: 0;
    gap: 20px;
  }
}
@media (max-width: 630px) {
  .services-tiles {
    gap: 10px;
  }
}
.services-tiles li {
  position: relative;
}
@media (min-width: 1001px) {
  .services-tiles li {
    width: 350px;
    height: 350px;
    -ms-flex: 0 0 350px;
        flex: 0 0 350px;
  }
}
@media (max-width: 1000px) {
  .services-tiles li {
    width: calc(50% - 10px);
    height: auto;
  }
  .services-tiles li:last-of-type {
    display: none;
  }
}
@media (max-width: 630px) {
  .services-tiles li {
    width: 100%;
  }
}
.services-tiles li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1000px) {
  .services-tiles li a {
    border: 1px solid #E7E7E7;
    position: relative;
  }
}
.services-tiles li a:before, .services-tiles li a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -ms-transform: skew(-20deg);
      transform: skew(-20deg);
  background: #fff;
  border: 1px solid #E7E7E7;
}
@media (max-width: 1000px) {
  .services-tiles li a:before, .services-tiles li a:after {
    display: none;
  }
}
.services-tiles li a:after {
  top: 28px;
  right: 48px;
  transition: all .25s ease-in-out;
}
@media (min-width: 1001px) {
  .services-tiles li a:hover:after {
    top: 32px;
    right: 52px;
    border-color: #fff;
    filter: drop-shadow(0px 50px 41px rgba(0, 0, 0, 0.04));
  }
  .services-tiles li a:hover i[class*="gfx-"] {
    margin-top: -10px;
  }
  .services-tiles li a:hover .icon-arrow-right-black {
    margin-left: 50px;
  }
}
.services-tiles li a div {
  position: relative;
  z-index: 9999;
  padding: 120px 0 0 0;
}
.services-tiles li a div i[class*="gfx-"] {
  width: 100px;
  height: 100px;
  margin-left: 15px;
  transition: all .25s ease-in-out;
}
.services-tiles li a div h3 {
  color: #050606;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 40px 0 20px -30px;
}
.services-tiles li a div .icon-arrow-right-black {
  margin-left: -30px;
  transition: all .25s ease-in-out;
}
@media (max-width: 1000px) {
  .services-tiles li a div {
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .services-tiles li a div i[class*="gfx-"] {
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
  }
  .services-tiles li a div h3 {
    font-size: 16px;
    margin: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .services-tiles li a div .icon-arrow-right-black {
    margin: 0;
  }
}

.service-slider-scrollbar {
  max-width: 630px;
  width: 100%;
  height: 5px;
  background: #E7E7E7;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: -50px auto 0;
}
.service-slider-scrollbar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
}
@media (max-width: 1000px) {
  .service-slider-scrollbar {
    display: none;
  }
}

.overflow-casestudy-slider-container {
  overflow: hidden;
  padding-top: 30px;
}

.casestudy-slider-section {
  background: #050606;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .casestudy-slider-section {
    padding-bottom: 50px;
  }
}
.casestudy-slider-section .colored-background-skew {
  position: absolute;
  top: -30px;
  right: 70%;
  bottom: 0;
  width: 70vw;
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 900px) {
  .casestudy-slider-section .colored-background-skew {
    -ms-transform: skew(0);
        transform: skew(0);
    right: 0;
    width: 100%;
    bottom: auto;
    height: 250px;
  }
}
.casestudy-slider-section .colored-background-skew .colors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all .6s ease-in-out;
}
.casestudy-slider-section .colored-background-skew .colors div {
  width: 100%;
  height: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
.casestudy-slider-section .container {
  position: relative;
  z-index: 999;
  padding: 110px 0 150px;
}
@media (max-width: 900px) {
  .casestudy-slider-section .container {
    padding: 0;
  }
}
.casestudy-slider-section .slider-nav {
  position: absolute;
  z-index: 9999;
  left: 50%;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
}
@media (max-width: 900px) {
  .casestudy-slider-section .slider-nav {
    left: 20px;
    gap: 15px;
  }
}
.casestudy-slider-section .slider-nav button {
  cursor: pointer;
  border: 0;
  outline: none;
  font: 0/0 a;
  color: transparent;
  display: inline-block;
}
.casestudy-slider-section .slider-nav .slide-num {
  width: 48px;
  height: 5px;
  border-radius: 100px;
  background: #2B2B2B;
  transition: all .25s ease-in-out;
  position: relative;
  overflow: hidden;
}
.casestudy-slider-section .slider-nav .slide-num:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all .5s ease-in-out;
  display: inline-block;
}
.casestudy-slider-section .slider-nav .slide-num.active:before {
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  width: 100%;
}
.casestudy-slider-section .slider-nav .slide-num:hover {
  background: rgba(255, 255, 255, 0.4);
}
.casestudy-slider-section .slider-nav .slide-prev,
.casestudy-slider-section .slider-nav .slide-next {
  width: 48px;
  height: 48px;
  border: 1px solid #373D40;
  border-radius: 50%;
  background-color: transparent;
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .25s ease-in-out;
}
.casestudy-slider-section .slider-nav .slide-prev:hover,
.casestudy-slider-section .slider-nav .slide-next:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.casestudy-slider-section .slider-nav .slide-prev {
  background-image: url(../images/icons/arrow-min-left.svg);
}
.casestudy-slider-section .slider-nav .slide-next {
  background-image: url(../images/icons/arrow-min-right.svg);
}
.casestudy-slider-section .slider-container {
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  width: 100%;
}
.casestudy-slider-section .slider-container .slider-images {
  width: 50%;
  position: relative;
}
.casestudy-slider-section .slider-container .slider-images .image {
  visibility: hidden;
  transition: all .7s ease-in;
  opacity: 0;
}
.casestudy-slider-section .slider-container .slider-images .image.visible {
  visibility: visible;
  opacity: 1;
}
.casestudy-slider-section .slider-container .slider-images .img {
  position: absolute;
  top: -20px;
  left: -130px;
  right: 60px;
  bottom: -120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.casestudy-slider-section .slider-container .slider-slides {
  width: 50%;
  position: relative;
}
@media (max-width: 900px) {
  .casestudy-slider-section .slider-container {
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: auto;
  }
  .casestudy-slider-section .slider-container .slider-images {
    width: 100%;
    height: 300px;
  }
  .casestudy-slider-section .slider-container .slider-images .img {
    top: 0;
    left: -80px;
    right: 0;
    bottom: 0;
  }
  .casestudy-slider-section .slider-container .slider-slides {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 600px) {
  .casestudy-slider-section .slider-container .slider-slides {
    height: 600px;
    margin-top: -10px;
  }
}
.casestudy-slider-section .slider-container .slide {
  width: 100%;
  max-width: 480px;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1.2s ease-in-out;
}
@media (max-width: 900px) {
  .casestudy-slider-section .slider-container .slide {
    max-width: 100%;
    padding: 0 20px;
  }
}
.casestudy-slider-section .slider-container .slide.visible {
  visibility: visible;
  opacity: 1;
}
.casestudy-slider-section .slider-container .slide.visible .slide-animation:nth-of-type(1) {
  animation-delay: .1s;
}
.casestudy-slider-section .slider-container .slide.visible .slide-animation:nth-of-type(2) {
  animation-delay: .2s;
}
.casestudy-slider-section .slider-container .slide.visible .slide-animation:nth-of-type(3) {
  animation-delay: .3s;
}
.casestudy-slider-section .slider-container .slide.visible .slide-animation:nth-of-type(4) {
  animation-delay: .4s;
}
.casestudy-slider-section .slider-container .slide:not(.visible) .slide-animation:nth-of-type(1) {
  animation-delay: .4s;
}
.casestudy-slider-section .slider-container .slide:not(.visible) .slide-animation:nth-of-type(2) {
  animation-delay: .3s;
}
.casestudy-slider-section .slider-container .slide:not(.visible) .slide-animation:nth-of-type(3) {
  animation-delay: .2s;
}
.casestudy-slider-section .slider-container .slide:not(.visible) .slide-animation:nth-of-type(4) {
  animation-delay: .1s;
}
.casestudy-slider-section .slider-container .slide .logo {
  max-width: 140px;
  max-height: 50px;
  margin-bottom: 40px;
}
.casestudy-slider-section .slider-container .slide h2 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}
.casestudy-slider-section .slider-container .slide p {
  color: #BDBDBD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .casestudy-slider-section .slider-container .slide p {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .casestudy-slider-section .slider-container .slide h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .casestudy-slider-section .slider-container .slide p {
    line-height: 28px;
    font-size: 15px;
  }
}

.technologies-section {
  overflow: hidden;
}
.technologies-section .technologies-container {
  padding: 80px 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1000px) {
  .technologies-section .technologies-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .technologies-section .technologies-container .technologies-content {
    width: 100%;
    margin-bottom: 40px;
  }
  .technologies-section .technologies-container .technologies-tiles {
    width: 100%;
  }
}
.technologies-section .technologies-other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  padding: 60px 0 100px;
}
@media (max-width: 630px) {
  .technologies-section .technologies-other {
    padding: 20px 0 80px;
  }
  .technologies-section .technologies-other li {
    padding: 0 10px;
  }
}
.technologies-section .technologies-other li img {
  width: 100%;
  max-width: 140px;
  max-height: 40px;
}
.technologies-section .technologies-content {
  width: 50%;
  padding-right: 50px;
}
.technologies-section .technologies-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(5, 6, 6, 0.7);
  margin: 40px 0 55px;
}
.technologies-section .technologies-tiles {
  width: 50%;
}
.technologies-section .technologies-tiles ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 0 42px 100px 0;
}
@media (max-width: 1000px) {
  .technologies-section .technologies-tiles ul {
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 20px;
    padding: 0;
  }
}
@media (max-width: 630px) {
  .technologies-section .technologies-tiles ul {
    gap: 10px;
  }
}
.technologies-section .technologies-tiles ul li {
  position: relative;
}
@media (min-width: 1001px) {
  .technologies-section .technologies-tiles ul li {
    width: 35%;
    height: 270px;
  }
  .technologies-section .technologies-tiles ul li:nth-of-type(2) {
    -ms-transform: translate(0, 70px);
        transform: translate(0, 70px);
  }
  .technologies-section .technologies-tiles ul li:nth-of-type(3) {
    -ms-transform: translate(-80px, 5px);
        transform: translate(-80px, 5px);
  }
  .technologies-section .technologies-tiles ul li:nth-of-type(4) {
    -ms-transform: translate(-80px, 75px);
        transform: translate(-80px, 75px);
  }
}
@media (max-width: 1000px) {
  .technologies-section .technologies-tiles ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 630px) {
  .technologies-section .technologies-tiles ul li {
    width: 100%;
  }
}
.technologies-section .technologies-tiles ul a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1000px) {
  .technologies-section .technologies-tiles ul a {
    border: 1px solid #E7E7E7;
    position: relative;
  }
}
.technologies-section .technologies-tiles ul a:before, .technologies-section .technologies-tiles ul a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -ms-transform: skew(-15deg);
      transform: skew(-15deg);
  background: #fff;
  border: 1px solid #E7E7E7;
}
@media (max-width: 1000px) {
  .technologies-section .technologies-tiles ul a:before, .technologies-section .technologies-tiles ul a:after {
    display: none;
  }
}
.technologies-section .technologies-tiles ul a:after {
  top: 13px;
  right: 20px;
  transition: all .25s ease-in-out;
}
@media (min-width: 1001px) {
  .technologies-section .technologies-tiles ul a:hover:after {
    top: 18px;
    right: 30px;
    border-color: #fff;
    filter: drop-shadow(0px 50px 41px rgba(0, 0, 0, 0.04));
  }
  .technologies-section .technologies-tiles ul a:hover .icon-arrow-right-black {
    margin-left: 20px;
  }
  .technologies-section .technologies-tiles ul a:hover .logo {
    margin-top: -5px;
  }
}
.technologies-section .technologies-tiles ul a > div {
  position: relative;
  z-index: 9999;
  padding: 85px 0 0 0;
}
.technologies-section .technologies-tiles ul a > div .logo {
  width: 67px;
  height: 67px;
  margin-left: 20px;
  display: block;
  border-radius: 50%;
  position: relative;
  transition: all .25s ease-in-out;
}
.technologies-section .technologies-tiles ul a > div .logo:before {
  position: absolute;
  content: '';
  top: -15px;
  right: -15px;
  display: inline-block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
}
.technologies-section .technologies-tiles ul a > div .logo:after {
  position: absolute;
  content: '';
  top: -15px;
  right: -15px;
  display: inline-block;
  width: 74px;
  height: 74px;
}
.technologies-section .technologies-tiles ul a > div .logo.angular {
  background: #DD0031;
}
.technologies-section .technologies-tiles ul a > div .logo.angular:before {
  background: rgba(253, 243, 243, 0.85);
}
.technologies-section .technologies-tiles ul a > div .logo.angular:after {
  background: url(../images/technologies/angular.svg) no-repeat center/48px auto;
}
.technologies-section .technologies-tiles ul a > div .logo.symfony {
  background: #1C1D1E;
}
.technologies-section .technologies-tiles ul a > div .logo.symfony:before {
  background: rgba(243, 243, 243, 0.85);
}
.technologies-section .technologies-tiles ul a > div .logo.symfony:after {
  background: url(../images/technologies/symfony.svg) no-repeat center/48px auto;
}
.technologies-section .technologies-tiles ul a > div .logo.flutter {
  background: #2DC0FF;
}
.technologies-section .technologies-tiles ul a > div .logo.flutter:before {
  background: rgba(243, 251, 253, 0.85);
}
.technologies-section .technologies-tiles ul a > div .logo.flutter:after {
  background: url(../images/technologies/flutter.svg) no-repeat center/33px auto;
}
.technologies-section .technologies-tiles ul a > div .logo.java {
  background: #F18736;
}
.technologies-section .technologies-tiles ul a > div .logo.java:before {
  background: rgba(243, 243, 243, 0.85);
}
.technologies-section .technologies-tiles ul a > div .logo.java:after {
  background: url(../images/technologies/java.svg) no-repeat center/30px auto;
}
.technologies-section .technologies-tiles ul a > div h3 {
  color: #050606;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 30px 0;
}
.technologies-section .technologies-tiles ul a > div .icon-arrow-right-black {
  width: 15px;
  height: 10px;
  margin-left: -10px;
  transition: all .25s ease-in-out;
}
@media (max-width: 1000px) {
  .technologies-section .technologies-tiles ul a > div {
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .technologies-section .technologies-tiles ul a > div .logo {
    width: 48px;
    height: 48px;
    margin: 0 25px 0 0;
  }
  .technologies-section .technologies-tiles ul a > div .logo:before {
    top: -6px;
    right: -6px;
    width: 56px;
    height: 56px;
  }
  .technologies-section .technologies-tiles ul a > div .logo:after {
    top: -6px;
    right: -6px;
    width: 56px;
    height: 56px;
  }
  .technologies-section .technologies-tiles ul a > div h3 {
    font-size: 16px;
    margin: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .technologies-section .technologies-tiles ul a > div .icon-arrow-right-black {
    margin: 0;
  }
}

.opinions-section {
  padding: 100px 0;
  overflow: hidden;
}
.opinions-section .opinions-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
.opinions-section .opinions-header iframe {
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin: 0 5px 10px 0;
}
@media (max-width: 600px) {
  .opinions-section .opinions-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .opinions-section .opinions-header iframe {
    margin-top: 25px;
  }
}
.opinions-section .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
.opinions-section .opinions-carousel {
  padding: 50px 0 80px;
}
.opinions-section .opinions-carousel:not(.owl-carousel) {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 10px;
}
.opinions-section .opinions-carousel:not(.owl-carousel) .opinion-item {
  max-width: 250px;
}
.opinions-section .owl-item {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 700px) {
  .opinions-section .owl-controls {
    display: none;
  }
  .opinions-section .opinions-carousel {
    padding-bottom: 0;
  }
}
.opinions-section .opinion-item {
  border: 1px solid #E7E7E7;
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.opinions-section .opinion-item p {
  color: #6B7A99;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.opinions-section .opinion-item .opinion-rate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
}
.opinions-section .opinion-item .opinion-rate .stars i {
  background: url(../images/icons/star.svg) repeat-x center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.opinions-section .opinion-item .opinion-rate .stars i.empty {
  filter: grayscale(100%);
  opacity: 0.5;
}
.opinions-section .opinion-item .opinion-rate span {
  color: #3361FF;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
  margin: 5px 0 0 15px;
}
.opinions-section .opinion-item .opinion-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}
.opinions-section .opinion-item .opinion-author .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 300;
  background: #FF66334D;
  color: #FF6633;
}
.opinions-section .opinion-item .opinion-author .image.color-1 {
  background: #FF66334D;
  color: #FF6633;
}
.opinions-section .opinion-item .opinion-author .image.color-2 {
  background: #8833FF33;
  color: #8833FF;
}
.opinions-section .opinion-item .opinion-author .image.color-3 {
  background: #FFCB3366;
  color: #FFCB33;
}
.opinions-section .opinion-item .opinion-author .image.color-4 {
  background: #BE018940;
  color: #BE0189;
}
.opinions-section .opinion-item .opinion-author .image.color-5 {
  background: #1AB7FD50;
  color: #1AB7FD;
}
.opinions-section .opinion-item .opinion-author .image.color-6 {
  background: #53616840;
  color: #536168;
}
.opinions-section .opinion-item .opinion-author .name {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.opinions-section .opinion-item .opinion-author .name h3 {
  color: #6B7A99;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.opinions-section .opinion-item .opinion-author .name h4 {
  color: #ADB8CC;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.skewimco-mask {
  -webkit-mask-image: url(../images/skewimco-mask.svg);
  mask-image: url(../images/skewimco-mask.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
}

.skewimco-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.skewimco-section {
  background: #050606;
  padding: 130px 0;
  overflow: hidden;
}
@media (max-width: 950px) {
  .skewimco-section {
    padding: 80px 0 80px;
  }
}
.skewimco-section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.skewimco-section .container.revert .skewimco-image {
  -ms-flex-order: 2;
      order: 2;
}
.skewimco-section .container .skewimco-image {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.skewimco-section .container .skewimco-image .skewimco-triangle {
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -100px;
}
.skewimco-section .container .skewimco-image .skewimco-triangle i {
  display: block;
  width: 70px;
  height: 90px;
  background: #2C2C2C;
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
}
.skewimco-section .container .skewimco-image .skewimco-triangle2 {
  position: absolute;
  left: 50%;
  bottom: 25px;
  z-index: 9;
  margin-left: 25px;
}
.skewimco-section .container .skewimco-image .skewimco-triangle2 i {
  display: block;
  width: 130px;
  height: 167px;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  opacity: 0.9;
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
}
.skewimco-section .container .skewimco-image.about-mary {
  width: 50%;
  position: relative;
}
.skewimco-section .container .skewimco-image.about-mary .skewimco-img {
  background-size: auto;
  background-position: right bottom;
}
.skewimco-section .container .skewimco-image.about-mary .mary-img {
  position: absolute;
  z-index: 99;
  background: url(../images/about-mary-img-2.png) no-repeat center/contain;
  top: -55px;
  left: 3px;
  width: 100%;
  height: 113%;
  -ms-transform-origin: center !important;
      transform-origin: center !important;
}
.skewimco-section .container .skewimco-content {
  width: 50%;
  padding-right: 100px;
}
.skewimco-section .container .skewimco-content em {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media (max-width: 1000px) {
  .skewimco-section .container .skewimco-content em {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 630px) {
  .skewimco-section .container .skewimco-content em {
    margin-bottom: 15px;
  }
}
.skewimco-section .container .skewimco-content h3 {
  margin: 30px 0 40px;
  display: block;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  background: linear-gradient(90deg, #ffffff 8.69%, rgba(255, 255, 255, 0.2) 86.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1100px) {
  .skewimco-section .container .skewimco-content h3 {
    font-size: 36px;
    line-height: 60px;
    margin: 15px 0 20px;
  }
}
.skewimco-section .container .skewimco-content p {
  color: #BDBDBD;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1000px) {
  .skewimco-section .container .skewimco-content p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 950px) {
  .skewimco-section .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .skewimco-section .container .skewimco-image {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
    max-width: 500px;
  }
  .skewimco-section .container .skewimco-image .skewimco-triangle i,
  .skewimco-section .container .skewimco-image .skewimco-triangle2 i {
    -ms-transform: skew(-30deg) scale(0.5);
        transform: skew(-30deg) scale(0.5);
  }
  .skewimco-section .container .skewimco-image.about-mary {
    width: 100%;
    margin-top: 40px;
  }
  .skewimco-section .container .skewimco-content {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }
}
.skewimco-section.skewimco-gray, .skewimco-section.skewimco-white {
  background: #F4F4F4;
}
.skewimco-section.skewimco-gray .skewimco-content h3, .skewimco-section.skewimco-white .skewimco-content h3 {
  background-image: linear-gradient(90deg, #050606 0%, #050606 100%);
}
.skewimco-section.skewimco-gray .skewimco-content p, .skewimco-section.skewimco-white .skewimco-content p {
  color: #050606;
}
.skewimco-section.skewimco-white {
  background: #fff;
}

.section-masonry-points {
  padding: 100px 0 0;
}

.masonry-points-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 150px;
  margin-top: 40px;
}
.masonry-points-container .point-item {
  margin: 60px 0;
  width: 100%;
}
@media (min-width: 901px) {
  .masonry-points-container .point-item {
    width: calc(50% - 35px);
  }
  .masonry-points-container .point-item:nth-of-type(even) {
    -ms-transform: translate(0, 100px);
        transform: translate(0, 100px);
  }
}
.masonry-points-container .point-item h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}
.masonry-points-container .point-item h3 i {
  display: inline-block;
  width: 56px;
  height: 56px;
  position: relative;
}
.masonry-points-container .point-item h3 i:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: var(--accent-color);
  opacity: 0.25;
}
.masonry-points-container .point-item h3 i:after {
  position: absolute;
  content: attr(data-num);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 56px;
  text-align: center;
  color: var(--accent-color);
  font-size: 24px;
  font-weight: 600;
}
.masonry-points-container .point-item h3 span {
  display: inline-block;
  width: calc(100% - 56px);
  padding-left: 30px;
  color: #050606;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}
.masonry-points-container .point-item p {
  color: rgba(5, 6, 6, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.section-masonry-points.blue-gradient,
.section-masonry-points.black-background {
  overflow: hidden;
  background: linear-gradient(270deg, #3f81e3 0.51%, #011782 99.77%);
}
.section-masonry-points.blue-gradient:after,
.section-masonry-points.black-background:after {
  position: absolute;
  content: '';
  height: 30px;
  width: calc(50% + 50px);
  right: 0;
  top: -2px;
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  z-index: 999;
  margin-right: -50px;
  background: #fff;
}
.section-masonry-points.blue-gradient .point-item h3 i:after,
.section-masonry-points.black-background .point-item h3 i:after {
  color: #fff;
}
.section-masonry-points.blue-gradient .point-item h3 i:before,
.section-masonry-points.black-background .point-item h3 i:before {
  background: #000;
  opacity: 0.5;
}
.section-masonry-points.blue-gradient .point-item h3 span,
.section-masonry-points.black-background .point-item h3 span {
  color: #fff;
}
.section-masonry-points.blue-gradient .point-item p,
.section-masonry-points.black-background .point-item p {
  color: rgba(255, 255, 255, 0.7);
}

.section-masonry-points.black-background {
  background: #050606;
}
.section-masonry-points.black-background .point-item h3 i:before {
  background: #161616;
  opacity: 1;
}

.process-timeline-section {
  padding: 100px 0;
}
.process-timeline-section .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 130px;
}

.process-timeline-container {
  position: relative;
}
.process-timeline-container .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 5px;
  background: linear-gradient(to bottom, #1ab7fd 8.69%, #067db2 86.43%);
  border-radius: 100px;
}
.process-timeline-container .timeline-line-progress {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 5px;
  background: #E7E7E7;
  border-radius: 100px;
  z-index: 9;
  box-shadow: 0 3px 0 3px #fff;
}
@media (max-width: 1000px) {
  .process-timeline-container .timeline-line {
    left: 0;
  }
  .process-timeline-container .timeline-line-progress {
    left: 0;
  }
}
.process-timeline-container .timeline-items {
  padding-bottom: 30px;
}
.process-timeline-container .timeline-items .timeline-item {
  display: -ms-flexbox;
  display: flex;
}
.process-timeline-container .timeline-items .timeline-item .timeline-item-img,
.process-timeline-container .timeline-items .timeline-item .timeline-item-cnt {
  width: 50%;
}
.process-timeline-container .timeline-items .timeline-item .timeline-item-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 130px;
  transition: all .25s ease-in-out;
}
.process-timeline-container .timeline-items .timeline-item .timeline-item-cnt {
  padding: 0 130px 0 50px;
}
.process-timeline-container .timeline-items .timeline-item .timeline-item-cnt .point {
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  border: 3px solid #fff;
  filter: drop-shadow(0px 4px 15px rgba(15, 150, 210, 0.19));
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0;
  margin-left: -6px;
}
@media (min-width: 1001px) {
  .process-timeline-container .timeline-items .timeline-item:nth-of-type(even) .timeline-item-img {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .process-timeline-container .timeline-items .timeline-item:nth-of-type(even) .timeline-item-cnt .point {
    margin-left: 0;
    margin-right: -10px;
    left: auto;
    right: 0;
  }
}
@media (max-width: 1000px) {
  .process-timeline-container .timeline-items .timeline-item .timeline-item-img {
    width: auto;
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .process-timeline-container .timeline-items .timeline-item .timeline-item-cnt {
    width: auto;
    padding: 0 20px;
    -ms-flex-positive: 2;
        flex-grow: 2;
  }
  .process-timeline-container .timeline-items .timeline-item .timeline-item-cnt > div {
    padding-left: 50px;
  }
  .process-timeline-container .timeline-items .timeline-item .timeline-item-cnt .point {
    margin-right: 0;
    margin-left: -6px;
    left: 0;
    right: auto;
  }
}

.timeline-items .timeline-item {
  margin: 90px 0;
}
.timeline-items .timeline-item-img i {
  width: 110px;
  height: 110px;
}
.timeline-items .timeline-item-cnt {
  position: relative;
}
.timeline-items .timeline-item-cnt .num {
  display: block;
  font-size: 184px;
  font-style: normal;
  font-weight: 900;
  opacity: 0.3;
  background: linear-gradient(180deg, #256487 0%, rgba(37, 100, 135, 0.27) 97.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  line-height: 1;
  margin-top: 50px;
}
.timeline-items .timeline-item-cnt > div {
  padding-left: 70px;
}
.timeline-items .timeline-item-cnt em {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.timeline-items .timeline-item-cnt h3 {
  color: #050606;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin: 10px 0 25px;
}
.timeline-items .timeline-item-cnt p {
  color: #536168;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bullpoints-section {
  padding: 100px 0 120px;
  background: #000;
}
.bullpoints-section.gray-bullpoints {
  background: #F4F4F4;
}
.bullpoints-section.gray-bullpoints .bullpoints-tile {
  background: #fff;
}
.bullpoints-section.gray-bullpoints .bullpoints-tile h3 {
  color: #050606;
}
.bullpoints-section.gray-bullpoints .bullpoints-tile p {
  color: rgba(5, 6, 6, 0.7);
}

.bullpoints-tiles {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bullpoints-tiles.four-tiles .bullpoints-tile {
  width: calc(25% - 25px);
}
@media (max-width: 1150px) {
  .bullpoints-tiles.four-tiles {
    gap: 14px;
  }
  .bullpoints-tiles.four-tiles .bullpoints-tile {
    width: calc(50% - 7px);
  }
}
@media (max-width: 650px) {
  .bullpoints-tiles.four-tiles {
    gap: 14px;
  }
  .bullpoints-tiles.four-tiles .bullpoints-tile {
    width: 100%;
  }
}
.bullpoints-tiles .bullpoints-tile {
  background: #171717;
  padding: 30px;
  width: calc(33.33% - 22px);
}
.bullpoints-tiles .bullpoints-tile i {
  width: 42px;
  height: 42px;
  border: 13px solid #090C0D;
  display: inline-block;
  border-radius: 50%;
}
.bullpoints-tiles .bullpoints-tile h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin: 15px 0;
}
.bullpoints-tiles .bullpoints-tile p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #BDBDBD;
}
@media (max-width: 950px) {
  .bullpoints-tiles {
    gap: 20px;
  }
  .bullpoints-tiles .bullpoints-tile {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 850px) {
  .bullpoints-tiles {
    gap: 14px;
  }
  .bullpoints-tiles .bullpoints-tile {
    width: calc(50% - 7px);
  }
}
@media (max-width: 650px) {
  .bullpoints-tiles {
    gap: 14px;
  }
  .bullpoints-tiles .bullpoints-tile {
    width: 100%;
  }
}

.pictograms-section {
  padding: 100px 0 130px;
}
.pictograms-section.brackets-bg {
  background: url(../images/brackets-bg.svg) no-repeat right 100px, linear-gradient(180deg, #ffffff 54.62%, #f4f4f4 100%);
}
.pictograms-section.border-top {
  border-top: 1px solid rgba(83, 97, 104, 0.05);
}

.pictograms-tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  row-gap: 60px;
  margin-top: 80px;
}
.pictograms-tiles .pictogram-tile i[class*="gfx-"] {
  width: 90px;
  height: 90px;
  background-position: center left;
}
.pictograms-tiles .pictogram-tile i.technology-logo {
  width: 67px;
  height: 67px;
  margin-left: 20px;
  display: block;
  border-radius: 50%;
  position: relative;
  transition: all .25s ease-in-out;
}
.pictograms-tiles .pictogram-tile i.technology-logo:before {
  position: absolute;
  content: '';
  top: -15px;
  right: -15px;
  display: inline-block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
}
.pictograms-tiles .pictogram-tile i.technology-logo:after {
  position: absolute;
  content: '';
  top: -15px;
  right: -15px;
  display: inline-block;
  width: 74px;
  height: 74px;
}
.pictograms-tiles .pictogram-tile i.technology-logo.ios {
  background: #1C1D1E;
}
.pictograms-tiles .pictogram-tile i.technology-logo.ios:before {
  background: rgba(243, 243, 243, 0.85);
}
.pictograms-tiles .pictogram-tile i.technology-logo.ios:after {
  background: url(../images/technologies/ios.svg) no-repeat center/48px auto;
}
.pictograms-tiles .pictogram-tile i.technology-logo.flutter {
  background: #2DC0FF;
}
.pictograms-tiles .pictogram-tile i.technology-logo.flutter:before {
  background: rgba(243, 251, 253, 0.85);
}
.pictograms-tiles .pictogram-tile i.technology-logo.flutter:after {
  background: url(../images/technologies/flutter.svg) no-repeat center/33px auto;
}
.pictograms-tiles .pictogram-tile i.technology-logo.android {
  background: #59DC7D;
}
.pictograms-tiles .pictogram-tile i.technology-logo.android:before {
  background: rgba(246, 253, 243, 0.85);
}
.pictograms-tiles .pictogram-tile i.technology-logo.android:after {
  background: url(../images/technologies/android.svg) no-repeat center/34px auto;
}
.pictograms-tiles .pictogram-tile h3 {
  color: #050606;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin: 25px 0;
}
@media (max-width: 1000px) {
  .pictograms-tiles .pictogram-tile h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
  }
}
.pictograms-tiles .pictogram-tile p {
  color: #536168;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.pictograms-tiles .pictogram-tile ul {
  color: #536168;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  list-style: inside;
}
.pictograms-tiles.four-tiles .pictogram-tile {
  width: calc(25% - 24px);
}
@media (max-width: 800px) {
  .pictograms-tiles.four-tiles {
    gap: 30px;
    margin-top: 30px;
  }
  .pictograms-tiles.four-tiles .pictogram-tile {
    width: calc(50% - 15px);
  }
}
@media (max-width: 500px) {
  .pictograms-tiles.four-tiles .pictogram-tile {
    width: 100%;
  }
}
.pictograms-tiles.three-tiles {
  gap: 75px;
}
.pictograms-tiles.three-tiles .pictogram-tile {
  width: calc(33.33% - 50px);
}
@media (max-width: 1000px) {
  .pictograms-tiles.three-tiles {
    gap: 50px;
  }
}
@media (max-width: 750px) {
  .pictograms-tiles.three-tiles {
    gap: 30px;
    margin-top: 30px;
  }
  .pictograms-tiles.three-tiles .pictogram-tile {
    width: 100%;
  }
}
.pictograms-tiles.two-masonry {
  gap: 150px;
  row-gap: 65px;
}
.pictograms-tiles.two-masonry .pictogram-tile {
  width: 33.33%;
}
.pictograms-tiles.two-masonry.flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (max-width: 800px) {
  .pictograms-tiles.two-masonry .pictogram-tile {
    width: 100%;
  }
}

.homepage-welcome-section {
  background: url(../images/hero-squares-bg.png) #F5F5F5 no-repeat center bottom/cover;
}
.homepage-welcome-section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 230px 10px 180px 10px;
}
@media (max-width: 780px) {
  .homepage-welcome-section .container {
    padding: 120px 10px 150px 10px;
  }
}
.homepage-welcome-section .container .homepage-hero-text {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.homepage-welcome-section .container .homepage-hero-image {
  width: 50%;
}
@media (max-width: 780px) {
  .homepage-welcome-section .container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .homepage-welcome-section .container .homepage-hero-text {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .homepage-welcome-section .container .homepage-hero-text .scroll-down {
    display: none;
  }
  .homepage-welcome-section .container .homepage-hero-image {
    width: 100%;
    max-width: 500px;
  }
}

.homepage-hero-text h2 {
  color: #050606;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: -0.56px;
}
.homepage-hero-text h2 em {
  background: linear-gradient(90deg, #1ab7fd 57.6%, #067db2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1000px) {
  .homepage-hero-text h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
.homepage-hero-text p {
  color: #050606;
  font-size: 20px;
  line-height: 40px;
  margin: 40px 0 50px;
}
.homepage-hero-text p .emoji {
  width: 32px;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .homepage-hero-text p {
    font-size: 18px;
    line-height: 30px;
  }
}
.homepage-hero-text .scroll-down {
  background: transparent;
  border: 0;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.homepage-hero-text .scroll-down i {
  background: url(../images/icons/arrow-down.svg) no-repeat center #373D40;
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  transition: all .25s ease-in-out;
}
.homepage-hero-text .scroll-down span {
  color: #373D40;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all .25s ease-in-out;
}
@media (max-width: 1000px) {
  .homepage-hero-text .scroll-down i {
    width: 36px;
    height: 36px;
  }
  .homepage-hero-text .scroll-down span {
    font-size: 16px;
  }
}
.homepage-hero-text .scroll-down:hover i {
  background-color: #1AB7FD;
  background-position: center 60%;
}
.homepage-hero-text .scroll-down:hover span {
  color: #1AB7FD;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.homepage-hero-image {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
.homepage-hero-image .hero-image-mask {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.homepage-hero-image .hero-image-mask .photo {
  background: url(../images/hero-img.png) no-repeat center right/100% auto;
  width: 100%;
  height: 0;
  padding-bottom: 22%;
}
.homepage-hero-image .hero-image-mask .photo.part1 {
  background-position: top center;
}
.homepage-hero-image .hero-image-mask .photo.part2 {
  background-position: center center;
}
.homepage-hero-image .hero-image-mask .photo.part3 {
  background-position: bottom center;
}

.our-clients-section {
  background: #050606;
  padding: 100px 0;
}
.our-clients-section .clients-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 0;
}
.our-clients-section .clients-logo li {
  width: calc(100% / 5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px 20px;
  opacity: 0.5;
  transition: all .25s ease-in-out;
}
@media (max-width: 900px) {
  .our-clients-section .clients-logo li {
    width: calc(100% / 4);
    padding: 30px 20px;
  }
}
.our-clients-section .clients-logo li:hover {
  opacity: 1;
}
.our-clients-section .clients-logo li img {
  max-width: 150px;
  max-height: 50px;
}
@media (max-width: 750px) {
  .our-clients-section .clients-logo li {
    width: calc(100% / 3);
    padding: 30px 20px;
  }
  .our-clients-section .clients-logo li img {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .our-clients-section .clients-logo li img {
    max-width: 100%;
  }
}

.exaco-numbers-section {
  background: url(../images/colored-squares-bg.png) no-repeat center bottom/cover;
  padding: 100px 0;
  overflow: hidden;
}
.exaco-numbers-section .exaco-numbers-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 40px 0;
}
.exaco-numbers-section .exaco-numbers-items .item {
  width: 30%;
  padding: 40px 0;
}
.exaco-numbers-section .exaco-numbers-items .item .number {
  color: #050606;
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 72.36px;
  margin-bottom: 30px;
  display: block;
}
.exaco-numbers-section .exaco-numbers-items .item p {
  color: #464646;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1000px) {
  .exaco-numbers-section .exaco-numbers-items .item .number {
    font-size: 60px;
  }
  .exaco-numbers-section .exaco-numbers-items .item p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 750px) {
  .exaco-numbers-section .exaco-numbers-items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .exaco-numbers-section .exaco-numbers-items .item {
    width: 100%;
    padding: 20px 0;
  }
  .exaco-numbers-section .exaco-numbers-items .item .number {
    margin-bottom: 0;
  }
}

.pre-footer-gallery {
  padding: 20px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, #050606 45%, #050606 100%);
  overflow: hidden;
}
.pre-footer-gallery .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 35px;
}
@media (max-width: 600px) {
  .pre-footer-gallery .container {
    margin-left: -20%;
    width: 140%;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .pre-footer-gallery .container {
    margin-left: -50%;
    width: 200%;
    gap: 20px;
  }
}
.pre-footer-gallery .container .img {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-size: cover;
  background-position: center;
}
.pre-footer-gallery .container .img1 {
  background-image: url(../images/footer-img-1.png);
  padding-bottom: 25%;
}
.pre-footer-gallery .container .img2 {
  background-image: url(../images/footer-img-2.png);
  padding-bottom: 40%;
}
.pre-footer-gallery .container .img3 {
  background-image: url(../images/footer-img-3.png);
  padding-bottom: 25%;
}

.technology-hero-section {
  background: var(--accent-color);
  overflow: hidden;
}
.technology-hero-section .container {
  height: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 980px) {
  .technology-hero-section .container {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
}
.technology-hero-section .technology-hero-text {
  width: 50%;
  padding-right: 100px;
}
@media (max-width: 980px) {
  .technology-hero-section .technology-hero-text {
    width: 100%;
    padding-top: 130px;
    margin-bottom: 50px;
  }
}
.technology-hero-section .technology-hero-text .technology-logo {
  width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}
.technology-hero-section .technology-hero-text .technology-logo img {
  width: 42px;
}
.technology-hero-section .technology-hero-text .technology-logo span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  width: calc(100% - 42px);
  padding-left: 20px;
}
.technology-hero-section .technology-hero-text .technology-additional-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 25px;
}
.technology-hero-section .technology-hero-text .technology-additional-logos img {
  max-width: 120px;
  max-height: 70px;
}
.technology-hero-section .technology-hero-text h2 {
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: -0.56px;
}
.technology-hero-section .technology-hero-text p {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  margin: 40px 0 50px;
}
@media (max-width: 1300px) {
  .technology-hero-section .technology-hero-text h2 {
    font-size: 42px;
  }
  .technology-hero-section .technology-hero-text p {
    font-size: 16px;
    margin: 20px 0 30px;
  }
}
@media (max-width: 600px) {
  .technology-hero-section .technology-hero-text {
    padding-right: 0;
  }
  .technology-hero-section .technology-hero-text h2 {
    font-size: 30px;
    line-height: 1.45;
  }
  .technology-hero-section .technology-hero-text p {
    font-size: 16px;
    margin: 20px 0 30px;
    line-height: 1.6;
  }
}
.technology-hero-section .technology-hero-editor {
  width: 50%;
  height: 460px;
}
@media (max-width: 980px) {
  .technology-hero-section .technology-hero-editor {
    width: 60%;
    padding-bottom: 60%;
    height: 0;
  }
}
.technology-hero-section .technology-hero-editor .technology-editor-window {
  width: 130%;
  height: 500px;
  border-radius: 8px;
  border: 1px solid #424242;
  overflow: hidden;
  background: #181818;
  box-shadow: 18px 18px 0 0 #111, 19px 19px 0 0 #212121;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.technology-hero-section .technology-hero-editor .technology-editor-window .window-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 38px;
  padding-left: 15px;
}
.technology-hero-section .technology-hero-editor .technology-editor-window .window-bar span {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 0 0 7px;
  border-radius: 50%;
}
.technology-hero-section .technology-hero-editor .technology-editor-window .window-bar span:nth-of-type(1) {
  background: #EE6A5F;
  box-shadow: 0 0 6.64005px 0 #EC6D62 inset;
}
.technology-hero-section .technology-hero-editor .technology-editor-window .window-bar span:nth-of-type(2) {
  background: #F5BD4F;
  box-shadow: 0 0 6.64005px 0 #F5C451 inset;
}
.technology-hero-section .technology-hero-editor .technology-editor-window .window-bar span:nth-of-type(3) {
  background: #61C454;
  box-shadow: 0 0 6.64005px 0 #68CC58 inset;
}
.technology-hero-section .technology-hero-editor .technology-editor-window .window-code {
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: 0 0;
  height: calc(100% - 38px);
  animation: technologyWindowCodeScroll 30s linear infinite;
}

@keyframes technologyWindowCodeScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100vh;
  }
}
.technology-numbers-section {
  padding: 100px 0 120px;
  overflow: hidden;
  background: url(../images/numbers-squares-bg.png) #F9F9F9 no-repeat center/cover;
}
.technology-numbers-section .technology-numbers-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 80px 0 0;
}
@media (max-width: 1000px) {
  .technology-numbers-section .technology-numbers-items {
    margin: 30px 0 0 0;
  }
}
.technology-numbers-section .technology-numbers-items .item {
  width: 30%;
  padding: 40px 0;
}
.technology-numbers-section .technology-numbers-items .item .number {
  color: var(--accent-color);
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 72.36px;
  margin-bottom: 30px;
  display: block;
}
.technology-numbers-section .technology-numbers-items .item p {
  color: #464646;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1000px) {
  .technology-numbers-section .technology-numbers-items .item .number {
    font-size: 60px;
  }
  .technology-numbers-section .technology-numbers-items .item p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 750px) {
  .technology-numbers-section .technology-numbers-items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .technology-numbers-section .technology-numbers-items .item {
    width: 100%;
    padding: 20px 0;
  }
  .technology-numbers-section .technology-numbers-items .item .number {
    margin-bottom: 0;
  }
}
.technology-numbers-section.aboutus-version {
  background-color: #050606;
  background-image: url(../images/aboutus-numbers-bg.png);
}
.technology-numbers-section.aboutus-version:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #050606 0%, rgba(5, 6, 6, 0) 100%);
}
.technology-numbers-section.aboutus-version .container {
  position: relative;
  z-index: 99;
}
.technology-numbers-section.aboutus-version .item .number {
  color: #1AB7FD;
}
.technology-numbers-section.aboutus-version .item p {
  color: #fff;
}

.service-hero-section {
  overflow: hidden;
}
.service-hero-section.mobile-bg {
  background: linear-gradient(90deg, #f7f4ff 50.04%, rgba(248, 245, 255, 0) 99.68%);
}
.service-hero-section.mobile-bg .service-hero-text em {
  background-image: linear-gradient(90deg, #8000ff 8.69%, #be0189 86.43%);
}
.service-hero-section.webdev-bg {
  background: linear-gradient(84deg, #edf8fd 37.87%, rgba(248, 245, 255, 0) 92.66%);
}
.service-hero-section.webdev-bg .service-hero-text em {
  background-image: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
}
.service-hero-section.outsourcing-bg {
  background: linear-gradient(87deg, #e7f0fe 0.85%, rgba(248, 245, 255, 0) 97.45%);
}
.service-hero-section.outsourcing-bg .service-hero-text em {
  background-image: linear-gradient(90deg, #3f81e3 8.69%, #011782 86.43%);
}
.service-hero-section.service-desk-bg {
  background: linear-gradient(87deg, #eafff5 0.85%, rgba(248, 245, 255, 0) 97.45%);
}
.service-hero-section.service-desk-bg .service-hero-text em {
  background-image: linear-gradient(90deg, #4da075 8.69%, #0a9977 86.43%);
}
.service-hero-section.ba-bg {
  background: linear-gradient(87deg, rgba(82, 0, 255, 0.05) 39.25%, rgba(248, 245, 255, 0) 97.44%);
}
.service-hero-section.ba-bg .service-hero-text em {
  background-image: linear-gradient(90deg, #5200ff 8.69%, #4264fb 86.43%);
}
.service-hero-section.qa-bg {
  background: linear-gradient(86deg, #fef0e7 34.47%, rgba(255, 255, 255, 0) 79.7%);
}
.service-hero-section.qa-bg .service-hero-text em {
  background-image: linear-gradient(90deg, #f18736 8.69%, #f5662a 86.43%);
}
.service-hero-section .container {
  height: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 80px;
}
@media (max-width: 750px) {
  .service-hero-section .container {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
}
.service-hero-section .service-hero-text {
  width: 50%;
  padding-right: 100px;
}
.service-hero-section .service-hero-text em {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 25px;
  color: #1AB7FD;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-hero-section .service-hero-text em.mobile {
  background-image: linear-gradient(90deg, #8000ff 8.69%, #be0189 86.43%);
}
.service-hero-section .service-hero-text em.outsourcing {
  background-image: linear-gradient(270deg, #3f81e3 3.03%, #011782 99.76%);
}
.service-hero-section .service-hero-text em.service-desk {
  background-image: linear-gradient(270deg, #4da075 3.03%, #0a9977 99.76%);
}
.service-hero-section .service-hero-text em.ba {
  background-image: linear-gradient(90deg, #5200ff 3.17%, #4264fb 101.81%);
}
.service-hero-section .service-hero-text em.qa {
  background-image: linear-gradient(270deg, #f18736 3.03%, #f5662a 99.76%);
}
.service-hero-section .service-hero-text h2 {
  color: #050606;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: -0.56px;
}
.service-hero-section .service-hero-text p {
  color: #050606;
  font-size: 20px;
  line-height: 40px;
  margin: 40px 0 50px;
}
@media (max-width: 1200px) {
  .service-hero-section .service-hero-text {
    padding-right: 30px;
  }
  .service-hero-section .service-hero-text h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .service-hero-section .service-hero-text p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 1100px) {
  .service-hero-section .service-hero-text {
    width: 65%;
  }
}
@media (max-width: 750px) {
  .service-hero-section .service-hero-text {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .service-hero-section .service-hero-text em {
    font-size: 20px;
  }
  .service-hero-section .service-hero-text h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .service-hero-section .service-hero-text p {
    font-size: 16px;
    line-height: 30px;
  }
}
.service-hero-section .service-hero-image {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1100px) {
  .service-hero-section .service-hero-image {
    width: 35%;
  }
}
@media (max-width: 750px) {
  .service-hero-section .service-hero-image {
    width: 50%;
    margin: 50px 0;
  }
}
.service-hero-section .service-hero-image img {
  max-width: 100%;
  max-height: 100%;
}

.circle-logos-section {
  background: #FAFAFA;
  padding: 120px 0;
}
.circle-logos-section .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 80px;
}
.circle-logos-section .circle-logos-grid {
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 0 142px;
      flex: 0 0 142px;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 65px;
}
.circle-logos-section .circle-logos-grid li {
  width: 142px;
  height: 142px;
  background: #fff;
  box-shadow: 0 0 39.14173px 0 rgba(235, 235, 235, 0.52);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.circle-logos-section .circle-logos-grid li .logo {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .circle-logos-section .circle-logos-grid {
    -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    gap: 45px;
  }
  .circle-logos-section .circle-logos-grid li {
    width: 120px;
    height: 120px;
  }
  .circle-logos-section .circle-logos-grid li .logo {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 900px) {
  .circle-logos-section .circle-logos-grid {
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    gap: 30px;
  }
  .circle-logos-section .circle-logos-grid li {
    width: 100px;
    height: 100px;
  }
  .circle-logos-section .circle-logos-grid li .logo {
    width: 50px;
    height: 50px;
  }
}

.aboutus-hero {
  background: #000;
}
.aboutus-hero .hero-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 800px;
}
.aboutus-hero .hero-container:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #050606 0%, rgba(5, 6, 6, 0) 100%);
  z-index: 9;
}
.aboutus-hero .hero-container:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/aboutus-hero.png) no-repeat center/cover;
}
.aboutus-hero.career-bg .hero-container:before {
  opacity: 0.7;
}
.aboutus-hero.career-bg .hero-container:after {
  background: url(../images/career-bg.png) no-repeat center/cover;
}
.aboutus-hero .container {
  position: relative;
  z-index: 99;
  text-align: center;
}
.aboutus-hero .container h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: -0.56px;
  color: #fff;
  margin-bottom: 50px;
}
.aboutus-hero .container .scroll-down {
  color: #fff;
  background: transparent;
  border: 0;
  outline: none;
}
.aboutus-hero .container .scroll-down span {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.aboutus-hero .container .scroll-down i {
  margin-top: 18px;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  box-shadow: 0px 16px 7px 0px rgba(0, 0, 0, 0.2);
  background: url(../images/icons/arrow-down-dark.svg) #FFF no-repeat center/14px auto;
  transition: all .25s ease-in-out;
}
.aboutus-hero .container .scroll-down:hover i {
  background-position: center 60%;
}

.awards-section {
  background: #F8F8F8;
  overflow: hidden;
  padding: 50px 0;
}
.awards-section .awards-text {
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
}
.awards-section .awards-text p {
  color: #536168;
  font-size: 20px;
  line-height: 40px;
  margin: 50px 0;
}
.awards-section .awards-text p.large {
  color: #050606;
  font-size: 28px;
  line-height: 42px;
}
.awards-section .awards-logos {
  text-align: center;
  margin: 80px 0;
}
.awards-section .awards-logos img {
  max-width: 100%;
}

.play-fairplay-section {
  background: #A90352;
  height: 475px;
  margin: 50px 0;
  display: -ms-flexbox;
  display: flex;
}
.play-fairplay-section .fairplay-content {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #fff;
}
.play-fairplay-section .fairplay-content h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
}
.play-fairplay-section .fairplay-content p {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.play-fairplay-section .fairplay-media {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
}
.play-fairplay-section .fairplay-media.visible-video .fairplay-thumbnail {
  display: none;
}
.play-fairplay-section .fairplay-media.visible-video .fairplay-video {
  display: block;
}
@media (max-width: 900px) {
  .play-fairplay-section {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
  .play-fairplay-section .fairplay-content {
    width: 100%;
    padding: 50px 0;
  }
  .play-fairplay-section .fairplay-media {
    width: 100%;
    height: 300px;
  }
}
.play-fairplay-section .fairplay-video {
  width: 100%;
  display: none;
}
.play-fairplay-section .fairplay-thumbnail {
  background: url(../images/fair-play-thumb.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.play-fairplay-section .fairplay-thumbnail:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(14, 148, 207, 0.4) 0%, #000000 100%);
  z-index: 9;
}
.play-fairplay-section .fairplay-thumbnail a {
  display: inline-block;
  z-index: 99;
  text-align: center;
}
.play-fairplay-section .fairplay-thumbnail a i {
  display: inline-block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: url(../images/icons/play.svg) no-repeat center, linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  box-shadow: 0 60px 120px 0 rgba(230, 46, 123, 0.3);
}
.play-fairplay-section .fairplay-thumbnail a span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 25px;
}

.career-benefits-section {
  background: #EDF8FD;
  padding: 80px 0;
  overflow: hidden;
}

.career-benefits-list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin: 70px 0;
  list-style: none;
}
@media (max-width: 1100px) {
  .career-benefits-list {
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .career-benefits-list {
    gap: 15px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .career-benefits-list {
    gap: 10px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
.career-benefits-list li {
  background: #FFF;
  padding: 30px;
}
.career-benefits-list li i {
  width: 75px;
  height: 75px;
}
.career-benefits-list li h3 {
  color: #050606;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin: 20px 0 15px;
}
@media (max-width: 1000px) {
  .career-benefits-list li h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.career-benefits-list li p {
  color: rgba(5, 6, 6, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.career-videos-section {
  padding: 90px 0 120px;
  overflow: hidden;
}
.career-videos-section .container {
  max-width: 1200px;
}
.career-videos-section .video-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56%;
}
.career-videos-section .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.career-videos-section .video-full {
  width: 100%;
  margin: 70px 0 10px;
}
.career-videos-section .video-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.career-videos-section .video-cols .video-iframe {
  width: calc(50% - 5px);
  padding-bottom: 28%;
}

.job-offers-section {
  padding: 80px 0 120px;
  background: #F8F8F8;
}
.job-offers-section .section-header {
  text-align: left;
}
.job-offers-section .section-header p {
  color: #536168;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 20px 0;
}
.job-offers-section .job-offers-list {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 60px 0 20px;
}
@media (max-width: 1100px) {
  .job-offers-section .job-offers-list {
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .job-offers-section .job-offers-list {
    gap: 15px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .job-offers-section .job-offers-list {
    gap: 10px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
.job-offers-section .job-offers-list li {
  border-radius: 8px;
  border: 1px solid #CCDBE3;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(5, 6, 6, 0.09);
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.job-offers-section .job-offers-list li h3 {
  color: #050606;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}
.job-offers-section .job-offers-list li p {
  color: #536168;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0;
}
.job-offers-section .job-offers-list li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  background: linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 30px;
}

.contact-address-image {
  background: url(../images/contact-bg.png) no-repeat center -80px/cover;
  padding-top: 80px;
  padding-bottom: 350px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .contact-address-image {
    background-position: center;
  }
}
.contact-address-image:after {
  position: absolute;
  content: '';
  height: 30px;
  width: calc(50% + 50px);
  right: 0;
  top: -2px;
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 999;
  margin-right: -50px;
  background: #F8F8F8;
}
.contact-address-image address {
  border-radius: 16px;
  background: var(--White, #FFF);
  box-shadow: 0px 30px 60px 0px rgba(33, 33, 33, 0.05);
  padding: 50px 50px 20px 50px;
  width: 100%;
  max-width: 450px;
}
.contact-address-image address h3 {
  color: #050606;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.contact-address-image address p {
  color: #536168;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0;
}
.contact-address-image address p b {
  color: #536168;
  font-weight: 700;
}
.contact-address-image address .btn {
  padding-left: 0;
  border-radius: 0;
}

.contact-persons-section {
  background: #F8F8F8;
  padding: 80px 0;
}
.contact-persons-section .section-header {
  text-align: center;
}
.contact-persons-section .persons-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 80px 0 30px;
  gap: 50px;
}
@media (max-width: 550px) {
  .contact-persons-section .persons-cards {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.contact-persons-section .persons-cards .person-card {
  width: 350px;
}
@media (max-width: 400px) {
  .contact-persons-section .persons-cards .person-card {
    width: 100%;
  }
}
.contact-persons-section .persons-cards .person-card .skewimco-mask {
  -webkit-mask-image: url(../images/skewimco-mask-2.svg);
  mask-image: url(../images/skewimco-mask-2.svg);
  padding-bottom: 85%;
}
.contact-persons-section .persons-cards .person-card .skewimco-image {
  width: 100%;
  position: relative;
}
.contact-persons-section .persons-cards .person-card h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0 15px;
}
.contact-persons-section .persons-cards .person-card em {
  display: block;
  color: #536168;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-page-form {
  padding: 220px 0 100px;
}
.contact-page-form .container {
  display: -ms-flexbox;
  display: flex;
}
.contact-page-form form {
  max-width: 460px;
}
.contact-page-form .contact-content {
  width: 50%;
  padding: 30px 100px 0 0;
}
.contact-page-form .contact-content h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
  display: inline-block;
}
.contact-page-form .contact-content h2 em {
  display: block;
  background: var(--GRADIENT, linear-gradient(90deg, #1ab7fd 8.69%, #067db2 86.43%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-page-form .contact-content p {
  color: #536168;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin: 45px 0;
}
.contact-page-form .contact-content .contact-link {
  color: #050606;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 30px 0;
  opacity: 0.6;
  transition: all .25s ease-in-out;
}
.contact-page-form .contact-content .contact-link:hover {
  opacity: 1;
}
.contact-page-form .contact-content .contact-link i {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.contact-page-form .contact-content .contact-link.address i {
  background-image: url(../images/icons/contact-email.svg);
}
.contact-page-form .contact-content .contact-link.email i {
  background-image: url(../images/icons/contact-pin.svg);
}
.contact-page-form .contact-form {
  width: 50%;
}
.contact-page-form .contact-form form .form-row {
  margin: 40px 0;
}
.contact-page-form .contact-form form .form-row label {
  display: block;
  color: #050606;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-page-form .contact-form form .form-row .textbox {
  width: 100%;
}
@media (max-width: 800px) {
  .contact-page-form {
    padding-top: 120px;
  }
  .contact-page-form .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .contact-page-form .contact-content {
    width: 100%;
    padding-right: 0;
  }
  .contact-page-form .contact-form {
    width: 100%;
  }
}

.portfolio-hero {
  padding: 180px 0 120px;
}
.portfolio-hero .portfolio-hero-header {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.portfolio-hero .portfolio-hero-header h2 {
  font-weight: 400;
  font-size: 24px;
  color: var(--portfolio-secondary-color);
  margin-bottom: 15px;
}
.portfolio-hero .portfolio-hero-header p {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
}
.portfolio-hero .portfolio-hero-image {
  width: 100%;
  height: 635px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 70px 0;
}
.portfolio-hero .portfolio-hero-details {
  max-width: 900px;
  margin: 0 auto;
}
.portfolio-hero .portfolio-hero-details p {
  font-size: 28px;
  line-height: 1.4;
}
.portfolio-hero .portfolio-hero-details .portfolio-categories-list {
  margin: 50px 0;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.portfolio-hero .portfolio-hero-details .portfolio-categories-list li span {
  display: block;
  color: #536168;
  font-size: 16px;
  margin-bottom: 20px;
}
.portfolio-hero .portfolio-hero-details .portfolio-categories-list li strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.portfolio-hero .portfolio-hero-details .portfolio-tags-title {
  display: block;
  color: #536168;
  font-size: 16px;
  margin-bottom: 20px;
}
.portfolio-hero .portfolio-hero-details .portfolio-tags-list {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.portfolio-hero .portfolio-hero-details .portfolio-tags-list li span {
  background: #E8F8FF;
  color: #0598DA;
  padding: 15px 20px;
  border-radius: 25px;
  display: inline-block;
  font-weight: 600;
}

.portfolio-overview-section {
  background: #050606;
  color: #fff;
  padding: 80px 0 120px;
}
.portfolio-overview-section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (max-width: 1100px) {
  .portfolio-overview-section .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.portfolio-overview-section .overview-header {
  width: 420px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1100px) {
  .portfolio-overview-section .overview-header {
    width: 100%;
  }
}
.portfolio-overview-section .overview-header h2 {
  font-weight: 400;
  font-size: 48px;
  position: sticky;
  top: 50px;
}
.portfolio-overview-section .overview-header h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: -20px;
  background: linear-gradient(to left, #1ab7fd 0%, #067db2 100%);
  width: 27px;
  height: 5px;
  -ms-transform: skew(-25deg);
      transform: skew(-25deg);
}
.portfolio-overview-section .overview-content {
  width: calc(100% - 420px);
}
@media (max-width: 1100px) {
  .portfolio-overview-section .overview-content {
    width: 100%;
  }
}
.portfolio-overview-section .overview-content h3 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-top: 50px;
}
.portfolio-overview-section .overview-content p {
  font-size: 20px;
  color: #BDBDBD;
  line-height: 1.4;
  margin: 20px 0;
}

.portfolio-screens {
  background: var(--portfolio-primary-color);
  padding: 120px 0 200px;
}
.portfolio-screens .desktop-screens {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(calc(50% - 15px), 1fr))[2];
      grid-template-columns: repeat(2, minmax(calc(50% - 15px), 1fr));
  column-gap: 30px;
  row-gap: 80px;
}
.portfolio-screens .desktop-screens li:nth-of-type(even) {
  -ms-transform: translate(0, 60px);
      transform: translate(0, 60px);
}
.portfolio-screens .desktop-screens .desktop-window {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(19, 9, 73, 0.11);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all .25s ease-in-out;
}
.portfolio-screens .desktop-screens .desktop-window .window-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
.portfolio-screens .desktop-screens .desktop-window .window-bar span {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 0 0 7px;
  border-radius: 50%;
}
.portfolio-screens .desktop-screens .desktop-window .window-bar span:nth-of-type(1) {
  background: #EE6A5F;
  box-shadow: 0 0 6.64005px 0 #EC6D62 inset;
}
.portfolio-screens .desktop-screens .desktop-window .window-bar span:nth-of-type(2) {
  background: #F5BD4F;
  box-shadow: 0 0 6.64005px 0 #F5C451 inset;
}
.portfolio-screens .desktop-screens .desktop-window .window-bar span:nth-of-type(3) {
  background: #61C454;
  box-shadow: 0 0 6.64005px 0 #68CC58 inset;
}
.portfolio-screens .desktop-screens .desktop-window .screen {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center top;
  transition: all 1.5s ease-in-out;
}
.portfolio-screens .desktop-screens .desktop-window:hover {
  box-shadow: 0 0 50px 0 rgba(19, 9, 73, 0.3);
  -ms-transform: scale(1.02);
      transform: scale(1.02);
}
.portfolio-screens .desktop-screens .desktop-window:hover .screen {
  background-position: center bottom;
}
.portfolio-screens .mobile-screens {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.portfolio-screens .mobile-screens li {
  width: 30%;
  max-width: 320px;
}
.portfolio-screens .mobile-screens .mobile-phone {
  width: 100%;
  height: 0;
  padding-bottom: 200%;
  position: relative;
}
.portfolio-screens .mobile-screens .mobile-phone .screen {
  position: absolute;
  top: 8px;
  left: 5px;
  right: 5px;
  bottom: 8px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.portfolio-process-section {
  color: #050606;
  padding: 80px 0 120px;
}
.portfolio-process-section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (max-width: 1100px) {
  .portfolio-process-section .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.portfolio-process-section .process-header {
  width: 420px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1100px) {
  .portfolio-process-section .process-header {
    width: 100%;
  }
}
.portfolio-process-section .process-header h2 {
  font-weight: 400;
  font-size: 48px;
  position: sticky;
  top: 50px;
}
.portfolio-process-section .process-header h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: -20px;
  background: linear-gradient(to left, #1ab7fd 0%, #067db2 100%);
  width: 27px;
  height: 5px;
  -ms-transform: skew(-25deg);
      transform: skew(-25deg);
}
.portfolio-process-section .process-content {
  width: calc(100% - 420px);
}
@media (max-width: 1100px) {
  .portfolio-process-section .process-content {
    width: 100%;
  }
}
.portfolio-process-section .process-content p {
  font-size: 20px;
  color: #536168;
  line-height: 1.4;
  margin: 20px 0;
}
.portfolio-process-section .process-content p.big {
  font-size: 28px;
  color: #050606;
}

.portfolio-process-list li {
  margin: 40px 0;
  color: #536168;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
}
.portfolio-process-list li:before {
  position: absolute;
  content: '';
  top: 12px;
  left: 2px;
  background: #536168;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.portfolio-process-list li strong {
  font-weight: 600;
}

.portfolio-result-section {
  background: var(--portfolio-secondary-color);
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}
.portfolio-result-section:after {
  position: absolute;
  content: '';
  height: 30px;
  width: calc(50% + 50px);
  right: 0;
  top: -2px;
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 999;
  margin-right: -50px;
  background: #fff;
}
.portfolio-result-section .portfolio-result-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/portfolio-result-bg-shadow.png);
  background-repeat: no-repeat;
  background-position: left center;
  mix-blend-mode: multiply;
}
.portfolio-result-section .container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 999;
}
.portfolio-result-section .portfolio-result-image {
  width: 50%;
}
@media (max-width: 1100px) {
  .portfolio-result-section .portfolio-result-image {
    display: none;
  }
}
.portfolio-result-section .portfolio-result-image .portfolio-result-img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.portfolio-result-section .portfolio-result-content {
  width: 50%;
  padding: 120px 0;
  color: #fff;
}
@media (max-width: 1100px) {
  .portfolio-result-section .portfolio-result-content {
    width: 100%;
    padding: 70px 0;
  }
}
.portfolio-result-section .portfolio-result-content h2 {
  font-weight: 400;
  font-size: 48px;
  position: relative;
  margin-bottom: 30px;
}
.portfolio-result-section .portfolio-result-content h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: -20px;
  background: #fff;
  width: 27px;
  height: 5px;
  -ms-transform: skew(-25deg);
      transform: skew(-25deg);
}
.portfolio-result-section .portfolio-result-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 20px 0;
}
.portfolio-result-section .portfolio-result-content ul {
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-top: 50px;
}
.portfolio-result-section .portfolio-result-content ul li strong {
  font-size: 64px;
  font-weight: 400;
  display: block;
}
.portfolio-result-section .portfolio-result-content ul li span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.portfolio-summary-section {
  background: var(--portfolio-third-color);
  padding: 130px 0;
}
.portfolio-summary-section .container {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .portfolio-summary-section .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.portfolio-summary-section .portfolio-summary-header {
  margin-bottom: 50px;
}
.portfolio-summary-section .portfolio-summary-header h2 {
  font-weight: 400;
  font-size: 32px;
  position: relative;
  color: #050606;
}
.portfolio-summary-section .portfolio-summary-header h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: -20px;
  background: var(--portfolio-secondary-color);
  width: 25px;
  height: 5px;
  -ms-transform: skew(-25deg);
      transform: skew(-25deg);
}
.portfolio-summary-section .summary-technologies {
  width: 500px;
  padding-right: 50px;
}
@media (max-width: 1100px) {
  .portfolio-summary-section .summary-technologies {
    width: 100%;
  }
}
.portfolio-summary-section .summary-deliverables {
  width: calc(100% - 500px);
}
@media (max-width: 1100px) {
  .portfolio-summary-section .summary-deliverables {
    width: 100%;
    margin-top: 80px;
  }
}
.portfolio-summary-section .summary-deliverables .portfolio-process-list li {
  margin: 20px 0;
}
.portfolio-summary-section .portfolio-technologies-list {
  width: 100%;
  max-width: 320px;
}
.portfolio-summary-section .portfolio-technologies-list li {
  margin: 20px 0;
}
.portfolio-summary-section .portfolio-technologies-list li a {
  border-radius: 8px;
  border: 1px solid #D8E8EF;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 84px 15px 16px;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  box-shadow: 0 0 30px 0 rgba(19, 9, 73, 0);
  transition: all .25s ease-in-out;
}
.portfolio-summary-section .portfolio-technologies-list li a i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.portfolio-summary-section .portfolio-technologies-list li a strong {
  color: #050606;
  font-size: 16px;
  font-weight: 600;
}
.portfolio-summary-section .portfolio-technologies-list li a:hover {
  box-shadow: 0 0 30px 0 rgba(19, 9, 73, 0.11);
}

.portfolio-more-casestudies {
  padding: 80px 0 120px;
  overflow: hidden;
}
.portfolio-more-casestudies .section-header h2 {
  font-size: 32px;
  font-weight: 600;
}
.portfolio-more-casestudies .case-studies-list {
  margin-top: 70px;
}

.case-studies-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 600px) {
  .case-studies-list {
    gap: 15px;
  }
}
.case-studies-list li {
  width: calc(33.33% - 20px);
}
@media (max-width: 950px) {
  .case-studies-list li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .case-studies-list li {
    width: 100%;
  }
}

.case-study-item {
  display: block;
  width: 100%;
}
.case-study-item .thumbnail {
  width: 75%;
  height: 0;
  padding-bottom: 50%;
  -ms-transform: skew(-25deg) translate(50px, 0);
      transform: skew(-25deg) translate(50px, 0);
  position: relative;
  overflow: hidden;
}
.case-study-item .thumbnail .image {
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
  bottom: 0;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  -ms-transform: skew(25deg);
      transform: skew(25deg);
  transition: all .25s ease-in-out;
}
.case-study-item:hover .thumbnail .image {
  background-size: auto 110%;
}
.case-study-item h3 {
  color: #050606;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.case-study-item em {
  color: #536168;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: block;
}

.portfolio-page {
  padding: 250px 0 100px;
}
@media (max-width: 900px) {
  .portfolio-page {
    padding-top: 120px;
  }
}
.portfolio-page .case-studies-list {
  row-gap: 80px;
}
.portfolio-page .portfolio-page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 20px 0 130px;
}
.portfolio-page .portfolio-page-header .section-header {
  width: 40%;
}
.portfolio-page .portfolio-page-header p {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 800px) {
  .portfolio-page .portfolio-page-header {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 50px;
  }
  .portfolio-page .portfolio-page-header .section-header {
    width: 100%;
    margin-bottom: 30px;
  }
  .portfolio-page .portfolio-page-header p {
    width: 100%;
  }
}
