/*
Theme Name: sc-Specialcase
Author: Special case
Author URI: https://specialcase.net/
Version: 1.0
*/
/*Fonts*/
@font-face {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "FuturaPT";
  font-display: swap;
  src: url("fonts/FuturaPT-Book.otf");
}
@font-face {
  font-family: "FuturaPT";
  font-weight: 300;
  font-display: swap;
  src: url("fonts/FuturaPT-Demi.otf");
}
@font-face {
  font-family: "FuturaPT";
  font-weight: 500;
  font-display: swap;
  src: url("fonts/FuturaPT-Medium.ttf");
}
@font-face {
  font-family: "FuturaPT";
  font-weight: 700;
  font-display: swap;
  src: url("fonts/FuturaPT-Bold.ttf");
}
@font-face {
  font-family: "Font-Logo";
  font-display: swap;
  src: url("fonts/Font-Logo.otf");
}
/*Wp-post-style*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 30px;
  margin-top: 15px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
}
.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*Default style*/
.hidden,
.hidden-fields-container {
  display: none !important;
}
.visible-mbl-xs,
.visible-mbl,
.visible-tbl,
.visible-dsc {
  display: none !important;
}
.container-fluid {
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.container-fluid .container {
  height: inherit;
  width: 1240px;
  margin: 0 auto;
  clear: both;
}
.f-c::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.v-a-c {
  display: table;
  height: inherit;
}
.v-a-b {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
}
.c-h,
.fancybox-close-small,
label,
input[type="submit"],
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  font-family: "FuturaPT";
  font-size: 18px;
  color: #000;
  line-height: 1;
}
body *::after,
body *::before,
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition:
    color 0.25s,
    background 0.25s,
    box-shadow 0.25s,
    opacity 0.25s,
    border 0.25s,
    fill 0.25s,
    stroke 0.25s;
  -o-transition:
    color 0.25s,
    background 0.25s,
    box-shadow 0.25s,
    opacity 0.25s,
    border 0.25s,
    fill 0.25s,
    stroke 0.25s;
  transition:
    color 0.25s,
    background 0.25s,
    box-shadow 0.25s,
    opacity 0.25s,
    border 0.25s,
    fill 0.25s,
    stroke 0.25s;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
}
input[type="number"]::-ms-expand {
  display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  opacity: 0.8;
  color: inherit;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  opacity: 0.8;
  color: inherit;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  opacity: 0.8;
  color: inherit;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  opacity: 0.8;
  color: inherit;
}
textarea::placeholder,
input::placeholder {
  opacity: 0.8;
  color: inherit;
}
textarea,
input {
  font-family: inherit;
  font-size: inherit;
}
.img-wrap {
  position: relative;
  overflow: hidden;
  height: 0;
}
.img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.img-wrap.contain img {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}
.img-wrap.scale img {
  object-fit: scale-down;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}
.h0,
.h1,
.section-content h1,
.h2,
.section-content h2,
.h3,
.section-content h3,
.h4,
.section-content h4,
.h5,
.section-content h5,
.h6,
.section-content h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.h0 {
  font-weight: 800;
  font-size: 70px;
  line-height: 80px;
  text-transform: uppercase;
}
.h1,
.section-content h1 {
  font-weight: 800;
  font-size: 42px;
  line-height: 55px;
  text-transform: uppercase;
}
.h2,
.section-content h2 {
  font-size: 38px;
  line-height: 50px;
}
.section-content h2 {
  margin: 30px 0;
}
.h6,
.section-content h6,
.h5,
.section-content h5,
.h4,
.section-content h4,
.h3,
.section-content h3 {
  line-height: 25px;
  font-weight: 800;
}
.section-content h6,
.section-content h5,
.section-content h4,
.section-content h3 {
  margin: 26px 0;
}
.section-content {
  line-height: 25px;
}
.section-content > *:first-child {
  margin-top: 0 !important;
}
.section-content > *:last-child {
  margin-bottom: 0 !important;
}
.section-content a {
  color: #3265ff;
  border-bottom: 1px solid transparent;
}
.section-content a.button {
  color: #fff;
}
.section-content a:hover {
  border-bottom-color: #3265ff;
}
.section-content hr {
  border: 1px solid #000;
  margin: 50px 0 50px;
}
.section-content p {
  margin: 10px 0;
}
.section-content b,
.section-content strong {
  font-weight: 700;
}
.section-content em,
.section-content i {
  font-style: italic;
}
.section-content ul {
  margin: 15px 0;
}
.section-content ul > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 39px;
}
.section-content ul:not(.check-list) > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px;
  background-color: #3265ff;
}
.section-content ul.check-list > li:before {
  content: "\e805";
  position: absolute;
  font-family: "fontello";
  height: 20px;
  left: 0;
  top: 2px;
  line-height: 20px;
  color: #3265ff;
}
.section-content ol {
  counter-reset: item;
}
.section-content ol > li {
  counter-increment: item;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}
.section-content ol > li:last-child {
  margin-bottom: 0;
}
.section-content ol > li:before {
  display: inline-block;
  font-weight: 800;
  text-align: right;
  content: counter(item) ".";
  position: absolute;
  left: 0;
}
.section-content .table {
  background-color: #fafafa;
}
.section-content .table th {
  height: 60px;
  font-weight: 300;
  background-color: #f5f5f5;
  vertical-align: middle;
  line-height: 20px;
  padding: 10px 20px;
}
.section-content .table td,
.section-content .table th {
  border-right: 1px solid #fff;
}
.section-content .table td:last-child,
.section-content .table th:last-child {
  border-right: transparent;
}
.section-content .table td {
  padding: 19px 20px;
}
.section-content img {
  max-width: 100%;
  height: auto;
}
.section-content td[valign="middle"] {
  vertical-align: middle;
}
.section-title {
  text-align: center;
}
/*buttins-style*/
.button-2,
.button {
  height: 50px;
  display: inline-table;
  padding: 0 15px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: 0;
}
.button {
  font-size: 14px;
  background-color: #256dff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(37, 109, 255, 0.4);
  box-shadow: 0 2px 3px 0 rgba(37, 109, 255, 0.4);
}
.button-2 {
  position: relative;
  font-size: 16px;
  background: #001c45;
  background: linear-gradient(180deg, #001c45 0%, #003d97 128.89%);
}
.button-2:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: #40b8f8;
  background: -moz-linear-gradient(top, #40b8f8 0%, #ffffff 51%, #2d42aa 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #40b8f8),
    color-stop(51%, #ffffff),
    color-stop(100%, #2d42aa)
  );
  background: -webkit-linear-gradient(
    top,
    #40b8f8 0%,
    #ffffff 51%,
    #2d42aa 100%
  );
  background: -o-linear-gradient(top, #40b8f8 0%, #ffffff 51%, #2d42aa 100%);
  background: -ms-linear-gradient(top, #40b8f8 0%, #ffffff 51%, #2d42aa 100%);
  background: linear-gradient(to bottom, #40b8f8 0%, #ffffff 51%, #2d42aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b8f8', endColorstr='#2d42aa', GradientType=0 );
  z-index: -9;
}
.button:hover {
  background-color: #003cf0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(37, 109, 255, 0.4);
  box-shadow: 0 1px 2px 0 rgba(37, 109, 255, 0.4);
}
.button-2 > span,
.button > span {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.button.transparent {
  color: #256dff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.transparent:hover {
  color: #003cf0;
}
.button.transparent.type-light:hover {
  color: #fff;
}
.button.type-border {
  border: 1px solid #256dff;
}
.button.type-border:hover {
  border-color: #003cf0;
}
.button.type-border.type-light:hover {
  border-color: #fff;
}
.button.type-high {
  height: 55px;
}
.button.processing {
  font-weight: normal;
  position: relative;
}
.button.processing::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: linear-gradient(to right, transparent 0%, #fffa 100%);
  pointer-events: none;
  animation-name: processing;
  animation-timing-function: cubic-bezier(0.06, 0.55, 0.52, 0.64);
  animation-duration: 40s;
  animation-fill-mode: forwards;
}
@keyframes processing {
  from {
    width: 0%;
  }
  to {
    width: 98%;
  }
}

.blue-underline {
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(37, 109, 255, 0.1);
  top: 100%;
  left: 0;
}
.blue-underline:before {
  content: "";
  position: absolute;
  height: 20px;
  left: 20px;
  right: 20px;
  top: 0;
  background-color: rgba(37, 109, 255, 0.1);
}
.blue-gradient {
  overflow: hidden;
  position: relative;
  background: #40ccff;
  background: -moz-linear-gradient(left, #40ccff 0%, #4e79f7 51%, #5a30f1 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #40ccff),
    color-stop(51%, #4e79f7),
    color-stop(100%, #5a30f1)
  );
  background: -webkit-linear-gradient(
    left,
    #40ccff 0%,
    #4e79f7 51%,
    #5a30f1 100%
  );
  background: -o-linear-gradient(left, #40ccff 0%, #4e79f7 51%, #5a30f1 100%);
  background: -ms-linear-gradient(left, #40ccff 0%, #4e79f7 51%, #5a30f1 100%);
  background: linear-gradient(to right, #40ccff 0%, #4e79f7 51%, #5a30f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ccff', endColorstr='#5a30f1', GradientType=1 );
}
.blue-gradient .particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
}
.blue-gradient .container {
  position: relative;
  z-index: 9;
}
.bg-grey {
  background-color: #fafafa;
}
.bg-white {
  background-color: #fff;
}
.bg-grey-to-white {
  background: #fafafa;
  background: -moz-linear-gradient(
    -45deg,
    #fafafa 0%,
    #fafafa 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #fafafa),
    color-stop(50%, #fafafa),
    color-stop(50%, #ffffff),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(
    -45deg,
    #fafafa 0%,
    #fafafa 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  background: -o-linear-gradient(
    -45deg,
    #fafafa 0%,
    #fafafa 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    #fafafa 0%,
    #fafafa 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  background: linear-gradient(
    135deg,
    #fafafa 0%,
    #fafafa 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=1 );
}
/*header-style*/
body {
  --header-height: 80px;
  --line-thickness: 4px;
}
body:has(#header.sticky) {
  --header-height: 60px;
}
#header {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
  z-index: 99;
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #fff;
}
.header-height {
  height: var(--header-height);
  -webkit-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
#header .row-second {
  position: relative;
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
#header .row-third {
  display: inline;
}
.hamburger {
  position: relative;
  display: none;
  width: 60px;
  height: var(--header-height);
  vertical-align: middle;
  margin-left: 30px;
  float: right;
  cursor: pointer;
  -webkit-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
.hamburger span:after,
.hamburger span:before,
.hamburger span {
  position: absolute;
  width: 24px;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
}
.hamburger:hover span:after,
.hamburger:hover span:before,
.hamburger:hover span {
  background-color: #256dff;
}
.hamburger span {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hamburger span:after,
.hamburger span:before {
  content: "";
  left: 0;
}
.hamburger span:after {
  top: 8px;
}
.hamburger span:before {
  bottom: 8px;
}
#header .logo {
  position: absolute;
  left: 40px;
  line-height: var(--header-height);
  font-family: "Font-Logo";
  font-size: 30px;
  white-space: nowrap;
  -webkit-transition: line-height 0.25s;
  -o-transition: line-height 0.25s;
  transition: line-height 0.25s;
}
#header .menu {
  float: left;
  width: 750px;
  margin-right: 44px;
}
#header .menu > li {
  position: relative;
  display: block;
  width: 20%;
  float: left;
}
#header .menu > li:last-child:after,
#header .menu > li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #eceff1;
}
#header .menu > li:last-child:after {
  left: auto;
  right: 0;
}
#header .menu > li.current_page_item:after,
#header .menu > li.current_page_item:before,
#header .menu > li:hover:after,
#header .menu > li:hover:before {
  display: none;
}
#header .menu > li > a {
  display: table;
  width: 100%;
  height: var(--header-height);
  -webkit-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
#header .menu > li.current_page_item:not(.menu-item-6),
#header .menu > li:hover {
  background-color: #000;
  color: #fff;
}
#header .menu > li > a > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#header .sub-menu {
  display: none;
  position: absolute;
  width: 230px;
  left: 0;
  top: 100%;
  border-top: var(--line-thickness) solid #000;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
#header li:hover > .sub-menu {
  display: block;
}
#header .sub-menu li {
  position: relative;
  color: #000;
}
#header .sub-menu li > a {
  display: table;
  width: 100%;
  height: 59px;
  border-top: 1px solid #eceff1;
  border-left: 3px solid transparent;
  padding: 10px 15px;
}
#header .sub-menu li > a:hover {
  background-color: #f8faff;
  color: #3265ff;
  border-left-color: #3265ff;
}
#header .sub-menu li:first-child > a {
  border-top-color: transparent;
}
#header .sub-menu li > a > span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#header .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  border-bottom: var(--line-thickness) solid #000;
  overflow-y: auto;
  max-height: calc(100vh - var(--this-top) - var(--line-thickness) * 3);
  transition: max-height 0.25s;
}
#header .sub-menu .menu-item-has-children:nth-child(1) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 0);
}
#header .sub-menu .menu-item-has-children:nth-child(2) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 1);
}
#header .sub-menu .menu-item-has-children:nth-child(3) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 2);
}
#header .sub-menu .menu-item-has-children:nth-child(4) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 3);
}
#header .sub-menu .menu-item-has-children:nth-child(5) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 4);
}
#header .sub-menu .menu-item-has-children:nth-child(6) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 5);
}
#header .sub-menu .menu-item-has-children:nth-child(7) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 6);
}
#header .sub-menu .menu-item-has-children:nth-child(8) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 7);
}
#header .sub-menu .menu-item-has-children:nth-child(9) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 8);
}
#header .sub-menu .menu-item-has-children:nth-child(10) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 9);
}
#header .sub-menu .menu-item-has-children:nth-child(11) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 10);
}
#header .sub-menu .menu-item-has-children:nth-child(12) .sub-menu {
  --this-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height) + 59px * 11);
}

