@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, label, li, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Silka", Helvetica, Arial, sans-serif;
}

.container {
  background-color: #000000;
}

.page {
  background-color: #FFFFFF;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.page.active {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.w-content {
  width: 100%;
  max-width: 1280px;
  padding: 0px 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .w-content {
    padding: 0px 50px;
  }
}
@media only screen and (min-width: 1320px) {
  .w-content {
    padding: 0px;
  }
}

.w100 {
  width: 100%;
}

.mask {
  overflow: hidden;
}

.all-loaded .hero-text .mask h1 {
  -webkit-animation: shapeanimation 1.2s cubic-bezier(0.2, 0.01, 0.14, 1);
          animation: shapeanimation 1.2s cubic-bezier(0.2, 0.01, 0.14, 1);
}
.all-loaded .hero-text .mask:nth-child(2) h1 {
  -webkit-animation: shapeanimation2 1.3s cubic-bezier(0.2, 0.01, 0.14, 1);
          animation: shapeanimation2 1.3s cubic-bezier(0.2, 0.01, 0.14, 1);
}
.all-loaded .hero-text .tag {
  -webkit-animation: shapeanimation3 2s cubic-bezier(0.2, 0.01, 0.14, 1);
          animation: shapeanimation3 2s cubic-bezier(0.2, 0.01, 0.14, 1);
}
.all-loaded .hero-text .a-button--red {
  -webkit-animation: opacity 6s cubic-bezier(0.2, 0.01, 0.14, 1);
          animation: opacity 6s cubic-bezier(0.2, 0.01, 0.14, 1);
  position: relative;
}

@-webkit-keyframes shapeanimation {
  0% {
    top: -150px;
  }
  20% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}

