@charset "UTF-8";
/*@import "~bootstrap/dist/css/bootstrap.min.css";
@import "~animate.css";*/
@font-face {
  font-family: "GT Walsheim Pro Bold";
  src: url("../fonts/GTWalsheimPro-Bold.ttf") format("truetype"), url("../fonts/GTWalsheimPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimPro-Bold.woff2") format("woff2"), url("../fonts/GTWalsheimPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim Pro BoldItalic";
  src: url("../fonts/GTWalsheimPro-BoldOblique.ttf") format("truetype"), url("../fonts/GTWalsheimPro-BoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimPro-BoldOblique.woff2") format("woff2"), url("../fonts/GTWalsheimPro-BoldOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "GT Walsheim Pro Semibold";
  src: url("../fonts/GTWalsheimPro-Medium.ttf") format("truetype"), url("../fonts/GTWalsheimPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimPro-Medium.woff2") format("woff2"), url("../fonts/GTWalsheimPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim Pro SemiboldItalic";
  src: url("../fonts/GTWalsheimPro-MediumOblique.ttf") format("truetype"), url("../fonts/GTWalsheimPro-MediumOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimPro-MediumOblique.woff2") format("woff2"), url("../fonts/GTWalsheimPro-MediumOblique.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GT Walsheim Pro Regular";
  src: url("../fonts/GTWalsheimPro-Regular.ttf") format("truetype"), url("../fonts/GTWalsheimPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimPro-Regular.woff2") format("woff2"), url("../fonts/GTWalsheimPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim Pro Italic";
  src: url("../fonts/GTWalsheimPro-RegularOblique.ttf") format("truetype"), url("../fonts/GTWalsheimPro-RegularOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimPro-RegularOblique.woff2") format("woff2"), url("../fonts/GTWalsheimPro-RegularOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "RobotoMono Bold";
  src: url("../fonts/RobotoMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RobotoMono BoldItalic";
  src: url("../fonts/RobotoMono-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "RobotoMono Italic";
  src: url("../fonts/RobotoMono-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "RobotoMono Regular";
  src: url("../fonts/RobotoMono-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoMono Semibold";
  src: url("../fonts/RobotoMono-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RobotoMono SemiboldItalic";
  src: url("../fonts/RobotoMono-SemiBoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
* {
  box-sizing: border-box;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: "GT Walsheim Pro Regular", "RobotoMono Regular";
  overflow-x: hidden;
}
body div[id^=st-el] {
  z-index: 9999999999 !important;
}
body.loading:after {
  background-color: rgba(248, 249, 255, 0.5);
  background-image: url(../Images/loading_spinner.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

b, strong {
  font-family: "GT Walsheim Pro Bold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GT Walsheim Pro Bold";
  color: #192038;
}

h1 {
  font-size: 50px;
  line-height: 72px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 48px;
  }
}

h2 {
  font-size: 42px;
  line-height: 56px;
}

h3 {
  font-size: 36px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4 {
  font-size: 30px;
  line-height: 44px;
}

h5 {
  font-size: 24px;
  line-height: 36px;
}

h6 {
  font-size: 20px;
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .other-section-h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .other-section-h1 {
    font-size: 32px;
    line-height: 48px;
  }
}

.default-paragraph {
  font-size: 18px;
  line-height: 32px;
  color: #2E3A59;
}

.default-paragraph__dark {
  font-size: 18px;
  line-height: 32px;
  color: #192038;
}
@media screen and (max-width: 768px) {
  .default-paragraph__dark {
    font-size: 16px;
    line-height: 24px;
  }
}
.default-paragraph__dark ul {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.default-paragraph__dark ul li {
  list-style-type: square;
}

.paragraph__bold-italic {
  font-family: "GT Walsheim Pro BoldItalic";
  font-style: italic;
  color: #192038;
  font-size: 22px;
  line-height: 159.5%;
}

.rectangle {
  background-color: #FADA80;
  height: 13px;
  width: 100%;
}

.bold-text {
  font-size: 16px;
  color: #151A30;
  font-family: "GT Walsheim Pro Bold";
}

.simple-text {
  font-size: 16px;
  color: #8F9BB3;
}

.footer-link__transition, .footer-link-item {
  transition: color 0.3s ease-in-out;
}
.footer-link__transition:hover, .footer-link-item:hover, .footer-link__transition:active, .footer-link-item:active, .footer-link__transition:focus, .footer-link-item:focus {
  text-decoration: none;
  color: #1D5AF5;
}

.footer-link {
  color: #2E3A59;
  font-size: 16px;
  line-height: 30px;
  font-family: "GT Walsheim Pro Semibold";
}
@media screen and (max-width: 768px) {
  .footer-link {
    font-size: 14px;
    line-height: 23px;
  }
}

.default-link {
  font-size: 18px;
  line-height: 32px;
  color: #2E3A59;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.default-link:hover, .default-link:active, .default-link:focus {
  text-decoration: none;
  color: #1D5AF5;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.levitation {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  transform: translateZ(0px);
  vertical-align: middle;
}
.levitation:hover, .levitation:focus, .levitation:active {
  animation-delay: 0s, 0.3s;
  animation-direction: normal, alternate;
  animation-duration: 0.3s, 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1, infinite;
  animation-name: levitation-float, levitation;
  animation-timing-function: ease-out, ease-in-out;
}

@keyframes levitation {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes levitation-float {
  100% {
    transform: translateY(-8px);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.typewriter {
  display: inline-block;
}

.typewriter h1 {
  display: inline-block;
  overflow: hidden;
  border-right: 0.15em solid orange;
  white-space: nowrap;
  margin: 0 auto;
  animation: typing 1s steps(30, end), blink-caret 0.3s step-end infinite;
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #F7C957;
  }
}
@media screen and (max-width: 992px) {
  .dotted, .header-button-container, .side-drawer .navigation-list-item {
    position: relative;
  }
  .dotted:before, .header-button-container:before, .side-drawer .navigation-list-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #8F9BB3 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x;
  }
}

.simple-link-button {
  padding: 10px 25px;
  border: none;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  font-family: "GT Walsheim Pro Regular";
  transition: all 0.5s ease-in-out;
}
.simple-link-button:hover {
  cursor: pointer;
  background-color: #F7C957;
  box-shadow: 0 9px 10px rgba(247, 201, 87, 0.31);
}
@media screen and (max-width: 992px) {
  .simple-link-button {
    font-size: 22px;
  }
}
.simple-link-button:focus, .simple-link-button:active {
  outline: 0;
}

.crankle-button-wrapper {
  background-color: transparent;
}
.crankle-button-wrapper a {
  display: inline-block;
}

.crankle-button, .crankle-button__yellow, .crankle-button__dark, .crankle-button__blue {
  padding: 12px 35px;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "GT Walsheim Pro Semibold";
  position: relative;
}
.crankle-button:before, .crankle-button__yellow:before, .crankle-button__dark:before, .crankle-button__blue:before {
  content: "";
  width: 5px;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: -5px;
  transition: left 0.2s ease-in;
}
.crankle-button:after, .crankle-button__yellow:after, .crankle-button__dark:after, .crankle-button__blue:after {
  content: "";
  width: 5px;
  height: 50%;
  position: absolute;
  top: 0;
  right: -5px;
  transition: right 0.2s ease-in;
}
.crankle-button:active, .crankle-button__yellow:active, .crankle-button__dark:active, .crankle-button__blue:active, .crankle-button:focus, .crankle-button__yellow:focus, .crankle-button__dark:focus, .crankle-button__blue:focus, .crankle-button:hover, .crankle-button__yellow:hover, .crankle-button__dark:hover, .crankle-button__blue:hover {
  outline: 0;
  color: #FFFFFF;
  text-decoration: none;
}
.crankle-button:hover:before, .crankle-button__yellow:hover:before, .crankle-button__dark:hover:before, .crankle-button__blue:hover:before {
  left: 0;
}
.crankle-button:hover:after, .crankle-button__yellow:hover:after, .crankle-button__dark:hover:after, .crankle-button__blue:hover:after {
  right: 0;
}
.crankle-button:disabled, .crankle-button__yellow:disabled, .crankle-button__dark:disabled, .crankle-button__blue:disabled {
  background-color: #8F9BB3;
  color: #FFFFFF;
}
.crankle-button:disabled:before, .crankle-button__yellow:disabled:before, .crankle-button__dark:disabled:before, .crankle-button__blue:disabled:before {
  background-color: #8F9BB3;
}
.crankle-button:disabled:after, .crankle-button__yellow:disabled:after, .crankle-button__dark:disabled:after, .crankle-button__blue:disabled:after {
  background-color: #8F9BB3;
}
.crankle-button:disabled:hover:before, .crankle-button__yellow:disabled:hover:before, .crankle-button__dark:disabled:hover:before, .crankle-button__blue:disabled:hover:before {
  left: -5px;
}
.crankle-button:disabled:hover:after, .crankle-button__yellow:disabled:hover:after, .crankle-button__dark:disabled:hover:after, .crankle-button__blue:disabled:hover:after {
  right: -5px;
}

.crankle-button__blue {
  background-color: #1D5AF5;
}
.crankle-button__blue:before {
  background-color: #1D5AF5;
}
.crankle-button__blue:after {
  background-color: #1D5AF5;
}

.crankle-button__dark {
  background-color: #192038;
}
.crankle-button__dark:before {
  background-color: #192038;
}
.crankle-button__dark:after {
  background-color: #192038;
}

.crankle-button__yellow {
  background-color: #FADA80;
  color: #192038;
}
.crankle-button__yellow:active, .crankle-button__yellow:focus, .crankle-button__yellow:hover {
  color: #192038;
}
.crankle-button__yellow:before {
  background-color: #FADA80;
}
.crankle-button__yellow:after {
  background-color: #FADA80;
}

.share-bar {
  position: fixed;
  right: -50px;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.share-bar li {
  position: relative;
}
.share-bar.show {
  right: 0;
}
.share-bar.show .share-list.show {
  right: 50px;
}
.share-bar .open-share-list {
  position: relative;
  z-index: 9999;
}
.share-bar a {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  background-color: #EDF1F7;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.share-bar a i {
  color: #2E3A59;
}
.share-bar a svg {
  fill: #2E3A59;
}
.share-bar a svg.share-svg {
  fill: none;
}
.share-bar a svg.share-svg g circle, .share-bar a svg.share-svg g path {
  stroke: #2E3A59;
}
.share-bar a:hover {
  background-color: #1D5AF5;
}
.share-bar a:hover i {
  color: #fff;
}
.share-bar a:hover svg {
  fill: #fff;
}
.share-bar a:hover svg.share-svg {
  fill: none;
}
.share-bar a:hover svg.share-svg g circle, .share-bar a:hover svg.share-svg g path {
  stroke: #fff;
}
.share-bar .share-list {
  position: absolute;
  z-index: 9998;
  top: 0;
  right: -55px;
  transition: all 0.3s ease-in;
}
.share-bar .share-list a {
  margin-right: 1px;
}
.share-bar .share-list i {
  font-size: 24px;
}

.text-field-container {
  position: relative;
}
.text-field-container.is-invalid:before, .text-field-container.is-invalid:after {
  border-color: #F5222D;
}
.text-field-container:after, .text-field-container:before {
  content: "";
  width: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.text-field-container:before {
  width: 100%;
  border-bottom: 1px solid #192038;
}
.text-field-container:after {
  border-bottom: 1px solid #1D5AF5;
}
.text-field-container:focus-within::after {
  width: 100%;
}

.text-field,
.text-field.is-invalid {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #192038;
  font-size: 20px;
  line-height: 34px;
  padding: 15px 17px;
  box-sizing: border-box;
  height: auto;
}
@media screen and (max-width: 768px) {
  .text-field,
  .text-field.is-invalid {
    font-size: 18px;
  }
}
.text-field::placeholder,
.text-field.is-invalid::placeholder {
  color: #8F9BB3;
}

.text-field:focus, .text-field:active {
  background-color: transparent;
  color: #192038;
  box-shadow: none;
  outline: 0;
}

.text-field.is-invalid {
  color: #F5222D;
}
.text-field.is-invalid:focus, .text-field.is-invalid:active {
  background-color: transparent;
  color: #F5222D;
  box-shadow: none;
  outline: 0;
}
.text-field.is-invalid, .text-field.is-valid {
  background-image: none;
}

.selector-field {
  width: 100%;
}
.selector-field .selector-field__control {
  background-color: transparent;
  min-height: 48px;
  border: none;
  border-bottom: 1px solid #192038;
}
.selector-field .selector-field__control.selector-field__control--is-focused, .selector-field .selector-field__control.selector-field__control--menu-is-open {
  border: none;
  border-bottom: 1px solid #192038;
  box-shadow: none;
}
.selector-field .selector-field__control:hover {
  border-bottom: 1px solid #192038;
  cursor: pointer;
}
.selector-field .selector-field__menu {
  margin: 11px 0 0 0;
  box-shadow: none;
  background-color: #192038;
}
.selector-field .selector-field__menu-list {
  padding: 10px 0;
  background-color: #192038;
}
.selector-field .selector-field__option {
  color: #FFFFFF;
  padding-left: 35px;
}
.selector-field .selector-field__option:hover {
  cursor: pointer;
}
.selector-field .selector-field__option--is-focused,
.selector-field .selector-field__option--is-selected {
  background-color: #FADA80;
  color: #192038;
}
.selector-field .selector-field__value-container {
  padding-left: 15px;
  padding-bottom: 17px;
}
.selector-field .selector-field__single-value {
  font-size: 20px;
  color: #192038;
}

.checkbox-label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  min-height: 32px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: transparent;
  border: 1px solid #192038;
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #192038;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkmark:after {
  left: 12px;
  top: 7px;
  width: 7px;
  height: 13px;
  border: solid #FADA80;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox__title {
  font-size: 16px;
  margin-left: 22px;
  display: block;
}

.toolbar__toggle-button {
  display: none;
}
@media screen and (max-width: 992px) {
  .toolbar__toggle-button {
    display: flex;
    flex-direction: column;
  }
}

.toggle-button {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 21px;
  width: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  z-index: 1100;
}
.toggle-button.drawer--is-open .toggle-button__line:nth-child(1) {
  transform: rotate(45deg) translate(3px, 5px);
}
.toggle-button.drawer--is-open .toggle-button__line:nth-child(2) {
  opacity: 0;
}
.toggle-button.drawer--is-open .toggle-button__line:nth-child(3) {
  width: 21px;
  transform: rotate(-45deg) translate(5px, -7px);
}
.toggle-button:focus {
  outline: 0;
}

.toggle-button__line {
  width: 21px;
  height: 2px;
  background: #192038;
  transition: all 0.3s ease-out;
}
.toggle-button__line:nth-child(2) {
  width: 16px;
  transition: all 0.3s ease-out;
}
.toggle-button__line:last-child {
  width: 18px;
  transition: all 0.3s ease-out;
}

.colored-card {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 52px 46px;
  transition: background-color 0.3s ease-in-out;
}
.colored-card.light-green {
  background-color: #F3F9F3;
}
.colored-card.light-green:hover {
  background-color: #E5F4E5;
}
.colored-card.light-orange {
  background-color: #FEF9ED;
}
.colored-card.light-orange:hover {
  background-color: #FFF2D5;
}
.colored-card.light-pink {
  background-color: #F8F3F9;
}
.colored-card.light-pink:hover {
  background-color: #F7E0FC;
}
.colored-card.light-peach {
  background-color: #FFF3F0;
}
.colored-card.light-peach:hover {
  background-color: #FBE3DE;
}
.colored-card.light-lavender {
  background-color: #F1F6FF;
}
.colored-card.light-lavender:hover {
  background-color: #DFE9FC;
}
.colored-card .colored-card__image {
  margin-bottom: 42px;
}
.colored-card .colored-card__image img {
  width: 50px;
  height: 50px;
}
.colored-card .colored-card__image img.logo {
  margin-left: 20px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .colored-card h5 {
    font-size: 20px;
  }
  .colored-card p {
    font-size: 16px;
    line-height: 25px;
  }
}
.colored-card h5 {
  margin-bottom: 15px;
}

.round {
  margin-right: 31px;
}

.toolbar {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .toolbar {
    z-index: 1100;
  }
}

.toolbar__navigation {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .toolbar__navigation.container {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .toolbar__navigation.container {
    max-width: none;
  }
}
@media screen and (min-width: 576px) {
  .toolbar__navigation.container {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .toolbar__navigation.container {
    max-width: 1240px;
  }
}

.toolbar-navigation-items {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .toolbar-navigation-items {
    display: none;
  }
}

.spacer {
  flex: 1;
}

.side-drawer {
  height: 100%;
  background: #EDF1F7;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
.side-drawer .navigation-list {
  justify-content: flex-start;
  align-items: center;
  padding-top: 88px;
  width: 100%;
}
.side-drawer .navigation-list-item {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .side-drawer .navigation-list-item a {
    font-size: 22px;
    padding: 19px 0;
    width: 90%;
    text-align: center;
  }
}
.side-drawer.open {
  transform: translateX(0);
  display: flex;
  flex-direction: column;
}
.side-drawer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navigation-list-item {
  margin: 0 2rem;
}
@media screen and (max-width: 1214px) {
  .navigation-list-item {
    margin: 0 1rem;
  }
}
.navigation-list-item a {
  color: #192038;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.navigation-list-item a:hover {
  color: #1D5AF5;
}

.navigation-list-item--is-active a {
  color: #192038;
  transition: all 0.3s ease-out;
  box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 #192038 inset;
}
@media screen and (max-width: 992px) {
  .navigation-list-item--is-active a {
    box-shadow: none;
    text-decoration: underline;
  }
}
.navigation-list-item--is-active a:hover {
  color: #192038;
}

.form-work-with-us {
  max-width: 1068px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background-color: #FFF6E1;
  padding: 86px 104px;
}
.form-work-with-us h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .form-work-with-us h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .form-work-with-us {
    padding: 38px 25px;
  }
}
.form-work-with-us form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form__input-wrapper {
  width: 45%;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .form__input-wrapper {
    width: 100%;
  }
}

.form__textarea-wrapper {
  width: 100%;
  margin-bottom: 58px;
}

.form__selector-wrapper {
  display: flex;
  align-items: flex-end;
}

.form__checkbox-wrapper {
  width: 100%;
  margin-bottom: 41px;
}

.crankle-button-form-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 37px;
}

.form-thankyou {
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
  background: #F3F9F3;
  border-radius: 10px;
  border: 1px solid #7fa77f;
}
.form-thankyou p {
  color: #7fa77f;
}

/*$slick-font-path: "~slick-carousel/slick/fonts/";
$slick-loader-path: "~slick-carousel/slick/";
@import '~slick-carousel/slick/slick', '~slick-carousel/slick/slick-theme';*/
header {
  position: fixed;
  width: 100%;
  padding: 40px 100px;
  display: flex;
  align-items: center;
  z-index: 300;
}
@media screen and (max-width: 1080px) {
  header {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 992px) {
  header {
    padding: 25px;
  }
}

.scrolled-header {
  padding: 18px 100px;
  background-color: #EDF1F7;
}
@media screen and (max-width: 1080px) {
  .scrolled-header {
    padding: 18px 25px;
  }
}

nav {
  display: flex;
  align-items: center;
}

.navigation {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .navigation {
    flex-wrap: wrap;
  }
}

.nav-wrapper {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .nav-wrapper {
    display: none;
    width: 100%;
  }
  .nav-wrapper.open {
    display: flex;
    flex-direction: column;
  }
  .nav-wrapper.open .navigation-list {
    flex-direction: column;
  }
}

.navigation-list {
  display: flex;
}

.header-button-container {
  margin-left: 2rem;
}
@media screen and (max-width: 1214px) {
  .header-button-container {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .header-button-container {
    width: 90%;
    margin-left: 0;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .header-button-container button {
    width: 100%;
    padding: 12px 25px;
  }
}

h5 a {
  font-family: "GT Walsheim Pro Bold", serif;
  font-size: 24px;
  color: #192038;
  text-decoration: none;
}
h5 a:hover {
  color: #192038;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  h5 a {
    font-size: 20px;
  }
}

.background-sphere {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .background-sphere {
    top: -100px;
  }
  .background-sphere svg {
    width: 302px;
  }
  .background-sphere img {
    width: 302px;
  }
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 200;
}
main .general-section-start {
  padding-top: 190px;
  min-height: 858px;
}
@media screen and (max-width: 992px) {
  main .general-section-start {
    padding-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  main .general-section-start {
    padding-top: 90px;
  }
}
main .general-section-start-article {
  padding-top: 190px;
}
@media screen and (max-width: 992px) {
  main .general-section-start-article {
    padding-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  main .general-section-start-article {
    padding-top: 90px;
  }
}

.after {
  background-color: white;
  width: 100%;
}
.after.services-after {
  padding-bottom: 60px;
}

footer {
  padding: 75px 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer.container {
    padding: 0 0 35px;
  }
}

.sn-container p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .sn-container p {
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  margin-left: 138px;
}
@media screen and (max-width: 992px) {
  .footer-links {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-links {
    flex-direction: column;
  }
}

.footer-link-container {
  margin: 0 36px;
  position: relative;
}
.footer-link-container:not(:last-child):after {
  display: inline-block;
  position: absolute;
  content: "•";
  color: #192038;
  right: -40px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .footer-link-container:not(:last-child):after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-link-container {
    margin: 0;
  }
}

.footer-link-item {
  display: block;
  font-size: 16px;
  color: #192038;
  font-family: "GT Walsheim Pro Semibold";
}
@media screen and (max-width: 768px) {
  .footer-link-item {
    margin: 0 25px;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E8F2;
  }
}

.footer__arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__arrow {
    display: block;
  }
}

.footer__company-links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__company-links {
    flex-direction: column;
    justify-content: center;
  }
}

.footer__logo {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    font-size: 24px;
    line-height: 44px;
  }
}
.footer__logo a {
  color: #192038;
  text-decoration: none;
}
.footer__logo a:hover {
  color: #192038;
  text-decoration: none;
}

.footer__copyright {
  margin-left: 138px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin: 0 25px;
  }
}

.copyright {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #2E3A59;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 14px;
    line-height: 23px;
  }
}

.social-networks {
  display: flex;
}
@media screen and (max-width: 768px) {
  .social-networks {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
  }
}

.social-network-item {
  background-color: #FFFFFF;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 12px;
  text-align: center;
}
.social-network-item:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .social-network-item {
    margin: 0 6px;
  }
}
.social-network-item a {
  color: transparent;
}
.social-network-item a span {
  font-size: 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.social-network-item a span.twitter {
  font-size: 22px;
  color: #ffffff;
  background-color: #1DA1F2;
  padding-top: 9px;
}
.social-network-item a span.facebook {
  background-color: #ffffff;
  color: #2a73ba;
}
.social-network-item a span.umbraco {
  background-color: #ffffff;
  color: #3643b3;
}

.footer-wrapper {
  display: flex;
}

.copyright-container {
  margin: 0 auto;
  align-self: flex-end;
}

.text-highlighter {
  background: linear-gradient(to top, #FADA80 50%, transparent 50%);
  line-height: 36px;
}

.highlight__container {
  position: relative;
}
.highlight__container:hover {
  color: #192038;
  text-decoration: none;
}
.highlight__container:hover .half-highlight {
  background-size: 200% 100%;
}
.highlight__container:hover:hover .grow-arrow {
  width: 33px;
  right: -49px;
}

.half-highlight {
  font-size: 24px;
  line-height: 36px;
  color: #192038;
  background-image: linear-gradient(to right, transparent 50%, #FADA80 50%);
  background-origin: 0;
  background-size: 200% 50%;
  background-repeat: repeat-x;
  background-position: 0 100%;
  transition: background-position 0.5s;
  background-position: -100% 100%;
  transition: background-size 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .half-highlight {
    font-size: 18px;
    line-height: 26px;
  }
}

.grow-arrow {
  position: absolute;
  top: 50%;
  right: -39px;
  background: #192038;
  height: 3px;
  width: 23px;
  margin: 0 auto;
  transition: all 0.5s;
}
.grow-arrow:before, .grow-arrow:after {
  content: "";
  background: #192038;
  position: absolute;
  height: 3px;
  width: 15px;
}
.grow-arrow:before {
  right: -5px;
  bottom: -4px;
  transform: rotate(-45deg);
}
.grow-arrow:after {
  right: -5px;
  top: -5px;
  transform: rotate(45deg);
}

.counter-widget {
  margin-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .counter-widget {
    margin-bottom: 36px;
  }
}
.counter-widget ul {
  display: flex;
  justify-content: center;
}
.counter-widget li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8F9BB3;
  border-radius: 50%;
  height: 67px;
  width: 67px;
  font-family: "RobotoMono Bold";
  font-size: 16px;
  line-height: 120.5%;
  position: relative;
}
.counter-widget .active {
  color: #192038;
}

.projects-slider__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8F9BB3;
  border-radius: 50%;
  height: 67px;
  width: 67px;
  font-family: "RobotoMono Bold";
  font-size: 16px;
  line-height: 120.5%;
  position: relative;
}

.glow-point {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #1D5AF5;
  border-radius: 50%;
  animation: pulse 2s infinite;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgba(29, 90, 245, 0.3);
}
.glow-point:hover {
  cursor: pointer;
}
.glow-point.glow-point--active {
  background-color: #FFA113;
  animation: pulse--active 2s infinite;
  box-shadow: 0 0 0 0 rgba(255, 161, 19, 0.3);
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(29, 90, 245, 0.3);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse--active {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 161, 19, 0.3);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes glow {
  from {
    box-shadow: 0 0 0 -7px rgba(29, 90, 245, 0.3);
  }
  to {
    box-shadow: 0 0 0 7px rgba(29, 90, 245, 0.3);
  }
}
@keyframes glow--active {
  from {
    box-shadow: 0 0 0 -7px rgba(255, 161, 19, 0.3);
  }
  to {
    box-shadow: 0 0 0 7px rgba(255, 161, 19, 0.3);
  }
}
.slick-dots {
  margin: 0 auto;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li.slick-active button:before {
  color: #192038;
}
.slick-dots li button {
  width: 0;
}
.slick-dots li button:hover:before {
  color: #E4E8F2;
}
.slick-dots li button:before {
  width: 0;
  font-size: 12px;
  color: #E4E8F2;
  opacity: 1;
}

.article-header {
  justify-content: center;
}
.article-header .author {
  color: #8F9BB3;
  font-size: 22px;
  text-align: center;
  display: block;
}
.article-header h1 {
  text-align: center;
  margin: 0 20% 130px;
}
@media screen and (max-width: 768px) {
  .article-header h1 {
    margin: 0 5% 140px;
    font-size: 28px;
  }
}

.article_content {
  margin-bottom: 100px;
}
.article_content h2 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .article_content h2 {
    font-size: 25px;
  }
}
.article_content p {
  margin-bottom: 30px;
}
.article_content .article-banner-image {
  border-radius: 15px;
  overflow: hidden;
  max-height: 475px;
  width: 100%;
  margin: -300px auto 40px;
}
@media screen and (max-width: 768px) {
  .article_content .article-banner-image {
    margin-top: -200px;
  }
}
.article_content .article-banner-image img {
  width: 100%;
}
.article_content .umb-block-list a {
  color: #2E3A59;
  background-image: linear-gradient(to right, transparent 50%, #FADA80 50%);
  background-origin: 0;
  background-size: 200% 50%;
  background-repeat: repeat-x;
  background-position: 0 100%;
  transition: background-position 0.5s;
  background-position: -100% 100%;
  transition: background-size 0.3s ease-in-out;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.article_content .umb-block-list a:hover {
  background-size: 200% 100%;
}

.articles-section {
  background-color: #fff;
}
.articles-section .content {
  background-color: #F3F5F9;
  margin-bottom: 100px;
  padding: 100px 0;
}
.articles-section .content h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
}
.articles-section .content .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .articles-section .content .container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 51px;
  }
}
.articles-section .content .container .col {
  padding: 0 11px;
  margin: 0 10px;
  width: 399px;
}
@media screen and (max-width: 768px) {
  .articles-section .content .container .col {
    padding: 11px;
    margin: 0;
    width: 100%;
  }
}
.articles-section .content .container .col a.article {
  text-decoration: none;
}
.articles-section .content .container .col a.article:hover h3 {
  color: #1D5AF5;
}
.articles-section .content .container .col a.article:hover .banner img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.articles-section .content .container .col a.article h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.articles-section .content .container .col a.article p {
  color: #192038;
  margin-bottom: 15px;
}
.articles-section .content .container .col a.article .author {
  color: #8F9BB3;
  font-size: 16px;
}
.articles-section .content .container .col a.article .banner {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.articles-section .content .container .col a.article .banner img {
  max-width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .articles-section .content .container .col a.article .banner img {
    max-width: 568px;
    height: auto;
  }
}
.articles-section .center-button {
  margin-top: 70px;
}
.articles-section .center-button .crankle-button-wrapper .crankle-button__blue {
  background-color: #192038;
}
.articles-section .center-button .crankle-button-wrapper .crankle-button__blue:before {
  background-color: #192038;
}
.articles-section .center-button .crankle-button-wrapper .crankle-button__blue:after {
  background-color: #192038;
}

.center-button {
  display: flex;
  justify-content: center;
}

.articles-list-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.articles-list-section .article-card {
  margin-bottom: 80px;
}
.articles-list-section .article-card.featured-article a.article h3 {
  font-size: 36px;
  line-height: 48px;
}
.articles-list-section .article-card.featured-article .excerpt {
  font-size: 24px;
  line-height: 36px;
}
.articles-list-section .article-card .main-tag {
  border-radius: 100px;
  background: rgba(29, 90, 245, 0.12);
  padding: 5px 24px;
  display: inline-block;
  font-size: 16px;
  color: #2E3A59;
}
.articles-list-section a.article {
  text-decoration: none;
}
.articles-list-section a.article:hover h3 {
  color: #1D5AF5;
}
.articles-list-section a.article:hover .banner img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.articles-list-section a.article h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.articles-list-section a.article p {
  color: #192038;
  margin-bottom: 15px;
}
.articles-list-section a.article .author {
  color: #8F9BB3;
  font-size: 16px;
}
.articles-list-section a.article .banner {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.articles-list-section a.article .banner img {
  max-width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .articles-list-section a.article .banner img {
    height: auto;
  }
}
.articles-list-section .article-category, .articles-list-section .show-all-categories {
  border-radius: 100px;
  border: 1px solid rgba(29, 90, 245, 0.08);
  background: rgba(29, 90, 245, 0.08);
  padding: 10px 24px;
  color: #2E3A59;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin: 0 10px 20px 0;
  display: inline-block;
}
.articles-list-section .article-category.active, .articles-list-section .article-category:hover, .articles-list-section .show-all-categories.active, .articles-list-section .show-all-categories:hover {
  border: 1px solid #1D5AF5;
  color: #1D5AF5;
}
@media screen and (min-width: 768px) {
  .articles-list-section .article-card.featured-article {
    margin-bottom: 40px;
    padding-right: 30px;
  }
  .articles-list-section .article-card.side-article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #C5CEE0;
  }
  .articles-list-section .article-card.side-article a.article {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .articles-list-section .article-card.side-article a.article .banner {
    width: 37%;
    flex-shrink: 0;
  }
  .articles-list-section .article-card.side-article a.article .body {
    flex-grow: 1;
    padding-right: 15px;
  }
  .articles-list-section .article-card.side-article a.article .body h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .articles-list-section .article-card.side-article:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .articles-list-section .blog-separator {
    padding-top: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid #C5CEE0;
  }
}

.filters {
  margin-top: 20px;
  margin-bottom: 50px;
}

.articles-section-article {
  background-color: #fff;
}
.articles-section-article .content {
  background-color: #F3F5F9;
  margin-bottom: 0;
  padding: 100px 0;
}
.articles-section-article .content h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
}
.articles-section-article .content .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .articles-section-article .content .container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 51px;
  }
}
.articles-section-article .content .container .col {
  padding: 0 11px;
  margin: 0 10px;
  width: 399px;
}
@media screen and (max-width: 768px) {
  .articles-section-article .content .container .col {
    padding: 11px;
    margin: 0;
    width: 100%;
  }
}
.articles-section-article .content .container .col a.article {
  text-decoration: none;
}
.articles-section-article .content .container .col a.article:hover h3 {
  color: #1D5AF5;
}
.articles-section-article .content .container .col a.article:hover .banner img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.articles-section-article .content .container .col a.article h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.articles-section-article .content .container .col a.article p {
  color: #192038;
  margin-bottom: 15px;
}
.articles-section-article .content .container .col a.article .author {
  color: #8F9BB3;
  font-size: 16px;
}
.articles-section-article .content .container .col a.article .banner {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.articles-section-article .content .container .col a.article .banner img {
  max-width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .articles-section-article .content .container .col a.article .banner img {
    max-width: 568px;
    height: auto;
  }
}
.articles-section-article .content .container .col a.article .main-tag {
  border-radius: 100px;
  background: rgba(29, 90, 245, 0.12);
  padding: 5px 24px;
  display: inline-block;
  font-size: 16px;
  color: #2E3A59;
}
.articles-section-article .center-button {
  margin-top: 70px;
}
.articles-section-article .center-button .crankle-button-wrapper .crankle-button__blue {
  background-color: #192038;
}
.articles-section-article .center-button .crankle-button-wrapper .crankle-button__blue:before {
  background-color: #192038;
}
.articles-section-article .center-button .crankle-button-wrapper .crankle-button__blue:after {
  background-color: #192038;
}

.prev-next-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.prev-next-btn.align-right {
  justify-content: right;
}
.prev-next-btn a {
  font-family: "GT Walsheim Pro Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #192038;
}
.prev-next-btn a span {
  background-image: linear-gradient(to right, transparent 50%, #FADA80 50%);
  background-origin: 0;
  background-size: 200% 50%;
  background-repeat: repeat-x;
  background-position: 0 100%;
  transition: background-position 0.5s;
  background-position: -100% 100%;
  transition: background-size 0.3s ease-in-out;
}
.prev-next-btn a span:hover {
  background-size: 200% 100%;
}
.prev-next-btn a.arrow-right img {
  transform: rotate(180deg);
}
.prev-next-btn a:hover {
  cursor: pointer;
  text-decoration: none;
}

.pagination .page-item .page-link {
  border: 1px solid #C5CEE0;
  color: #192038;
}
.pagination .page-item.active .page-link {
  background-color: #192038;
  border-color: #192038;
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  color: #C5CEE0;
  border-color: #C5CEE0;
}

.App {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F3F5F9;
}

.start-project-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 95px;
}
.start-project-1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .start-project-1 .container {
    align-items: flex-start;
  }
}
.start-project-1 h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .start-project-1 h1 {
    font-size: 32px;
    line-height: 48px;
  }
}
.start-project-1 p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .start-project-1 p {
    text-align: left;
  }
}

.start-project-2 {
  background-color: #FFFFFF;
  padding: 78px 0 128px 0;
}
@media screen and (max-width: 768px) {
  .start-project-2 {
    padding-bottom: 77px;
  }
}

.start-project-3 {
  background-color: #FFFFFF;
}
.start-project-3 h3 {
  text-align: center;
  margin-bottom: 110px;
}

.start-project-3__preheader {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #8F9BB3;
  margin-bottom: 20px;
}

.start-project__slider {
  min-height: 610px;
}
@media screen and (max-width: 768px) {
  .start-project__slider {
    min-height: 550px;
  }
}
.start-project__slider .slick-dots {
  bottom: -90px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .start-project__slider .slick-dots {
    bottom: -35px;
  }
}
.start-project__slider .slick-dots li {
  margin: 0;
}
.start-project__slider .slick-dots li.slick-active button:before {
  color: #192038;
}
.start-project__slider .slick-dots li button {
  width: 0;
}
.start-project__slider .slick-dots li button:hover:before {
  color: #E4E8F2;
}
.start-project__slider .slick-dots li button:before {
  width: 0;
  font-size: 12px;
  color: #E4E8F2;
  opacity: 1;
}

.client-slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 64px;
  max-width: 497px;
  z-index: 100;
}

.client-slider__avatar {
  position: relative;
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 23px;
}
.client-slider__avatar img {
  width: 100%;
  height: auto;
}

.client-slider__comment {
  margin-bottom: 20px;
  font-family: "GT Walsheim Pro Italic";
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #192038;
}
@media screen and (max-width: 768px) {
  .client-slider__comment {
    font-size: 16px;
    line-height: 24px;
  }
}

.client-slider__author {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.client-slider__name {
  font-size: 20px;
  font-family: "GT Walsheim Pro Bold";
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .client-slider__name {
    font-size: 18px;
    line-height: 24px;
  }
}

.client-slider__position {
  font-size: 16px;
  line-height: 25px;
  color: #8F9BB3;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h3.clients-slider__header {
    margin-bottom: 32px;
  }
}

.main-slider-container .slick-slide > div {
  position: relative;
  min-height: 457px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider-container .slick-slide.slick-current .quotes--active,
.main-slider-container .slick-slide.slick-current .background-image--active {
  display: block;
}

.background-image--active {
  display: none;
  position: absolute;
  top: 0;
}
.background-image--active img {
  width: 100%;
}

.process-section-1 {
  padding-bottom: 60px;
}
.process-section-1 .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1364px) {
  .process-section-1 .process-image-wrapper {
    margin-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .process-section-1 {
    padding-bottom: 31px;
  }
  .process-section-1 .container {
    flex-direction: column-reverse;
  }
  .process-section-1 .process-image-wrapper {
    margin: 0 auto 66px auto;
  }
  .process-section-1 .process-image-wrapper img {
    max-width: 100%;
    height: auto;
  }
}
.process-section-1 .process-image-wrapper {
  position: relative;
}
.process-section-1 .process-image-wrapper .process-image__bg {
  position: absolute;
  left: -107px;
  bottom: -55px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .process-section-1 .process-image-wrapper .process-image__bg {
    max-width: none;
    height: initial;
  }
}
@media screen and (max-width: 499px) {
  .process-section-1 .process-image-wrapper .process-image__bg {
    max-width: 150%;
    height: auto;
    left: -85px;
    bottom: -72px;
  }
}

.process-section-2 {
  padding-top: 98px;
  padding-bottom: 160px;
  background-color: #FFFFFF;
}
.process-section-2 h2 {
  margin-bottom: 95px;
}
.process-section-2 .container {
  padding: 0 25px;
}
@media screen and (max-width: 1368px) {
  .process-section-2 .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .process-section-2 {
    padding-top: 41px;
    padding-bottom: 52px;
  }
  .process-section-2 h2 {
    margin-bottom: 85px;
    font-size: 32px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .process-section-2 h2 {
    font-size: 24px;
    text-align: center;
  }
}

.process-section-3 {
  background-color: #FFFFFF;
}
.process-section-3 h4 {
  text-align: center;
}
.process-section-3 .contact-us-container {
  margin-top: 52px;
  margin-bottom: 71px;
}

.capabilities {
  display: flex;
  align-items: center;
}
.capabilities .slick-dots {
  margin: 0 auto;
}
.capabilities .slick-dots li {
  margin: 0;
}
.capabilities .slick-dots li.slick-active button:before {
  color: #192038;
}
.capabilities .slick-dots li button {
  width: 0;
}
.capabilities .slick-dots li button:hover:before {
  color: #E4E8F2;
}
.capabilities .slick-dots li button:before {
  width: 0;
  font-size: 12px;
  color: #E4E8F2;
  opacity: 1;
}

.mobile-capabilities .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.mobile-capabilities .slick-track .slick-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mobile-capabilities .slick-track .slick-slide {
    margin: 0 15px;
  }
}

.capability {
  margin: 0 55px;
}
@media screen and (max-width: 992px) {
  .capability {
    margin: 0 25px;
  }
}
.capability:first-child {
  margin-left: 0;
}
.capability:last-child {
  margin-right: 0;
}
.capability img {
  max-width: 100%;
  min-width: 60px;
}

.umbraco-header {
  justify-content: space-between;
  align-items: center;
}

.umbraco-overview, .umbraco-industries, .umbraco-festival, .umbraco-contrib {
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
}
.umbraco-overview h2, .umbraco-industries h2, .umbraco-festival h2, .umbraco-contrib h2 {
  margin-bottom: 40px;
}
.umbraco-overview .container h2, .umbraco-industries .container h2, .umbraco-festival .container h2, .umbraco-contrib .container h2 {
  margin-bottom: 40px;
}
.umbraco-overview .container p, .umbraco-industries .container p, .umbraco-festival .container p, .umbraco-contrib .container p {
  margin-bottom: 30px;
}
.umbraco-overview .container ul, .umbraco-industries .container ul, .umbraco-festival .container ul, .umbraco-contrib .container ul {
  margin-bottom: 31px;
  margin-left: 40px;
}
.umbraco-overview .container p, .umbraco-overview .container li, .umbraco-industries .container p, .umbraco-industries .container li, .umbraco-festival .container p, .umbraco-festival .container li, .umbraco-contrib .container p, .umbraco-contrib .container li {
  font-size: 18px;
  line-height: 34px;
  color: #2E3A59;
}
.umbraco-overview .container li, .umbraco-industries .container li, .umbraco-festival .container li, .umbraco-contrib .container li {
  list-style-type: circle;
}
.umbraco-overview .container .right, .umbraco-industries .container .right, .umbraco-festival .container .right, .umbraco-contrib .container .right {
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .umbraco-overview .container .right, .umbraco-industries .container .right, .umbraco-festival .container .right, .umbraco-contrib .container .right {
    float: none;
    margin-left: 0;
  }
}
.umbraco-overview .container .umbraco-contrib, .umbraco-industries .container .umbraco-contrib, .umbraco-festival .container .umbraco-contrib, .umbraco-contrib .container .umbraco-contrib {
  text-align: center;
}
.umbraco-overview .container .umbraco-contrib img, .umbraco-industries .container .umbraco-contrib img, .umbraco-festival .container .umbraco-contrib img, .umbraco-contrib .container .umbraco-contrib img {
  width: 35%;
}
@media screen and (max-width: 992px) {
  .umbraco-overview, .umbraco-industries, .umbraco-festival, .umbraco-contrib {
    padding-top: 41px;
    padding-bottom: 52px;
  }
  .umbraco-overview h2, .umbraco-industries h2, .umbraco-festival h2, .umbraco-contrib h2 {
    margin-bottom: 85px;
    font-size: 32px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .umbraco-overview h2, .umbraco-industries h2, .umbraco-festival h2, .umbraco-contrib h2 {
    font-size: 24px;
    text-align: center;
  }
}

.umbraco-industries {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .umbraco-industries {
    padding-bottom: 0px;
  }
}

.umbraco-overview .container, .umbraco-contrib .container, .umbraco-festival .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .umbraco-overview .container, .umbraco-contrib .container, .umbraco-festival .container {
    flex-direction: column;
    padding: 0 5px;
  }
}
.umbraco-overview .container .col, .umbraco-contrib .container .col, .umbraco-festival .container .col {
  flex: 1;
}

.umbraco-contrib {
  background-color: #F3F5F9;
}
.umbraco-contrib .container p {
  font-size: 20px;
}
.umbraco-contrib .container .right {
  float: right;
  margin-left: 0px;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .umbraco-contrib .container .right {
    float: none;
    margin-left: 0;
  }
}
.umbraco-contrib .container img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .umbraco-contrib .container img {
    width: 200px;
  }
}

.umbraco-festival {
  background-color: #e7e7e7;
}
.umbraco-festival .uFestGraphic {
  text-align: center;
  justify-content: center;
}
.umbraco-festival .uFestGraphic img {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .umbraco-festival .uFestGraphic {
    width: 100%;
    margin-left: 0px;
  }
}

.process__scrollable-list {
  height: 100%;
}

.process__scrollable-list-item {
  display: flex !important;
  position: relative;
  height: 100%;
  align-items: flex-start;
}

.process__item-image {
  position: relative;
}
@media screen and (max-width: 992px) {
  .process__item-image {
    margin-left: 50px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .process__item-image {
    margin-right: 50px;
  }
  .process__item-image img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .process__item-image .graph-widget__container img {
    width: 237.6px;
    height: auto;
  }
  .process__item-image .graph-widget__container span {
    width: 28%;
    min-height: 21%;
    height: auto;
    font-size: 18px;
    line-height: 120.5%;
  }
}
@media screen and (max-width: 655px) {
  .process__item-image .graph-widget__container img {
    width: 211.2px;
    height: auto;
  }
  .process__item-image .graph-widget__container span {
    right: -15%;
    top: -10%;
  }
}
@media screen and (max-width: 600px) {
  .process__item-image .graph-widget__container img {
    width: 184.8px;
    height: auto;
  }
}
@media screen and (max-width: 551px) {
  .process__item-image .graph-widget__container img {
    width: 158.4px;
    height: auto;
  }
  .process__item-image .graph-widget__container span {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .process__item-image .graph-widget__container img {
    width: 132px;
    height: auto;
  }
}
@media screen and (max-width: 441px) {
  .process__item-image .graph-widget__container img {
    width: 105.6px;
    height: auto;
  }
  .process__item-image .graph-widget__container span {
    font-size: 10px;
  }
}
@media screen and (max-width: 393px) {
  .process__item-image .graph-widget__container img {
    width: 92.4px;
    height: auto;
  }
}
@media screen and (max-width: 364px) {
  .process__item-image .graph-widget__container img {
    width: 76.56px;
    height: auto;
  }
}
@media screen and (max-width: 330px) {
  .process__item-image .graph-widget__container img {
    width: 68.64px;
    height: auto;
  }
}
.process__item-image img {
  box-shadow: -8px 40px 41px 0px rgba(184, 197, 208, 0.42);
  border-radius: 15px;
}

.process__item-description h5 {
  display: flex;
  margin-bottom: 28px;
}
.process__item-description p {
  margin-bottom: 42px;
}

@media screen and (max-width: 992px) {
  .process__item-description--hidden {
    display: none;
  }
}

.graph-widget {
  position: absolute;
}
.graph-widget.left-top {
  left: -15%;
  top: -10%;
}
.graph-widget.left-bottom {
  left: -15%;
  bottom: -10%;
}
.graph-widget.right-bottom {
  right: -15%;
  bottom: -10%;
}
.graph-widget.right-top {
  right: -15%;
  top: -10%;
}
@media screen and (max-width: 768px) {
  .graph-widget.left-top, .graph-widget.left-bottom {
    left: -10%;
  }
  .graph-widget.right-bottom, .graph-widget.right-top {
    right: -10%;
  }
}

.graph-widget__container {
  position: relative;
}
.graph-widget__container img {
  max-width: 264px;
  height: auto;
}
.graph-widget__container span {
  position: absolute;
  top: -26px;
  right: -35px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #192038;
  font-size: 24px;
  line-height: 47px;
  font-family: "RobotoMono Bold";
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollable-list__navigation-container {
  display: flex;
  flex-direction: column;
  margin-left: 164px;
}
@media screen and (max-width: 1225px) {
  .scrollable-list__navigation-container {
    margin-left: 114px;
  }
}
@media screen and (max-width: 992px) {
  .scrollable-list__navigation-container {
    margin-left: 0;
  }
}

.scrollable-list .slick-active .scrollable-list__image {
  animation: fadeInUp;
  animation-duration: 1s;
}
.scrollable-list .slick-active .graph-widget {
  animation: fadeInUp;
  animation-duration: 1s;
}
.scrollable-list .slick-list {
  overflow: visible;
}
.scrollable-list .slick-slide[aria-hidden=true] {
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .process__scrollable-list-item {
    flex-direction: column;
  }
}

.scrollable-list__image {
  max-width: 518px;
  height: auto;
}

.scrollable-item__btn {
  background-color: transparent;
  border: none;
}
.scrollable-item__btn:active, .scrollable-item__btn:focus {
  outline: 0;
}

.projects-slider-wrapper {
  height: 100%;
  width: 100%;
}
.projects-slider-wrapper .slick-slide[aria-hidden=true] {
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .projects-slider-wrapper .slick-list {
    height: 100vh !important;
  }
}
.projects-slider-wrapper .slick-list .slick-slide {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .projects-slider-wrapper .slick-list .slick-slide {
    height: 100%;
  }
}
.projects-slider-wrapper .slick-list .slick-slide > div {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .projects-slider-wrapper .slick-list .slick-slide > div {
    height: auto;
  }
}
.projects-slider-wrapper .start-scrolling {
  z-index: 3;
  align-self: center;
}
.projects-slider-wrapper .start-scrolling.container {
  justify-content: unset;
}
@media screen and (max-width: 768px) {
  .projects-slider-wrapper .start-scrolling.container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 992px) {
  .projects-slider-wrapper .start-scrolling.container {
    margin-top: 50px;
  }
}
@media screen and (max-height: 992px) {
  .projects-slider-wrapper .start-scrolling {
    position: absolute;
    bottom: 20px;
  }
}
.projects-slider-wrapper .start-scrolling .custom-dots {
  margin-left: 25%;
}
@media screen and (max-width: 768px) {
  .projects-slider-wrapper .start-scrolling .custom-dots {
    margin-left: 0;
    margin-top: 12px;
  }
}
.projects-slider-wrapper .start-scrolling .custom-dots button {
  border: none;
  border-radius: 50%;
  padding: 5px;
  background-color: lightgrey;
}
.projects-slider-wrapper .start-scrolling .custom-dots button:focus {
  outline: none;
}
.projects-slider-wrapper .start-scrolling .custom-dots button.active {
  background-color: black;
}
.projects-slider-wrapper .start-scrolling .custom-dots button:hover {
  background-color: black;
}
.projects-slider-wrapper .arrows-buttons {
  margin-top: 20px;
  z-index: 1000;
}
.projects-slider-wrapper .arrows-buttons button {
  border: none;
  background-color: transparent;
  color: lightgray;
  font-size: 25px;
}
.projects-slider-wrapper .arrows-buttons button:focus {
  outline: none;
}
.projects-slider-wrapper .arrows-buttons button:hover {
  color: black;
}
.projects-slider-wrapper .projects__image {
  margin-top: 40px;
}

.projects-slider .slick-active .projects__company-logo,
.projects-slider .slick-active .projects__header,
.projects-slider .slick-active .projects__text,
.projects-slider .slick-active .crankle-button-wrapper {
  animation: fadeInLeft;
  animation-duration: 1s;
}
.projects-slider .slick-active .projects-main__image {
  animation: fadeInUp;
  animation-duration: 1s;
}
@media screen and (max-width: 1330px) {
  .projects-slider .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .projects-slider .container {
    flex-direction: column;
  }
  .projects-slider .projects__description {
    min-height: auto;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 992px) {
  .projects__header {
    font-size: 32px;
    line-height: 36px;
  }
}

.projects__company-logo {
  margin-bottom: 10px;
  z-index: 110;
}
.projects__company-logo img {
  height: 62px;
  width: auto;
}
@media screen and (max-width: 992px) {
  .projects__company-logo {
    font-size: 18px;
    line-height: 34px;
  }
}

.projects-1 {
  padding-bottom: 75px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-height: 900px) {
  .projects-1 {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) and (min-height: 775px) {
  .projects-1 {
    display: flex;
    align-items: center;
  }
  .projects-1 .projects__description {
    min-height: auto;
  }
}
.projects-1 .container {
  display: flex;
  justify-content: space-between;
}
.projects-1 .container .projects-main__image {
  flex-grow: 1;
}
.projects-1 .container .projects-main__image img {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .projects-1 .container {
    max-width: 850px;
  }
}
.projects-1 h2 {
  margin-bottom: 23px;
  z-index: 110;
}
.projects-1 .crankle-button-wrapper,
.projects-1 .section__scrolling-prompt {
  z-index: 110;
}
@media screen and (max-width: 768px) {
  .projects-1 .projects__description {
    max-width: none;
  }
}
.projects-1.projects__orange {
  background-color: #FEF9ED;
}
.projects-1.projects__orange .project__background-image svg g path {
  fill: #E9DEC4;
}
.projects-1.projects__orange .project__background-image .dotted-bg {
  filter: brightness(0) saturate(100%) invert(87%) sepia(9%) saturate(539%) hue-rotate(358deg) brightness(108%) contrast(83%);
}
.projects-1.projects__green {
  background-color: #F3F9F3;
}
.projects-1.projects__green .project__background-image svg g path {
  fill: #D4E6D4;
}
.projects-1.projects__green .project__background-image .dotted-bg {
  filter: brightness(0) saturate(100%) invert(97%) sepia(6%) saturate(511%) hue-rotate(60deg) brightness(92%) contrast(96%);
}
.projects-1.projects__pink {
  background-color: #F8F3F9;
}
.projects-1.projects__pink .project__background-image svg g path {
  fill: #EFDCF2;
}
.projects-1.projects__pink .project__background-image .dotted-bg {
  filter: brightness(0) saturate(100%) invert(84%) sepia(17%) saturate(189%) hue-rotate(244deg) brightness(105%) contrast(92%);
}
.projects-1.projects__persik {
  background-color: #FFF3F0;
}
.projects-1.projects__persik .project__background-image svg g path {
  fill: #EAD9D1;
}
.projects-1.projects__persik .project__background-image .dotted-bg {
  filter: brightness(0) saturate(100%) invert(91%) sepia(5%) saturate(768%) hue-rotate(329deg) brightness(102%) contrast(84%);
}
.projects-1.projects__blue {
  background-color: #F1F6FF;
}
.projects-1.projects__blue .project__background-image svg g path {
  fill: #C9D6EE;
}
.projects-1.projects__blue .project__background-image .dotted-bg {
  filter: brightness(0) saturate(100%) invert(82%) sepia(22%) saturate(236%) hue-rotate(182deg) brightness(104%) contrast(87%);
}
.projects-1.projects__lime {
  background-color: #F6FFF4;
}
.projects-1.projects__lime .project__background-image svg g path {
  fill: #CEFACA;
}
.projects-1.projects__lime .project__background-image .dotted-bg {
  filter: brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(1089%) hue-rotate(60deg) brightness(102%) contrast(96%);
}

.projects-main__image {
  margin-left: 70px;
  z-index: 110;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .projects-main__image {
    margin-left: 0;
    margin-top: 0;
  }
  .projects-main__image img {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.projects-main__image img {
  margin-top: 69px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .projects-main__image {
    margin-left: 30px;
  }
  .projects-main__image img {
    max-width: 556px;
  }
}
@media screen and (max-width: 1035px) {
  .projects-main__image {
    margin-left: 15px;
  }
  .projects-main__image img {
    max-width: 495px;
  }
}
@media screen and (max-width: 992px) {
  .projects-main__image img {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .projects-main__image {
    margin-left: 0;
  }
  .projects-main__image img {
    max-width: 100%;
  }
}

.projects__text {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 48px;
  z-index: 110;
}
@media screen and (max-width: 992px) {
  .projects__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.projects__background {
  position: absolute;
  top: -165px;
  left: -35px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .projects__background {
    top: -220px;
    width: 100%;
  }
  .projects__background svg {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .project__background-image svg {
    width: 100%;
  }
}

.projects__description {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  max-width: 546px;
}
@media screen and (max-width: 768px) {
  .projects__description h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.projects__description .company-logo {
  z-index: 110;
}
.projects__description .company-logo img {
  max-width: 300px;
}

.projects__image {
  margin-left: 70px;
  z-index: 110;
  max-width: 646px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.projects__image img {
  margin-bottom: 69px;
  max-height: 450px;
}

.projects-details__slider {
  width: 594px;
  z-index: 110;
}
.projects-details__slider .slick-dots {
  display: flex !important;
  justify-content: center;
  position: relative;
  bottom: auto;
}
.projects-details__slider .slick-dots li {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  margin: 0 5px;
}
.projects-details__slider .slick-dots li p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8F9BB3;
  border-radius: 50%;
  height: 67px;
  width: 67px;
  font-family: "RobotoMono Bold";
  font-size: 16px;
  line-height: 120.5%;
  position: relative;
}
.projects-details__slider .slick-dots .slick-active p {
  color: #192038;
}
.projects-details__slider img {
  max-width: 100%;
  max-height: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .projects-details__slider {
    margin-left: 30px;
    width: 556px;
  }
  .projects-details__slider img {
    max-width: 556px;
  }
}
@media screen and (max-width: 1035px) {
  .projects-details__slider {
    margin-left: 15px;
    width: 495px;
  }
  .projects-details__slider img {
    max-width: 495px;
  }
}
@media screen and (max-width: 992px) {
  .projects-details__slider {
    width: 400px;
  }
  .projects-details__slider img {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .projects-details__slider {
    margin: 0 auto;
  }
  .projects-details__slider img {
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .projects-details__slider {
    width: 300px;
  }
}

.image-slider__slide {
  max-height: 450px;
}

.projects__details {
  background-color: #F1F6FF;
}
.projects__details .project__background-image svg g path {
  fill: #C9D6EE;
}
.projects__details .project__background-image img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(22%) saturate(236%) hue-rotate(182deg) brightness(104%) contrast(87%);
}
.projects__details h4 {
  margin-bottom: 30px;
  z-index: 110;
}
.projects__details h2 {
  margin-bottom: 23px;
  z-index: 110;
}
.projects__details .projects__description {
  min-height: 590px;
  padding-bottom: 66px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .projects__details .projects__description {
    min-height: 208px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .projects__details .projects__background {
    top: -280px;
  }
  .projects__details .projects__background svg {
    width: 100%;
  }
}
.projects__details .projects__image {
  flex-direction: column;
  align-items: center;
}
.projects__details .projects__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .projects__details .projects__image {
    margin-left: 30px;
  }
  .projects__details .projects__image img {
    max-width: 556px;
  }
}
@media screen and (max-width: 1035px) {
  .projects__details .projects__image {
    margin-left: 15px;
  }
  .projects__details .projects__image img {
    max-width: 495px;
  }
}
@media screen and (max-width: 992px) {
  .projects__details .projects__image img {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .projects__details .projects__image {
    margin-left: 0;
  }
  .projects__details .projects__image img {
    max-width: 100%;
  }
}
.projects__details .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .projects__details .container {
    flex-direction: column;
  }
}
.projects-details__solution {
  padding-top: 105px;
  background-color: #FFFFFF;
}
.projects-details__solution .container {
  max-width: 1030px;
}
.projects-details__solution h3 {
  margin-bottom: 31px;
}
.projects-details__solution h4 {
  font-size: 30px;
}
.projects-details__solution ul {
  margin-bottom: 31px;
  margin-left: 40px;
}
.projects-details__solution ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}
.projects-details__solution ul li:before {
  content: "";
  position: absolute;
  background-image: url(/Images/blue-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: -30px;
  width: 24px;
  height: 24px;
}
.projects-details__solution p, .projects-details__solution li {
  font-size: 20px;
  line-height: 34px;
  color: #2E3A59;
}
.projects-details__solution p.excerpt {
  font-size: 16px;
  line-height: 24px;
}
.projects-details__solution .right {
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .projects-details__solution .right {
    float: none;
    margin-left: 0;
  }
}
.projects-details__solution .medium {
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .projects-details__solution .medium {
    max-width: 100%;
  }
}
.projects-details__solution .dotted-border {
  margin-bottom: 81px;
}
@media screen and (max-width: 768px) {
  .projects-details__solution .dotted-border {
    width: 217px;
    margin-bottom: 37px;
  }
}
.projects-details__solution .solution__p1 p,
.projects-details__solution .solution__p2 p {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .projects-details__solution .solution__p1,
  .projects-details__solution .solution__p2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .projects-details__solution {
    padding-top: 52px;
  }
}
@media screen and (max-width: 768px) {
  .projects-details__solution .result__p2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 126px;
  }
}

.solution__p1 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .solution__p1 {
    margin-bottom: 35px;
  }
}

.solution__p2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .solution__p2 {
    margin-bottom: 32px;
  }
}

.result__p2 {
  margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
  .result__p2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.solution-image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 30px;
}
.solution-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .solution-image-wrapper {
    margin-bottom: 33px;
  }
}
.solution-image-wrapper.right {
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .solution-image-wrapper.right {
    float: none;
    margin-left: 0;
  }
}
.solution-image-wrapper.small {
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .solution-image-wrapper.small {
    max-width: 100%;
  }
}
.solution-image-wrapper.drop img {
  -webkit-box-shadow: -1px 2px 34px 12px rgba(0, 0, 0, 0.12);
  box-shadow: -1px 2px 34px 12px rgba(0, 0, 0, 0.12);
}
.solution-image-wrapper.w75 img {
  width: 75%;
}

.increase-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 87px;
  min-height: 236px;
}
@media screen and (max-width: 768px) {
  .increase-container {
    min-height: 165px;
    margin-bottom: 36px;
  }
}

.increase__percentage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #192038;
  min-width: 236px;
  width: 236px;
  height: 236px;
  border-radius: 50%;
  position: absolute;
}
.increase__percentage h1,
.increase__percentage h4 {
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .increase__percentage h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .increase__percentage h4 {
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .increase__percentage {
    min-width: 136px;
    width: 136px;
    height: 136px;
    top: -50%;
    left: 15px;
  }
}

.increase__text {
  display: flex;
  align-items: center;
  background-color: #FFF6E1;
  height: 188px;
  margin-left: 45px;
  padding-left: 239px;
  padding-right: 64px;
}
.increase__text h5 {
  max-width: 941px;
}
@media screen and (max-width: 768px) {
  .increase__text h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .increase__text {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 0;
  }
}

.lets-connect {
  min-height: 288px;
  display: flex;
  align-items: center;
  background-color: #192038;
}
.lets-connect .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lets-connect .container {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .lets-connect {
    min-height: 266px;
  }
}

.lets-connect__text {
  max-width: 726px;
  margin-right: 71px;
  height: 100%;
  display: flex;
  align-items: center;
}
.lets-connect__text h4 {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .lets-connect__text h4 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lets-connect__text {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.lets-connect__button {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .lets-connect__button {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .lets-connect__button {
    width: 80%;
    justify-content: center;
  }
}

.lets-connect__bg {
  position: absolute;
  top: -122px;
  left: -300px;
}
@media screen and (max-width: 768px) {
  .lets-connect__bg {
    min-height: 266px;
    bottom: -85px;
    left: -75px;
    top: auto;
  }
}
.lets-connect__bg svg path {
  opacity: 0.1;
}
.lets-connect__bg img {
  opacity: 0.1;
}

.projects__brands {
  background-color: #FFFFFF;
  padding-top: 124px;
  padding-bottom: 73px;
}
@media screen and (max-width: 768px) {
  .projects__brands {
    padding-top: 51px;
  }
}
.projects__brands h3 {
  text-align: center;
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .projects__brands h3 {
    margin-bottom: 16px;
  }
}

/*.projects__brands-wrapper {
  margin-top: 49px;
  img {
    width: 202px;
  }
}*/
.brands-slider__contact-us {
  margin-top: 94px;
  margin-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .brands-slider__contact-us {
    margin-top: 0;
    margin-bottom: 46px;
  }
}

/* Masonry layout for images */
.mas-container {
  transition: all 0.5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
  column-count: 3;
}
.mas-container .item {
  margin-bottom: 30px;
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
  border: 2px solid #E4E8F2;
}
.mas-container .item img {
  max-width: 100%;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden; /* Remove Image flickering on hover */
}

.services-1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .services-1 {
    flex-direction: column-reverse;
  }
}

.services-1__description {
  max-width: 565px;
  margin-top: 100px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .services-1__description {
    max-width: none;
  }
}
.services-1__description h1 {
  margin-bottom: 18px;
}
@media screen and (max-width: 576px) {
  .services-1__description {
    margin-top: 25px;
  }
}

.services-1__image {
  position: relative;
  min-height: 661px;
}
@media screen and (max-width: 992px) {
  .services-1__image {
    min-height: initial;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .services-1__image-container img {
    max-width: 100%;
    height: auto;
  }
}

.services-1__image-bg {
  position: absolute;
  top: -50px;
  left: -146px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .services-1__image-bg {
    left: -110px;
  }
}
@media screen and (max-width: 576px) {
  .services-1__image-bg {
    max-width: 100%;
    height: auto;
    top: 5px;
    left: -15px;
  }
}

.services-section-1 {
  background-color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .services-section-1 {
    padding-bottom: 0;
  }
}

.service-description {
  max-width: 503px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .service-description {
    max-width: none;
  }
}
.service-description h3 {
  margin-bottom: 25px;
}
.service-description p {
  margin-bottom: 20px;
}

.services-section-2,
.services-section-3 {
  background-color: #FFFFFF;
}

.services-section-2 {
  padding-bottom: 54px;
}
.services-section-2 h3 {
  text-align: center;
  margin-bottom: 110px;
}

.services-section-3 {
  padding-bottom: 87px;
}

.services-point {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .services-point {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 992px) {
  .services-point__image {
    margin-bottom: 55px;
  }
}
.services-point__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .services-point__image img {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .services-point__image img {
    max-width: 345px;
  }
}

.service-point-1 {
  padding-bottom: 113px;
}
@media screen and (max-width: 992px) {
  .service-point-1 {
    padding-bottom: 61px;
  }
}

.service-point-2 {
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .service-point-2 {
    margin-bottom: 61px;
  }
}

.service-point-3 {
  padding-bottom: 160px;
}
@media screen and (max-width: 992px) {
  .service-point-3 {
    margin-bottom: 61px;
  }
}

@media screen and (max-width: 992px) {
  .service-point-4 {
    margin-bottom: 77px;
  }
}

.reversed-service-point {
  padding-bottom: 160px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .reversed-service-point {
    flex-direction: column;
  }
}

.about-section-2 {
  padding-top: 95px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .about-section-2 {
    padding-top: 47px;
    padding-bottom: 26px;
  }
}
.about-section-2 h3 {
  text-align: center;
  margin-bottom: 26px;
}
.about-section-2 .default-paragraph__dark {
  max-width: 786px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .about-section-2 .default-paragraph__dark {
    margin-bottom: 50px;
  }
}

.about-section-bards-button {
  background-color: #FFFFFF;
}

.about-inner-container {
  display: flex;
}
@media screen and (max-width: 992px) {
  .about-inner-container {
    flex-direction: column-reverse;
    margin-bottom: 48px;
  }
  .about-inner-container .map-container {
    margin-bottom: 46px;
  }
  .about-inner-container .map-container .map-container__image > div {
    display: flex;
    justify-content: center;
  }
  .about-inner-container .map-container svg {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1266px) {
  .about-inner-container svg {
    max-width: 800px;
    height: auto;
  }
}
@media screen and (max-width: 1172px) {
  .about-inner-container svg {
    max-width: 750px;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .about-inner-container svg {
    max-width: 650px;
    height: auto;
  }
}

.about__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-container {
  position: relative;
}

.about__row {
  display: flex;
  padding-bottom: 84px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .about__row {
    flex-direction: column;
    align-items: center;
    padding-bottom: 51px;
  }
  .about__row .colored-card {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .about__row.about__row--reversed .about__button-wrapper {
    order: 1;
  }
}
.about__row > div {
  padding: 0 11px;
  width: 399px;
}
@media screen and (max-width: 768px) {
  .about__row > div {
    padding: 11px;
    width: 100%;
  }
}

.about__button-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about__button-wrapper {
    padding-bottom: 0 !important;
  }
}
.about__button-wrapper > div {
  display: flex;
  justify-content: center;
}

.about-section-3, .capabilities {
  background-color: #FFFFFF;
}
.about-section-3 .contact-us-container, .capabilities .contact-us-container {
  margin-top: 79px;
  margin-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .about-section-3 .contact-us-container, .capabilities .contact-us-container {
    margin-bottom: 46px;
  }
}
.about-section-3 h4, .about-section-3 h5, .capabilities h4, .capabilities h5 {
  text-align: center;
}
.about-section-3 h5, .capabilities h5 {
  font-size: 0.8em;
  font-weight: 200;
  margin-top: 0px;
}

.capabilities {
  padding-bottom: 87px;
}

.about-section-3 {
  padding-top: 100px;
}

.section-1 {
  padding: 0 0 50px;
}
.section-1 .slick-track {
  display: flex;
  align-items: stretch;
}
.section-1 .slick-track .slick-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-1 .slick-list {
  overflow: visible;
}
.section-1 .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1330px) {
  .section-1 .start-scrolling {
    max-width: 1150px;
  }
}
@media screen and (max-width: 1230px) {
  .section-1 .start-scrolling {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1180px) {
  .section-1 .start-scrolling {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1075px) {
  .section-1 .start-scrolling {
    max-width: 975px;
  }
}
@media screen and (max-width: 992px) {
  .section-1 .start-scrolling {
    max-width: 850px;
  }
}
@media screen and (max-width: 768px) {
  .section-1 .start-scrolling {
    max-width: none;
  }
}

.homepage-slider {
  display: none;
}
.homepage-slider.slick-initialized {
  display: block;
}
.homepage-slider .slick-active .slider__pre-header,
.homepage-slider .slick-active .slider__number,
.homepage-slider .slick-active .slider__header,
.homepage-slider .slick-active .default-paragraph,
.homepage-slider .slick-active .crankle-button-wrapper {
  animation: fadeInLeft;
  animation-duration: 1s;
}
.homepage-slider .slick-active .slider__image {
  animation: fadeInUp;
  animation-duration: 1s;
}
.homepage-slider .slick-active .slider-1-main,
.homepage-slider .slick-active .slider-1-comment,
.homepage-slider .slick-active .slider-list-item-1,
.homepage-slider .slick-active .slider-list-item-2 {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0s;
}
.homepage-slider .slick-slide[aria-hidden=true] {
  z-index: -1;
}
.homepage-slider .dottes-bg {
  right: -48px;
  bottom: 45px;
}
@media screen and (max-width: 1330px) {
  .homepage-slider .container {
    justify-content: center;
    max-width: 1150px;
  }
  .homepage-slider .slider__description {
    margin-right: 80px;
  }
  .homepage-slider .slider__image-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 1230px) {
  .homepage-slider .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1180px) {
  .homepage-slider .container {
    max-width: 1000px;
  }
  .homepage-slider .slider__description {
    margin-right: 30px;
  }
  .homepage-slider .slider__image {
    max-width: 430px;
  }
  .homepage-slider .dottes-bg {
    max-width: 600px;
    height: auto;
    bottom: 108px;
  }
}
@media screen and (max-width: 1075px) {
  .homepage-slider .container {
    max-width: 975px;
  }
  .homepage-slider .slider__description {
    max-width: 450px;
    margin-right: 30px;
  }
  .homepage-slider .slider__image {
    max-width: 410px;
  }
  .homepage-slider .dottes-bg {
    right: -70px;
  }
}
@media screen and (max-width: 992px) {
  .homepage-slider .container {
    align-items: center;
    max-width: 850px;
  }
  .homepage-slider .section__scrolling-prompt {
    margin-top: 50px;
  }
  .homepage-slider .slider__description {
    max-width: 350px;
    justify-content: center;
  }
  .homepage-slider .slider__image {
    margin-left: 15px;
    max-width: 380px;
  }
  .homepage-slider .dottes-bg {
    max-width: 550px;
    bottom: -50px;
  }
}
@media screen and (max-width: 870px) {
  .homepage-slider .slider__description {
    max-width: 310px;
  }
  .homepage-slider .slider__image {
    max-width: 335px;
  }
  .homepage-slider .dottes-bg {
    max-width: 505px;
    bottom: -65px;
    right: -75px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-slider .container {
    max-width: none;
    flex-direction: column-reverse;
  }
  .homepage-slider .slider__description {
    max-width: none;
    margin-right: 0;
    justify-content: flex-start;
    min-height: auto;
  }
  .homepage-slider .slider__image-container {
    width: 100%;
  }
  .homepage-slider .slider__image {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-left: 0;
    display: block;
    margin-bottom: 40px;
  }
  .homepage-slider .dottes-bg {
    max-width: none;
    height: auto;
    bottom: -30px;
    right: -55px;
  }
  .homepage-slider .slick-dots {
    position: relative;
    display: flex !important;
    padding: 0 15px;
    bottom: 0;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .homepage-slider .slick-dots li {
    width: 31px;
  }
  .homepage-slider .slick-dots li.slick-active button:before {
    color: #F7C957;
  }
  .homepage-slider .slick-dots li button {
    width: 0;
  }
  .homepage-slider .slick-dots li button:hover:before {
    color: #FADA80;
  }
  .homepage-slider .slick-dots li button:before {
    font-size: 10px;
    color: #192038;
  }
}

.slider__description {
  max-width: 621px;
  display: flex;
  flex-direction: column;
  min-height: 544px;
  margin-right: 103px;
}

.slider__header {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .slider__header {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .slider__header {
    font-size: 24px;
    line-height: 56px;
    padding-left: 25px;
    margin-bottom: 0;
  }
}

.slider__pre-header {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 31px;
}
@media screen and (max-width: 992px) {
  .slider__pre-header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slider__pre-header {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
}
.slider__pre-header::before {
  width: 33px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  background-color: #151A30;
}

.slider__text {
  margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .slider__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .slider__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.slider__image-wrapper {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.slider__image-wrapper.slider-2 .dottes-bg {
  z-index: -1;
}

.slider__image-container {
  flex: 1;
}

.slider__image {
  max-width: 575px;
}

.dottes-bg {
  position: absolute;
  bottom: 48px;
  right: 54px;
}
.dottes-bg img {
  display: block;
}

.section__scrolling-prompt {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.scroll-image-container {
  margin-right: 10px;
}

.slider__pre-header-container {
  margin-left: 68px;
}

.slider__header-container {
  position: relative;
}

.slider__number {
  position: absolute;
  top: 0;
  left: -35px;
  font-size: 18px;
  font-family: "RobotoMono Bold";
  line-height: 120.5%;
  color: #192038;
}
@media screen and (max-width: 768px) {
  .slider__number {
    left: 0;
    top: 15px;
    font-size: 14px;
  }
}

.first-slider-container {
  position: relative;
  width: 100%;
}

.gray-background {
  position: absolute;
  max-width: 553px;
  width: 100%;
  height: 510px;
  border-radius: 23px;
  background-color: #E4E8F2;
  right: 0;
}

.slider-1-main {
  position: absolute;
  max-width: 368px;
  width: 100%;
  top: 33px;
  right: -7%;
}

.slider-1-comment {
  position: absolute;
  max-width: 244px;
  width: 100%;
  top: 88px;
  left: 7%;
  z-index: 100;
}

.slider-list-item-1 {
  position: absolute;
  max-width: 244px;
  width: 100%;
  top: 323px;
  left: 7%;
  z-index: 100;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
}

.slider-list-item-2 {
  position: absolute;
  max-width: 244px;
  width: 100%;
  top: 406px;
  left: 7%;
  z-index: 100;
  animation-duration: 0.6s;
  animation-delay: 0.8s;
}

.homepage-slider__slide {
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}

.slider-hidden {
  opacity: 0;
  height: 0;
  transform: translateY(100%);
  overflow: hidden;
}

.section-2 {
  background-color: #FFFFFF;
  padding: 170px 0;
}
@media screen and (max-width: 768px) {
  .section-2 {
    padding: 63px 0;
  }
}
.section-2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-2 .container {
    flex-direction: column;
  }
  .section-2 .container .section-2__image-wrapper {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 992px) {
  .section-2__image-wrapper img {
    width: 426px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-2__image-wrapper img {
    max-width: 100%;
    height: auto;
  }
}

.section-2__header {
  margin-bottom: 20px;
}

.section-2__paragraph {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-2__paragraph {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 29px;
  }
}

.section-2__description {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  .section-2__description {
    margin: 0 auto;
  }
}

.section-3 {
  padding: 130px 0 45px;
}
@media screen and (max-width: 768px) {
  .section-3 {
    padding: 51px 0 45px;
  }
}

.section-3__header {
  margin-bottom: 24px;
  text-align: center;
}

.section-3__under-header {
  margin-bottom: 86px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #2E3A59;
}

.section-3__header-5 {
  margin-bottom: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-3__header-5 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 656px) {
  .section-3__header-5 .highlight__container {
    max-width: 85%;
  }
  .section-3__header-5 .highlight__container .grow-arrow {
    right: -30px;
  }
}

.icon-right {
  margin-left: 15px;
}
.icon-right div {
  align-self: flex-start;
  display: flex;
}

.goals-list {
  display: flex;
  margin-bottom: 93px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.goals-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .goals-list {
    margin-bottom: 48px;
  }
}

.goals-list-item {
  position: relative;
  padding-top: 26px;
  min-width: 204px;
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  .goals-list-item:first-child {
    margin-left: 0;
  }
}
.goals-list-item .goals-list-item__delimiter {
  position: absolute;
  top: 42px;
  left: 120px;
}
.goals-list-item li {
  color: #2E3A59;
  margin-bottom: 8px;
}
.goals-list-item li:before {
  content: "-";
  padding-right: 5px;
}

.goal-number {
  position: absolute;
  top: -25px;
}

.goal-picture {
  margin-right: 10px;
}

.picture-container {
  margin-bottom: 59px;
  position: relative;
}

.goal-title {
  margin-bottom: 15px;
}

.stat-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .stat-list {
    flex-direction: column;
  }
}

.stat-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  animation-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .stat-list-item {
    flex-direction: column;
  }
}

.stat-number {
  margin-right: 15px;
  font-size: 80px;
  font-family: "RobotoMono Bold";
  color: #192038;
}
@media screen and (max-width: 768px) {
  .stat-number {
    font-size: 52px;
    line-height: 167%;
  }
}

.stat-description {
  flex-basis: 40%;
  font-size: 22px;
  line-height: 145%;
  font-family: "GT Walsheim Pro Bold";
  text-transform: uppercase;
  color: #192038;
}
@media screen and (max-width: 768px) {
  .stat-description {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-4 {
  background-color: #FFFFFF;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .section-4 {
    padding: 48px 0;
  }
}

.section-case-studies {
  background-color: #FFFFFF;
  padding-bottom: 73px;
}

.section-news-block {
  background-color: #FFFFFF;
  padding-top: 120px;
}

.section-4__header {
  margin-bottom: 24px;
  text-align: center;
}

.section-4__under-header {
  margin-bottom: 86px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #2E3A59;
}
@media screen and (max-width: 768px) {
  .section-4__under-header {
    margin-bottom: 40px;
  }
}

.cards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 73px;
}
@media screen and (max-width: 768px) {
  .cards-list {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.card__title {
  font-family: "GT Walsheim Pro Bold";
  color: #192038;
  font-size: 30px;
  line-height: 44px;
}

.card-item {
  border: none;
  flex-basis: 38%;
}
.card-item:hover {
  text-decoration: none;
  cursor: pointer;
}
.card-item:hover .card__image-container .card__image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.card-item:hover .default-link {
  text-decoration: none;
  color: #1D5AF5;
}
@media screen and (max-width: 768px) {
  .card-item {
    align-items: center;
  }
  .card-item .card-img-top {
    flex-shrink: initial;
    max-width: 650px;
    align-self: center;
  }
}
.card-item:nth-child(odd) {
  margin-bottom: 64px;
  margin-right: 95px;
}
@media screen and (max-width: 768px) {
  .card-item:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.card-item:nth-child(even) {
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .card-item:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .card-item {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .card-item .card__title-h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.card-item .card__image-container {
  display: block;
  overflow: hidden;
}
.card-item .card__image-container .card__image {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .card-item .card__image-container .card__image {
    max-width: 568px;
    height: auto;
  }
}

.card-item__anchor:hover {
  text-decoration: none;
}

.section-4__studies {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .section-4__studies {
    flex-direction: column;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 400px) {
  .section-4__studies {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.section-4__studies-text {
  color: #192038;
  font-size: 24px;
  line-height: 36px;
}

.section-4__studies-row {
  display: flex;
  align-items: center;
}

.section-4__studies-view {
  font-family: "GT Walsheim Pro Bold";
  font-size: 24px;
  line-height: 36px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .section-4__studies-view {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-4__studies-view span.half-highlight {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}

.homepage-clients {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  filter: grayscale(100%);
}
.homepage-clients div {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  transition: filter 0.3s ease-in-out;
}
.homepage-clients div img {
  margin: auto;
  width: 250px;
  max-width: 100%;
  height: auto;
}

.homepage-clients-adaptive {
  margin-bottom: 77px;
}
.homepage-clients-adaptive .slick-slide img {
  margin: 0 auto;
}
@media screen and (max-width: 506px) {
  .homepage-clients-adaptive .slick-slide img {
    max-width: 100%;
    height: auto;
  }
}

.section-cta {
  background-color: #ffffff;
}

.contact-us-container {
  text-align: center;
  padding-bottom: 120px;
}

.contact-us {
  display: flex;
  align-items: center;
  font-family: "GT Walsheim Pro Bold";
  font-size: 30px;
  line-height: 44px;
  text-decoration: none;
  color: #192038;
  background: linear-gradient(to right, #FFF6E1 50%, #192038 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.6s ease;
}
.contact-us:hover {
  text-decoration: none;
  color: #FADA80;
  background-position: right bottom;
}
.contact-us span {
  font-size: 30px;
  line-height: 44px;
  margin: 0 auto;
  max-width: 696px;
}
@media screen and (max-width: 954px) {
  .contact-us span {
    max-width: 566px;
  }
}
@media screen and (max-width: 768px) {
  .contact-us span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 596px) {
  .contact-us span {
    max-width: 221px;
    text-align: left;
  }
}

.link-arrow {
  background-color: #192038;
  padding: 73px;
}
@media screen and (max-width: 768px) {
  .link-arrow {
    padding: 51px 29px;
  }
}
@media screen and (max-width: 596px) {
  .link-arrow {
    padding: 78px 29px;
  }
}

.dotted-border {
  width: 217px;
  height: 1px;
  margin: 0 auto 48px;
  background-image: linear-gradient(to right, #8F9BB3 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 3px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .dotted-border {
    width: 100%;
  }
}

.not-found-page {
  flex-grow: 1;
  background-color: #FEF9ED;
  padding-bottom: 160px;
}
.not-found-page__text-block {
  padding-top: 130px;
  padding-left: 75px;
  padding-right: 0;
}
@media screen and (min-width: 1100px) {
  .not-found-page__text-block {
    padding-top: 180px;
  }
}
.not-found-page__title {
  margin-bottom: 24px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .not-found-page__title {
    line-height: 28px;
  }
}
.not-found-page__description, .not-found-page__hint {
  font-size: 18px;
  line-height: 29px;
  color: #595959;
  max-width: 396px;
}
.not-found-page__description {
  margin-bottom: 40px;
}
.not-found-page__hint {
  margin-bottom: 35px;
}
.not-found-page__image {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .not-found-page {
    padding-bottom: 80px;
  }
  .not-found-page .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .not-found-page__text-block {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .not-found-page__title {
    text-align: center;
  }
  .not-found-page__description, .not-found-page__hint {
    max-width: none;
    text-align: center;
  }
  .not-found-page__description {
    margin-bottom: 0;
  }
  .not-found-page__image {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .not-found-page__button {
    text-align: center;
  }
}
.fullpage-loader-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1100;
}

@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  width: 52px;
  height: 52px;
  border: 5px solid #dee5ec;
  border-top: 5px solid #fada80;
  border-radius: 50%;
  animation: Spinner 1.5s linear infinite;
}

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