#header .phones-wrap {
  float: left;
  line-height: 74px;
  height: var(--header-height);
  -webkit-transition:
    height 0.25s,
    line-height 0.25s;
  -o-transition:
    height 0.25s,
    line-height 0.25s;
  transition:
    height 0.25s,
    line-height 0.25s;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
#header.sticky .phones-wrap {
  line-height: 54px;
}
#header .phones-toggle {
  display: none;
  font-size: 26px;
  line-height: var(--header-height);
  cursor: pointer;
  width: 60px;
  text-align: center;
}
#header .phones-wrap.open .phones-toggle {
  background-color: #000;
}
#header .phones-wrap.open:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#header .phones-toggle:hover i {
  color: #256dff;
}
#header .phones-wrap.open .phones-toggle i {
  color: #fff;
}
#header .phones-wrap.open .phones {
  display: block;
}
#header .phones li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#header .phones li:last-child {
  margin-right: 0;
}
#header .phones li b {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #607d8b;
  display: block;
  text-transform: uppercase;
  height: 20px;
}
#header .phones li b:nth-child(2) {
  display: none;
}
#header .phones li a {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  display: block;
  border-bottom: 1px solid transparent;
}
#header .phones li a:hover {
  color: #3265ff;
  border-bottom-color: #3265ff;
}
#header .buttons {
  float: right;
  line-height: 76px;
  height: var(--header-height);
  -webkit-transition:
    height 0.25s,
    line-height 0.25s;
  -o-transition:
    height 0.25s,
    line-height 0.25s;
  transition:
    height 0.25s,
    line-height 0.25s;
}
#header.sticky .buttons {
  line-height: 56px;
}
#header .buttons li {
  display: inline-block;
}
#header .buttons li:nth-child(2) {
  display: none;
}
#header .buttons li:nth-child(2) a {
  display: block;
  width: 40px;
  font-size: 30px;
  line-height: var(--header-height);
  text-align: center;
  -webkit-transition: line-height 0.25s;
  -o-transition: line-height 0.25s;
  transition: line-height 0.25s;
}
#header .buttons li:nth-child(2) a:hover i {
  color: #256dff;
}
#header .button {
  width: 170px;
  vertical-align: middle;
}
#header .languages-toggle {
  position: absolute;
  right: 36px;
  top: 0;
  line-height: 78px;
  height: var(--header-height);
  -webkit-transition:
    height 0.25s,
    line-height 0.25s;
  -o-transition:
    height 0.25s,
    line-height 0.25s;
  transition:
    height 0.25s,
    line-height 0.25s;
}
#header.sticky .languages-toggle {
  line-height: 58px;
}
#header .languages-toggle li {
  display: inline-block;
}
#header .languages-toggle li a {
  display: block;
  width: 40px;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