@keyframes shapeanimation {
  0% {
    top: -150px;
  }
  20% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes shapeanimation2 {
  0% {
    top: -180px;
  }
  30% {
    top: -180px;
  }
  100% {
    top: 0;
  }
}
@keyframes shapeanimation2 {
  0% {
    top: -180px;
  }
  30% {
    top: -180px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes shapeanimation3 {
  0% {
    top: -150px;
  }
  40% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
@keyframes shapeanimation3 {
  0% {
    top: -150px;
  }
  40% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anidots {
  0% {
    top: -50px;
    opacity: 0;
  }
  50% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes anidots {
  0% {
    top: -50px;
    opacity: 0;
  }
  50% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes anidots2 {
  0% {
    top: -50px;
    opacity: 0;
  }
  55% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes anidots2 {
  0% {
    top: -50px;
    opacity: 0;
  }
  55% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes anidots3 {
  0% {
    top: -50px;
    opacity: 0;
  }
  60% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes anidots3 {
  0% {
    top: -50px;
    opacity: 0;
  }
  60% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes float {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@keyframes float {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes imagefirst {
  0% {
    top: 380px;
    -webkit-transform: rotateX(45deg) rotateZ(0deg) translateX(0px) translateY(80px) translateZ(0px) skewX(2deg) scale(1.16);
            transform: rotateX(45deg) rotateZ(0deg) translateX(0px) translateY(80px) translateZ(0px) skewX(2deg) scale(1.16);
  }
  20% {
    top: 380px;
    -webkit-transform: rotateX(45deg) rotateZ(0deg) translateX(0px) translateY(80px) translateZ(0px) skewX(2deg) scale(1.16);
            transform: rotateX(45deg) rotateZ(0deg) translateX(0px) translateY(80px) translateZ(0px) skewX(2deg) scale(1.16);
  }
  100% {
    top: 0px;
    -webkit-transform: rotateX(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) scale(1);
            transform: rotateX(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) scale(1);
  }
}
@keyframes imagefirst {
  0% {
    top: 380px;
    -webkit-transform: rotateX(45deg) rotateZ(0deg) translateX(0px) translateY(80px) translateZ(0px) skewX(2deg) scale(1.16);
            transform: rotateX(45deg) rotateZ(0deg) translateX(0px) translateY(80px) translateZ(0px) skewX(2deg) scale(1.16);
  }
  20% {
    top: 380px;
    -webkit-transform: rotateX(45deg) rotateZ(0deg) translateX(0px) translateY(80px) translateZ(0px) skewX(2deg) scale(1.16);
            transform: rotateX(45deg) rotateZ(0deg) translateX(0px) translateY(80px) translateZ(0px) skewX(2deg) scale(1.16);
  }
  100% {
    top: 0px;
    -webkit-transform: rotateX(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) scale(1);
            transform: rotateX(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) scale(1);
  }
}
@-webkit-keyframes backfirst {
  0% {
    top: 480px;
  }
  10% {
    top: 480px;
  }
  100% {
    top: 15px;
  }
}
@keyframes backfirst {
  0% {
    top: 480px;
  }
  10% {
    top: 480px;
  }
  100% {
    top: 15px;
  }
}
@-webkit-keyframes backfirst-desktop {
  0% {
    top: 480px;
  }
  10% {
    top: 480px;
  }
  100% {
    top: 55px;
  }
}
@keyframes backfirst-desktop {
  0% {
    top: 480px;
  }
  10% {
    top: 480px;
  }
  100% {
    top: 55px;
  }
}
@-webkit-keyframes nextfirst {
  0% {
    top: 90%;
    opacity: 0;
  }
  50% {
    top: 90%;
    opacity: 0;
  }
  100% {
    top: 60%;
    opacity: 1;
  }
}
@keyframes nextfirst {
  0% {
    top: 90%;
    opacity: 0;
  }
  50% {
    top: 90%;
    opacity: 0;
  }
  100% {
    top: 60%;
    opacity: 1;
  }
}
@-webkit-keyframes captions {
  0% {
    top: 80px;
  }
  40% {
    top: 80px;
  }
  100% {
    top: 0px;
  }
}
@keyframes captions {
  0% {
    top: 80px;
  }
  40% {
    top: 80px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes captions-case {
  0% {
    top: 80px;
  }
  100% {
    top: 32px;
  }
}
@keyframes captions-case {
  0% {
    top: 80px;
  }
  100% {
    top: 32px;
  }
}
@-webkit-keyframes menu-item {
  0% {
    top: -160px;
  }
  20% {
    top: -160px;
  }
  100% {
    top: 0px;
  }
}
@keyframes menu-item {
  0% {
    top: -160px;
  }
  20% {
    top: -160px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes going-up {
  0% {
    top: 160px;
  }
  20% {
    top: 160px;
  }
  100% {
    top: 0px;
  }
}
@keyframes going-up {
  0% {
    top: 160px;
  }
  20% {
    top: 160px;
  }
  100% {
    top: 0px;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  height: 1px;
  width: 100%;
  background: transparent;
  overflow: visible;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100%;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: rgba(179, 32, 42, 0.6509803922);
  height: 1px;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(242, 39, 72, 0.5);
          box-shadow: 0px 0px 7px 2px rgba(242, 39, 72, 0.5);
}

.pace.pace-inactive {
  display: none;
}

.all-loaded .o-hero--home .w-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-loaded .o-hero--home .w-content .slick-slider {
  opacity: 1;
}
.all-loaded .o-hero--home .m-lines--white:before {
  top: 162px;
}
.all-loaded .o-hero--home .m-lines--white:after {
  bottom: 10%;
}

@font-face {
  font-family: "silka";
  src: url("../webfonts/silka-regular-webfont.eot");
  src: url("../webfonts/silka-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/silka-regular-webfont.woff2") format("woff2"), url("../webfonts/silka-regular-webfont.woff") format("woff"), url("../webfonts/silka-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silka";
  src: url("../webfonts/silka-regularitalic-webfont.eot");
  src: url("../webfonts/silka-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/silka-regularitalic-webfont.woff2") format("woff2"), url("../webfonts/silka-regularitalic-webfont.woff") format("woff"), url("../webfonts/silka-regularitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "silka";
  src: url("../webfonts/silka-medium-webfont.eot");
  src: url("../webfonts/silka-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/silka-medium-webfont.woff2") format("woff2"), url("../webfonts/silka-medium-webfont.woff") format("woff"), url("../webfonts/silka-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "silka";
  src: url("../webfonts/silka-mediumitalic-webfont.eot");
  src: url("../webfonts/silka-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/silka-mediumitalic-webfont.woff2") format("woff2"), url("../webfonts/silka-mediumitalic-webfont.woff") format("woff"), url("../webfonts/silka-mediumitalic-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "silka";
  src: url("../webfonts/silka-semibold-webfont.eot");
  src: url("../webfonts/silka-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/silka-semibold-webfont.woff2") format("woff2"), url("../webfonts/silka-semibold-webfont.woff") format("woff"), url("../webfonts/silka-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "silka";
  src: url("../webfonts/silka-semibolditalic-webfont.eot");
  src: url("../webfonts/silka-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/silka-semibolditalic-webfont.woff2") format("woff2"), url("../webfonts/silka-semibolditalic-webfont.woff") format("woff"), url("../webfonts/silka-semibolditalic-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "silka";
  src: url("../webfonts/silka-bold-webfont.eot");
  src: url("../webfonts/silka-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/silka-bold-webfont.woff2") format("woff2"), url("../webfonts/silka-bold-webfont.woff") format("woff"), url("../webfonts/silka-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "silka";
  src: url("../webfonts/silka-bolditalic-webfont.eot");
  src: url("../webfonts/silka-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/silka-bolditalic-webfont.woff2") format("woff2"), url("../webfonts/silka-bolditalic-webfont.woff") format("woff"), url("../webfonts/silka-bolditalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
h1 {
  font-size: 3rem;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  color: #23141D;
  line-height: 3.5625rem;
  font-weight: 600;
}

h2 {
  font-size: 2.25rem;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  color: #23141D;
  line-height: 2.875rem;
  font-weight: 600;
}

h3 {
  font-size: 1.375rem;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  color: #9AA6AA;
  line-height: 2.125rem;
  font-weight: 600;
}

h4 {
  font-size: 1.125rem;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  color: #9AA6AA;
  line-height: 1.625rem;
}

h5 {
  font-size: 0.8125rem;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  color: #9AA6AA;
  line-height: 1.1875rem;
}

p, label, li {
  font-size: 1.0625rem;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  color: #9AA6AA;
  line-height: 1.375rem;
}

li {
  margin-bottom: 5px;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

a {
  font-size: auto;
  color: #F83232;
  line-height: 1.25rem;
  cursor: pointer;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, li.white, label.white {
  color: #FFFFFF;
}
h1.red, h2.red, h3.red, h4.red, h5.red, h6.red, p.red, li.red, label.red {
  color: #F83232;
}
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, p.black, li.black, label.black {
  color: #23141D;
}

p.small, label.small, li.small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 2;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 4px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ffffff;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #F83232 !important;
  border-color: #F83232 !important;
  color: #ffffff !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #9AA6AA !important;
  border-color: #9AA6AA !important;
  color: #ffffff !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a, #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #F83232 !important;
}

.a-button--red {
  display: inline-block;
  background-color: #F83232;
  border-radius: 2px;
  -webkit-box-shadow: 0 14px 14px -11px rgba(242, 39, 72, 0.5);
          box-shadow: 0 14px 14px -11px rgba(242, 39, 72, 0.5);
  color: #FFFFFF;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding: 17px 47px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.a-button--red:hover, .a-button--red:active {
  -webkit-box-shadow: 0 14px 14px -11px rgba(255, 255, 255, 0);
          box-shadow: 0 14px 14px -11px rgba(255, 255, 255, 0);
}

.a-button--white {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 2px;
  color: #23141D;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding: 17px 47px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.a-button--arrow--white {
  background-color: transparent;
  border-width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.a-button--arrow--white:hover, .a-button--arrow--white:active, .a-button--arrow--white:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.a-button-destiny {
  display: inline-block;
  width: 50px;
}

.a-button--xxss {
  text-decoration: none;
  font-size: 16px;
  width: 32px;
  height: 32px;
  background-color: #9AA6AA;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.a-button--xxss:hover {
  background-color: #F83232;
}

.a-object-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.a-object-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.a-tag-header {
  margin-bottom: 40px;
  position: relative;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
  color: #23141D;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}
.a-tag-header:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 25px;
  margin-right: 5px;
  background-color: #F83232;
  position: absolute;
  top: 18px;
  left: 0px;
}

.a-tag--red, .a-tag--red--grey {
  position: relative;
  padding-left: 32px;
  position: relative;
  display: block;
  color: #23141D;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.a-tag--red:before, .a-tag--red--grey:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20px;
  margin-right: 7px;
  background-color: #F83232;
  position: absolute;
  top: 8px;
  left: 0px;
}

.a-tag--red--grey {
  color: #9AA6AA;
}

.mpi-tag, .a-case-tag {
  display: inline-block;
  background-color: #F83232;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding: 5px 10px;
  border-radius: 15px;
  color: #FFFFFF;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}

.a-case-tag {
  background-color: #FE139F;
}

.a-input-newsletter {
  background-color: transparent;
  border: 0px solid #FFFFFF;
  border-left-width: 2px;
  padding: 3px 15px;
  color: white;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
}
@media only screen and (min-width: 1024px) {
  .a-input-newsletter {
    font-size: 42px;
    line-height: 51px;
  }
}
.a-input-newsletter:hover, .a-input-newsletter:active, .a-input-newsletter:focus {
  border: 0px solid #FFFFFF;
  border-left-width: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.a-input-newsletter::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.16);
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
}
.a-input-newsletter::-moz-placeholder {
  color: rgba(255, 255, 255, 0.16);
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
}
.a-input-newsletter:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.16);
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
}
.a-input-newsletter::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.16);
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
}
.a-input-newsletter::placeholder {
  color: rgba(255, 255, 255, 0.16);
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
}
@media only screen and (min-width: 1024px) {
  .a-input-newsletter::-webkit-input-placeholder {
    font-size: 42px;
    line-height: 51px;
  }
  .a-input-newsletter::-moz-placeholder {
    font-size: 42px;
    line-height: 51px;
  }
  .a-input-newsletter:-ms-input-placeholder {
    font-size: 42px;
    line-height: 51px;
  }
  .a-input-newsletter::-ms-input-placeholder {
    font-size: 42px;
    line-height: 51px;
  }
  .a-input-newsletter::placeholder {
    font-size: 42px;
    line-height: 51px;
  }
}

.mg-10 {
  margin: 10px;
}

.mgt-10 {
  margin-top: 10px;
}

.mgr-10 {
  margin-right: 10px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgl-10 {
  margin-left: 10px;
}

.mg-20 {
  margin: 20px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgr-20 {
  margin-right: 20px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgl-20 {
  margin-left: 20px;
}

.mg-30 {
  margin: 30px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgr-30 {
  margin-right: 30px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgl-30 {
  margin-left: 30px;
}

.mg-40 {
  margin: 40px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgr-40 {
  margin-right: 40px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgl-40 {
  margin-left: 40px;
}

.mg-50 {
  margin: 50px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgr-50 {
  margin-right: 50px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mgl-50 {
  margin-left: 50px;
}

.mg-60 {
  margin: 60px;
}

.mgt-60 {
  margin-top: 60px;
}

.mgr-60 {
  margin-right: 60px;
}

.mgb-60 {
  margin-bottom: 60px;
}

.mgl-60 {
  margin-left: 60px;
}

.mg-70 {
  margin: 70px;
}

.mgt-70 {
  margin-top: 70px;
}

.mgr-70 {
  margin-right: 70px;
}

.mgb-70 {
  margin-bottom: 70px;
}

.mgl-70 {
  margin-left: 70px;
}

.mg-80 {
  margin: 80px;
}

.mgt-80 {
  margin-top: 80px;
}

.mgr-80 {
  margin-right: 80px;
}

.mgb-80 {
  margin-bottom: 80px;
}

.mgl-80 {
  margin-left: 80px;
}

.mg-90 {
  margin: 90px;
}

.mgt-90 {
  margin-top: 90px;
}

.mgr-90 {
  margin-right: 90px;
}

.mgb-90 {
  margin-bottom: 90px;
}

.mgl-90 {
  margin-left: 90px;
}

@media only screen and (min-width: 768px) {
  .mg-md-10 {
    margin: 10px;
  }
  .mgt-md-10 {
    margin-top: 10px;
  }
  .mgr-md-10 {
    margin-right: 10px;
  }
  .mgb-md-10 {
    margin-bottom: 10px;
  }
  .mgl-md-10 {
    margin-left: 10px;
  }
  .mg-md-20 {
    margin: 20px;
  }
  .mgt-md-20 {
    margin-top: 20px;
  }
  .mgr-md-20 {
    margin-right: 20px;
  }
  .mgb-md-20 {
    margin-bottom: 20px;
  }
  .mgl-md-20 {
    margin-left: 20px;
  }
  .mg-md-30 {
    margin: 30px;
  }
  .mgt-md-30 {
    margin-top: 30px;
  }
  .mgr-md-30 {
    margin-right: 30px;
  }
  .mgb-md-30 {
    margin-bottom: 30px;
  }
  .mgl-md-30 {
    margin-left: 30px;
  }
  .mg-md-40 {
    margin: 40px;
  }
  .mgt-md-40 {
    margin-top: 40px;
  }
  .mgr-md-40 {
    margin-right: 40px;
  }
  .mgb-md-40 {
    margin-bottom: 40px;
  }
  .mgl-md-40 {
    margin-left: 40px;
  }
  .mg-md-50 {
    margin: 50px;
  }
  .mgt-md-50 {
    margin-top: 50px;
  }
  .mgr-md-50 {
    margin-right: 50px;
  }
  .mgb-md-50 {
    margin-bottom: 50px;
  }
  .mgl-md-50 {
    margin-left: 50px;
  }
  .mg-md-60 {
    margin: 60px;
  }
  .mgt-md-60 {
    margin-top: 60px;
  }
  .mgr-md-60 {
    margin-right: 60px;
  }
  .mgb-md-60 {
    margin-bottom: 60px;
  }
  .mgl-md-60 {
    margin-left: 60px;
  }
  .mg-md-70 {
    margin: 70px;
  }
  .mgt-md-70 {
    margin-top: 70px;
  }
  .mgr-md-70 {
    margin-right: 70px;
  }
  .mgb-md-70 {
    margin-bottom: 70px;
  }
  .mgl-md-70 {
    margin-left: 70px;
  }
  .mg-md-80 {
    margin: 80px;
  }
  .mgt-md-80 {
    margin-top: 80px;
  }
  .mgr-md-80 {
    margin-right: 80px;
  }
  .mgb-md-80 {
    margin-bottom: 80px;
  }
  .mgl-md-80 {
    margin-left: 80px;
  }
  .mg-md-90 {
    margin: 90px;
  }
  .mgt-md-90 {
    margin-top: 90px;
  }
  .mgr-md-90 {
    margin-right: 90px;
  }
  .mgb-md-90 {
    margin-bottom: 90px;
  }
  .mgl-md-90 {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .mg-lg-10 {
    margin: 10px;
  }
  .mgt-lg-10 {
    margin-top: 10px;
  }
  .mgr-lg-10 {
    margin-right: 10px;
  }
  .mgb-lg-10 {
    margin-bottom: 10px;
  }
  .mgl-lg-10 {
    margin-left: 10px;
  }
  .mg-lg-20 {
    margin: 20px;
  }
  .mgt-lg-20 {
    margin-top: 20px;
  }
  .mgr-lg-20 {
    margin-right: 20px;
  }
  .mgb-lg-20 {
    margin-bottom: 20px;
  }
  .mgl-lg-20 {
    margin-left: 20px;
  }
  .mg-lg-30 {
    margin: 30px;
  }
  .mgt-lg-30 {
    margin-top: 30px;
  }
  .mgr-lg-30 {
    margin-right: 30px;
  }
  .mgb-lg-30 {
    margin-bottom: 30px;
  }
  .mgl-lg-30 {
    margin-left: 30px;
  }
  .mg-lg-40 {
    margin: 40px;
  }
  .mgt-lg-40 {
    margin-top: 40px;
  }
  .mgr-lg-40 {
    margin-right: 40px;
  }
  .mgb-lg-40 {
    margin-bottom: 40px;
  }
  .mgl-lg-40 {
    margin-left: 40px;
  }
  .mg-lg-50 {
    margin: 50px;
  }
  .mgt-lg-50 {
    margin-top: 50px;
  }
  .mgr-lg-50 {
    margin-right: 50px;
  }
  .mgb-lg-50 {
    margin-bottom: 50px;
  }
  .mgl-lg-50 {
    margin-left: 50px;
  }
  .mg-lg-60 {
    margin: 60px;
  }
  .mgt-lg-60 {
    margin-top: 60px;
  }
  .mgr-lg-60 {
    margin-right: 60px;
  }
  .mgb-lg-60 {
    margin-bottom: 60px;
  }
  .mgl-lg-60 {
    margin-left: 60px;
  }
  .mg-lg-70 {
    margin: 70px;
  }
  .mgt-lg-70 {
    margin-top: 70px;
  }
  .mgr-lg-70 {
    margin-right: 70px;
  }
  .mgb-lg-70 {
    margin-bottom: 70px;
  }
  .mgl-lg-70 {
    margin-left: 70px;
  }
  .mg-lg-80 {
    margin: 80px;
  }
  .mgt-lg-80 {
    margin-top: 80px;
  }
  .mgr-lg-80 {
    margin-right: 80px;
  }
  .mgb-lg-80 {
    margin-bottom: 80px;
  }
  .mgl-lg-80 {
    margin-left: 80px;
  }
  .mg-lg-90 {
    margin: 90px;
  }
  .mgt-lg-90 {
    margin-top: 90px;
  }
  .mgr-lg-90 {
    margin-right: 90px;
  }
  .mgb-lg-90 {
    margin-bottom: 90px;
  }
  .mgl-lg-90 {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .mg-xl-10 {
    margin: 10px;
  }
  .mgt-xl-10 {
    margin-top: 10px;
  }
  .mgr-xl-10 {
    margin-right: 10px;
  }
  .mgb-xl-10 {
    margin-bottom: 10px;
  }
  .mgl-xl-10 {
    margin-left: 10px;
  }
  .mg-xl-20 {
    margin: 20px;
  }
  .mgt-xl-20 {
    margin-top: 20px;
  }
  .mgr-xl-20 {
    margin-right: 20px;
  }
  .mgb-xl-20 {
    margin-bottom: 20px;
  }
  .mgl-xl-20 {
    margin-left: 20px;
  }
  .mg-xl-30 {
    margin: 30px;
  }
  .mgt-xl-30 {
    margin-top: 30px;
  }
  .mgr-xl-30 {
    margin-right: 30px;
  }
  .mgb-xl-30 {
    margin-bottom: 30px;
  }
  .mgl-xl-30 {
    margin-left: 30px;
  }
  .mg-xl-40 {
    margin: 40px;
  }
  .mgt-xl-40 {
    margin-top: 40px;
  }
  .mgr-xl-40 {
    margin-right: 40px;
  }
  .mgb-xl-40 {
    margin-bottom: 40px;
  }
  .mgl-xl-40 {
    margin-left: 40px;
  }
  .mg-xl-50 {
    margin: 50px;
  }
  .mgt-xl-50 {
    margin-top: 50px;
  }
  .mgr-xl-50 {
    margin-right: 50px;
  }
  .mgb-xl-50 {
    margin-bottom: 50px;
  }
  .mgl-xl-50 {
    margin-left: 50px;
  }
  .mg-xl-60 {
    margin: 60px;
  }
  .mgt-xl-60 {
    margin-top: 60px;
  }
  .mgr-xl-60 {
    margin-right: 60px;
  }
  .mgb-xl-60 {
    margin-bottom: 60px;
  }
  .mgl-xl-60 {
    margin-left: 60px;
  }
  .mg-xl-70 {
    margin: 70px;
  }
  .mgt-xl-70 {
    margin-top: 70px;
  }
  .mgr-xl-70 {
    margin-right: 70px;
  }
  .mgb-xl-70 {
    margin-bottom: 70px;
  }
  .mgl-xl-70 {
    margin-left: 70px;
  }
  .mg-xl-80 {
    margin: 80px;
  }
  .mgt-xl-80 {
    margin-top: 80px;
  }
  .mgr-xl-80 {
    margin-right: 80px;
  }
  .mgb-xl-80 {
    margin-bottom: 80px;
  }
  .mgl-xl-80 {
    margin-left: 80px;
  }
  .mg-xl-90 {
    margin: 90px;
  }
  .mgt-xl-90 {
    margin-top: 90px;
  }
  .mgr-xl-90 {
    margin-right: 90px;
  }
  .mgb-xl-90 {
    margin-bottom: 90px;
  }
  .mgl-xl-90 {
    margin-left: 90px;
  }
}
.pd-10 {
  padding: 10px;
}

.pdt-10 {
  padding-top: 10px;
}

.pdr-10 {
  padding-right: 10px;
}

.pdb-10 {
  padding-bottom: 10px;
}

.pdl-10 {
  padding-left: 10px;
}

.pd-20 {
  padding: 20px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdr-20 {
  padding-right: 20px;
}

.pdb-20 {
  padding-bottom: 20px;
}

.pdl-20 {
  padding-left: 20px;
}

.pd-30 {
  padding: 30px;
}

.pdt-30 {
  padding-top: 30px;
}

.pdr-30 {
  padding-right: 30px;
}

.pdb-30 {
  padding-bottom: 30px;
}

.pdl-30 {
  padding-left: 30px;
}

.pd-40 {
  padding: 40px;
}

.pdt-40 {
  padding-top: 40px;
}

.pdr-40 {
  padding-right: 40px;
}

.pdb-40 {
  padding-bottom: 40px;
}

.pdl-40 {
  padding-left: 40px;
}

.pd-50 {
  padding: 50px;
}

.pdt-50 {
  padding-top: 50px;
}

.pdr-50 {
  padding-right: 50px;
}

.pdb-50 {
  padding-bottom: 50px;
}

.pdl-50 {
  padding-left: 50px;
}

.pd-60 {
  padding: 60px;
}

.pdt-60 {
  padding-top: 60px;
}

.pdr-60 {
  padding-right: 60px;
}

.pdb-60 {
  padding-bottom: 60px;
}

.pdl-60 {
  padding-left: 60px;
}

.pd-70 {
  padding: 70px;
}

.pdt-70 {
  padding-top: 70px;
}

.pdr-70 {
  padding-right: 70px;
}

.pdb-70 {
  padding-bottom: 70px;
}

.pdl-70 {
  padding-left: 70px;
}

.pd-80 {
  padding: 80px;
}

.pdt-80 {
  padding-top: 80px;
}

.pdr-80 {
  padding-right: 80px;
}

.pdb-80 {
  padding-bottom: 80px;
}

.pdl-80 {
  padding-left: 80px;
}

.pd-90 {
  padding: 90px;
}

.pdt-90 {
  padding-top: 90px;
}

.pdr-90 {
  padding-right: 90px;
}

.pdb-90 {
  padding-bottom: 90px;
}

.pdl-90 {
  padding-left: 90px;
}

@media only screen and (min-width: 768px) {
  .pd-md-10 {
    padding: 10px;
  }
  .pdt-md-10 {
    padding-top: 10px;
  }
  .pdr-md-10 {
    padding-right: 10px;
  }
  .pdb-md-10 {
    padding-bottom: 10px;
  }
  .pdl-md-10 {
    padding-left: 10px;
  }
  .pd-md-20 {
    padding: 20px;
  }
  .pdt-md-20 {
    padding-top: 20px;
  }
  .pdr-md-20 {
    padding-right: 20px;
  }
  .pdb-md-20 {
    padding-bottom: 20px;
  }
  .pdl-md-20 {
    padding-left: 20px;
  }
  .pd-md-30 {
    padding: 30px;
  }
  .pdt-md-30 {
    padding-top: 30px;
  }
  .pdr-md-30 {
    padding-right: 30px;
  }
  .pdb-md-30 {
    padding-bottom: 30px;
  }
  .pdl-md-30 {
    padding-left: 30px;
  }
  .pd-md-40 {
    padding: 40px;
  }
  .pdt-md-40 {
    padding-top: 40px;
  }
  .pdr-md-40 {
    padding-right: 40px;
  }
  .pdb-md-40 {
    padding-bottom: 40px;
  }
  .pdl-md-40 {
    padding-left: 40px;
  }
  .pd-md-50 {
    padding: 50px;
  }
  .pdt-md-50 {
    padding-top: 50px;
  }
  .pdr-md-50 {
    padding-right: 50px;
  }
  .pdb-md-50 {
    padding-bottom: 50px;
  }
  .pdl-md-50 {
    padding-left: 50px;
  }
  .pd-md-60 {
    padding: 60px;
  }
  .pdt-md-60 {
    padding-top: 60px;
  }
  .pdr-md-60 {
    padding-right: 60px;
  }
  .pdb-md-60 {
    padding-bottom: 60px;
  }
  .pdl-md-60 {
    padding-left: 60px;
  }
  .pd-md-70 {
    padding: 70px;
  }
  .pdt-md-70 {
    padding-top: 70px;
  }
  .pdr-md-70 {
    padding-right: 70px;
  }
  .pdb-md-70 {
    padding-bottom: 70px;
  }
  .pdl-md-70 {
    padding-left: 70px;
  }
  .pd-md-80 {
    padding: 80px;
  }
  .pdt-md-80 {
    padding-top: 80px;
  }
  .pdr-md-80 {
    padding-right: 80px;
  }
  .pdb-md-80 {
    padding-bottom: 80px;
  }
  .pdl-md-80 {
    padding-left: 80px;
  }
  .pd-md-90 {
    padding: 90px;
  }
  .pdt-md-90 {
    padding-top: 90px;
  }
  .pdr-md-90 {
    padding-right: 90px;
  }
  .pdb-md-90 {
    padding-bottom: 90px;
  }
  .pdl-md-90 {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .pd-lg-10 {
    padding: 10px;
  }
  .pdt-lg-10 {
    padding-top: 10px;
  }
  .pdr-lg-10 {
    padding-right: 10px;
  }
  .pdb-lg-10 {
    padding-bottom: 10px;
  }
  .pdl-lg-10 {
    padding-left: 10px;
  }
  .pd-lg-20 {
    padding: 20px;
  }
  .pdt-lg-20 {
    padding-top: 20px;
  }
  .pdr-lg-20 {
    padding-right: 20px;
  }
  .pdb-lg-20 {
    padding-bottom: 20px;
  }
  .pdl-lg-20 {
    padding-left: 20px;
  }
  .pd-lg-30 {
    padding: 30px;
  }
  .pdt-lg-30 {
    padding-top: 30px;
  }
  .pdr-lg-30 {
    padding-right: 30px;
  }
  .pdb-lg-30 {
    padding-bottom: 30px;
  }
  .pdl-lg-30 {
    padding-left: 30px;
  }
  .pd-lg-40 {
    padding: 40px;
  }
  .pdt-lg-40 {
    padding-top: 40px;
  }
  .pdr-lg-40 {
    padding-right: 40px;
  }
  .pdb-lg-40 {
    padding-bottom: 40px;
  }
  .pdl-lg-40 {
    padding-left: 40px;
  }
  .pd-lg-50 {
    padding: 50px;
  }
  .pdt-lg-50 {
    padding-top: 50px;
  }
  .pdr-lg-50 {
    padding-right: 50px;
  }
  .pdb-lg-50 {
    padding-bottom: 50px;
  }
  .pdl-lg-50 {
    padding-left: 50px;
  }
  .pd-lg-60 {
    padding: 60px;
  }
  .pdt-lg-60 {
    padding-top: 60px;
  }
  .pdr-lg-60 {
    padding-right: 60px;
  }
  .pdb-lg-60 {
    padding-bottom: 60px;
  }
  .pdl-lg-60 {
    padding-left: 60px;
  }
  .pd-lg-70 {
    padding: 70px;
  }
  .pdt-lg-70 {
    padding-top: 70px;
  }
  .pdr-lg-70 {
    padding-right: 70px;
  }
  .pdb-lg-70 {
    padding-bottom: 70px;
  }
  .pdl-lg-70 {
    padding-left: 70px;
  }
  .pd-lg-80 {
    padding: 80px;
  }
  .pdt-lg-80 {
    padding-top: 80px;
  }
  .pdr-lg-80 {
    padding-right: 80px;
  }
  .pdb-lg-80 {
    padding-bottom: 80px;
  }
  .pdl-lg-80 {
    padding-left: 80px;
  }
  .pd-lg-90 {
    padding: 90px;
  }
  .pdt-lg-90 {
    padding-top: 90px;
  }
  .pdr-lg-90 {
    padding-right: 90px;
  }
  .pdb-lg-90 {
    padding-bottom: 90px;
  }
  .pdl-lg-90 {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .pd-xl-10 {
    padding: 10px;
  }
  .pdt-xl-10 {
    padding-top: 10px;
  }
  .pdr-xl-10 {
    padding-right: 10px;
  }
  .pdb-xl-10 {
    padding-bottom: 10px;
  }
  .pdl-xl-10 {
    padding-left: 10px;
  }
  .pd-xl-20 {
    padding: 20px;
  }
  .pdt-xl-20 {
    padding-top: 20px;
  }
  .pdr-xl-20 {
    padding-right: 20px;
  }
  .pdb-xl-20 {
    padding-bottom: 20px;
  }
  .pdl-xl-20 {
    padding-left: 20px;
  }
  .pd-xl-30 {
    padding: 30px;
  }
  .pdt-xl-30 {
    padding-top: 30px;
  }
  .pdr-xl-30 {
    padding-right: 30px;
  }
  .pdb-xl-30 {
    padding-bottom: 30px;
  }
  .pdl-xl-30 {
    padding-left: 30px;
  }
  .pd-xl-40 {
    padding: 40px;
  }
  .pdt-xl-40 {
    padding-top: 40px;
  }
  .pdr-xl-40 {
    padding-right: 40px;
  }
  .pdb-xl-40 {
    padding-bottom: 40px;
  }
  .pdl-xl-40 {
    padding-left: 40px;
  }
  .pd-xl-50 {
    padding: 50px;
  }
  .pdt-xl-50 {
    padding-top: 50px;
  }
  .pdr-xl-50 {
    padding-right: 50px;
  }
  .pdb-xl-50 {
    padding-bottom: 50px;
  }
  .pdl-xl-50 {
    padding-left: 50px;
  }
  .pd-xl-60 {
    padding: 60px;
  }
  .pdt-xl-60 {
    padding-top: 60px;
  }
  .pdr-xl-60 {
    padding-right: 60px;
  }
  .pdb-xl-60 {
    padding-bottom: 60px;
  }
  .pdl-xl-60 {
    padding-left: 60px;
  }
  .pd-xl-70 {
    padding: 70px;
  }
  .pdt-xl-70 {
    padding-top: 70px;
  }
  .pdr-xl-70 {
    padding-right: 70px;
  }
  .pdb-xl-70 {
    padding-bottom: 70px;
  }
  .pdl-xl-70 {
    padding-left: 70px;
  }
  .pd-xl-80 {
    padding: 80px;
  }
  .pdt-xl-80 {
    padding-top: 80px;
  }
  .pdr-xl-80 {
    padding-right: 80px;
  }
  .pdb-xl-80 {
    padding-bottom: 80px;
  }
  .pdl-xl-80 {
    padding-left: 80px;
  }
  .pd-xl-90 {
    padding: 90px;
  }
  .pdt-xl-90 {
    padding-top: 90px;
  }
  .pdr-xl-90 {
    padding-right: 90px;
  }
  .pdb-xl-90 {
    padding-bottom: 90px;
  }
  .pdl-xl-90 {
    padding-left: 90px;
  }
}
.m-navigation ul li {
  overflow: hidden;
  margin: 40px 0;
}
.m-navigation ul li a {
  font-size: 58px;
  line-height: 68px;
  text-decoration: none;
  color: white;
  font-weight: 700;
  position: relative;
}
.m-navigation ul li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  left: -5px;
  position: absolute;
  background-color: #F83232;
  -webkit-box-shadow: 0px 0px 8px 2px red;
  box-shadow: 0px 0px 8px 2px red;
  z-index: 9;
  top: 50%;
  visibility: hidden;
  -webkit-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.m-navigation ul li a:hover:after {
  width: 110%;
  visibility: visible;
}

.m-menu-toggle {
  color: #ffffff;
  cursor: pointer;
  width: 100px;
}
.m-menu-toggle .burger {
  display: inline-block;
  vertical-align: sub;
  position: relative;
  width: 30px;
  height: 15px;
}
.m-menu-toggle .burger span {
  width: 30px;
  height: 3px;
  background-color: white;
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.m-menu-toggle .burger span:nth-child(1) {
  top: 0px;
}
.m-menu-toggle .burger span:nth-child(2) {
  top: 10px;
}
.m-menu-toggle.menu-x .burger span:nth-child(1) {
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 4px;
  background-color: #F83232;
  -webkit-box-shadow: 0px 0px 8px 0px rgb(255, 0, 0);
          box-shadow: 0px 0px 8px 0px rgb(255, 0, 0);
}
.m-menu-toggle.menu-x .burger span:nth-child(2) {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 4px;
  background-color: #F83232;
  -webkit-box-shadow: 0px 0px 8px 0px rgb(255, 0, 0);
          box-shadow: 0px 0px 8px 0px rgb(255, 0, 0);
}
.m-menu-toggle.menu-x:hover .burger span:nth-child(1) {
  top: 4px;
}
.m-menu-toggle.menu-x:hover .burger span:nth-child(2) {
  top: 4px;
}
.m-menu-toggle .burger-text {
  color: #9AA6AA;
  font-size: 15px;
  font-weight: 500;
  margin-left: 15px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .m-menu-toggle .burger-text {
    display: inline-block;
  }
}
.m-menu-toggle:hover .burger span:nth-child(1) {
  top: -3px;
}
.m-menu-toggle:hover .burger span:nth-child(2) {
  top: 13px;
}

.m-menu-contact {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9AA6AA;
  font-size: 15px;
  font-weight: 500;
}
.m-menu-contact .write {
  display: none;
}
@media only screen and (min-width: 768px) {
  .m-menu-contact .write {
    display: inline-block;
  }
}
.m-menu-contact a {
  display: none;
  color: white;
  border-bottom: 1px solid;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .m-menu-contact a {
    display: inline-block;
  }
}
.m-menu-contact .icon-contact {
  display: block;
  border-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .m-menu-contact .icon-contact {
    display: none;
  }
}

.m-main-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  background-color: rgba(15, 15, 15, 0.96);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -100%;
  -webkit-transition: all 0.75s cubic-bezier(0.39, 0.01, 0.23, 1);
  -o-transition: all 0.75s cubic-bezier(0.39, 0.01, 0.23, 1);
  transition: all 0.75s cubic-bezier(0.39, 0.01, 0.23, 1);
}
.m-main-menu .w-content {
  padding: 80px 50px;
}
@media only screen and (min-width: 768px) {
  .m-main-menu .w-content {
    padding: 0 50px;
  }
}
.m-main-menu.active {
  left: 0;
}
.m-main-menu.active .m-navigation ul li a {
  -webkit-animation: menu-item 0.9s cubic-bezier(0, 0.6, 0.38, 0.99);
          animation: menu-item 0.9s cubic-bezier(0, 0.6, 0.38, 0.99);
}
.m-main-menu.active .m-navigation ul li:nth-child(2) a {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.m-main-menu.active .m-navigation ul li:nth-child(3) a {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.m-main-menu.active .address {
  overflow: hidden;
}
.m-main-menu.active .address p, .m-main-menu.active .address label, .m-main-menu.active .address li {
  -webkit-animation: going-up 0.9s cubic-bezier(0, 0.6, 0.38, 0.99);
          animation: going-up 0.9s cubic-bezier(0, 0.6, 0.38, 0.99);
  position: relative;
}
.m-main-menu.active .address .contact {
  -webkit-animation: going-up 0.9s cubic-bezier(0, 0.6, 0.38, 0.99);
          animation: going-up 0.9s cubic-bezier(0, 0.6, 0.38, 0.99);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  position: relative;
}
.m-main-menu.active .technologies ul {
  overflow: hidden;
}
.m-main-menu.active .technologies ul li {
  -webkit-animation: going-up 0.9s cubic-bezier(0, 0.6, 0.38, 0.99);
          animation: going-up 0.9s cubic-bezier(0, 0.6, 0.38, 0.99);
  position: relative;
}
.m-main-menu.active .technologies ul li:nth-child(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.m-main-menu.active .technologies ul li:nth-child(3) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.m-main-menu.active .technologies ul li:nth-child(4) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.m-main-menu.active .technologies ul li:nth-child(5) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.m-main-menu.active .technologies ul li:nth-child(6) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.m-main-menu .m-bottom-menu {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-main-menu .m-bottom-menu .technologies {
  padding-bottom: 20px;
  border-bottom: 1px solid #272727;
  display: none;
}
@media only screen and (min-width: 768px) {
  .m-main-menu .m-bottom-menu .technologies {
    display: block;
  }
}
.m-main-menu .m-bottom-menu .technologies span {
  font-size: 13px;
  color: white;
  opacity: 0.9;
  font-weight: 600;
}
.m-main-menu .m-bottom-menu .technologies ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.m-main-menu .m-bottom-menu .technologies ul li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  font-size: 14px;
}
.m-main-menu .m-bottom-menu .technologies ul li img {
  width: 26px;
  vertical-align: middle;
  margin-right: 10px;
}
.m-main-menu .m-bottom-menu .address {
  padding-bottom: 20px;
  border-bottom: 1px solid #272727;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .m-main-menu .m-bottom-menu .address {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-top: 0;
  }
}
.m-main-menu .m-bottom-menu .address p, .m-main-menu .m-bottom-menu .address label, .m-main-menu .m-bottom-menu .address li {
  line-height: 19px;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .m-main-menu .m-bottom-menu .address p, .m-main-menu .m-bottom-menu .address label, .m-main-menu .m-bottom-menu .address li {
    color: white;
    line-height: 29px;
    font-weight: 500;
    font-size: 16px;
  }
}
.m-main-menu .m-bottom-menu .address .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.m-main-menu .m-bottom-menu .address .contact span {
  font-size: 14px;
  font-weight: 500;
  color: #868A8C;
}
.m-main-menu .m-bottom-menu .address .contact span a {
  color: white;
}

.m-menu-tech li {
  list-style: none;
}
.m-menu-tech .menu-tech-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-menu-tech .menu-tech-item .mti-icon {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
.m-menu-tech .menu-tech-item .mti-text {
  color: #868A8C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 33px;
}

.m-menu-footer li {
  list-style: none;
}
.m-menu-footer .menu-footer-item {
  color: #868A8C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 33px;
}

.m-menu-socket li {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .m-menu-socket li {
    display: inline-block;
  }
}
.m-menu-socket a {
  height: 14px;
  color: #868A8C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  text-decoration: none;
}

.m-project-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.m-project-item .mpi-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.m-project-item .mpi-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(35, 20, 29, 0.5);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .m-project-item .mpi-content {
    padding: 40px;
  }
}
.m-project-item .mpi-tag, .m-project-item .a-case-tag {
  display: inline-block;
  background-color: #F83232;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding: 5px 10px;
  border-radius: 15px;
  color: #FFFFFF;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}
.m-project-item .mpi-header {
  color: #FFFFFF;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 49px;
}
.m-project-item .mpi-p {
  opacity: 0.8;
  color: #FFFFFF;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 14.96px;
  font-weight: 500;
  line-height: 18px;
}
.m-project-item .mpi-button {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding-top: 10px;
}
.m-project-item:hover .mpi-bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.m-project-item:hover .mpi-content {
  background-color: rgba(248, 50, 50, 0.8);
}
.m-project-item:hover .mpi-tag, .m-project-item:hover .a-case-tag {
  background-color: #23141D;
}
.m-project-item:hover .mpi-button {
  max-height: 100px;
}

.m-app-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-app-item .mai-img {
  width: 128px;
  height: 128px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px #9AA6AA;
          box-shadow: 0px 0px 0px #9AA6AA;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin-right: 30px;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .m-app-item .mai-buttons {
    max-height: 0px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
  }
}
.m-app-item:hover .mai-img {
  -webkit-box-shadow: 3px 3px 7px #9AA6AA;
          box-shadow: 3px 3px 7px #9AA6AA;
}
@media only screen and (min-width: 768px) {
  .m-app-item:hover .mai-buttons {
    max-height: 100px;
  }
}

.m-lines--grey, .m-lines--white {
  position: relative;
}
.m-lines--grey:before, .m-lines--white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 10%;
  left: 0px;
  opacity: 0.12;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.m-lines--grey:after, .m-lines--white:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10%;
  left: 0px;
  opacity: 0.12;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.m-lines--white:before {
  background-color: #FFFFFF;
}
.m-lines--white:after {
  background-color: #FFFFFF;
}

.m-lines--grey:before, .m-lines--grey:after {
  background-color: #23141D;
  content: none;
}
@media only screen and (min-width: 768px) {
  .m-lines--grey:before, .m-lines--grey:after {
    content: "";
  }
}

.o-screenshots-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1150px;
  margin: 0 auto;
}
.o-screenshots-container .ss-item {
  width: 40%;
}
.o-screenshots-container .ss-item:nth-of-type(2n) {
  margin-top: 30px;
}
.o-screenshots-container .ss-item:nth-of-type(2n+1) {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) {
  .o-screenshots-container .ss-item {
    width: 27.5%;
  }
  .o-screenshots-container .ss-item:nth-of-type(2n), .o-screenshots-container .ss-item:nth-of-type(2n+1) {
    margin-top: 0px;
  }
  .o-screenshots-container .ss-item:nth-of-type(3n + 2) {
    margin-top: 30px;
  }
  .o-screenshots-container .ss-item:nth-of-type(3n+3) {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  .o-screenshots-container .ss-item:nth-of-type(3n + 2) {
    margin-top: 60px;
  }
  .o-screenshots-container .ss-item:nth-of-type(3n+3) {
    margin-top: -100px;
  }
}

.o-hero--projects, .o-hero--home {
  background: -o-linear-gradient(226.27deg, #1B2637 0%, #23141D 53.33%, #0F0F0F 100%);
  background: linear-gradient(223.73deg, #1B2637 0%, #23141D 53.33%, #0F0F0F 100%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-hero--projects:after, .o-hero--home:after {
  content: "";
  background-image: url("../img/grain-pattern.png");
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.o-hero--projects .m-lines--white, .o-hero--home .m-lines--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.o-hero--projects .w-content, .o-hero--home .w-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.o-hero--projects .hero-text .mask h1, .o-hero--home .hero-text .mask h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 54px;
  line-height: 68px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  position: relative;
}
.o-hero--projects .hero-text .mask h1 b, .o-hero--home .hero-text .mask h1 b {
  color: #F83232;
  font-weight: 600;
  text-decoration: underline;
}
.o-hero--projects .hero-text .tag, .o-hero--home .hero-text .tag {
  margin-bottom: 40px;
  position: relative;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}
.o-hero--projects .hero-text .tag:before, .o-hero--home .hero-text .tag:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
  background-color: #9AA6AA;
  position: absolute;
  top: 13px;
  left: 0px;
}

.o-hero--home {
  min-height: 100vh;
}
.o-hero--home .m-lines--white {
  min-height: 100vh;
}
.o-hero--home .m-lines--white:before {
  top: 50%;
}
.o-hero--home .m-lines--white:after {
  bottom: 50%;
}
.o-hero--home .w-content {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .o-hero--home .w-content {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .o-hero--home .col1 {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .o-hero--home .col2 {
    width: 66%;
    max-width: 750px;
  }
}

.o-hero--projects {
  height: 630px;
}
.o-hero--projects .m-lines--white {
  min-height: 630px;
}
.o-hero--projects .m-lines--white:before {
  top: 100px;
}
@media only screen and (min-width: 1024px) {
  .o-hero--projects .m-lines--white:before {
    top: 150px;
  }
}
.o-hero--projects .m-lines--white:after {
  bottom: 100px;
}
.o-hero--projects .w-content {
  height: 100%;
  overflow: hidden;
  padding-top: 120px;
}
@media only screen and (min-width: 1024px) {
  .o-hero--projects .w-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .o-hero--projects .col1 {
    width: 40%;
  }
}
.o-hero--projects .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-hero--projects .col2 img {
  max-width: 250px;
}
@media only screen and (min-width: 1024px) {
  .o-hero--projects .col2 {
    width: 60%;
  }
  .o-hero--projects .col2 img {
    width: 100%;
    max-width: 430px;
  }
}

.o-hero--project-single {
  position: relative;
}
.o-hero--project-single .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.o-hero--project-single .hero-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.o-hero--project-single .opps-content {
  position: relative;
  z-index: 4;
}
.o-hero--project-single .opps-content .w-content {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .o-hero--project-single .opps-content .w-content {
    min-height: 900px;
  }
}
.o-hero--project-single .hero-text .mask h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 54px;
  line-height: 68px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  position: relative;
}
.o-hero--project-single .hero-text .mask h1 b {
  color: #F83232;
  font-weight: 600;
  text-decoration: underline;
}
.o-hero--project-single .a-button-destiny {
  margin: 20px 0px;
}

.o-home-hero-slider {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .o-home-hero-slider:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 85%;
    height: 75%;
    position: absolute;
    top: 5%;
    left: 8%;
    z-index: -1;
    background-color: rgba(222, 222, 222, 0.08);
  }
}
@media only screen and (min-width: 1400px) {
  .o-home-hero-slider {
    max-height: 800px;
  }
}
.o-home-hero-slider .slick-slider {
  width: 100%;
}
.o-home-hero-slider .slick-prev {
  display: none !important;
}
.o-home-hero-slider .slick-next {
  display: none;
  left: 10%;
  top: 60%;
  width: 30px;
  height: 30px;
  -webkit-animation: nextfirst 2s cubic-bezier(0.19, 1, 0.22, 1);
          animation: nextfirst 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.o-home-hero-slider .slick-next:hover:before {
  -webkit-transition: all 0.11s ease-in-out;
  -o-transition: all 0.11s ease-in-out;
  transition: all 0.11s ease-in-out;
  opacity: 0.8;
  top: 53px;
}
.o-home-hero-slider .slick-next:before {
  display: none;
  opacity: 0.3;
  -webkit-transition: all 0.11s ease-in-out;
  -o-transition: all 0.11s ease-in-out;
  transition: all 0.11s ease-in-out;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/ui/arrow-slider.svg");
  background-size: 100%;
}
.o-home-hero-slider .slick-dots {
  width: 100%;
  max-width: 85%;
  left: 13%;
  text-align: right;
  z-index: 2;
  position: relative;
  bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .o-home-hero-slider .slick-dots {
    left: 8%;
  }
}
.o-home-hero-slider .slick-dots li {
  margin: 0 4px;
  height: auto;
  width: auto;
  -webkit-animation: anidots 2s cubic-bezier(0, 1.8, 0.44, 0.97);
          animation: anidots 2s cubic-bezier(0, 1.8, 0.44, 0.97);
}
.o-home-hero-slider .slick-dots li:nth-child(2) {
  -webkit-animation: anidots2 2s cubic-bezier(0, 1.8, 0.44, 0.97);
          animation: anidots2 2s cubic-bezier(0, 1.8, 0.44, 0.97);
}
.o-home-hero-slider .slick-dots li:nth-child(3) {
  -webkit-animation: anidots3 2s cubic-bezier(0, 1.8, 0.44, 0.97);
          animation: anidots3 2s cubic-bezier(0, 1.8, 0.44, 0.97);
}
.o-home-hero-slider .slick-dots li button {
  display: block;
  height: 2px;
  padding: 2px;
  width: 32px;
  opacity: 0.18;
}
.o-home-hero-slider .slick-dots li button:before {
  display: none;
}
.o-home-hero-slider .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #F83232;
  -webkit-box-shadow: 0 0 11px 0 #F83232;
          box-shadow: 0 0 11px 0 #F83232;
}
.o-home-hero-slider .slick-slide {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.o-home-hero-slider .slick-slide.first-animation img {
  position: relative;
  -webkit-animation: imagefirst 1.5s cubic-bezier(0.19, 1, 0.22, 1);
          animation: imagefirst 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.o-home-hero-slider .slick-slide.first-animation .title {
  position: relative;
  -webkit-animation: captions 1s cubic-bezier(0.19, 1, 0.22, 1);
          animation: captions 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.o-home-hero-slider .slick-slide.first-animation .case-link {
  position: relative;
  -webkit-animation: captions-case 1.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: captions-case 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.o-home-hero-slider .slick-slide.first-animation:after {
  -webkit-animation: backfirst 1.5s cubic-bezier(0.19, 1, 0.22, 1);
          animation: backfirst 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media only screen and (min-width: 1024px) {
  .o-home-hero-slider .slick-slide.first-animation:after {
    -webkit-animation: backfirst-desktop 1.5s cubic-bezier(0.19, 1, 0.22, 1);
            animation: backfirst-desktop 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.o-home-hero-slider .slick-slide .st-slide {
  position: relative;
}
.o-home-hero-slider .slick-slide .slk-captions {
  height: 60px;
  opacity: 0;
  position: absolute;
  bottom: 8%;
  left: 30px;
}
@media only screen and (min-width: 768px) {
  .o-home-hero-slider .slick-slide .slk-captions {
    left: 60px;
  }
}
.o-home-hero-slider .slick-slide .msk-title {
  opacity: 0;
  position: relative;
  left: 0px;
  bottom: -20%;
}
.o-home-hero-slider .slick-slide .msk-title .title {
  position: relative;
  top: 30px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.o-home-hero-slider .slick-slide .msk-title .title span {
  color: #9AA6AA;
  font-size: 32px;
  font-weight: 500;
  vertical-align: middle;
}
.o-home-hero-slider .slick-slide .msk-title .title span.line {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3px;
  width: 17px;
  border-top: 2px solid #FFFFFF;
  display: inline-block;
  margin: 0 15px;
}
.o-home-hero-slider .slick-slide .msk-title .title span.text {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.o-home-hero-slider .slick-slide .case-link {
  position: relative;
  top: 112px;
  left: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  z-index: 99;
  position: relative;
}
.o-home-hero-slider .slick-slide .case-link:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 13px;
  background: url("../img/ui/arrow-right.svg");
  background-size: 100%;
}
.o-home-hero-slider .slick-slide img {
  width: 100%;
  max-width: 638px;
  margin: 0 auto;
}
.o-home-hero-slider .slick-slide.slick-active:after, .o-home-hero-slider .slick-slide.slick-current:after {
  top: 15px;
}
@media only screen and (min-width: 1024px) {
  .o-home-hero-slider .slick-slide.slick-active:after, .o-home-hero-slider .slick-slide.slick-current:after {
    top: 55px;
  }
}
.o-home-hero-slider .slick-slide.slick-active .slk-captions, .o-home-hero-slider .slick-slide.slick-current .slk-captions {
  opacity: 1;
  color: #fff;
}
.o-home-hero-slider .slick-slide.slick-active .msk-title, .o-home-hero-slider .slick-slide.slick-current .msk-title {
  opacity: 1;
}
.o-home-hero-slider .slick-slide.slick-active .msk-title .title, .o-home-hero-slider .slick-slide.slick-current .msk-title .title {
  top: 0px;
}
.o-home-hero-slider .slick-slide.slick-active .case-link, .o-home-hero-slider .slick-slide.slick-current .case-link {
  top: 32px;
  opacity: 0.5;
}
.o-home-hero-slider .slick-slide.slick-active .case-link:hover, .o-home-hero-slider .slick-slide.slick-current .case-link:hover {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.o-home-hero-slider .ohhs-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.o-home-hero-slider .ohhs-background .ohhs-content {
  height: 100%;
}
.o-home-hero-slider .ohhs-background .info-slide {
  margin: 5% 20px 0px;
  height: 50%;
  background-color: rgba(222, 222, 222, 0.08);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 1024px) {
  .o-home-hero-slider .ohhs-background .info-slide {
    margin: 2% 20px 0px;
    max-height: 275px;
  }
}
@media only screen and (min-width: 1280px) {
  .o-home-hero-slider .ohhs-background .info-slide {
    max-height: 350px;
  }
}
@media only screen and (min-width: 1400px) {
  .o-home-hero-slider .ohhs-background .info-slide {
    margin: 13% 20px 0px;
  }
}
.o-home-hero-slider .ohhs-background .info-slide .ohhs-info-string {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-home-hero-slider .ohhs-background .info-slide .ohhs-info-string .number {
  color: #9AA6AA;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
}
.o-home-hero-slider .ohhs-background .info-slide .ohhs-info-string .line:after {
  content: "";
  display: block;
  height: 2px;
  width: 17px;
  margin: 0px 5px;
  background-color: #FFFFFF;
}
.o-home-hero-slider .ohhs-background .info-slide .ohhs-info-string .name {
  color: #FFFFFF;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.o-home-hero-slider .ohhs-background .info-links {
  padding: 8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.o-home-hero-slider .ohhs-background .info-links .url {
  cursor: pointer;
  color: #9AA6AA;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}
.o-home-hero-slider .ohhs-background .info-links .swiper-pagination {
  position: relative;
}
.o-home-hero-slider .ohhs-background .info-links .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 6px;
  margin-right: 3px;
  border-radius: 0px;
  background-color: grey;
}
.o-home-hero-slider .ohhs-background .info-links .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F83232;
  -webkit-box-shadow: 0 0 11px 0 #F83232;
          box-shadow: 0 0 11px 0 #F83232;
}

.o-newsletter-module {
  background-color: #F83232;
  padding: 50px 0px;
}
@media only screen and (min-width: 1024px) {
  .o-newsletter-module {
    padding: 75px 0px;
  }
}
.o-newsletter-module .ons-header {
  color: #FFFFFF;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
.o-newsletter-module #newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-newsletter-module #newsletter-form .a-input-newsletter {
  width: 80%;
  width: calc(100% - 80px);
}

.o-related-module {
  background-color: #FAFBFB;
  padding: 40px 0px;
}
.o-related-module .container {
  background-color: transparent;
  padding: 20px 0px 38px;
}
@media only screen and (min-width: 900px) {
  .o-related-module .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-related-module .container .m-project-item {
  min-height: 410px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 900px) {
  .o-related-module .container .m-project-item {
    width: 31%;
    width: calc(33.3333% - 24px);
  }
}

.o-project-detail-section--right, .o-project-detail-section--left {
  position: relative;
}
.o-project-detail-section--right .m-lines--grey, .o-project-detail-section--left .m-lines--grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .o-project-detail-section--right .m-lines--grey::before, .o-project-detail-section--left .m-lines--grey::before {
    top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .o-project-detail-section--right .m-lines--grey::before, .o-project-detail-section--left .m-lines--grey::before {
    top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .o-project-detail-section--right .m-lines--grey::after, .o-project-detail-section--left .m-lines--grey::after {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .o-project-detail-section--right .m-lines--grey::after, .o-project-detail-section--left .m-lines--grey::after {
    bottom: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .o-project-detail-section--right .w-content, .o-project-detail-section--left .w-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.o-project-detail-section--right .a-tag--red, .o-project-detail-section--left .a-tag--red, .o-project-detail-section--right .a-tag--red--grey, .o-project-detail-section--left .a-tag--red--grey {
  color: #868A8C;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
}
.o-project-detail-section--right h2, .o-project-detail-section--left h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .o-project-detail-section--right h2, .o-project-detail-section--left h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .o-project-detail-section--right .ds-imgs, .o-project-detail-section--left .ds-imgs {
    width: 50%;
  }
}
.o-project-detail-section--right .ds-imgs .img1, .o-project-detail-section--left .ds-imgs .img1,
.o-project-detail-section--right .ds-imgs .img2,
.o-project-detail-section--left .ds-imgs .img2 {
  width: 75%;
}
.o-project-detail-section--right .ds-imgs .img1 img, .o-project-detail-section--left .ds-imgs .img1 img,
.o-project-detail-section--right .ds-imgs .img2 img,
.o-project-detail-section--left .ds-imgs .img2 img {
  width: 100%;
}
.o-project-detail-section--right .ds-imgs.ds-imgs--aligned, .o-project-detail-section--left .ds-imgs.ds-imgs--aligned {
  position: relative;
}
.o-project-detail-section--right .ds-imgs.ds-imgs--aligned .img1, .o-project-detail-section--left .ds-imgs.ds-imgs--aligned .img1 {
  position: relative;
  z-index: 4;
}
.o-project-detail-section--right .ds-imgs.ds-imgs--aligned .img2, .o-project-detail-section--left .ds-imgs.ds-imgs--aligned .img2 {
  position: absolute;
  z-index: 2;
  top: 12.5%;
  right: 0%;
}
.o-project-detail-section--right .ds-imgs.ds-imgs--desaligned, .o-project-detail-section--left .ds-imgs.ds-imgs--desaligned {
  position: relative;
}
.o-project-detail-section--right .ds-imgs.ds-imgs--desaligned .img1, .o-project-detail-section--left .ds-imgs.ds-imgs--desaligned .img1 {
  position: relative;
  z-index: 4;
  margin-top: 40px;
}
.o-project-detail-section--right .ds-imgs.ds-imgs--desaligned .img2, .o-project-detail-section--left .ds-imgs.ds-imgs--desaligned .img2 {
  position: absolute;
  z-index: 2;
  top: -5%;
  right: -5%;
}
@media only screen and (min-width: 768px) {
  .o-project-detail-section--right .ds-description, .o-project-detail-section--left .ds-description {
    width: 45%;
  }
}

.o-project-detail-section--left {
  margin: 50px 0px;
}
@media only screen and (min-width: 768px) {
  .o-project-detail-section--left .w-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.o-project-detail-section--right {
  margin: 50px 0px;
}
@media only screen and (min-width: 768px) {
  .o-project-detail-section--right .w-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.o-corus-devel-section {
  padding: 40px 0px 60px;
}
.o-corus-devel-section .header {
  color: #23141D;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 51px;
  margin-bottom: 30px;
}
.o-corus-devel-section .header .red {
  color: #F83232;
}
.o-corus-devel-section .corus-devel-body {
  background: -webkit-gradient(linear, left top, left bottom, from(#767F82), to(#868A8C));
  background: -o-linear-gradient(top, #767F82 0%, #868A8C 100%);
  background: linear-gradient(180deg, #767F82 0%, #868A8C 100%);
  padding: 40px;
}
@media only screen and (min-width: 890px) {
  .o-corus-devel-section .corus-devel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 890px) {
  .o-corus-devel-section .corus-devel-body .cd-content {
    width: 34%;
  }
}
.o-corus-devel-section .corus-devel-body .cd-content .a-tag--red, .o-corus-devel-section .corus-devel-body .cd-content .a-tag--red--grey {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media only screen and (min-width: 890px) {
  .o-corus-devel-section .corus-devel-body .cd-img {
    width: 40%;
    margin-left: 5%;
  }
}
.o-corus-devel-section .corus-devel-body .cd-img img {
  width: 100%;
  max-width: 478px;
}
.o-corus-devel-section .cd-logo {
  width: 142px;
  margin-left: 40px;
  margin-bottom: 28px;
}
.o-corus-devel-section .cd-logo img {
  width: 100%;
}

.o-get-in-touch-section {
  overflow: hidden;
  position: relative;
}
.o-get-in-touch-section .w-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .o-get-in-touch-section .w-content {
    padding: 155px 0px;
  }
}
.o-get-in-touch-section .w-content .header {
  margin-bottom: 10px;
}
.o-get-in-touch-section .w-content a {
  margin: 20px 0px 30px;
}
.o-get-in-touch-section .text-bg {
  color: #F9F9F9;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 15vw;
  position: absolute;
  width: 100%;
  bottom: -5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 1280px) {
  .o-get-in-touch-section .text-bg {
    font-size: 200px;
    line-height: 243px;
    bottom: -80px;
  }
}

.o-section--about {
  overflow-x: hidden;
}
.o-section--about .row-70-over30 {
  padding: 30px 0px;
}
.o-section--about .row-70-over30 .col-1 {
  padding: 30px 0px;
}
@media only screen and (min-width: 1024px) {
  .o-section--about .row-70-over30 .col-1 {
    padding: 100px 0px;
    float: left;
    width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .o-section--about .row-70-over30 .col-2 {
    float: right;
    width: 1152px;
    margin-right: calc(30% - 1152px);
  }
}
@media only screen and (min-width: 768px) {
  .o-section--about .about-content .about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-section--about .about-content .about-row .ac-item {
  margin: 40px 0px;
}
@media only screen and (min-width: 768px) {
  .o-section--about .about-content .about-row .ac-item {
    width: 43%;
    margin: 80px 0px;
  }
}
.o-section--about .about-content .about-sign img {
  width: 59px;
}

.o-section-corus--full {
  background: -o-linear-gradient(310.56deg, #43464B 0%, #26212D 100%);
  background: linear-gradient(139.44deg, #43464B 0%, #26212D 100%);
  padding: 40px 0px;
}
@media only screen and (min-width: 1024px) {
  .o-section-corus--full .w-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 0px;
  }
}
.o-section-corus--full .logo img {
  width: 142px;
  margin: 20px 0px;
}
.o-section-corus--full .col1 .logo img {
  width: 142px;
  margin: 20px 0px;
}
.o-section-corus--full .col1 p, .o-section-corus--full .col1 label, .o-section-corus--full .col1 li {
  margin: 10px 0px 20px;
  max-width: 376px;
}
.o-section-corus--full .col2 img {
  margin: 10% 0px;
}
@media only screen and (min-width: 1024px) {
  .o-section-corus--full .col2 img {
    margin: 0px 0px 0px -10%;
  }
}

.o-section-project--right, .o-section-project--left {
  position: relative;
}
.o-section-project--right .m-lines--grey, .o-section-project--left .m-lines--grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .o-section-project--right .m-lines--grey::before, .o-section-project--left .m-lines--grey::before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .o-section-project--right .m-lines--grey::before, .o-section-project--left .m-lines--grey::before {
    content: "";
    top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .o-section-project--right .m-lines--grey::after, .o-section-project--left .m-lines--grey::after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .o-section-project--right .m-lines--grey::after, .o-section-project--left .m-lines--grey::after {
    content: "";
    bottom: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .o-section-project--right .m-lines--grey::after, .o-section-project--left .m-lines--grey::after {
    bottom: 130px;
  }
}
.o-section-project--right .w-content, .o-section-project--left .w-content {
  position: relative;
  z-index: 1;
}
.o-section-project--right .w-content .osp-link, .o-section-project--left .w-content .osp-link {
  text-decoration: none;
}
.o-section-project--right .w-content .osp-link img, .o-section-project--left .w-content .osp-link img {
  width: 15px;
}
.o-section-project--right .osp-images, .o-section-project--left .osp-images {
  position: relative;
}
.o-section-project--right .osp-images .img-background, .o-section-project--left .osp-images .img-background {
  margin-bottom: 20%;
}
@media only screen and (min-width: 1024px) {
  .o-section-project--right .osp-images .img-background, .o-section-project--left .osp-images .img-background {
    margin-bottom: 10%;
  }
}
.o-section-project--right .osp-images .img-mobile, .o-section-project--left .osp-images .img-mobile {
  position: absolute;
  width: 35%;
  bottom: -30%;
  max-width: 271px;
}
@media only screen and (min-width: 1024px) {
  .o-section-project--right .osp-images .img-mobile, .o-section-project--left .osp-images .img-mobile {
    bottom: -10%;
  }
}
.o-section-project--right .osp-content p, .o-section-project--left .osp-content p, .o-section-project--right .osp-content label, .o-section-project--left .osp-content label, .o-section-project--right .osp-content li, .o-section-project--left .osp-content li {
  margin: 20px 0px;
}
.o-section-project--right .osp-content .osp-title h2, .o-section-project--left .osp-content .osp-title h2 {
  display: inline-block;
}
.o-section-project--right .osp-content .osp-title .a-case-tag, .o-section-project--left .osp-content .osp-title .a-case-tag {
  display: inline-block;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .o-section-project--right .w-content, .o-section-project--left .w-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-section-project--right .osp-images, .o-section-project--left .osp-images {
    width: 50vw;
  }
  .o-section-project--right .osp-content, .o-section-project--left .osp-content {
    width: 50%;
    padding: 10%;
  }
  .o-section-project--right .osp-content .osp-title, .o-section-project--left .osp-content .osp-title {
    position: relative;
  }
  .o-section-project--right .osp-content .osp-title:after, .o-section-project--left .osp-content .osp-title:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 2px;
    top: 50%;
    background: #F83232;
  }
}

.section-project-container {
  overflow-x: hidden;
}
.section-project-container > article:first-of-type {
  margin-top: 0px;
}

.o-section-project--left {
  margin: 10% 0px;
}
.o-section-project--left .osp-images .img-mobile {
  right: 4%;
}
@media only screen and (min-width: 1024px) {
  .o-section-project--left .w-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .o-section-project--left .osp-images {
    margin-left: calc(50% - 50vw);
  }
  .o-section-project--left .osp-content .osp-title:after {
    right: 105%;
  }
}

.o-section-project--right {
  margin: 10% 0px;
}
.o-section-project--right .osp-images .img-mobile {
  left: 4%;
}
@media only screen and (min-width: 1024px) {
  .o-section-project--right .w-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .o-section-project--right .osp-images {
    margin-right: calc(50% - 50vw);
  }
  .o-section-project--right .osp-content {
    text-align: right;
  }
  .o-section-project--right .osp-content .osp-title:after {
    left: 105%;
  }
}

.grid-row {
  *zoom: 1;
}
.grid-row:before, .grid-row:after {
  content: " ";
  display: table;
}
.grid-row:after {
  clear: both;
}

.grid-xs-1 {
  float: left;
  width: 8.3333333333%;
}

.grid-xs-2 {
  float: left;
  width: 16.6666666667%;
}

.grid-xs-3 {
  float: left;
  width: 25%;
}

.grid-xs-4 {
  float: left;
  width: 33.3333333333%;
}

.grid-xs-5 {
  float: left;
  width: 41.6666666667%;
}

.grid-xs-6 {
  float: left;
  width: 50%;
}

.grid-xs-7 {
  float: left;
  width: 58.3333333333%;
}

.grid-xs-8 {
  float: left;
  width: 66.6666666667%;
}

.grid-xs-9 {
  float: left;
  width: 75%;
}

.grid-xs-10 {
  float: left;
  width: 83.3333333333%;
}

.grid-xs-11 {
  float: left;
  width: 91.6666666667%;
}

.grid-xs-12 {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .grid-sm-1 {
    float: left;
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    float: left;
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    float: left;
    width: 25%;
  }
  .grid-sm-4 {
    float: left;
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    float: left;
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    float: left;
    width: 50%;
  }
  .grid-sm-7 {
    float: left;
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    float: left;
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    float: left;
    width: 75%;
  }
  .grid-sm-10 {
    float: left;
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    float: left;
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    float: left;
    width: 8.3333333333%;
  }
  .grid-md-2 {
    float: left;
    width: 16.6666666667%;
  }
  .grid-md-3 {
    float: left;
    width: 25%;
  }
  .grid-md-4 {
    float: left;
    width: 33.3333333333%;
  }
  .grid-md-5 {
    float: left;
    width: 41.6666666667%;
  }
  .grid-md-6 {
    float: left;
    width: 50%;
  }
  .grid-md-7 {
    float: left;
    width: 58.3333333333%;
  }
  .grid-md-8 {
    float: left;
    width: 66.6666666667%;
  }
  .grid-md-9 {
    float: left;
    width: 75%;
  }
  .grid-md-10 {
    float: left;
    width: 83.3333333333%;
  }
  .grid-md-11 {
    float: left;
    width: 91.6666666667%;
  }
  .grid-md-12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-lg-1 {
    float: left;
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    float: left;
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    float: left;
    width: 25%;
  }
  .grid-lg-4 {
    float: left;
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    float: left;
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    float: left;
    width: 50%;
  }
  .grid-lg-7 {
    float: left;
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    float: left;
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    float: left;
    width: 75%;
  }
  .grid-lg-10 {
    float: left;
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    float: left;
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-xl-1 {
    float: left;
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    float: left;
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    float: left;
    width: 25%;
  }
  .grid-xl-4 {
    float: left;
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    float: left;
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    float: left;
    width: 50%;
  }
  .grid-xl-7 {
    float: left;
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    float: left;
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    float: left;
    width: 75%;
  }
  .grid-xl-10 {
    float: left;
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    float: left;
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    float: left;
    width: 100%;
  }
}
footer {
  background-color: #191819;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  footer .w-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  footer .w-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer .w-content .col1 {
  width: 260px;
}
footer .w-content .col2 {
  width: 100%;
  max-width: 380px;
  *zoom: 1;
}
footer .w-content .col2:before, footer .w-content .col2:after {
  content: " ";
  display: table;
}
footer .w-content .col2:after {
  clear: both;
}
footer .w-content .col2 .m-menu-tech {
  display: inline-block;
  width: 140px;
}
@media only screen and (min-width: 1024px) {
  footer .w-content .col2 {
    margin-left: auto;
  }
}
footer .w-content .col3 {
  width: 160px;
}
footer .w-content .col4 {
  width: 260px;
}
footer .logo {
  width: 130px;
}
footer .fc-item {
  margin-bottom: 10px;
}
footer .fc-item .fci-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  width: 94px;
  color: #868A8C;
  display: inline-block;
}
footer .fc-item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer-contact {
  padding: 25px 0px;
}
footer h5 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 25px;
}
footer .footer-location p, footer .footer-location label, footer .footer-location li {
  color: #868A8C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}

.o-socket {
  background-color: #000000;
  text-align: center;
  padding: 20px 0px;
}
.o-socket .copyright {
  color: #868A8C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
.o-socket .m-menu-socket li {
  padding: 0px 20px;
}
@media only screen and (min-width: 1024px) {
  .o-socket .w-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header {
  position: fixed;
  z-index: 2;
  padding: 35px 20px;
  width: 100%;
  -webkit-transition: padding 0.35s ease-in-out, background 0.15s ease-in-out;
  -o-transition: padding 0.35s ease-in-out, background 0.15s ease-in-out;
  transition: padding 0.35s ease-in-out, background 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 50px;
  }
}
header .header-container {
  position: relative;
}
header .logo {
  position: absolute;
  width: 130px;
  display: inline-block;
  z-index: 999;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.scroll {
  background: -o-linear-gradient(226.27deg, #1B2637 0%, #23141D 53.33%, #0F0F0F 100%);
  background: linear-gradient(223.73deg, #1B2637 0%, #23141D 53.33%, #0F0F0F 100%);
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  header.scroll {
    padding: 15px 50px;
  }
}
header.scroll .logo {
  width: 80px;
}
header.scroll.active {
  background: transparent;
}

.o-hero--home {
  background: -o-linear-gradient(226.27deg, #1B2637 0%, #23141D 53.33%, #0F0F0F 100%);
  background: linear-gradient(223.73deg, #1B2637 0%, #23141D 53.33%, #0F0F0F 100%);
  position: relative;
  min-height: 100vh;
  height: auto;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .o-hero--home {
    height: 100vh;
    padding-bottom: 0;
  }
}
.o-hero--home:after {
  content: "";
  background-image: url("../img/grain-pattern.png");
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.o-hero--home .m-lines--white {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .o-hero--home .m-lines--white {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    z-index: 0;
  }
}
.o-hero--home .w-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .o-hero--home .w-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .o-hero--home .w-content {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-hero--home .col1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 120px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .o-hero--home .col1 {
    top: 0;
    position: inherit;
  }
}
@media only screen and (min-width: 1260px) {
  .o-hero--home .col1 {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
}
.o-hero--home .col1 .hero-text .mask h1 {
  color: #ffffff;
  font-weight: 600;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  position: relative;
  font-size: 30px;
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  .o-hero--home .col1 .hero-text .mask h1 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .o-hero--home .col1 .hero-text .mask h1 {
    font-size: 54px;
    line-height: 68px;
  }
}
.o-hero--home .col1 .hero-text .mask h1 b {
  color: #F83232;
  font-weight: 600;
  text-decoration: underline;
}
.o-hero--home .col1 .hero-text .tag {
  margin-bottom: 40px;
  position: relative;
  font-weight: 500;
  display: inline-block;
}
.o-hero--home .col1 .hero-text .tag:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
  background-color: #9AA6AA;
}
.o-hero--home .col2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  position: relative;
}
.o-hero--home .col2 .o-home-hero-slider {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .o-hero--home .col2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1260px) {
  .o-hero--home .col2 {
    top: 0;
    position: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    max-width: 750px;
  }
  .o-hero--home .col2 .o-home-hero-slider {
    margin: inherit;
  }
}
@media only screen and (min-width: 1280px) {
  .o-hero--home .col2 {
    max-width: 750px;
  }
}
@media only screen and (min-width: 1400px) {
  .o-hero--home .col2 {
    max-width: 750px;
  }
}

.o-section--clients .a-tag-header {
  margin: 70px 0px;
}
.o-section--clients .clients-container {
  text-align: center;
}
.o-section--clients .clients-container .m-clients-item {
  text-decoration: none;
}

.p-projects-page {
  padding: 60px 0px 20px;
}
@media only screen and (min-width: 768px) {
  .p-projects-page {
    padding: 80px 0px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-projects-page {
    padding: 120px 0px 80px;
  }
}

.o-projects-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px;
}
@media only screen and (min-width: 768px) {
  .o-projects-container {
    padding: 40px 0px;
  }
}
.o-projects-container .m-project-item {
  margin-bottom: 40px;
  width: 100%;
  height: 366px;
}
@media only screen and (min-width: 768px) {
  .o-projects-container .m-project-item {
    height: 466px;
  }
  .o-projects-container .m-project-item:nth-of-type(4n), .o-projects-container .m-project-item:nth-of-type(4n+1) {
    width: 57.5%;
    width: calc(60% - 20px);
  }
  .o-projects-container .m-project-item:nth-of-type(4n+2), .o-projects-container .m-project-item:nth-of-type(4n+3) {
    width: 37.5%;
    width: calc(40% - 20px);
  }
}

.o-apps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px;
}
@media only screen and (min-width: 768px) {
  .o-apps-container {
    padding: 40px 0px;
  }
}
.o-apps-container .m-app-item {
  padding: 20px 0%;
}
@media only screen and (min-width: 768px) {
  .o-apps-container .m-app-item {
    width: 49%;
  }
}
.o-apps-container .m-app-item .a-button--xxss {
  margin: 5px 5px 5px 0px;
}

@media only screen and (min-width: 768px) {
  .p-projects-page--single .section-7-3 .w-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-projects-page--single .section-7-3 .col1 {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .p-projects-page--single .section-7-3 .col2 {
    width: 30%;
  }
}
.p-projects-page--single .tech-client-section {
  background-color: #FAFBFB;
  padding: 50px 0px;
}
.p-projects-page--single .tech-client-section .tcs-tech .header {
  margin-bottom: 30px;
}
.p-projects-page--single .tech-client-section .tcs-tech .description {
  color: #23141D;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.p-projects-page--single .tech-client-section .tcs-tech .header {
  margin-bottom: 30px;
}
.p-projects-page--single .tech-client-section .tcs-tech .description {
  color: #23141D;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.p-projects-page--single .tech-client-section .tcs-client .header {
  margin-bottom: 30px;
}
.p-projects-page--single .tech-client-section .tcs-client .tcs-app-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-projects-page--single .tech-client-section .tcs-client .app-icon {
  width: 58px;
  margin-right: 17px;
}
.p-projects-page--single .tech-client-section .tcs-client .app-icon img {
  width: 100%;
}
.p-projects-page--single .tech-client-section .tcs-client .tcs-ad-description {
  width: calc(100% - 75px);
  color: #23141D;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}
.p-projects-page--single .intro-description-section {
  padding: 50px 0px;
}
@media only screen and (min-width: 1024px) {
  .p-projects-page--single .intro-description-section {
    padding: 125px 0px;
  }
}
.p-projects-page--single .intro-description-section .w-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p-projects-page--single .intro-description-section .w-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-projects-page--single .intro-description-section .ids-intro {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-projects-page--single .intro-description-section .ids-intro .header {
  margin-bottom: 30px;
}
.p-projects-page--single .intro-description-section .ids-details {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p-projects-page--single .intro-description-section .ids-details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-projects-page--single .intro-description-section .ids-details .ids-d-predate {
  color: #23141D;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.p-projects-page--single .intro-description-section .ids-details .ids-d-date {
  color: #868A8C;
  font-family: "Silka", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 51px;
}
.p-projects-page--single .intro-description-section .ids-description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  .p-projects-page--single .intro-description-section .ids-description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-projects-page--single .intro-description-section .ids-description p, .p-projects-page--single .intro-description-section .ids-description label, .p-projects-page--single .intro-description-section .ids-description li {
  margin-bottom: 30px;
}
.p-projects-page--single .intro-description-section .ids-links {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.p-projects-page--single .intro-description-section .ids-links a {
  margin-bottom: 20px;
  text-decoration: none;
}
.p-projects-page--single .o-screenshots-section {
  padding: 50px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#FFFFFF));
  background: -o-linear-gradient(top, #E7E7E7 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #E7E7E7 0%, #FFFFFF 100%);
}
@media only screen and (min-width: 1024px) {
  .p-projects-page--single .o-screenshots-section {
    padding: 100px 0px;
  }
}
.p-projects-page--single .o-screenshots-section .header {
  color: #23141D;
  font-weight: bold;
  line-height: 51px;
  margin-bottom: 50px;
  margin-left: 6%;
}
@media only screen and (min-width: 768px) {
  .p-projects-page--single .o-screenshots-section .header {
    font-size: 42px;
    margin-bottom: 70px;
    margin-left: 3%;
  }
}
@media only screen and (min-width: 1280px) {
  .p-projects-page--single .o-screenshots-section .header {
    margin-left: 100px;
  }
}