#header .languages-toggle li a:hover {
  color: #255dff;
}
#header .languages-toggle li.current a {
  width: 50px;
  background-color: #000;
  color: #fff;
  cursor: default;
}
/*s-placeholder-style*/
.s-placeholder {
  padding: 70px 0 80px;
  position: relative;
}
.s-placeholder.type-b {
  padding-bottom: 54px;
}
.s-placeholder .section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.s-placeholder .section-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    179.4deg,
    rgba(0, 0, 0, 0.8) 6.2%,
    rgba(78, 121, 247, 0.8) 64.52%,
    rgba(64, 204, 255, 0.8) 113.85%
  );
}
.s-placeholder .container {
  position: relative;
}
.s-placeholder .container > *:last-child {
  margin-bottom: 0 !important;
}
.s-placeholder .section-title {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  word-break: break-word;
}
.s-placeholder.type-b .section-title {
  margin-bottom: 24px;
}
.s-placeholder .section-descr {
  margin-bottom: 56px;
  color: #fff;
  text-align: center;
  min-height: 75px;
}
.s-placeholder .section-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px;
}
.s-placeholder .section-title + .section-list {
  margin-top: 50px;
}
.s-placeholder .section-list li {
  flex-basis: 25%;
}
.s-placeholder.type-ten-icons .section-list li {
  flex-basis: 20%;
}
.s-placeholder .section-list li > * {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 20px 10px;
}
.s-placeholder .section-icon {
  width: 70px;
  height: 56px;
  opacity: 0.4;
}
.s-placeholder.type-b .section-icon {
  opacity: 1;
  width: 65px;
  min-width: 65px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.s-placeholder.type-b a:hover .section-icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.s-placeholder .section-icon img {
  object-position: 0 50%;
  font-family: "object-fit: contain; object-position: 0 50%;";
}
.s-placeholder .section-subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.s-placeholder.type-b .section-subtitle {
  font-size: 18px;
}
.s-placeholder .section-list li > a:hover .section-subtitle {
  text-decoration: underline;
}
/*s-logos-style*/
.s-logos {
  padding-top: 27px;
  padding-bottom: 27px;
  cursor: default;
}
.s-logos.type-b {
  padding-top: 79px;
  padding-bottom: 71px;
}
.s-logos .row-first {
  text-align: justify;
  height: 65px;
}
.s-logos .row-first:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.s-logos .row-first img {
  display: inline-block;
  max-height: 65px;
  width: auto;
  vertical-align: middle;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.s-logos.type-b .row-first img {
  max-height: 56px;
}
.s-logos .row-first img:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
/*s-services-style*/
.s-services {
  padding-top: 72px;
  padding-bottom: 70px;
}
.s-services.type-b {
  padding-top: 91px;
  padding-bottom: 91px;
}
.s-services .section-anchor {
  position: relative;
  top: -150px;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.s-services .section-title {
  margin-bottom: 47px;
}
.s-services .item-area {
  margin: -40px -10px;
}
.s-services.type-b .item-area {
  margin: -15px;
}
.s-services .section-more {
  margin-top: 60px;
  text-align: center;
}
.s-services .section-more .button {
  width: 218px;
}
.s-services .item-wrap {
  float: left;
  width: 33.33%;
}
.s-services.type-b .item-wrap {
  float: none;
  width: auto;
  padding: 15px;
}
.s-services .item {
  display: block;
  padding: 40px 20px;
  border: 3px solid transparent;
}
.s-services.type-b .item {
  background-color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.05);
  padding: 40px 27px 33px;
}
.s-services.type-b.bg-white .item {
  background-color: #fafafa;
}
.s-services a.item:hover {
  border-color: #256dff;
}
.s-services .item > *:last-child {
  margin-bottom: 0;
}
.s-services .item-head {
  display: table;
  width: 100%;
  margin-bottom: 26px;
}
.s-services.type-b .item-head {
  margin-bottom: 23px;
}
.s-services .item-head .cell {
  display: table-cell;
  vertical-align: middle;
}
.s-services .item-img {
  width: 85px;
}
.s-services .item-img .img-wrap {
  width: 100%;
  height: 65px;
}
.s-services .item-img .img-wrap img {
  object-position: 0 50%;
  font-family: "object-fit: contain; object-position: 0 50%;";
}
.s-services .item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 25px;
  padding: 0 19px;
}
.s-services.type-b .item-title:first-child {
  padding-left: 0;
}
.s-services.type-b .item-title {
  text-transform: uppercase;
}
.s-services a.item:hover .item-title {
  color: #256dff;
}
.s-services .item-descr {
  line-height: 25px;
  margin-bottom: 20px;
}
.s-services.type-b .item-descr {
  font-size: 16px;
  color: #959aa8;
  margin-bottom: 27px;
}
.s-services.type-b .item-descr.section-content p {
  margin: 25px 0;
}
.s-services .item-link {
  width: 85px;
  height: 30px;
  background-image: url(img/arrow-next-2.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
}
.s-services .item:hover .item-link {
  background-position-x: 100%;
}
.s-services.type-b .item-link {
  display: block;
  width: auto;
  height: auto;
  text-align: right;
  background-image: none;
  color: #959aa8;
}
.s-services.type-b .item:hover .item-link {
  background-position-x: 0;
  color: #256dff;
}
.s-services.type-b .item-link i:before,
.s-services.type-b .item-link i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/*s-projects-style*/
.s-projects {
  padding-top: 80px;
  padding-bottom: 77px;
}
.s-projects.type-b {
  padding-top: 91px;
  padding-bottom: 78px;
}
.s-projects .row-first {
  position: relative;
  min-height: 468px;
}
.s-projects .col.first {
  width: 42.5%;
  padding-right: 40px;
}
.s-projects .section-title {
  margin-bottom: 25px;
  text-align: left;
}
.s-projects.type-b .section-title {
  margin-bottom: 49px;
}
.s-reviews .section-carousel.first .owl-stage,
.s-projects .section-carousel.first .owl-stage {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.s-projects .section-body {
  min-height: 300px;
  margin-bottom: 35px;
}
.s-projects.type-b .section-body {
  min-height: 210px;
}
.s-projects .section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 23px;
}
.s-projects.type-b .section-subtitle {
  line-height: 25px;
  margin-bottom: 19px;
}
.s-projects .section-descr {
  line-height: 25px;
}
.s-projects.type-b .section-descr {
  color: #959aa8;
}
.s-projects .section-buttons {
  padding: 2px;
  white-space: nowrap;
}
.s-projects .section-buttons li {
  display: inline-block;
  margin-right: 10px;
}
.s-projects .section-buttons li:last-child {
  margin-right: 0;
}
.s-projects .button {
  width: 170px;
}
.s-projects .button.transparent {
  white-space: nowrap;
}
.s-projects .section-carousel.second {
  position: absolute;
  left: 42.5%;
  height: 100%;
  right: 8.5%;
  top: 0;
}
.s-projects .section-carousel.second .owl-item,
.s-projects .section-carousel.second .owl-stage,
.s-projects .section-carousel.second li,
.s-projects .section-carousel.second a,
.s-projects .section-carousel.second .owl-carousel {
  height: 100%;
}
.s-projects .section-carousel.second .owl-stage-outer {
  position: absolute;
  left: -25px;
  right: -100px;
  top: -25px;
  bottom: -50px;
  padding: 25px 100px 50px 25px;
}
.s-projects .section-carousel.second .owl-item {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}
.s-projects .section-carousel.second a {
  display: block;
}
.s-projects .section-carousel.second img {
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.s-projects .section-carousel.second .owl-item.active {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 21, 64, 0.15);
  box-shadow: 0 15px 25px 0 rgba(0, 21, 64, 0.15);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.s-projects .owl-nav {
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s-projects .owl-nav > div {
  width: 55px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  text-align: center;
}
.s-projects .owl-nav > div:hover {
  background-color: #256dff;
}
.s-projects .owl-prev {
  margin-bottom: 10px;
}
/*s-advantages-style*/
.s-advantages {
  padding-top: 72px;
  padding-bottom: 50px;
}
.s-advantages.type-b {
  padding-top: 92px;
  padding-bottom: 56px;
}
.s-advantages .section-title {
  margin-bottom: 38px;
}
.s-advantages.type-b .section-title {
  margin-bottom: 12px;
}
.s-advantages .item-area {
  margin-bottom: 10px;
}
.s-advantages .item-wrap {
  float: left;
  width: 33.33%;
}
.s-advantages .item-wrap:nth-of-type(3n + 1) {
  clear: left;
}
.s-advantages .item {
  text-align: center;
  padding: 50px 30px 29px;
}
.s-advantages .item-icon {
  height: 65px;
  margin-bottom: 23px;
}
.s-advantages .item-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 25px;
  padding-bottom: 21px;
  margin-bottom: 20px;
}
.s-advantages.type-b .item-title {
  text-transform: uppercase;
}
.s-advantages .item-title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #256dff;
}
.s-advantages .item-descr {
  line-height: 25px;
}
.s-advantages.type-b .item-descr {
  color: #959aa8;
}
.s-advantages .row-first {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/*s-reviews-style*/
.s-reviews {
  padding-top: 42px;
  padding-bottom: 80px;
}
.s-reviews.type-b {
  padding-top: 93px;
  padding-bottom: 98px;
}
.s-reviews.type-b .row-first {
  width: 820px;
  max-width: 100%;
  margin: auto;
}
.s-reviews .section-title {
  margin-bottom: 18px;
}
.s-reviews.type-b .section-title {
  margin-bottom: 51px;
}
.s-reviews.type-b.type-with-descr .section-title {
  margin-bottom: 35px;
}
.s-reviews .section-descr {
  margin-bottom: 34px;
  color: #959aa8;
  text-align: center;
}
.s-reviews .section-carousel.first {
  width: 1030px;
  max-width: 100%;
  margin: 0 auto 35px;
}
.s-reviews.type-b .section-carousel.first {
  margin-bottom: 29px;
}
.s-reviews .section-carousel.first li {
  text-align: center;
  padding-top: 62px;
  background-image: url(img/quote.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 46px 46px;
}
.s-reviews.type-b .section-carousel.first li {
  background-image: none;
  padding: 20px 20px 10px;
  background-color: #fff;
}
.s-reviews .item-more {
  margin-top: 22px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.s-reviews .item-area {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.s-reviews.type-b .item-area {
  position: relative;
  width: 800px;
  padding: 0 130px;
}
.s-reviews .section-logo {
  position: absolute;
  display: block;
  width: 85px;
  height: 85px;
  top: 0;
  z-index: 9;
}
.s-reviews .section-logo img {
  border: 15px solid transparent;
}
.s-reviews .section-logo.first {
  left: 0;
}
.s-reviews .section-logo.second {
  right: 0;
}
.s-reviews .item {
  text-align: center;
}
.s-reviews .item-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 42px;
  border-radius: 50%;
  overflow: hidden;
}
.s-reviews.type-b .item-img {
  position: relative;
  width: 85px;
  height: 85px;
  overflow: visible;
  margin-bottom: 21px;
}
.s-reviews.type-b .item-img:before {
  content: "\E809";
  position: absolute;
  right: -8px;
  bottom: 0;
  font-family: "fontello";
  font-size: 20px;
  color: #256dff;
  opacity: 0;
}
.s-reviews.type-b .owl-item.center .item-img:before {
  opacity: 1;
}
.s-reviews.type-b .item-img img {
  border: 12px solid transparent;
  border-radius: 50%;
  opacity: 0.55;
}
.s-reviews.type-b .owl-item.center .item-img img {
  border-width: 0;
  opacity: 1;
}
.s-reviews .item-title {
  position: relative;
  border-top: 1px solid #d3dbdf;
  padding-top: 26px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 9px;
  color: transparent;
}
.s-reviews.type-b .item-title {
  padding-top: 14px;
  margin-bottom: 13px;
}
.s-reviews .item-title:before {
  content: "";
  position: absolute;
  width: 165px;
  max-width: 100%;
  height: 2px;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
}
.s-reviews.type-b .item-title:before {
  width: 130px;
}
.s-reviews .item-pos {
  font-size: 14px;
  line-height: 20px;
  color: #90a4ae;
  opacity: 0;
}
.s-reviews.type-b .item-pos {
  line-height: 18px;
  color: #959aa8;
}
.s-reviews .center.owl-item .item-img {
  -webkit-box-shadow: 0 15px 20px 0 rgba(84, 110, 122, 0.3);
  box-shadow: 0 15px 20px 0 rgba(84, 110, 122, 0.3);
}
.s-reviews.type-b .center.owl-item .item-img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.s-reviews .center.owl-item .item-title {
  color: #252935;
}
.s-reviews .center.owl-item .item-title:before {
  background-color: #256dff;
}
.s-reviews .center.owl-item .item-pos {
  opacity: 1;
}
.s-reviews .owl-nav {
  position: absolute;
  width: 1250px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -68px;
}
.s-reviews .owl-nav > div {
  width: 30px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
}
.s-reviews .owl-nav > div * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.s-reviews .owl-nav > div:hover {
  color: #256dff;
}
.s-reviews .owl-prev {
  float: left;
}
.s-reviews .owl-next {
  float: right;
}
.s-reviews .owl-stage-outer {
  z-index: 9;
}
/*s-technology-style*/
.s-technology {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
}
.s-technology ul {
  text-align: center;
  white-space: nowrap;
}
.s-technology ul li {
  display: inline-block;
  width: 19%;
  width: calc(20% - 4px);
  height: 120px;
  border-right: 1px solid #333;
}
.s-technology ul li:first-child {
  border-left: 1px solid #333;
}
.s-technology ul li img {
  border-style: solid;
  border-color: transparent;
  border-width: 0 20px;
}
/*footer-style*/
#footer {
  padding-top: 75px;
  padding-bottom: 43px;
}
#footer .row-first {
  margin: 0 -10px;
}
#footer .row-first > .col {
  float: left;
  padding: 0 10px;
}
#footer .row-first > .col.first {
  width: 28%;
}
#footer .logo {
  font-family: "Font-Logo";
  font-size: 32px;
  margin-bottom: 36px;
  white-space: nowrap;
  display: inline-block;
}
#footer .phones {
  margin-bottom: 32px;
}
#footer .phones li {
  margin-bottom: 10px;
  white-space: nowrap;
}
#footer .phones li:last-child {
  margin-bottom: 0;
}
#footer .phones li b {
  display: inline-block;
  width: 88px;
  font-weight: 300;
  line-height: 20px;
  color: #607d8b;
  text-transform: uppercase;
}
#footer .phones li a {
  line-height: 20px;
  border-bottom: 1px solid transparent;
}
#footer .phones li a:hover {
  color: #3265ff;
  border-bottom-color: #3265ff;
}
#footer .address {
  line-height: 25px;
  margin-bottom: 35px;
}
#footer .soc {
  margin-bottom: 49px;
}
#footer .soc li {
  display: inline-block;
  margin-right: 7px;
}
#footer .soc li:last-child {
  margin-right: 0;
}
#footer .soc li a {
  display: block;
  width: 80px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 18px;
}
#footer .soc li a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer .facebook {
  background-color: #385599;
  -webkit-box-shadow: 0 2px 3px 0 rgba(56, 85, 153, 0.4);
  box-shadow: 0 2px 3px 0 rgba(56, 85, 153, 0.4);
  background-image: url(img/facebook.svg);
}
#footer .linkedin {
  background-color: #0270ad;
  -webkit-box-shadow: 0 2px 3px 0 rgba(2, 112, 173, 0.4);
  box-shadow: 0 2px 3px 0 rgba(2, 112, 173, 0.4);
  background-image: url(img/linkedin.svg);
}
#footer .copyright {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 19px;
}
#footer .links li {
  float: left;
}
#footer .links li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 15px;
  line-height: 20px;
  background-color: #000;
  margin: 0 8px;
}
#footer .links li:last-child:after {
  display: none;
}
#footer .links li a {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid transparent;
}
#footer .links li a:hover {
  color: #3265ff;
  border-bottom-color: #3265ff;
}
#footer .row-first > .col.fifth,
#footer .row-first > .col.fourth,
#footer .row-first > .col.third,
#footer .row-first > .col.second {
  width: 18%;
}
#footer .col-title {
  margin-bottom: 47px;
}
#footer .col-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
#footer .col-title a:hover {
  color: #256dff;
}
#footer .menu li {
  margin-bottom: 15px;
}
#footer .menu li a {
  line-height: 25px;
  border-bottom: 1px solid transparent;
}
#footer .menu li a:hover {
  color: #256dff;
  border-bottom-color: #256dff;
}
#footer .row-first > .col.sixth {
  display: none;
  float: none;
}
/*s-placeholder-s-style*/
.s-placeholder-s {
  padding-top: 78px;
}
.s-placeholder-s .section-title {
  margin-bottom: 20px;
  color: #fff;
}
.s-placeholder-s .section-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 620px;
  margin: 0 0 10px;
}
.s-placeholder-s .section-body {
  position: relative;
  padding-top: 17px;
}
.s-placeholder-s.type-b .section-body {
  padding-bottom: 150px;
  margin: 0 45px 0 110px;
  /* padding-left: 110px; */
}
.s-placeholder-s.type-b .section-body:before,
.s-placeholder-s .section-button:before {
  content: "";
  position: absolute;
  width: 150vw;
  left: -50vw;
  background-color: #fafafa;
}
.s-placeholder-s .section-button:before {
  top: 0;
  height: 100%;
}
.s-placeholder-s.type-b .section-body:before {
  height: 100px;
  bottom: 0;
}
.s-placeholder-s .section-sidebar {
  width: 38%;
  padding-right: 20px;
}
.s-placeholder-s.type-b .section-sidebar {
  width: 490px;
  position: relative;
  z-index: 9;
}
.s-placeholder-s.without-image .section-sidebar {
  width: auto;
  padding-right: 0;
}
.s-placeholder-s .section-list {
  min-height: 240px;
  margin-bottom: 30px;
}
.s-placeholder-s.type-b .section-list {
  position: relative;
  min-height: 0;
  margin-bottom: 40px;
  padding: 30px 25px 0;
  background: #001c45;
  background: linear-gradient(
    180deg,
    #3146b4 0%,
    #0a0c43 51.93%,
    rgba(65, 186, 250, 0) 95.24%
  );
  border: 2px solid #5a30f1;
  border-bottom: none;
}
.s-placeholder-s .section-list li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  padding-left: 51px;
  position: relative;
}
.s-placeholder-s.type-b .section-list li {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.s-placeholder-s .section-list li:before {
  content: "\e805";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 23px;
  text-align: center;
}
.s-placeholder-s.type-b .section-list li:before {
  display: none;
}
.s-placeholder-s .section-button {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.s-placeholder-s.type-b .section-button {
  padding: 0 25px;
}
.s-placeholder-s.type-b .section-button:before {
  display: none;
}
.s-placeholder-s .button {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 9;
}
.s-placeholder-s .section-img {
  position: absolute;
  width: 62%;
  height: 100%;
  right: 0;
  top: 0;
}
.s-placeholder-s.type-b .section-img {
  width: 770px;
}
.s-placeholder-s .section-img img {
  object-position: 50% 0;
  font-family: "object-fit: contain; object-position: 50% 0;";
}
.s-placeholder-s.type-b .section-img img {
  object-position: 50% 100%;
  font-family: "object-fit: contain; object-position: 50% 100%;";
}
/*s-web-application-style*/
.s-web-application {
  padding-top: 81px;
  padding-bottom: 41px;
}
.s-web-application .section-title {
  margin-bottom: 49px;
}
.s-web-application .item-area {
  margin: -10px;
}
.s-web-application .item-wrap {
  float: left;
  width: 50%;
  padding: 10px;
}
.s-web-application .item-wrap:nth-of-type(2n + 1) {
  clear: left;
}
.s-web-application .item {
  display: block;
  position: relative;
  min-height: var(--web-application-item-min-height, 290px);
  background-color: #fafafa;
  padding: 39px 207px 27px 27px;
  border: 3px solid transparent;
}
.s-web-application .item:hover {
  border-color: #256dff;
}
.s-web-application.without-hover .item:hover {
  border-color: transparent;
}
.s-web-application .item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: inherit;
  margin-top: 0;
}
.s-web-application .item:hover .item-title {
  color: #256dff;
}
.s-web-application.without-hover .item:hover .item-title {
  color: #000;
}
.s-web-application .item-descr {
  line-height: 25px;
}
.s-web-application .item-descr__deliverables {
  margin-top: 14px;
}
.s-web-application .item-descr__deliverables-title {
  display: block;
  font-weight: 600;
}
.s-web-application .item-descr__deliverables ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.s-web-application .item-descr__deliverables ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
}
.s-web-application .item-descr__deliverables ul li:last-child {
  margin-bottom: 0;
}
.s-web-application .item-descr__deliverables ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.s-web-application .item-img {
  position: absolute;
  width: 190px;
  height: 100%;
  right: 0;
  top: 0;
}
.s-web-application .item-img img {
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}

/* Wide Card Variant for Single Last-Row Item */
.s-web-application .item-wrap--wide {
  width: 100%;
  clear: both;
}

.s-web-application .item-wrap--wide .item {
  display: flex;
  align-items: center;
  min-height: auto;
  padding: 40px 280px 40px 40px;
  background-color: #f1f5f9;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.s-web-application .item-wrap--wide .item-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* Icon Wrapper Styling */
.s-web-application .item-wrap--wide .item-icon {
  margin-right: 40px;
  display: flex;
  align-items: center;
  color: #64748b;
}
.s-web-application .item-wrap--wide .item-icon svg {
  width: 24px;
  height: 24px;
}

/* Remove old pseudo-element icon and reset title layout */
.s-web-application .item-wrap--wide .item-title {
  display: block;
  margin-bottom: 0;
}

.s-web-application .item-wrap--wide .item-title::before {
  display: none;
  content: none;
}

.s-web-application .item-wrap--wide .item-img {
  width: 240px;
  height: 100%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/*s-showcase-style*/
.s-showcase {
  padding-top: 30px;
  padding-bottom: 30px;
}
.s-showcase .section-title {
  margin-bottom: 39px;
}
.s-showcase ul {
  margin: -7.5px -10px;
}
.s-showcase ul li {
  float: left;
  width: 25%;
  padding: 7.5px 10px;
}
.s-showcase ul li a {
  display: block;
  height: 200px;
  background-color: #002e8a;
}
.s-showcase ul li a img {
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.s-showcase ul li a:hover img {
  opacity: 0.2;
}
.s-showcase ul li a p {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  text-align: center;
  padding: 20px;
  line-height: 25px;
}
.s-showcase ul li a:hover p {
  opacity: 1;
}
.s-showcase .section-button {
  margin-top: 25px;
}
.s-showcase .button {
  width: 100%;
}
/*s-technology-stack-style*/
.s-technology-stack {
  padding-top: 43px;
  padding-bottom: 40px;
}
.s-technology-stack .section-title {
  margin-bottom: 37px;
}
.s-technology-stack ul li {
  float: left;
  width: 20%;
  height: 150px;
}
.s-technology-stack ul li img {
  border: 15px solid transparent;
}
/*s-featured-style*/
.s-featured {
  padding-top: 34px;
  padding-bottom: 42px;
}
.s-featured .section-header {
  margin-bottom: 46px;
}
.s-featured .section-title {
  margin-bottom: 30px;
}
.s-featured .section-subtitle {
  line-height: 25px;
  text-align: center;
  color: #959aa8;
}
.s-featured .item-area {
  padding-right: 85px;
  background-color: #fafafa;
}

.s-featured .item {
  position: relative;
  padding-left: 505px;
}
.s-featured .item-img {
  position: absolute;
  width: 505px;
  height: 100%;
  left: 0;
  top: 0;
}
.s-featured .item-img img {
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0";
}
.s-featured .item-body {
  padding: 52px 40px 47px;
}
.s-featured .item-head {
  min-height: 200px;
  margin-bottom: 31px;
}
.s-featured .item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 30px;
}
.s-featured .item-descr {
  line-height: 25px;
}
.s-featured .item-footer {
  white-space: nowrap;
}
.s-featured .item-footer li {
  display: inline-block;
  vertical-align: middle;
}
.s-featured .button {
  width: 170px;
}
.s-featured .slider-pag {
  margin-left: 22px;
  line-height: 50px;
}
.s-featured .owl-nav {
  position: absolute;
  right: -84px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s-featured .owl-nav > div {
  width: 55px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  text-align: center;
}
.s-featured .owl-nav > div:hover {
  background-color: #256dff;
}
.s-featured .owl-prev {
  margin-bottom: 10px;
}
.s-featured .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e3e4e4;
  margin: 5px 8px;
  vertical-align: middle;
}
.s-featured .owl-dot.active {
  background-color: #256dff;
}
/*s-questions-style*/
.s-questions {
  padding-top: 40px;
  padding-bottom: 44px;
}
.s-questions .section-title {
  margin-bottom: 38px;
}
.s-questions .item-wrap {
  border-bottom: 1px solid #eee;
}
.s-questions .item-wrap.open {
  background-color: #fafafa;
  border-bottom-color: transparent;
}
.s-questions .item {
  padding: 0 105px;
  -webkit-transition: padding 0.25s;
  -o-transition: padding 0.25s;
  transition: padding 0.25s;
}
.s-questions .item-wrap.open .item {
  padding-top: 10px;
  padding-bottom: 29px;
}
.s-questions .item-title {
  cursor: pointer;
  display: table;
  width: 100%;
  height: 110px;
  -webkit-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
.s-questions .item-wrap.open .item-title {
  height: 70px;
}
.s-questions .item-title .cell {
  display: table-cell;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 25px;
}
.s-questions .item-title .cell:first-child {
  padding-right: 15px;
}
.s-questions .item-title:hover span:first-child {
  color: #256dff;
}
.s-questions .item-title .drop {
  width: 20px;
  text-align: right;
}
.s-questions .item-title i {
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.s-questions .item-wrap.open .item-title i:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0.4;
}
.s-questions .item-descr {
  height: 0;
  -webkit-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
  overflow: hidden;
}
/*s-questions-text-style*/
.s-questions-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s-questions-text .section-title {
  margin-bottom: 36px;
}
/*s-other-services-style*/
.s-other-services {
  padding-top: 40px;
  padding-bottom: 100px;
}
.s-other-services .section-title {
  margin-bottom: 36px;
}
.s-other-services .item-area {
  margin: -10px;
}
.s-other-services .item-wrap {
  float: left;
  width: 33.33%;
  padding: 10px;
}
.s-other-services .item {
  display: table;
  width: 100%;
  background-color: #fafafa;
  padding: 25px 39px;
}
.s-other-services .item .cell {
  display: table-cell;
  vertical-align: middle;
}
.s-other-services .item-title {
  padding-right: 10px;
}
.s-other-services .item-title a {
  font-weight: 500;
  line-height: 25px;
  border-bottom: 1px solid #c6d0d4;
}
.s-other-services .item-title a:hover {
  color: #255dff;
  border-bottom-color: #255dff;
}
.s-other-services .item-img {
  width: 65px;
}
.s-other-services .item-img .img-wrap {
  height: 70px;
}
/*s-consultation-style*/
.s-consultation {
  padding-top: 71px;
  padding-bottom: 89px;
  background-color: #fafafa;
}
.s-consultation.type-b {
  padding-top: 90px;
}
.s-consultation .section-title {
  margin-bottom: 21px;
}
.s-consultation.type-b .section-title {
  margin-bottom: 68px;
}
.s-consultation .section-subtitle {
  margin-bottom: 40px;
  line-height: 25px;
  text-align: center;
  color: #959aa8;
}
.s-consultation .section-subtitle a {
  color: #3265ff;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: border-bottom-color .2s ease;
}
.s-consultation .section-subtitle a:hover,
.s-consultation .section-subtitle a:focus,
.s-consultation .section-subtitle a:focus-visible {
  border-bottom-color: #3265ff;
}
.s-consultation .row-first {
  margin: 0 -10px;
}
.s-consultation .col {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}
.s-consultation .submit,
.s-consultation .input {
  width: 100%;
  border-radius: 0;
}
.s-consultation .input:focus {
  border-bottom-color: #256dff;
}
.s-consultation .input {
  line-height: 25px;
  border: none;
  border-bottom: 2px solid #000;
  height: 50px;
  padding: 0;
  background-color: transparent;
}
.s-consultation span .input {
  margin-bottom: 29px;
}
.s-consultation span:last-child .input {
  margin-bottom: 0;
}
.s-consultation label {
  font-size: 18px;
  line-height: 25px;
}
.s-consultation textarea {
  border: 2px solid #000;
  width: 100%;
  resize: none;
  padding: 10px;
  font-size: 18px;
  line-height: 25px;
}
/*m-contact-us*/
.modal {
  max-width: 100%;
  padding: 54px 60px 60px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}
.m-contact-us {
  width: 520px;
}
.m-contact-us .s-consultation {
  padding: 0;
  overflow: visible;
  min-width: 0;
  background-color: transparent;
}
.m-sending .section-title,
.m-contact-us .s-consultation .section-title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 13px;
}
.m-contact-us .container-fluid .container {
  width: auto;
  padding: 0;
}
.m-contact-us .s-consultation .row-first {
  margin: 0;
}
.m-contact-us .s-consultation .col {
  float: none;
  width: auto;
  padding: 0;
  margin-bottom: 24px;
}
.s-consultation span:first-child .input {
  margin-bottom: 24px;
}
.s-consultation.type-b span:first-child .input {
  margin-bottom: 46px;
}
.m-contact-us .s-consultation .col:last-child {
  margin-bottom: 0;
}
.m-contact-us .s-consultation .input {
  font-size: 18px;
  height: 55px;
}
.m-contact-us .s-consultation .submit {
  height: 60px;
  margin-top: 18px;
}
/*m-sending*/
.m-sending {
  width: 520px;
}
/*s-placeholder-p-style*/
.s-placeholder-p {
  position: relative;
  padding-top: 77px;
  padding-bottom: 40px;
}
.s-placeholder-p .container {
  position: relative;
}
.s-placeholder-p .section-bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 120px;
  left: 0;
}
.s-placeholder-p .section-title {
  color: #fff;
  margin-bottom: 33px;
  position: relative;
}
.s-placeholder-p .section-body {
  position: relative;
  height: 460px;
}
.s-placeholder-p .section-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.s-placeholder-p .section-img img {
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.s-placeholder-p .section-body .cell {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -22px;
  text-align: center;
}
.s-placeholder-p .section-icon {
  display: inline-block;
  width: 210px;
  height: 60px;
  margin-bottom: 28px;
}
.s-placeholder-p .section-button {
  display: inline-block;
  width: 210px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #256dff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(197, 200, 201, 0.44);
}
.s-placeholder-p .section-button:hover {
  background-color: #256dff;
}
/*s-challenge-style*/
.s-challenge {
  padding-top: 51px;
  padding-bottom: 69px;
}
.s-challenge .row-first {
  margin: 0 -10px;
}
.s-challenge .row-first > .col {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.s-challenge .col-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 25px;
}
.s-challenge .section-descr {
  margin-top: 36px;
}
.s-challenge .section-list li {
  float: left;
  width: 20%;
  height: 100px;
}
.s-challenge .section-list li img {
  border-style: solid;
  border-color: transparent;
  border-width: 28px 10px;
}
/*s-preview-project-style*/
.s-preview-project {
  padding-top: 79px;
  padding-bottom: 66px;
  background-color: #fafafa;
}
.s-preview-project .section-title {
  margin-bottom: 41px;
}
.s-preview-project .item-area {
  margin: 0 -10px;
}
.s-preview-project .item-wrap {
  padding: 0 10px;
}
.s-preview-project .item {
  text-align: center;
  padding: 0 0 20px;
}
.s-preview-project .item-img {
  height: 300px;
  margin-bottom: 29px;
  display: block;
}
.s-preview-project .item:hover .item-img {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 21, 64, 0.15);
  box-shadow: 0 15px 25px 0 rgba(0, 21, 64, 0.15);
}
.s-preview-project .item:hover .item-img img {
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.portfolio-case-preview.is-image-fit-top .item-img img {
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.s-preview-project .item-increase {
  width: 200px;
  max-width: 100%;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 45px;
  color: #fff;
  white-space: nowrap;
  background-color: #3265ff;
  text-align: center;
  opacity: 0;
  z-index: 9;
}
.s-preview-project .item:hover .item-increase {
  opacity: 1;
}
.s-preview-project .item-title span {
  line-height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #c6d0d4;
}
.s-preview-project .item:hover .item-title span {
  color: #3265ff;
}
.s-preview-project .owl-nav > div {
  position: absolute;
  width: 55px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -27px;
}
.s-preview-project .owl-nav > div:hover {
  background-color: #256dff;
}
.s-preview-project .owl-prev {
  left: 10px;
}
.s-preview-project .owl-next {
  right: 10px;
}
/*s-solution-style*/
.s-solution {
  padding-top: 82px;
  padding-bottom: 90px;
}
.s-solution .section-title {
  margin-bottom: 30px;
}
.s-solution .section-subtitle {
  line-height: 25px;
  width: 860px;
  max-width: 100%;
  margin: 0 auto 64px;
  text-align: center;
}
.s-solution .section-list {
  max-width: 100%;
  width: 842px;
  margin: -5px auto;
}
.s-solution .section-list li {
  float: left;
  width: 50%;
  padding: 5px 10px 5px 60px;
  position: relative;
  line-height: 25px;
}
.s-solution .section-list li:nth-of-type(2n + 1) {
  clear: left;
}
.s-solution .section-list li:before {
  content: "\e805";
  font-family: "fontello";
  position: absolute;
  width: 41px;
  height: 20px;
  left: 0;
  top: 8px;
  line-height: 20px;
  font-size: 20px;
  color: #3265ff;
  text-align: center;
}
/*s-placeholder-t-style*/
.s-placeholder-t {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  max-height: 600px;
}
.s-placeholder-t .container {
  position: relative;
  z-index: 9;
}
.s-placeholder-t .section-bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 120px;
}
.s-placeholder-t.without-image .section-bg {
  bottom: 0;
}
.s-placeholder-t .section-breadcrambs {
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}
.s-placeholder-t .section-breadcrambs a {
  border-bottom: 1px solid #fff;
}
.s-placeholder-t .section-breadcrambs i {
  display: inline-block;
  margin: 0 3px;
  font-style: normal;
}
.s-placeholder-t .section-title {
  margin-bottom: 38px;
  color: #fff;
}
.s-placeholder-t.without-image .section-title {
  margin-bottom: 0;
}
.s-placeholder-t .section-img {
  height: 460px;
  overflow: visible;
}
.s-placeholder-t .section-descr {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-placeholder-t .section-descr:last-child {
  margin-bottom: 0;
}
.s-placeholder-t .section-subcategory {
  color: #fff;
  margin-top: 20px;
}
.s-placeholder-t .section-subcategory li {
  display: inline-block;
  margin: 5px 10px;
}
.s-placeholder-t .section-subcategory li a {
  border-bottom: 1px solid;
}
.s-placeholder-t .post-ratings {
  color: #fff;
  font-size: 15px;
  line-height: 16px;
}
.s-placeholder-t .post-ratings > * {
  vertical-align: middle;
}
.s-placeholder-t .post-ratings script {
  display: none !important;
}
.s-placeholder-t .post-ratings img {
  margin: 0 2px;
}
/*s-text-style*/
.s-text {
  padding-top: 21px;
  padding-bottom: 88px;
}
.s-text.type-padding-normal {
  padding: 60px 0;
}
body.single-post .s-text {
  padding-bottom: 50px;
}
.s-text .row-first {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
.s-text .section-share {
  margin-top: 30px;
}
.s-text .section-share li {
  display: inline-block;
  margin: 0 3px;
}
.s-text .section-share img {
  height: 36px;
  width: auto;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.s-text .section-share a:hover img {
  -webkit-filter: none;
  filter: none;
}
/*fontello-style*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-left: 0;
  margin-right: 0;
  line-height: initial;
  width: auto;
}
/*fancybox-style*/
.fancybox-close-small {
  width: 40px;
  height: 40px;
  background-color: #eee;
  color: #000;
  padding: 0;
}
.fancybox-close-small svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-content {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/*cf7-style*/
span.wpcf7-not-valid-tip {
  display: none;
}
.s-consultation .input.wpcf7-not-valid {
  border-color: #f00;
}
div.wpcf7-response-output {
  margin: 30px 0 0;
  border: 0;
  padding: 0;
  font-size: 14px;
  opacity: 0.7;
}
div.wpcf7 .ajax-loader,
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
/*s-response-style*/
.s-response {
  padding-top: 60px;
  padding-bottom: 60px;
}
.s-response .section-title {
  margin-bottom: 50px;
}
.s-response .item-area {
  margin: -10px;
}
.s-response .item-wrap {
  float: left;
  width: 25%;
  padding: 10px;
}
.s-response .item {
  display: block;
  background-color: #fafafa;
}
.s-response .item:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.s-response .item-img {
  padding-top: 118%;
}
.s-response .item-body {
  padding: 20px;
}
.s-response .item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 15px;
}
.s-response .item:hover .item-title {
  color: #256dff;
}
.s-response .item-subtitle {
  line-height: 25px;
}
/*grecaptcha-style*/
.grecaptcha-badge {
  display: none;
}
/*wow-style*/
.wow {
  visibility: hidden;
}
/*s-contacts-style*/
.s-contacts {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.s-contacts > div {
  display: table-cell;
  vertical-align: top;
}
.s-contacts > .m-contact-us {
  width: 50%;
}
.s-contacts > .ss-offices {
  width: 50%;
  padding-left: 60px;
}
.ss-offices img {
  width: 55px;
  height: 50px;
}
/*s-careers*/
.s-careers {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.s-careers > div {
  display: table-cell;
  vertical-align: top;
}
.s-careers > .m-contact-us {
  width: 50%;
}
.s-careers > .ss-jobs {
  width: 50%;
  padding-right: 60px;
}
.s-careers .s-consultation textarea {
  height: 150px;
}
/*s-blog*/
.s-blog {
  padding-top: 21px;
  padding-bottom: 50px;
}
.s-blog .item-wrap {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.s-blog .item-wrap:last-child {
  margin-bottom: 0;
}
.s-blog .item {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.s-blog .item-image-wrap {
  display: table-cell;
  vertical-align: top;
  width: 330px;
  padding-right: 30px;
}
.s-blog .item-image {
  display: block;
  padding-top: 56.25%;
  box-shadow: 0 7px 12px 0 rgba(0, 21, 64, 0.15);
}
.s-blog .item-image:hover {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 21, 64, 0.15);
  box-shadow: 0 15px 25px 0 rgba(0, 21, 64, 0.15);
}
.s-blog .item-sidebar {
  display: table-cell;
  vertical-align: middle;
}
.s-blog .item-title {
  margin-bottom: 15px;
}
.s-blog .item-title a:hover {
  color: #3265ff;
}
.s-blog .item-body {
  margin-bottom: 20px;
}
.s-blog .item-rating {
  display: inline-block;
  margin-right: 20px;
}
.s-blog .item-date {
  display: inline-block;
  margin-right: 20px;
}
.s-blog .item-cat {
  display: inline-block;
}
.s-blog .item-cat a:hover {
  color: #3265ff;
}
/*s-navigation-style*/
.s-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
}
.s-navigation ul {
  white-space: nowrap;
}
.s-navigation ul li {
  display: inline-block;
  margin: 0 15px;
}
.s-navigation ul li:first-child {
  margin-left: 0;
}
.s-navigation ul li:last-child {
  margin-right: 0;
}
.s-navigation ul li a,
.s-navigation ul li span {
  display: block;
  font-size: 20px;
  padding: 0 5px;
}
.s-navigation ul li a:hover {
  color: #3265ff;
}
/*s-similar-posts-style*/
.s-similar-posts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.s-similar-posts .section-title {
  margin-bottom: 30px;
}
.s-similar-posts .item-area {
  margin: 0 -15px;
}
.s-similar-posts .item-wrap {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.s-similar-posts .item-img {
  display: block;
  padding-top: 37%;
}
.s-similar-posts .item-img img {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.s-similar-posts .item-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.s-similar-posts .item-border {
  position: relative;
  height: 20px;
  margin-bottom: 15px;
}
.s-similar-posts .blue-underline {
  top: 0;
}
.s-similar-posts .item-cat {
  margin-bottom: 10px;
}
.s-similar-posts .item-cat a:hover {
  color: #3265ff;
}
.s-similar-posts .item-title a:hover {
  color: #3265ff;
}
/*s-progress-reading-style*/
.s-progress-reading {
  width: 0;
  height: 0;
  background-color: #256dff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  -webkit-transition:
    height 0.25s,
    width 0.25s;
  -o-transition:
    height 0.25s,
    width 0.25s;
  transition:
    height 0.25s,
    width 0.25s;
}
.s-progress-reading.reading {
  height: 5px;
}
/*ss-cookie-style*/
.ss-cookie {
  position: fixed;
  width: 100%;
  padding: 13px 10px;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  -webkit-box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.ss-cookie.disable {
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  -o-transform: translateY(400px);
  transform: translateY(400px);
}
.ss-cookie .item-button {
  margin-left: 5px;
  height: 34px;
  vertical-align: middle;
}
.ss-cookie .item-title {
  text-align: center;
}
/* s-our-stack-style */
.s-our-stack .section-header {
  margin-bottom: 63px;
}
.s-our-stack .section-title {
  margin-top: 92px;
  margin-bottom: 39px;
}
.s-our-stack .section-title:last-child {
  margin-bottom: 0;
}
.s-our-stack .section-subtitle {
  line-height: 25px;
  text-align: center;
  color: #959aa8;
}
.s-our-stack .item-wrap {
  position: relative;
  z-index: 9;
}
.s-our-stack .item {
  position: relative;
  padding: 86px 72px 65px;
  z-index: 9;
  color: #fff;
  width: 50%;
  min-height: 570px;
}
.s-our-stack.type-invert .item-wrap:nth-of-type(2n) .item,
.s-our-stack.type-normal .item-wrap:nth-of-type(2n-1) .item {
  padding-left: 0;
}
.s-our-stack.type-invert .item-wrap:nth-of-type(2n-1) .item,
.s-our-stack.type-normal .item-wrap:nth-of-type(2n) .item {
  float: right;
  padding-right: 0;
}
.s-our-stack .item-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: -9;
  overflow: hidden;
  background-color: #000;
}
.s-our-stack .item-bg.first {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.s-our-stack .item-bg.first img {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.s-our-stack.type-invert .item-wrap:nth-of-type(2n) .item-bg.first img,
.s-our-stack.type-invert .item-wrap:nth-of-type(2n-1) .item-bg.second img,
.s-our-stack.type-normal .item-wrap:nth-of-type(2n) .item-bg.second img,
.s-our-stack.type-normal .item-wrap:nth-of-type(2n-1) .item-bg.first img {
  opacity: 0.55;
  filter: blur(0px);
}
.s-our-stack.type-invert .item-wrap:nth-of-type(2n):hover .item-bg.first img,
.s-our-stack.type-invert .item-wrap:nth-of-type(2n-1):hover .item-bg.second img,
.s-our-stack.type-normal .item-wrap:nth-of-type(2n):hover .item-bg.second img,
.s-our-stack.type-normal .item-wrap:nth-of-type(2n-1):hover .item-bg.first img {
  opacity: 0.25;
  filter: blur(20px);
}
.s-our-stack .item-bg.second img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s-our-stack .item-title {
  margin-bottom: 28px;
}
.s-our-stack .item-descr {
  min-height: 246px;
}
.s-our-stack .item-more {
  margin-top: 40px;
  text-align: right;
}
.s-our-stack .item-more .button {
  width: 144px;
}
/* s-values-style */
.s-values {
  padding-top: 91px;
  padding-bottom: 112px;
}
.s-values .section-title {
  margin-bottom: 46px;
}
.s-values .item-area {
  margin: -10px;
  padding: 0 105px;
}
.s-values .item-wrap {
  padding: 10px;
}
.s-values .item-title {
  margin-bottom: 24px;
  padding-top: 5px;
  padding-left: 50px;
  text-transform: uppercase;
  position: relative;
}
.s-values .item-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #256dff;
}
.s-values .item-descr {
  padding-left: 50px;
  color: #959aa8;
}
.s-values .owl-nav > div {
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -30px;
}
.s-values .owl-nav > div:hover {
  color: #256dff;
}
.s-values .owl-prev {
  right: 100%;
  margin-right: 45px;
}
.s-values .owl-next {
  left: 100%;
  margin-left: 45px;
}
.s-values .owl-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 36px;
}
.s-values .owl-dot {
  width: 13px;
  height: 13px;
  background-color: #959aa8;
  margin: 7px;
}
.s-values .owl-dot.active {
  background-color: #256dff;
}
/* s-advance-business-style */
.s-advance-business {
  padding-top: 91px;
  padding-bottom: 92px;
}
.s-advance-business .row-first > *:last-child {
  margin-bottom: 0;
}
.s-advance-business .section-title {
  text-align: center;
  margin-bottom: 39px;
}
.s-advance-business .section-descr {
  text-align: center;
  color: #959aa8;
}
/* s-202004211230-style */
.s-202004211230 {
  padding-top: 98px;
  padding-bottom: 86px;
}
.s-202004211230 .row-first {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin: -15px;
}
.s-202004211230 .row-first > .col {
  padding: 15px;
  flex-basis: 50%;
}
.s-202004211230 .row-first > .col.first {
  padding-right: 65px;
  margin-bottom: 38px;
}
.s-202004211230 .row-first > .col.first > *:last-child {
  margin-bottom: 0;
}
.s-202004211230 .section-title {
  margin-bottom: 38px;
  text-align: left;
}
.s-202004211230 .section-descr {
  color: #959aa8;
}
.s-202004211230 .section-image img {
  max-width: 100%;
  height: auto;
}
/*s-202004221245-style*/
.s-202004221245 {
  padding-top: 90px;
  padding-bottom: 91px;
}
.s-202004221245 .item-area {
  margin: -16px;
}
.s-202004221245 .item-wrap {
  padding: 16px;
}
.s-202004221245 .item {
  display: block;
  position: relative;
  padding-left: 50%;
  background-color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.05);
}
.s-202004221245 a.item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid transparent;
}
.s-202004221245 a.item:hover:before {
  border-color: #256dff;
  z-index: 99;
}
.s-202004221245 .item-wrap:nth-of-type(2n) .item {
  padding-left: 0;
  padding-right: 50%;
}
.s-202004221245 .item-image {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.s-202004221245 .item-wrap:nth-of-type(2n) .item-image {
  left: auto;
  right: 0;
}
.s-202004221245 .item-image img {
  border-right: 10px solid transparent;
}
.s-202004221245 .item-wrap:nth-of-type(2n) .item-image img {
  border-right: none;
  border-left: 10px solid transparent;
}
.s-202004221245 .item-body {
  padding: 43px 30px 43px 39px;
  min-height: 394px;
}
.s-202004221245 .item-wrap:nth-of-type(2n) .item-body {
  padding: 43px 39px 43px 30px;
}
.s-202004221245 .item-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.s-202004221245 .item-icon {
  width: 89px;
  min-width: 89px;
  height: 74px;
}
.s-202004221245 .item-icon img {
  object-position: 0 50%;
  font-family: "object-fit: contain; object-position: 0 50%;";
}
.s-202004221245 .item-title {
  padding: 0 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
}
.s-202004221245 a.item:hover .item-title {
  color: #256dff;
}
.s-202004221245 .item-descr {
  font-size: 16px;
  line-height: 25px;
  color: #959aa8;
}
.s-202004221245 .item-descr p {
  margin: 25px 0;
}
/* s-202004221255-style */
.s-202004221255 {
  padding-top: 79px;
  padding-bottom: 84px;
}
.s-202004221255 .section-title {
  margin-bottom: 35px;
}
.s-202004221255 .section-descr {
  margin-bottom: 54px;
  color: #959aa8;
  text-align: center;
}
.s-202004221255 .row-first {
  max-width: 100%;
  width: 980px;
  margin: 0 auto;
}
.s-202004221255 .item-area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -30px;
}
.s-202004221255 .item-image {
  display: block;
  width: auto;
  max-height: 42px;
  margin: 30px 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.s-202004221255 .item-image:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.s-202004221255 .section-more {
  text-align: center;
  margin-top: 50px;
}
.s-202004221255 .section-more .button {
  max-width: 230px;
  width: 100%;
}
/* s-202004221255-style */
.s-202004221300 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.s-202004221300 .container > *:last-child {
  margin-bottom: 0;
}
.s-202004221300 .section-title {
  margin-bottom: 35px;
}
.s-202004221300 .section-descr {
  margin-bottom: 41px;
  color: #959aa8;
  text-align: center;
}
.s-202004221300 .section-more {
  margin-bottom: 44px;
  text-align: center;
}
.s-202004221300 .section-more .button {
  max-width: 230px;
  width: 100%;
}
.s-202004221300 .section-image {
  text-align: center;
}
.s-202004221300 .section-image img {
  max-width: 100%;
  height: auto;
}
.home .h0 {
  font-size: 60px;
  line-height: 70px;
}

/* Development Process Section */
.s-development-process {
  background-color: #0f1419;
  padding: 100px 0;
  overflow: visible;
}
.dev-process-wrapper {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.dev-process-left {
  width: 40%;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.dev-process-label {
  color: #256dff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dev-process-title {
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}
.dev-process-descr {
  color: #9ca3af;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.dev-process-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #256dff;
  color: #fff;
  padding: 0 24px;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.dev-process-cta:hover {
  background-color: #1a5acc;
  transform: translateY(-2px);
}
.dev-process-cta .cta-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.dev-process-cta:hover .cta-arrow {
  transform: translateX(4px);
}
.dev-process-right {
  width: 60%;
}
.dev-process-steps {
  position: relative;
}
.dev-process-step {
  position: relative;
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dev-process-step.last-step {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.s-development-process .step-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #256dff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.dev-process-step.active .step-indicator {
  transform: scaleX(1);
}
.s-development-process .step-inner {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.s-development-process .step-number {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
  transition: color 0.2s ease;
  flex-shrink: 0;
  min-width: 90px;
}
.dev-process-step.active .step-number {
  color: #256dff;
}
.s-development-process .step-content {
  flex: 1;
  transition: all 0.5s ease;
}
.dev-process-step:not(.active) .step-content {
  opacity: 0.5;
  transform: translateY(4px);
}
.dev-process-step.active .step-content {
  opacity: 1;
  transform: translateY(0);
}
.s-development-process .step-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
  transition: color 0.5s ease;
}
.dev-process-step:not(.active) .step-title {
  color: #9ca3af;
}
.s-development-process .step-descr {
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
}

/* Development Process Section - Gray Background */
.s-development-process.has-gray-bg {
  background-color: #fafafa;
}
.s-development-process.has-gray-bg .step-number {
  color: #ccc;
}
.s-development-process.has-gray-bg .dev-process-step.active .step-number {
  color: #256dff;
}
.s-development-process.has-gray-bg .dev-process-title {
  color: #000;
}
.s-development-process.has-gray-bg .step-title {
  color: #000;
}
.s-development-process.has-gray-bg .dev-process-step:not(.active) .step-title {
  color: #000;
}
.s-development-process.has-gray-bg .dev-process-step:not(.active) .step-number {
  color: #ccc;
}
.s-development-process.has-gray-bg .dev-process-step.active .step-descr {
  color: #4a4a68;
}

/* ==========================================================================
   Case Studies Section - Stacked Sticky Cards
   ========================================================================== */
.s-case-studies {
  background: linear-gradient(180deg, #0a0d12 0%, #141921 50%, #0a0d12 100%);
  padding: 100px 0 160px;
  overflow: visible;
  position: relative;
}
.s-case-studies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(
    ellipse at center,
    rgba(37, 109, 255, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.case-studies-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Sticky Header */
.case-studies-header {
  position: sticky;
  top: 100px;
  z-index: 50;
  padding-bottom: 40px;
  text-align: center;
  transition: opacity 0.3s ease;
  pointer-events: none; /* Allow click-through to cards */
}
.case-studies-wrapper.is-stack-complete .case-studies-header {
  position: relative;
  top: 0;
}
.case-studies-header > * {
  pointer-events: auto; /* Re-enable for text elements */
}
.case-studies-label {
  color: #256dff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.case-studies-title {
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.case-studies-subtitle {
  color: #9ca3af;
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 24px;
}

/* Stacked Cards Container */
.case-studies-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

/* Individual Card - Sticky Stacking */
.case-study-card {
  position: sticky;
  --stack-offset: calc((var(--card-index, 1) - 1) * 20px);
  --stack-scale: 1;
  top: 220px;
  z-index: calc(var(--card-index, 1) + 1);
  background: #fff;
  border-radius: 20px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  display: flex;
  gap: 40px;
  padding: 40px;
  min-height: 380px;
  transform: translateY(var(--stack-offset)) scale(var(--stack-scale, 1));
  transform-origin: 50% 50%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.case-study-card:hover {
  transform: translateY(calc(var(--stack-offset) - 4px))
    scale(var(--stack-scale, 1));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.case-study-card .card-image {
  flex-shrink: 0;
  width: 320px;
  border-radius: 12px;
  overflow: hidden;
}
.case-study-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.case-study-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.case-study-card .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #0f1419;
  margin-bottom: 12px;
  line-height: 1.3;
}
.case-study-card .card-meta {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
.case-study-card .card-kpis {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.case-study-card .kpi-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.case-study-card .kpi-item + .kpi-item {
  position: relative;
}
.case-study-card .kpi-item + .kpi-item::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ccc;
}
.case-study-card .kpi-value {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #256dff;
  line-height: 1;
}
.case-study-card .kpi-label {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}
.case-study-card .card-narrative {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.case-study-card .narrative-block {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 6px;
  align-items: baseline;
}
.case-study-card .narrative-label {
  font-weight: 700;
  color: #0f1419;
  margin-right: 0;
}
.case-study-card .narrative-text {
  min-width: 0;
}
.case-study-card .narrative-text p,
.case-study-card .narrative-text ul,
.case-study-card .narrative-text ol {
  margin: 0;
}
.case-study-card .narrative-text ul,
.case-study-card .narrative-text ol {
  padding-left: 18px;
}
.case-study-card .card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #256dff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
  transition: all 0.3s ease;
}
.case-study-card .card-cta:hover {
  color: #1a5acc;
  transform: translateX(6px);
}

.case-studies-explore {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #256dff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  width: fit-content;
  margin: 96px auto 0;
  position: relative;
  z-index: 20;
}
.case-studies-explore:hover {
  color: #4d8bff;
  transform: translateX(4px);
}

/* Accessibility: Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .case-study-card {
    position: relative;
    top: 0 !important;
    --stack-offset: 0;
    transform: none;
  }
  .case-studies-header {
    position: relative;
    top: 0 !important;
  }
  .case-study-card:hover {
    transform: none;
  }
  .case-studies-explore:hover {
    transform: none;
  }
  .case-study-card .card-cta:hover {
    transform: none;
  }
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .case-studies-header {
    position: relative;
    top: 0;
    padding-bottom: 30px;
    min-height: 0 !important;
  }
  .case-study-card {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    min-height: 0;
  }
  .case-study-card .card-image {
    width: 100%;
    height: 200px;
  }
}

/* Portfolio Case Builder */
.portfolio-case-bg-light {
  background-color: #fff;
}
.portfolio-case-bg-alt {
  background-color: #fafafa;
}
.portfolio-case-solution .section-content {
  margin-top: 30px;
}
.portfolio-case-rich-text,
.portfolio-case-challenge {
  padding: 100px 0;
}
.portfolio-case-split {
  position: relative;
}
.portfolio-case-split .portfolio-case-split-content {
  width: 100%;
}
.portfolio-case-split.has-image {
  display: flex;
  align-items: center;
  gap: 40px;
}
.portfolio-case-split.has-image .portfolio-case-split-content,
.portfolio-case-split.has-image .portfolio-case-split-media {
  width: 50%;
}
.portfolio-case-split.has-image.is-swapped {
  flex-direction: row-reverse;
}
.portfolio-case-split .portfolio-case-split-media {
  height: auto;
  overflow: visible;
}
.portfolio-case-split .portfolio-case-split-media img {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
}
.portfolio-case-split .section-content {
  margin-top: 30px;
}
.portfolio-case-split.is-align-left .portfolio-case-split-content,
.portfolio-case-split.is-align-left .section-title {
  text-align: left;
}
.portfolio-case-split.is-align-center .portfolio-case-split-content,
.portfolio-case-split.is-align-center .section-title {
  text-align: center;
}
.portfolio-case-split.is-align-right .portfolio-case-split-content,
.portfolio-case-split.is-align-right .section-title {
  text-align: right;
}
.portfolio-case-split.is-align-center .section-content ul,
.portfolio-case-split.is-align-center .section-content ol {
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-case-split.is-align-right .section-content ul,
.portfolio-case-split.is-align-right .section-content ol {
  display: inline-block;
  text-align: left;
  margin-left: auto;
}

.portfolio-case-rich-text.variant-solution-list .section-content ul {
  max-width: 100%;
  width: 842px;
  margin: -5px auto;
}
.portfolio-case-rich-text.variant-solution-list .section-content ul > li {
  float: left;
  width: 50%;
  padding: 5px 10px 5px 60px;
  position: relative;
  line-height: 25px;
  margin: 0;
}
.portfolio-case-rich-text.variant-solution-list .section-content ul > li:nth-of-type(2n + 1) {
  clear: left;
}
.portfolio-case-rich-text.variant-solution-list .section-content ul:not(.check-list) > li:before {
  content: "\e805";
  font-family: "fontello";
  position: absolute;
  width: 41px;
  height: 20px;
  left: 0;
  top: 8px;
  line-height: 20px;
  font-size: 20px;
  color: #3265ff;
  text-align: center;
  background-color: transparent;
}
.s-portfolio-mid-cta {
  padding: 60px 0;
}
.s-portfolio-mid-cta.is-full-width .portfolio-mid-cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.s-portfolio-mid-cta .portfolio-mid-cta-inner {
  border: 1px solid #d7dce8;
  background-color: #fafbff;
  padding: 40px;
}
.s-portfolio-mid-cta .portfolio-mid-cta-inner.is-align-left,
.s-portfolio-mid-cta .portfolio-mid-cta-inner.is-align-left .section-title {
  text-align: left;
}
.s-portfolio-mid-cta .portfolio-mid-cta-inner.is-align-center,
.s-portfolio-mid-cta .portfolio-mid-cta-inner.is-align-center .section-title {
  text-align: center;
}
.s-portfolio-mid-cta .portfolio-mid-cta-inner.is-align-right,
.s-portfolio-mid-cta .portfolio-mid-cta-inner.is-align-right .section-title {
  text-align: right;
}
.s-portfolio-mid-cta .section-content {
  margin-top: 16px;
}
.s-portfolio-mid-cta .section-button {
  margin-top: 30px;
}
.s-portfolio-mid-cta .portfolio-mid-cta-inner.is-align-center .section-button {
  text-align: center;
}
.s-portfolio-mid-cta .portfolio-mid-cta-inner.is-align-right .section-button {
  text-align: right;
}
