﻿@font-face {
  font-family: samsung sharp sans;
  src: url(../../fonts/samsung_sharp/SamsungSharpSans.eot);
  src: url(../../fonts/samsung_sharp/SamsungSharpSans.eot?#iefix) format("embedded-opentype"),url(../../fonts/samsung_sharp/SamsungSharpSans.woff) format("woff"),url(../../fonts/samsung_sharp/SamsungSharpSans.ttf) format("truetype"),url(../../fonts/samsung_sharp/SamsungSharpSans.svg#SamsungSharpSans) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: samsung sharp bold;
  src: url(../../fonts/samsung_sharp/SamsungSharpSans-Bold.eot);
  src: url(../../fonts/samsung_sharp/SamsungSharpSans-Bold.eot?#iefix) format("embedded-opentype"),url(../../fonts/samsung_sharp/SamsungSharpSans-Bold.woff) format("woff"),url(../../fonts/samsung_sharp/SamsungSharpSans-Bold.ttf) format("truetype"),url(../../fonts/samsung_sharp/SamsungSharpSans-Bold.svg#SamsungSharpSans-Bold) format("svg");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: samsung sharp medium;
  src: url(../../fonts/samsung_sharp/SamsungSharpSans-Medium.eot);
  src: url(../../fonts/samsung_sharp/SamsungSharpSans-Medium.eot?#iefix) format("embedded-opentype"),url(../../fonts/samsung_sharp/SamsungSharpSans-Medium.woff) format("woff"),url(../../fonts/samsung_sharp/SamsungSharpSans-Medium.ttf) format("truetype"),url(../../fonts/samsung_sharp/SamsungSharpSans-Medium.svg#SamsungSharpSans-Medium) format("svg");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: cambon;
  src: url(../../fonts/cambon/Cambon-Regular.eot);
  src: url(../../fonts/cambon/Cambon-Regular.eot?#iefix) format("embedded-opentype"),url(../../fonts/cambon/Cambon-Regular.woff2) format("woff2"),url(../../fonts/cambon/Cambon-Regular.woff) format("woff"),url(../../fonts/cambon/Cambon-Regular.ttf) format("truetype"),url(../../fonts/cambon/Cambon-Regular.svg#Cambon-Regular) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: cambon-bold;
  src: url(../../fonts/cambon/Cambon-Bold.eot);
  src: url(../../fonts/cambon/Cambon-Bold.eot?#iefix) format("embedded-opentype"),url(../../fonts/cambon/Cambon-Bold.woff2) format("woff2"),url(../../fonts/cambon/Cambon-Bold.woff) format("woff"),url(../../fonts/cambon/Cambon-Bold.ttf) format("truetype"),url(../../fonts/cambon/Cambon-Bold.svg#Cambon-Bold) format("svg");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: cambon-black;
  src: url(../../fonts/cambon/Cambon-Black.eot);
  src: url(../../fonts/cambon/Cambon-Black.eot?#iefix) format("embedded-opentype"),url(../../fonts/cambon/Cambon-Black.woff2) format("woff2"),url(../../fonts/cambon/Cambon-Black.woff) format("woff"),url(../../fonts/cambon/Cambon-Black.ttf) format("truetype"),url(../../fonts/cambon/Cambon-Black.svg#Cambon-Black) format("svg");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: cambon-semibold;
  src: url(../../fonts/cambon/Cambon-SemiBold.eot);
  src: url(../../fonts/cambon/Cambon-SemiBold.eot?#iefix) format("embedded-opentype"),url(../../fonts/cambon/Cambon-SemiBold.woff2) format("woff2"),url(../../fonts/cambon/Cambon-SemiBold.woff) format("woff"),url(../../fonts/cambon/Cambon-SemiBold.ttf) format("truetype"),url(../../fonts/cambon/Cambon-SemiBold.svg#Cambon-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'samsung sharp sans',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent
}

  *:before, *:after {
    box-sizing: border-box
  }

html {
  width: 100%;
  height: 100%
}

body {
  width: 100%
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 9999px #fff inset !important
}

button, a, input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

  button:focus, a:focus, input[type=submit]:focus {
    box-shadow: none;
    outline: none
  }

input:focus {
  box-shadow: none;
  outline: none
}

.barbacontainer {
  width: 100%
}

p span {
  font-family: inherit
}

.heading {
  font-size: 65px;
  line-height: 70px;
  font-family: cambon-semibold;
  color: #131415
}

  .heading.white {
    color: #fff
  }

@media(max-width:680px) {
  .heading {
    font-size: 31px;
    line-height: 38px
  }

    .heading.heading--main {
      font-size: 45px;
      line-height: 56px
    }

      .heading.heading--main a, .heading.heading--main span {
        font-size: 45px;
        line-height: 56px
      }

        .heading.heading--main a:before, .heading.heading--main span:before {
          height: 6px;
          bottom: 0
        }

    .heading a, .heading span {
      font-size: 31px;
      line-height: 38px
    }

      .heading a:before, .heading span:before {
        height: 6px;
        bottom: -2px
      }
}

.barbacontainer.about, .barbacontainer.corporates, .barbacontainer.contact, .barbacontainer.blog {
  background-color: #131415
}

.barbacontainer.insights {
  background-color: #efeae6
}

.header {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.header__container {
  max-width: 1154px;
  margin-left: 143px;
  margin-right: 100px
}

@media(max-width:1380px) and (min-width:1231px) {
  .header__container {
    margin-left: 100px
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .header__container {
    margin-left: 75px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .header__container {
    margin-left: 50px;
    margin-right: 50px
  }
}

@media(max-width:680px) {
  .header__container {
    margin-left: 25px;
    margin-right: 25px
  }
}

.header.withintro {
  padding-top: 184px
}

@media(max-width:680px) {
  .header.withintro {
    padding-top: 120px
  }
}

.maincontainer {
  max-width: 1154px;
  margin-left: 143px;
  margin-right: 143px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .maincontainer.maincontainer--full {
    max-width: 100%
  }

@media(max-width:1380px) and (min-width:1231px) {
  .maincontainer {
    margin-left: 100px;
    margin-right: 100px
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .maincontainer {
    margin-left: 75px;
    margin-right: 75px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .maincontainer {
    margin-left: 50px;
    margin-right: 50px
  }
}

@media(max-width:680px) {
  .maincontainer {
    margin-left: 25px;
    margin-right: 25px
  }

    .maincontainer.maincontainer--collapse {
      margin-left: 0
    }
}

.intro {
  font-size: 18px;
  line-height: 24px;
  font-family: samsung sharp medium;
  color: #131415;
  margin-bottom: 20px
}

  .intro.white {
    color: #fff
  }

@media(max-width:680px) {
  .intro {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px
  }
}

.text {
  font-size: 19px;
  line-height: 32px;
  font-family: samsung sharp medium;
  color: #6f6f6f
}

.text-lighter {
    font-size: 19px;
    line-height: 32px;
    font-family: samsung sharp medium;
    color: #979797
}

@media(max-width:680px) {
  .text {
    font-size: 15px;
    line-height: 26px
  }
}

.featured {
  font-size: 35px;
  line-height: 51px;
  font-family: samsung sharp medium;
  color: #fff
}

  .featured.grey {
    color: #6f6f6f;
    margin-top: 42px
  }


    .featured.grey-lighter {
        color: #979797;
        margin-top: 42px
    }

@media(max-width:680px) {
  .featured {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px !important
  }
}

.featured-landing {
  font-size: 35px;
  line-height: 51px;
  font-family: samsung sharp bold;
  color: #131415
}

  .featured-landing.white {
    color: #fff
  }

    .featured-landing.white span {
      color: #fff
    }

  .featured-landing span {
    font-size: 35px;
    line-height: 51px;
    font-family: samsung sharp bold;
    color: #131415;
    position: relative;
    display: inline-block;
    z-index: 1
  }

    .featured-landing span:before {
      content: '';
      width: 100%;
      height: 5px;
      background-color: #34fddc;
      position: absolute;
      left: 0;
      bottom: 6px;
      z-index: -1
    }

@media(max-width:680px) {
  .featured-landing {
    font-size: 22px;
    line-height: 32px
  }

    .featured-landing span {
      font-size: 22px;
      line-height: 32px;
      display: inline-block
    }

      .featured-landing span:before {
        height: 3px;
        bottom: 4px
      }
}

.subheading {
  font-size: 50px;
  line-height: 61px;
  font-family: cambon-semibold;
  color: #131415
}

  .subheading.white {
    color: #fff
  }

  .subheading a {
    font-size: 50px;
    line-height: 61px;
    font-family: cambon-semibold;
    color: #131415;
    color: inherit;
    position: relative
  }

    .subheading a:before {
      content: '';
      width: 100%;
      height: 8px;
      background-color: inherit;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -1px;
      z-index: 0
    }

@media(hover:hover),(-ms-high-contrast:none) {
  .subheading a:before {
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    transition: width .3s ease
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .subheading a:hover:before {
    width: -moz-calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px)
  }
}

@media(max-width:680px) {
  .subheading {
    font-size: 31px;
    line-height: 38px
  }

    .subheading a {
      font-size: 31px;
      line-height: 38px
    }

      .subheading a:before {
        height: 6px
      }
}

.text-row {
  width: 100%;
  max-width: 1062px;
  margin-top: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

@media(max-width:980px) {
  .text-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

    .text-row .text {
      width: 100% !important;
      margin-bottom: 30px
    }
}

@media(max-width:680px) {
  .text-row {
    margin-top: 40px
  }
}

.text-row .text {
  width: -moz-calc((100% - 30px)/2);
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2)
}

.animate {
  transform: translateY(20px);
  opacity: 0;
  transition-property: all;
  transform-style: preserve-3d;
  will-change: transform;
  will-change: opacity
}

@media(max-width:680px) {
  .hide--mobile {
    display: none !important
  }
}

@media(max-width:980px) and (min-width:681px) {
  .hide--onlytablet {
    display: none !important
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .hide--onlymedium {
    display: none !important
  }
}

@media(max-width:980px) {
  .hide--fromtablet {
    display: none !important
  }
}

@media(max-width:1230px) {
  .hide--frommedium {
    display: none !important
  }
}

@media(min-width:680px) {
  .show--onlymobile {
    display: none !important
  }
}

@media(max-width:681px) {
  .show--onlytablet {
    display: none !important
  }
}

@media(min-width:980px) {
  .show--onlytablet {
    display: none !important
  }
}

@media(min-width:980px) {
  .show--fromtablet {
    display: none !important
  }
}

.cta {
  width: 100%;
  margin-top: 402px;
  margin-bottom: 400px;
  position: relative
}

  .cta.cta--black .cta__title {
    color: #fff
  }

  .cta.cta--cases {
    margin-bottom: 0;
    padding-bottom: 400px
  }

@media(max-width:980px) and (min-width:681px) {
  .cta {
    margin-top: 250px;
    margin-bottom: 250px
  }

    .cta.cta--cases {
      padding-bottom: 250px
    }
}

.cta__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.cta__title {
  font-family: samsung sharp medium;
  font-size: 50px;
  color: #131415;
  letter-spacing: 0;
  line-height: 88px;
  margin-bottom: 63px;
  max-width: 90%;
  text-align: center
}

@media(max-width:980px) and (min-width:681px) {
  .cta__title {
    line-height: 65px
  }
}

@media(max-width:680px) {
  .cta {
    margin-top: 171px;
    margin-bottom: 202px
  }

    .cta.cta--cases {
      padding-bottom: 202px
    }

  .cta__title {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 49px
  }
}

footer {
  position: relative
}

.footer {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 2;
  background-color: #f1ede9
}

  .footer.white {
    background-color: #fff
  }

    .footer.white .footer__link p, .footer.white .footer__legallink p {
      background-image: linear-gradient(to right,white,white 50%,#131415 50%);
      background-image: -webkit-linear-gradient(to right,white,white 50%,#131415 50%)
    }

.footer__background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  object-fit: cover
}

.footer__legallinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.footer__legallink {
  position: relative;
  margin-right: 15px
}

@media(hover:hover),(-ms-high-contrast:none) {
  .footer__legallink:hover:before {
    left: -6px;
    right: auto;
    width: -moz-calc((100% + 12px));
    width: -webkit-calc((100% + 12px));
    width: calc((100% + 12px))
  }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .footer__legallink:hover:before {
    -webkit-transition: width .15s ease;
    -moz-transition: width .15s ease;
    -ms-transition: width .15s ease;
    transition: width .15s ease
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .footer__legallink:hover p {
    background-position: 200%
  }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .footer__legallink:hover p {
    animation-name: hover-footer;
    animation-delay: .08s;
    animation-duration: .3s
  }
}

.footer__legallink:focus:before {
  left: -6px;
  right: auto;
  width: -moz-calc((100% + 12px));
  width: -webkit-calc((100% + 12px));
  width: calc((100% + 12px))
}

.footer__legallink:focus p {
  background-position: 200%
}

.footer__legallink:before {
  width: 0%;
  content: '';
  position: absolute;
  height: 36px;
  background-color: #131415;
  top: -8px;
  right: -6px;
  z-index: -1
}

@media(hover:hover),(-ms-high-contrast:none) {
  .footer__legallink:before {
    -webkit-transition: width .15s ease;
    -moz-transition: width .15s ease;
    -ms-transition: width .15s ease;
    transition: width .15s ease
  }
}

.footer__legallink p {
  font-family: samsung sharp sans;
  font-weight: 400;
  color: #131415;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
  background-image: -webkit-linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
  background-size: 200% 100%;
  background-position: 100%;
  padding-left: 1px;
  padding-right: 1px
}

@media(hover:hover),(-ms-high-contrast:none) {
  .footer__legallink p {
    transition: all .3s ease;
    transition-delay: .1s
  }
}

.footer__container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-left: 143px;
  padding-right: 143px;
  padding-top: 200px;
  position: relative
}

@media(max-width:883px) {
  .footer__container .squarelink {
    padding-left: 22px;
    padding-right: 22px;
    height: 69px;
    min-width: 179px
  }

    .footer__container .squarelink .arrow__full, .footer__container .squarelink .arrow__top, .footer__container .squarelink .arrow__bottom {
      width: 19px
    }

  .footer__container .squarelink__text {
    font-size: 13px;
    padding-right: 20px
  }
}

.footer__left {
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .footer__left .squarelink {
    background-color: transparent
  }

.footer__right {
  width: 60%;
  height: 100%
}

.footer__logo {
  display: block
}

  .footer__logo img {
    width: 180px;
    height: auto
  }

.footer__title {
  font-family: cambon-semibold;
  font-size: 35px;
  color: #131415;
  letter-spacing: 0;
  line-height: 40px;
  text-align: left;
  margin-top: 22px;
  max-width: 433px;
  margin-bottom: 41px
}

.footer__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end
}

.footer__column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding-top: 2px
}

.footer__column--padding {
  padding-left: 61px
}

.footer__column--morepadding {
  padding-left: 145px
}

.footer__linksresponsive {
  display: none
}

.footer__link {
  position: relative;
  cursor: pointer
}

  .footer__link:before {
    width: 0%;
    content: '';
    position: absolute;
    height: 43px;
    background-color: #131415;
    top: 0;
    right: -20px;
    left: auto
  }

@media(hover:hover),(-ms-high-contrast:none) {
  .footer__link:before {
    -webkit-transition: width .15s ease;
    -moz-transition: width .15s ease;
    -ms-transition: width .15s ease;
    transition: width .15s ease
  }
}

.footer__link p {
  position: relative;
  font-family: 'samsung sharp medium';
  font-size: 14px;
  line-height: 43px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
  background-image: -webkit-linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
  background-size: 200% 100%;
  background-position: 100%;
  padding-left: 1px;
  padding-right: 1px
}

@media(hover:hover),(-ms-high-contrast:none) {
  .footer__link p {
    transition: all .3s ease;
    transition-delay: .1s
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .footer__link:hover:before {
    left: -20px;
    right: auto;
    width: -moz-calc((100% + 40px));
    width: -webkit-calc((100% + 40px));
    width: calc((100% + 40px))
  }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .footer__link:hover:before {
    -webkit-transition: width .15s ease;
    -moz-transition: width .15s ease;
    -ms-transition: width .15s ease;
    transition: width .15s ease
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .footer__link:hover p {
    background-position: 200%
  }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .footer__link:hover p {
    animation-name: hover-footer;
    animation-delay: .08s;
    animation-duration: .3s
  }
}

.footer__link:focus:before {
  left: -20px;
  right: auto;
  -webkit-transition: width 0s ease;
  -moz-transition: width 0s ease;
  -ms-transition: width 0s ease;
  transition: width 0s ease;
  width: -moz-calc((100% + 40px));
  width: -webkit-calc((100% + 40px));
  width: calc((100% + 40px))
}

.footer__link:focus p {
  background-position: 200%
}

.footer__social {
  display: block;
  margin-top: 2px;
  margin-right: 20px
}

.footer .address {
  margin-top: 0;
  margin-bottom: 20px
}

.footer .address__city {
  font-family: samsung sharp bold;
  font-size: 19px;
  line-height: 43px;
  color: #131415;
  margin-bottom: -6px
}

.footer .address__street {
  font-family: samsung sharp sans;
  font-weight: 400;
  color: #131415;
  font-size: 17px;
  line-height: 29px;
  opacity: .5
}

  .footer .address__street span {
    font-family: samsung sharp sans;
    font-weight: 400;
    color: #131415;
    font-size: 17px;
    line-height: 29px
  }

  .footer .address__street.address__street--hidden {
    display: none
  }

.footer__link--opacity span {
  color: rgba(255,255,255,.72)
}

@media(max-width:1388px) {
  .footer__container {
    padding-left: 90px;
    padding-right: 90px
  }

  .footer__column--morepadding {
    padding-left: 80px
  }
}

@media(max-width:1180px) and (min-width:681px) {
  .footer__container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(max-width:1023px) and (min-width:681px) {
  .footer {
    height: 620px
  }

  .footer__left {
    width: 40%
  }

  .footer__right {
    width: 60%
  }

  .footer__title {
    font-size: 38px;
    line-height: 42px
  }

  .footer__container {
    padding-top: 109px
  }

  .footer__right {
    padding-top: 50px
  }

  .footer__link, .footer__link p {
    font-size: 15px;
    line-height: 41px
  }

    .footer__link::before {
      height: 39px
    }

  .footer .address__city {
    font-size: 15px;
    line-height: 41px
  }

  .footer .address__street, .footer .address__street span {
    font-size: 13px;
    line-height: 22px
  }

  .footer__column--padding {
    position: absolute;
    padding: 0;
    left: 40px;
    bottom: 85px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

    .footer__column--padding .footer__link {
      margin-right: 20px
    }

  .footer__column--morepadding {
    padding-left: 60px
  }
}

@media(max-width:680px) {
  .footer {
    height: auto
  }

  .footer__left, .footer__right {
    width: 100%
  }

  .footer__title {
    font-size: 31px;
    line-height: 38px;
    margin-top: 22px;
    margin-bottom: 26px;
    width: 260px
  }

  .footer__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding-top: 124px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 121px
  }

    .footer__container .squarelink {
      display: none
    }

  .footer__right {
    padding-top: 33px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
  }

  .footer__address {
    margin-bottom: 5px !important
  }

  .footer__link, .footer__link p {
    font-size: 15px;
    line-height: 41px
  }

    .footer__link:before {
      height: 39px;
      right: -10px
    }
}

@media(max-width:680px) and (hover:hover),(max-width:680px) and (-ms-high-contrast:none) {
  .footer__link:hover:before {
    left: -10px !important;
    width: -moz-calc((100% + 20px));
    width: -webkit-calc((100% + 20px));
    width: calc((100% + 20px))
  }
}

@media(max-width:680px) {
  .footer__link:focus:before {
    left: -10px !important;
    width: -moz-calc((100% + 20px));
    width: -webkit-calc((100% + 20px));
    width: calc((100% + 20px))
  }

  .footer__legallink::before {
    height: 34px;
    top: -6px
  }

  .footer__legallink p {
    font-size: 13px;
    line-height: 22px
  }

  .footer__legallink {
    margin-right: 0;
    margin-right: 0;
    margin-bottom: 19px;
    display: block
  }

  .footer__legallinks {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    top: 4px
  }

  .footer__linksresponsive {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-top: 2px
  }

  .footer__social img {
    width: 21px
  }

  .footer__social {
    margin-top: -4px
  }

  .footer .address__city {
    font-size: 15px;
    line-height: 39px
  }

  .footer .address__street {
    font-size: 13px;
    line-height: 22px
  }

    .footer .address__street span {
      display: none
    }

    .footer .address__street.address__street--hide {
      display: none
    }

    .footer .address__street.address__street--hidden {
      display: block
    }

  .footer__column--padding {
    position: absolute;
    padding: 0;
    left: 30px;
    bottom: 30px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
  }

  .footer__column--morepadding {
    padding-left: 30px
  }
}

@keyframes hover-footer {
  0% {
    background-position: 300%
  }

  25% {
    background-position: 300%
  }

  100% {
    background-position: 200%
  }
}

.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

  .gallery.gallery--full {
    width: 100%
  }

  .gallery.gallery--side {
    width: 90%
  }

    .gallery.gallery--side .gallery__number {
      margin-bottom: 15px
    }

    .gallery.gallery--side .gallery__item--second {
      padding-top: 113.3%
    }

.gallery__column--first {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: -moz-calc((100% - 40px) * 0.441);
  width: -webkit-calc((100% - 40px) * 0.441);
  width: calc((100% - 40px) * 0.441)
}

.gallery__column--second {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: -moz-calc((100% - 40px) * 0.559);
  width: -webkit-calc((100% - 40px) * 0.559);
  width: calc((100% - 40px) * 0.559)
}

.gallery__number {
  width: 59.12%;
  padding-bottom: 59.12%;
  background-color: #131415;
  position: relative;
  margin-bottom: 40px;
  margin-top: 237px
}

  .gallery__number.gallery__number--white {
    background-color: #fff
  }

  .gallery__number div {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }

  .gallery__number p {
    font-family: cambon-bold;
    font-size: 200px;
    line-height: 200px;
    color: #fff;
    letter-spacing: 0;
    z-index: 1;
    position: relative;
    top: -20px
  }

@media(max-width:1230px) and (min-width:981px) {
  .gallery__number p {
    font-size: 150px;
    line-height: 150px;
    top: -10px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .gallery__number p {
    font-size: 120px;
    line-height: 120px;
    top: -5px
  }
}

.gallery__item {
  width: 100%;
  position: relative
}

  .gallery__item img, .gallery__item video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-position: center;
    object-fit: cover;
    display: block
  }

  .gallery__item.gallery__item--third {
    width: 82%;
    padding-top: 58.4%
  }

  .gallery__item.gallery__item--first {
    padding-top: 165.35%
  }

  .gallery__item.gallery__item--second {
    padding-top: 111.1%;
    margin-bottom: 40px
  }

@media(max-width:980px) {
  .gallery.gallery--side {
    width: 100%
  }
}

@media(max-width:680px) {
  .gallery__column--first {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    width: -moz-calc((100% - 10px) * 0.441);
    width: -webkit-calc((100% - 10px) * 0.441);
    width: calc((100% - 10px) * 0.441)
  }

  .gallery__column--second {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    width: -moz-calc((100% - 10px) * 0.559);
    width: -webkit-calc((100% - 10px) * 0.559);
    width: calc((100% - 10px) * 0.559)
  }

  .gallery__item.gallery__item--second {
    padding-top: 111.1%;
    margin-bottom: 10px
  }

  .gallery__number {
    width: 102px;
    height: 102px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 55px
  }

    .gallery__number p {
      font-size: 61px;
      line-height: 80px;
      top: -4px
    }
}

.link {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: samsung sharp bold;
  font-weight: 700;
  color: #131415;
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  left: 0
}

.arrow {
  display: block;
  width: 27px;
  height: auto;
  position: relative;
  top: 2px
}

.arrow__full {
  width: 21px;
  height: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  overflow: visible
}

.arrow__top, .arrow__bottom {
  display: block;
  width: 21px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0
}

.arrow__top {
  opacity: 0
}

.arrow__tip {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2px;
  right: -6px;
  opacity: 1;
  background-image: url(../../svg/tri.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.link--whiteblack, .link--white {
  color: #fff
}

  .link--whiteblack .arrow__top, .link--whiteblack .arrow__bottom, .link--white .arrow__top, .link--white .arrow__bottom {
    background-color: #fff
  }

    .link--whiteblack .arrow__tip, .link--white .arrow__tip {
        background-image: url(../../Media/resources/tri-white.svg)
    }

.link--blackgold .arrow__top, .link--blackgold .arrow__bottom, .link--black .arrow__top, .link--black .arrow__bottom {
  background-color: #131415
}

.link--blackgold .arrow__tip, .link--black .arrow__tip {
    background-image: url(../../Media/resources/tri-black.svg)
}

@keyframes shift {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-20px)
  }
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
  border: none;
  height: auto;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-backface-visibility: hidden
}

  .nav.nav-noheadroom.white {
    background-color: #fff
  }

  .nav.nav-noheadroom.black {
    background-color: #131415
  }

    .nav.nav-noheadroom.black .nav__home img {
      filter: invert(1);
      -webkit-filter: invert(1)
    }

  .nav.nav--white .nav__toggle span {
    background-color: #fff
  }

  .nav.nav--white .nav__text {
    color: #fff
  }

  .nav.nav--white.headroom--not-top.slideDown, .nav.nav--white.headroom--not-top.slideUp {
    background-color: #131415
  }

  .nav.headroom--not-top.slideDown, .nav.headroom--not-top.slideUp {
    background-color: #fff
  }

    .nav.headroom--not-top.slideDown.mixed, .nav.headroom--not-top.slideUp.mixed {
      background-color: #efeae6
    }

.nav__click {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: relative;
  top: 7px
}

  .nav__click.hidden {
    display: none !important
  }

.nav__text {
  font-family: 'samsung sharp medium';
  font-size: 17px;
  color: #131415;
  line-height: 24px;
  position: relative;
  top: 4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.font-weight-bold {
    font-family: 'samsung sharp bold';
}
.font-weight-semi-bold {
    font-family: 'samsung sharp medium';
}
.font-weight-semi-regular {
    font-family: 'samsung sharp sans';
}


.nav__toggle {
  width: 51px;
  height: 32px;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

  .nav__toggle span {
    width: 37px;
    height: 2px;
    background-color: #131415;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px
  }

  .nav__toggle.black span {
    background-color: #131415
  }

.nav.menu__open {
  background-color: transparent;
  width: auto;
  z-index: 12
}

.nav__home {
  display: block
}

@media(hover:hover),(-ms-high-contrast:none) {
  .nav.white.black .nav__teal:hover {
    background-color: #fff
  }

    .nav.white.black .nav__teal:hover span {
      color: #131415
    }
}

.nav__teal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #34fddc;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  background-clip: padding-box;
  padding-left: 38px;
  padding-right: 38px;
  height: 52px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0
}

@media(hover:hover),(-ms-high-contrast:none) {
  .nav__teal:hover {
    background-color: #131415
  }

    .nav__teal:hover span {
      color: #fff
    }
}

.nav__teal.hidden {
  display: none !important
}

.nav__teal span {
  font-family: samsung sharp bold;
  font-size: 16px;
  color: #131415;
  line-height: 24px;
  position: relative;
  top: 1px
}

@media(min-width:680px) {
  .nav__toggle.mixed span {
    background-color: #fff
  }

  .nav__text.mixed {
    color: #fff
  }
}

@media(max-width:680px) {
  .nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px
  }

    .nav.nav--black .nav__home img, .nav.nav--white .nav__home img {
      width: 72px;
      display: block
    }

  .nav__text {
    display: none !important
  }

  .nav__click {
    top: 3px
  }

  .nav__teal {
    padding-left: 22px;
    padding-right: 22px;
    height: 38px
  }

    .nav__teal span {
      font-size: 13px
    }
}

.slidemenu {
  width: 100%;
  height: 100%;
  min-height: 670px;
  background-color: transparent;
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
  z-index: 11;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

  .slidemenu.beige .slidemenu__color {
    background-color: #f1ede9
  }

  .slidemenu.beige .slidemenu__maincolumn .slidemenu__link:before {
    background-color: #131415
  }

  .slidemenu.beige .slidemenu__maincolumn .slidemenu__link p {
    background-image: linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
    background-image: -webkit-linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%)
  }

  .slidemenu.beige .slidemenu__secondcolumn .slidemenu__link:before {
    background-color: #131415
  }

  .slidemenu.beige .slidemenu__secondcolumn .slidemenu__link p {
    background-image: linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#6F6F6F 50%);
    background-image: -webkit-linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#6F6F6F 50%)
  }

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu.beige .slidemenu__secondcolumn .slidemenu__link p:hover {
    background-image: linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
    background-image: -webkit-linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%)
  }
}

.slidemenu.beige .slidemenu__secondcolumn .slidemenu__link p:focus {
  background-image: linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
  background-image: -webkit-linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%)
}

.slidemenu.beige .slidemenu__lang {
  background-image: linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
  background-image: -webkit-linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%)
}

  .slidemenu.beige .slidemenu__lang:before {
    background-color: #131415
  }

  .slidemenu.beige .slidemenu__lang img {
    filter: none
  }

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu.beige .slidemenu__lang:hover {
    background-image: linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
    background-image: -webkit-linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%)
  }

    .slidemenu.beige .slidemenu__lang:hover img {
      filter: brightness(15) sepia(.3);
      -webkit-filter: brightness(15) sepia(.3)
    }
}

.slidemenu.beige .slidemenu__lang:focus {
  background-image: linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%);
  background-image: -webkit-linear-gradient(to right,#F1EDE9,#F1EDE9 50%,#131415 50%)
}

  .slidemenu.beige .slidemenu__lang:focus img {
    filter: brightness(15) sepia(.3);
    -webkit-filter: brightness(15) sepia(.3)
  }

.slidemenu__color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #131415;
  opacity: 1;
  z-index: 0
}

.slidemenu.hidden {
  display: none
}

.slidemenu__container {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.slidemenu__maincolumn {
  margin-right: 98px
}

  .slidemenu__maincolumn .slidemenu__item {
    width: auto;
    height: 77px;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    transition: background-color .5s ease;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-bottom: -1px
  }

  .slidemenu__maincolumn .slidemenu__link {
    position: relative;
    height: 100%;
    opacity: 1
  }

    .slidemenu__maincolumn .slidemenu__link .line {
      height: 77px;
      overflow: hidden
    }

    .slidemenu__maincolumn .slidemenu__link:before {
      width: 0%;
      content: '';
      position: absolute;
      height: 77px;
      background-color: #fff;
      top: -1px;
      right: -20px;
      z-index: -1
    }

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__maincolumn .slidemenu__link:before {
    -webkit-transition: width .15s ease;
    -moz-transition: width .15s ease;
    -ms-transition: width .15s ease;
    transition: width .15s ease
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__maincolumn .slidemenu__link:hover:before {
    left: -20px;
    right: auto;
    width: -moz-calc((100% + 40px));
    width: -webkit-calc((100% + 40px));
    width: calc((100% + 40px))
  }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .slidemenu__maincolumn .slidemenu__link:hover:before {
    -webkit-transition: width .15s ease;
    -moz-transition: width .15s ease;
    -ms-transition: width .15s ease;
    transition: width .15s ease
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__maincolumn .slidemenu__link:hover p {
    background-position: 200%
  }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .slidemenu__maincolumn .slidemenu__link:hover p {
    animation-name: hover;
    animation-delay: .08s;
    animation-duration: .3s
  }
}

.slidemenu__maincolumn .slidemenu__link:focus:before {
  left: -20px;
  right: auto;
  -webkit-transition: width 0s ease;
  -moz-transition: width 0s ease;
  -ms-transition: width 0s ease;
  transition: width 0s ease;
  width: -moz-calc((100% + 40px));
  width: -webkit-calc((100% + 40px));
  width: calc((100% + 40px))
}

.slidemenu__maincolumn .slidemenu__link:focus p {
  background-position: 200%
}

.slidemenu__maincolumn .slidemenu__link p {
  position: relative;
  font-family: samsung sharp medium;
  font-size: 40px;
  color: transparent;
  line-height: 77px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,#131415,#131415 50%,white 50%);
  background-image: -webkit-linear-gradient(to right,#131415,#131415 50%,white 50%);
  background-size: 200% 100%;
  background-position: 100%;
  z-index: 1;
  text-align: right
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__maincolumn .slidemenu__link p {
    transition: all .3s ease;
    transition-delay: .1s
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__maincolumn .slidemenu__link--long:before {
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -ms-transition: width .2s ease;
    transition: width .2s ease
  }

  .slidemenu__maincolumn .slidemenu__link--long p {
    transition: all .35s ease;
    transition-delay: .15s
  }

  .slidemenu__maincolumn .slidemenu__link--long:hover:before {
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -ms-transition: width .2s ease;
    transition: width .2s ease
  }

  .slidemenu__maincolumn .slidemenu__link--long:hover p {
    animation-duration: .35s;
    animation-delay: .12s
  }
}

.slidemenu__secondcolumn {
  padding-top: 12px
}

  .slidemenu__secondcolumn .slidemenu__item {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

  .slidemenu__secondcolumn .slidemenu__link {
    position: relative;
    height: 100%;
    opacity: 1
  }

    .slidemenu__secondcolumn .slidemenu__link .line {
      height: 63px;
      overflow: hidden
    }

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__secondcolumn .slidemenu__link:hover:before {
    left: -20px;
    right: auto;
    width: -moz-calc((100% + 40px));
    width: -webkit-calc((100% + 40px));
    width: calc((100% + 40px))
  }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .slidemenu__secondcolumn .slidemenu__link:hover:before {
    -webkit-transition: width .16s ease;
    -moz-transition: width .16s ease;
    -ms-transition: width .16s ease;
    transition: width .16s ease
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__secondcolumn .slidemenu__link:hover p {
    background-image: linear-gradient(to right,#131415,#131415 50%,white 50%);
    background-image: -webkit-linear-gradient(to right,#131415,#131415 50%,white 50%);
    background-position: 200%
  }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .slidemenu__secondcolumn .slidemenu__link:hover p {
    animation-name: hover;
    animation-delay: .08s;
    animation-duration: .2s
  }
}

.slidemenu__secondcolumn .slidemenu__link:focus:before {
  left: -20px;
  right: auto;
  -webkit-transition: width 0s ease;
  -moz-transition: width 0s ease;
  -ms-transition: width 0s ease;
  transition: width 0s ease;
  width: -moz-calc((100% + 40px));
  width: -webkit-calc((100% + 40px));
  width: calc((100% + 40px))
}

.slidemenu__secondcolumn .slidemenu__link:focus p {
  background-position: 200%
}

.slidemenu__secondcolumn .slidemenu__link:before {
  width: 0%;
  content: '';
  position: absolute;
  height: 50px;
  background-color: #fff;
  top: 6px;
  right: -20px;
  z-index: -1
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__secondcolumn .slidemenu__link:before {
    -webkit-transition: width .16s ease;
    -moz-transition: width .16s ease;
    -ms-transition: width .16s ease;
    transition: width .16s ease
  }
}

.slidemenu__secondcolumn .slidemenu__link p {
  padding-left: 1px;
  font-family: samsung sharp medium;
  font-size: 22px;
  line-height: 63px;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,#131415,#131415 50%,#6F6F6F 50%);
  background-image: -webkit-linear-gradient(to right,#131415,#131415 50%,#6F6F6F 50%);
  background-size: 200% 100%;
  background-position: 100%;
  z-index: 1;
  text-align: right
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__secondcolumn .slidemenu__link p {
    transition: all .2s ease;
    transition-delay: .1s
  }
}

.slidemenu__content {
  padding-left: 345px;
  padding-top: 204px;
  position: relative;
  top: 2px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.slidemenu__addresses {
  z-index: 1;
  width: 100%;
  padding-left: 345px;
  max-width: 1072px;
  margin-top: 79px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}

.slidemenu__address {
  opacity: 1
}

.slidemenu__addresstitle {
  font-family: samsung sharp medium;
  font-size: 14px;
  color: #6f6f6f;
  line-height: 29px
}

.slidemenu__addressinfo {
  opacity: .72;
  font-family: samsung sharp sans;
  font-weight: 400;
  font-size: 13px;
  color: #6f6f6f;
  line-height: 19px;
  margin-bottom: 5px
}

.slidemenu__switcher {
  position: absolute;
  right: 100px;
  top: 28px;
  opacity: 0
}

  .slidemenu__switcher img {
    position: relative;
    top: 5px;
    left: -10px
  }

.slidemenu__lang {
  font-family: samsung sharp medium;
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  position: relative;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,#131415,#131415 50%,white 50%);
  background-image: -webkit-linear-gradient(to right,#131415,#131415 50%,white 50%);
  background-size: 200% 100%;
  background-position: 100%;
  z-index: 1;
  text-align: right;
  padding-left: 1px;
  padding-right: 1px
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__lang {
    transition: all .3s ease;
    transition-delay: .1s
  }
}

.slidemenu__lang:before {
  width: 0%;
  content: '';
  position: absolute;
  height: 46px;
  background-color: #fff;
  top: -14px;
  right: -10px;
  z-index: -1
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__lang:before {
    -webkit-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -ms-transition: width .25s ease;
    transition: width .25s ease
  }
}

.slidemenu__lang img {
  filter: brightness(20);
  -webkit-filter: brightness(20)
}

@media(hover:hover),(-ms-high-contrast:none) {
  .slidemenu__lang:hover {
    background-image: linear-gradient(to right,#131415,#131415 50%,white 50%);
    background-image: -webkit-linear-gradient(to right,#131415,#131415 50%,white 50%);
    background-position: 200%
  }

    .slidemenu__lang:hover img {
      filter: brightness(.5)
    }

    .slidemenu__lang:hover:before {
      left: -20px;
      right: auto;
      width: -moz-calc((100% + 30px));
      width: -webkit-calc((100% + 30px));
      width: calc((100% + 30px))
    }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .slidemenu__lang:hover:before {
    -webkit-transition: width .15s ease;
    -moz-transition: width .15s ease;
    -ms-transition: width .15s ease;
    transition: width .15s ease
  }
}

@media(hover:hover) and (hover:hover),(-ms-high-contrast:none) and (hover:hover),(hover:hover) and (-ms-high-contrast:none),(-ms-high-contrast:none) and (-ms-high-contrast:none) {
  .slidemenu__lang:hover {
    animation-name: hover;
    animation-delay: .08s;
    animation-duration: .3s
  }
}

.slidemenu__lang:focus {
  background-image: linear-gradient(to right,#131415,#131415 50%,white 50%);
  background-image: -webkit-linear-gradient(to right,#131415,#131415 50%,white 50%);
  background-position: 200%
}

  .slidemenu__lang:focus img {
    filter: brightness(.5)
  }

  .slidemenu__lang:focus:before {
    left: -20px;
    right: auto;
    -webkit-transition: width 0s ease;
    -moz-transition: width 0s ease;
    -ms-transition: width 0s ease;
    transition: width 0s ease;
    width: -moz-calc((100% + 30px));
    width: -webkit-calc((100% + 30px));
    width: calc((100% + 30px))
  }

@media(max-width:1200px) and (min-width:921px) {
  .slidemenu__content {
    padding-left: 180px
  }

  .slidemenu__addresses {
    padding-left: 180px;
    max-width: 885px
  }
}

@media(max-width:920px) and (min-width:681px) {
  .slidemenu__content {
    padding-left: 80px
  }

  .slidemenu__addresses {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 100%
  }

  .slidemenu__background {
    object-position: top right
  }
}

@media(max-width:680px) {
  .slidemenu {
    min-height: 520px
  }

    .slidemenu.beige .slidemenu__switcher {
      border-color: #d0c8c2
    }

  .slidemenu__backgroundmobile {
    display: block
  }

  .slidemenu__content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 107px
  }

  .slidemenu__addresses {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%
  }

  .slidemenu__logo {
    margin-bottom: 27px
  }

  .slidemenu__background {
    display: none !important;
    visibility: hidden;
    opacity: 0
  }

  .slidemenu__switcher {
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 88px;
    border-top: 1px solid #6f6f6f
  }

  .slidemenu__lang {
    z-index: inherit
  }

    .slidemenu__lang:before {
      top: -2px
    }

  .slidemenu__maincolumn {
    margin-right: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

    .slidemenu__maincolumn .slidemenu__item {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center
    }

    .slidemenu__maincolumn .slidemenu__link .line {
      height: 60px
    }

    .slidemenu__maincolumn .slidemenu__link:before {
      height: 48px;
      top: -5px
    }

    .slidemenu__maincolumn .slidemenu__item {
      height: 40px;
      margin-bottom: 11px
    }

    .slidemenu__maincolumn .slidemenu__link p {
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      padding-left: 1px;
      padding-right: 1px
    }

  .slidemenu__secondcolumn {
    padding-top: 0;
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }

    .slidemenu__secondcolumn .slidemenu__item {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center
    }

    .slidemenu__secondcolumn .slidemenu__link {
      position: relative;
      margin-right: 0;
      text-align: center;
      margin-bottom: 4px
    }

      .slidemenu__secondcolumn .slidemenu__link .line {
        height: 38px
      }

      .slidemenu__secondcolumn .slidemenu__link:before {
        height: 46px;
        top: -4px
      }
}

@media(max-width:680px) and (hover:hover),(max-width:680px) and (-ms-high-contrast:none) {
  .slidemenu__secondcolumn .slidemenu__link:hover:before {
    left: -20px;
    width: -moz-calc((100% + 40px));
    width: -webkit-calc((100% + 40px));
    width: calc((100% + 40px))
  }
}

@media(max-width:680px) {
  .slidemenu__secondcolumn .slidemenu__link:focus:before {
    left: -20px;
    width: -moz-calc((100% + 40px));
    width: -webkit-calc((100% + 40px));
    width: calc((100% + 40px))
  }

  .slidemenu__secondcolumn .slidemenu__link p {
    font-size: 22px;
    line-height: 38px;
    text-align: center
  }

  .slidemenu__content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .slidemenu__addresses {
    display: none
  }
}

@media(max-width:680px) and (max-height:700px) {
  .slidemenu__content {
    padding-top: 85px;
    padding-left: 30px;
    padding-right: 30px
  }

  .slidemenu__maincolumn .slidemenu__item {
    margin-bottom: 9px
  }

  .slidemenu__secondcolumn {
    margin-top: 10px
  }

  .slidemenu__switcher {
    height: 78px;
    bottom: 0
  }
}

@media(max-width:340px) {
  .slidemenu {
    min-height: 568px
  }

  .slidemenu__content {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px
  }

  .slidemenu__logo {
    margin-bottom: 15px
  }

    .slidemenu__logo img {
      width: 90px
    }

  .slidemenu__maincolumn .slidemenu__item {
    height: 38px;
    margin-bottom: 4px
  }

  .slidemenu__maincolumn .slidemenu__link span {
    font-size: 32px;
    line-height: 45px
  }

  .slidemenu__maincolumn .slidemenu__link {
    margin-bottom: 4px
  }

    .slidemenu__maincolumn .slidemenu__link p {
      font-size: 22px;
      line-height: 38px
    }

  .slidemenu__secondcolumn {
    margin-top: 0
  }
}

@media(min-width:681px) and (max-height:830px) {
  .slidemenu__content {
    padding-top: 150px
  }

  .slidemenu__logo {
    margin-bottom: 30px
  }

  .slidemenu__addresses {
    margin-top: 60px
  }
}

@media(min-width:681px) and (max-height:720px) {
  .slidemenu__addresses {
    display: none
  }
}

.open__menu {
  overflow: hidden;
  position: relative;
  height: 100%
}

.open__menu2 {
  position: relative;
  height: 100%
}

.line .line-inner, .line-heading .line-inner {
  transform: translateY(100%)
}

.line-leave .line-inner {
  transform: translateY(0%)
}

body.open .nav.headroom--not-top.slideDown, body.open .nav.headroom--not-top.slideUp {
  background-color: transparent !important
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%)
  }

  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%)
  }

  100% {
    -o-transform: translateY(0)
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0)
  }
}

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(.22,1,.36,1)
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-100%)
  }
}

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0)
  }

  100% {
    -moz-transform: translateY(-100%)
  }
}

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0)
  }

  100% {
    -o-transform: translateY(-100%)
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-100%)
  }
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
  animation-duration: 350ms;
  animation-timing-function: cubic-bezier(.64,0,.78,0)
}

@keyframes hover {
  0% {
    background-position: 300%
  }

  25% {
    background-position: 300%
  }

  100% {
    background-position: 200%
  }
}

.squarelink {
  border: 2px solid #131415;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-left: 32px;
  padding-right: 32px;
  height: 83px;
  position: relative;
  background-color: #fff;
  min-width: 211px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.squarelink__text {
  font-family: samsung sharp bold;
  font-size: 17px;
  color: #131415;
  line-height: 46px;
  display: block;
  padding-right: 35px;
  z-index: 1;
  text-align: right;
  padding-left: 2px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  transition: color .3s ease
}

.squarelink .link {
  margin-top: -4px
}

@media(hover:hover),(-ms-high-contrast:none) {
  .squarelink:hover {
    background-color: #131415
  }

    .squarelink:hover .squarelink__text {
      color: #fff
    }

    .squarelink:hover .link {
      position: relative;
      left: 5px
    }

      .squarelink:hover .link .arrow__top, .squarelink:hover .link .arrow__bottom {
        background-color: #fff
      }

      .squarelink:hover .link .arrow__tip {
        background-image: url(../../Media/resources/tri-white.svg)
      }
}

.squarelink:focus {
  background-color: #131415
}

  .squarelink:focus .squarelink__text {
    color: #fff
  }

  .squarelink:focus .link {
    position: relative;
    left: 5px
  }

    .squarelink:focus .link .arrow__top, .squarelink:focus .link .arrow__bottom {
      background-color: #fff
    }

    .squarelink:focus .link .arrow__tip {
        background-image: url(../../Media/resources/tri-white.svg)
    }

@media(max-width:680px) {
  .squarelink {
    padding-left: 22px;
    padding-right: 22px;
    height: 69px;
    min-width: 179px
  }

    .squarelink .arrow__full, .squarelink .arrow__top, .squarelink .arrow__bottom {
      width: 19px
    }

  .squarelink__text {
    font-size: 13px;
    padding-right: 20px
  }
}

.squarelink--white {
  background-color: transparent;
  border-color: #fff
}

  .squarelink--white:before {
    background-color: #fff
  }

  .squarelink--white .squarelink__text {
    color: #fff
  }

@media(hover:hover),(-ms-high-contrast:none) {
  .squarelink--white:hover {
    background-color: #fff !important
  }

    .squarelink--white:hover .squarelink__text {
      color: #131415
    }

    .squarelink--white:hover .link {
      position: relative;
      left: 5px
    }

      .squarelink--white:hover .link .arrow__top, .squarelink--white:hover .link .arrow__bottom {
        background-color: #131415
      }

        .squarelink--white:hover .link .arrow__tip {
            background-image: url(../../Media/resources/tri-black.svg)
        }
}

.squarelink--white:focus {
  background-color: #fff !important
}

  .squarelink--white:focus .squarelink__text {
    color: #131415
  }

  .squarelink--white:focus .link {
    position: relative;
    left: 5px
  }

    .squarelink--white:focus .link .arrow__top, .squarelink--white:focus .link .arrow__bottom {
      background-color: #131415
    }

    .squarelink--white:focus .link .arrow__tip {
        background-image: url(../../Media/resources/tri-black.svg)
    }

@media(hover:hover),(-ms-high-contrast:none) {
  .squarelink--teal:hover {
    background-color: #fff !important;
    border-color: #fff
  }

    .squarelink--teal:hover .squarelink__text {
      color: #131415
    }

    .squarelink--teal:hover .link {
      position: relative;
      left: 5px
    }

      .squarelink--teal:hover .link .arrow__top, .squarelink--teal:hover .link .arrow__bottom {
        background-color: #131415
      }

        .squarelink--teal:hover .link .arrow__tip {
            background-image: url(../../Media/resources/tri-black.svg)
        }
}

.squarelink--teal:focus {
  background-color: #fff !important;
  border-color: #fff
}

  .squarelink--teal:focus .squarelink__text {
    color: #131415
  }

  .squarelink--teal:focus .link {
    position: relative;
    left: 5px
  }

    .squarelink--teal:focus .link .arrow__top, .squarelink--teal:focus .link .arrow__bottom {
      background-color: #131415
    }

    .squarelink--teal:focus .link .arrow__tip {
        background-image: url(../../Media/resources/tri-black.svg)
    }

.squarelink--filled {
  background-color: #131415;
  border-color: #131415
}

  .squarelink--filled:before {
    background-color: #131415
  }

  .squarelink--filled .squarelink__text {
    color: #fff
  }

@media(hover:hover),(-ms-high-contrast:none) {
  .squarelink--filled:hover {
    background-color: #000 !important;
    border-color: #000
  }
}

.squarelink--filled:focus {
  background-color: #000 !important;
  border-color: #000
}

.squarelink--filledwhite {
  background-color: #fff;
  border-color: #fff
}

  .squarelink--filledwhite:before {
    background-color: #fff
  }

  .squarelink--filledwhite .squarelink__text {
    color: #131415
  }

@media(hover:hover),(-ms-high-contrast:none) {
  .squarelink--filledwhite:hover {
    background-color: #efeae6 !important;
    border-color: #efeae6
  }

    .squarelink--filledwhite:hover .squarelink__text {
      color: #131415
    }

    .squarelink--filledwhite:hover .link {
      position: relative;
      left: 5px
    }

      .squarelink--filledwhite:hover .link .arrow__top, .squarelink--filledwhite:hover .link .arrow__bottom {
        background-color: #131415
      }

        .squarelink--filledwhite:hover .link .arrow__tip {
            background-image: url(../../Media/resources/tri-black.svg)
        }
}

.squarelink--filledwhite:focus {
  background-color: #efeae6 !important;
  border-color: #efeae6
}

  .squarelink--filledwhite:focus .squarelink__text {
    color: #131415
  }

  .squarelink--filledwhite:focus .link {
    position: relative;
    left: 5px
  }

    .squarelink--filledwhite:focus .link .arrow__top, .squarelink--filledwhite:focus .link .arrow__bottom {
      background-color: #131415
    }

    .squarelink--filledwhite:focus .link .arrow__tip {
        background-image: url(../../Media/resources/tri-black.svg)
    }

.squarelink--smaller {
  padding-left: 32px;
  padding-right: 32px
}

@keyframes hover-button {
  0% {
    background-position: 300%
  }

  25% {
    background-position: 300%
  }

  100% {
    background-position: 200%
  }
}

.about__video {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 130px
}

  .about__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: .48
  }

.about__videocontainer {
  width: 100%
}

.about__videoplay {
  position: absolute;
  display: block;
  width: 122px;
  background-color: transparent;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  z-index: 1;
  opacity: 1
}

.about__info {
  margin-top: 244px;
  margin-bottom: 250px
}

.about__logos {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 130px;
  max-width: 845px;
  margin-left: auto;
  margin-right: auto
}

  .about__logos .logo {
    width: 193px;
    height: 193px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #565656;
    margin-bottom: 24px
  }

.about__featured {
  width: 100%;
  margin-bottom: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

  .about__featured.about__featured--services .featured__background img {
    opacity: 1
  }

  .about__featured .featured__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

    .about__featured .featured__background img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      opacity: .16
    }

  .about__featured .gridbox {
    width: 630px;
    height: 630px;
    position: relative;
    background-color: #131415
  }

@media(hover:hover),(-ms-high-contrast:none) {
  .about__featured .gridbox:hover .gridbox__background {
    opacity: 1
  }
}

.about__featured .gridbox.gridbox--black {
  background-color: #131415
}

  .about__featured .gridbox.gridbox--black .featured, .about__featured .gridbox.gridbox--black .intro {
    color: #fff
  }

  .about__featured .gridbox.gridbox--black .squarelink {
    background-color: #131415
  }

.about__featured .gridbox__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease
}

@media(hover:hover),(-ms-high-contrast:none) {
  .about__featured .gridbox__background {
    opacity: 0
  }
}

.about__featured .gridbox__background video, .about__featured .gridbox__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.about__featured .gridbox__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  background: #000;
  z-index: 1
}

.about__featured .gridbox .intro {
  position: absolute;
  z-index: 2;
  left: 70px;
  top: 70px
}

@media(max-width:1230px) and (min-width:981px) {
  .about__featured .gridbox .intro {
    left: 45px;
    top: 45px
  }
}

@media(max-width:680px) {
  .about__featured .gridbox .intro {
    left: 40px;
    top: 40px
  }
}

.about__featured .gridbox .featured {
  margin-bottom: 39px;
  max-width: 400px
}

@media(max-width:1230px) and (min-width:981px) {
  .about__featured .gridbox .featured {
    font-size: 30px;
    line-height: 40px;
    max-width: 350px
  }
}

@media(max-width:680px) {
  .about__featured .gridbox .featured {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 29px;
    max-width: 246px
  }
}

.about__featured .gridbox__info {
  position: absolute;
  bottom: 70px;
  left: 70px;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

@media(max-width:1230px) and (min-width:981px) {
  .about__featured .gridbox__info {
    left: 45px;
    bottom: 45px;
    padding-right: 45px
  }
}

@media(max-width:680px) {
  .about__featured .gridbox__info {
    left: 40px;
    bottom: 40px;
    padding-right: 40px
  }
}

.about__featcontainer {
  position: relative;
  width: -moz-calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  height: 854px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

@media(max-width:980px) {
  .about__featcontainer {
    width: 100%
  }
}

.about__gallery {
  width: 100%;
  padding-left: 98px;
  padding-right: 98px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

@media(max-width:1230px) and (min-width:981px) {
  .about__gallery {
    padding-left: 75px;
    padding-right: 75px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .about__gallery {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:680px) {
  .about__gallery {
    padding-left: 0;
    padding-right: 0
  }
}

.about__gallerycolumn {
  position: relative
}

  .about__gallerycolumn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0
  }

.about__gallerycolumn--first {
  width: -moz-calc((100% - 40px) * 0.589);
  width: -webkit-calc((100% - 40px) * 0.589);
  width: calc((100% - 40px) * 0.589);
  height: auto;
  padding-bottom: 64%
}

.about__gallerycolumn--second {
  width: -moz-calc((100% - 40px) * 0.411);
  width: -webkit-calc((100% - 40px) * 0.411);
  width: calc((100% - 40px) * 0.411);
  padding-bottom: 35%;
  position: relative;
  top: -22px
}

@media(max-width:680px) {
  .about__logos {
    margin-top: 60px;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto
  }

    .about__logos .logo {
      width: 100px;
      height: 100px;
      margin-bottom: 13px
    }

      .about__logos .logo img {
        max-height: 40px;
        max-width: 62px;
        object-fit: contain
      }

  .about__video {
    margin-top: 60px
  }

    .about__video .maincontainer--full {
      width: 100%;
      margin-left: 0;
      margin-right: 0
    }

  .about__videocontainer {
    height: 500px
  }

  .about__info {
    margin-top: 100px;
    margin-bottom: 100px
  }

  .about__gallerycolumn--first {
    width: -moz-calc((100% - 10px) * 0.589);
    width: -webkit-calc((100% - 10px) * 0.589);
    width: calc((100% - 10px) * 0.589)
  }

  .about__gallerycolumn--second {
    width: -moz-calc((100% - 10px) * 0.411);
    width: -webkit-calc((100% - 10px) * 0.411);
    width: calc((100% - 10px) * 0.411)
  }

  .about__featured {
    margin-bottom: 100px
  }

    .about__featured .gridbox {
      height: 350px;
      width: -moz-calc(100% - 50px);
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px)
    }

  .about__featcontainer {
    height: 516px
  }
}

.fullvideo {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

  .fullvideo.hidden {
    display: none
  }

.fullvideo__overlay {
  width: 100%;
  height: 100%;
  background-color: #131415;
  position: absolute;
  top: 0;
  left: 0
}

.fullvideo__close {
  position: absolute;
  right: 30px;
  top: 34px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0
}

  .fullvideo__close:hover {
    opacity: .7
  }

.fullvideo__video {
  position: relative;
  width: -moz-calc(100% - 72px);
  width: -webkit-calc(100% - 72px);
  width: calc(100% - 72px);
  height: 90%;
  max-height: 730px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transform: scale(.85);
  -moz-transform: scale(.85);
  -ms-transform: scale(.85);
  transform: scale(.85);
  opacity: 0
}

  .fullvideo__video video {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 100%;
    outline: none
  }

@media(max-height:900px) {
  .fullvideo__video {
    width: auto;
    max-height: 77%
  }

    .fullvideo__video video {
      width: auto
    }
}

@media(max-width:580px) {
  .fullvideo__video {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    height: auto;
    max-height: -moz-calc(100% - 76px);
    max-height: -webkit-calc(100% - 76px);
    max-height: calc(100% - 76px)
  }

    .fullvideo__video video {
      width: 100%
    }
}

.careers__featured {
  width: 100%;
  margin-top: 190px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end
}

  .careers__featured.careers__featured--post .featured {
    left: 0;
    bottom: 0;
    position: relative;
    width: 100%;
    margin-bottom: 40px
  }

  .careers__featured.careers__featured--post .careers__cont {
    position: absolute;
    left: 70px;
    bottom: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

@media(max-width:1230px) and (min-width:981px) {
  .careers__featured p.featured {
    width: 70%
  }

  .careers__featured.careers__featured--post .featured {
    width: 70%
  }
}

@media(max-width:980px) and (min-width:681px) {
  .careers__featured p.featured {
    width: 70%;
    left: 50px;
    bottom: 50px
  }

  .careers__featured.careers__featured--post .featured {
    left: 0;
    bottom: 0;
    position: relative;
    width: 90%;
    margin-bottom: 40px
  }

  .careers__featured.careers__featured--post .careers__cont {
    left: 50px;
    bottom: 50px
  }
}

@media(max-width:680px) {
  .careers__featured {
    margin-top: 60px
  }

    .careers__featured p.featured {
      width: 87%;
      left: 25px;
      bottom: 25px
    }

    .careers__featured.careers__featured--post .featured {
      left: 0;
      bottom: 0;
      width: 87%;
      margin-bottom: 36px
    }

    .careers__featured.careers__featured--post .careers__cont {
      left: 25px;
      bottom: 40px
    }
}

.careers__offers {
  margin-top: 250px
}

@media(max-width:680px) {
  .careers__offers {
    margin-top: 100px
  }
}

.careers__featuredcontainer {
  width: -moz-calc(100% - 143px);
  width: -webkit-calc(100% - 143px);
  width: calc(100% - 143px);
  position: relative;
  padding-bottom: 55.7%
}

@media(max-width:1380px) and (min-width:1231px) {
  .careers__featuredcontainer {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px)
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .careers__featuredcontainer {
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px)
  }
}

@media(max-width:980px) and (min-width:681px) {
  .careers__featuredcontainer {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-bottom: 0;
    height: 820px
  }
}

@media(max-width:680px) {
  .careers__featuredcontainer {
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%);
    height: 600px;
    padding-bottom: 0
  }
}

.careers__featuredcontainer .featured {
  position: absolute;
  left: 70px;
  bottom: 70px;
  width: 90%;
  max-width: 839px
}

.careers__background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}

  .careers__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
  }

.careers__content {
  width: 100%;
  min-height: 800px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: -100px
}

.careers__list {
  width: 89%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 127px;
  padding-bottom: 0
}

@media(max-width:1230px) and (min-width:981px) {
  .careers__list {
    width: 100%
  }

    .careers__list .job {
      width: -moz-calc((100% - 50px)/2);
      width: -webkit-calc((100% - 50px)/2);
      width: calc((100% - 50px)/2)
    }

    .careers__list .job__title {
      font-size: 42px;
      line-height: 48px;
      height: auto
    }

      .careers__list .job__title span {
        font-size: 42px;
        line-height: 48px
      }
}

@media(max-width:980px) and (min-width:680px) {
  .careers__list {
    width: 100%
  }

    .careers__list .job {
      width: 100%
    }
}

@media(max-width:680px) {
  .careers__list {
    width: 100%;
    margin-top: 60px
  }

    .careers__list .job {
      width: 100%;
      margin-bottom: 0
    }

    .careers__list .job__info {
      padding-top: 55px;
      padding-bottom: 60px
    }

    .careers__list .job__subtitle {
      font-size: 15px;
      line-height: 26px
    }

    .careers__list .job__title {
      margin-bottom: 20px;
      margin-top: 10px;
      height: auto;
      font-size: 31px;
      line-height: 38px;
      max-width: 90%
    }

      .careers__list .job__title span {
        font-size: 31px;
        line-height: 38px
      }

    .careers__list .job__description {
      font-size: 14px;
      line-height: 24px;
      width: 93%
    }
}

@media(min-width:1600px) {
  .careers .maincontainer {
    max-width: 100%
  }

  .careers__list {
    width: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

  .careers .job {
    width: -moz-calc((100% - 150px)/3);
    width: -webkit-calc((100% - 150px)/3);
    width: calc((100% - 150px)/3);
    margin-right: 50px
  }
}

.job {
  width: -moz-calc((100% - 100px)/2);
  width: -webkit-calc((100% - 100px)/2);
  width: calc((100% - 100px)/2);
  max-width: 463px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  border-top: 1px solid #979797;
  margin-bottom: 23px
}

.job__img {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden
}

  .job__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
  }

.job__subtitle {
  font-family: samsung sharp bold;
  font-size: 22px;
  color: #000;
  line-height: 24px
}

.job__title {
  font-family: cambon-semibold;
  font-size: 50px;
  color: #000;
  letter-spacing: 0;
  line-height: 61px;
  margin-bottom: 40px;
  margin-top: 20px;
  max-width: 100%;
  height: 122px
}

  .job__title span {
    font-family: cambon-semibold;
    font-size: 50px;
    color: #000;
    letter-spacing: 0;
    line-height: 61px
  }

.job__description {
  font-family: samsung sharp medium;
  font-size: 19px;
  color: #565656;
  line-height: 32px;
  margin-bottom: 40px
}

.job__arrowcontainer {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding-right: 67px;
  margin-top: 46px
}

.job__info {
  padding-top: 42px;
  padding-bottom: 77px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.job__container {
  width: 100%;
  background-color: #fff
}

.jobdetail__main {
  width: 100%;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: -49px
}

  .jobdetail__main .maincontainer {
    position: relative;
    max-width: 1080px;
    margin-top: 250px
  }

    .jobdetail__main .maincontainer.counsel {
        position: relative;
        max-width: 1080px;
        margin-top: 150px
    }

    .jobdetail__main .maincontainer .heading {
      margin-bottom: 40px
    }

  .jobdetail__main .gallery {
    margin-top: 97px
  }

  .jobdetail__main .main__white {
    width: 100%
  }

  .jobdetail__main .text {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
  }

  .jobdetail__main .text__column {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

  .jobdetail__main .text p {
    font-family: samsung sharp medium;
    font-size: 19px;
    color: #565656;
    line-height: 32px;
    margin-bottom: 32px;
    width: 100%;
    max-width: 516px
  }

    .jobdetail__main .text p strong {
      opacity: 1;
      font-family: samsung sharp medium;
      font-size: 19px;
      color: #000;
      line-height: 32px
    }


    .jobdetail__main .text.counsel p {
        font-family: samsung sharp medium;
        font-size: 14px;
        color: #565656;
        line-height: 32px;
        margin-bottom: 32px;
        width: 100%;
        max-width: 516px
    }

        .jobdetail__main .text.counsel p strong {
            opacity: 1;
            font-family: samsung sharp medium;
            font-size: 19px;
            color: #000;
            line-height: 32px
        }





.jobdetail__container {
  width: 100%;
  margin-left: 143px;
  max-width: 1080px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

@media(max-width:1380px) and (min-width:1231px) {
  .jobdetail__container {
    margin-left: 100px
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .jobdetail__container {
    margin-left: 75px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .jobdetail__container {
    margin-left: 50px;
    margin-right: 50px
  }
}

@media(max-width:680px) {
  .jobdetail__container {
    margin-left: 25px;
    margin-right: 25px
  }
}

.jobdetail__text {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0
}

  .jobdetail__text .serv__features {
    width: 100%;
    margin-top: 100px;
    padding-left: 0
  }

  .jobdetail__text .serv__feature:before {
    width: 100%
  }

  .jobdetail__text h2 {
    font-family: cambon-semibold;
    font-size: 72px;
    color: #000;
    letter-spacing: 0;
    max-width: 702px;
    line-height: 88px;
    margin-bottom: 40px;
    margin-top: 200px
  }

  .jobdetail__text ul {
    margin-bottom: 30px
  }

    .jobdetail__text ul li {
      font-family: samsung sharp medium;
      font-weight: 500;
      font-size: 17px;
      color: #6f6f6f;
      line-height: 30px;
      list-style: none;
      margin-bottom: 0
    }

      .jobdetail__text ul li:before {
        content: "-";
        opacity: 1;
        font-family: samsung sharp medium;
        font-size: 17px;
        color: #131415;
        line-height: 30px;
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 0;
        margin-right: 6px;
        position: relative;
        top: -1px
      }

      .jobdetail__text ul li strong {
        opacity: 1;
        font-family: samsung sharp bold;
        font-weight: 700;
        font-size: 17px;
        color: #131415;
        line-height: 30px
      }

@media(max-width:1240px) and (min-width:981px) {
  .jobdetail__main .text p {
    max-width: 420px;
    font-size: 17px;
    line-height: 28px
  }

  .jobdetail__container {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-left: 100px
  }
}

@media(max-width:981px) and (min-width:681px) {
  .jobdetail__main .text p {
    width: 90%;
    max-width: 420px;
    font-size: 17px;
    line-height: 28px
  }

  .jobdetail__container {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px
  }

  .jobdetail__text {
    padding-top: 0
  }
}

@media(max-width:680px) {
  .jobdetail__main .maincontainer {
    margin-top: 100px
  }

  .jobdetail__main .gallery {
    margin-top: 60px
  }

  .jobdetail__main .text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

  .jobdetail__main .text__column {
    width: 100%
  }

  .jobdetail__main .text p {
    width: 100%;
    max-width: 420px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px
  }

  .jobdetail__container {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px
  }

  .jobdetail__text {
    padding-top: 20px;
    padding-bottom: 0
  }

    .jobdetail__text .serv__feature {
      width: 100%;
      margin-left: 0;
      margin-right: 0
    }

    .jobdetail__text .serv__featuretitle {
      line-height: 34px
    }

    .jobdetail__text .serv__features {
      margin-top: 40px
    }

    .jobdetail__text h2 {
      font-size: 31px;
      line-height: 38px;
      margin-top: 60px;
      max-width: 312px;
      margin-bottom: 20px
    }
}

.cases__container {
  width: 100%;
  margin-top: 193px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

@media(max-width:680px) {
  .cases__container {
    margin-top: 60px
  }
}

.casestudyitem {
  width: -moz-calc(100% - 138px);
  width: -webkit-calc(100% - 138px);
  width: calc(100% - 138px);
  height: 854px;
  position: relative;
  overflow: hidden;
  margin-bottom: 130px
}

  .casestudyitem.last {
    margin-bottom: 0
  }

.casestudyitem__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

  .casestudyitem__img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
  }

.casestudyitem__info {
  position: relative;
  background-color: transparent;
  z-index: 1;
  margin-left: 73px;
  margin-top: 193px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.casestudyitem__tag {
  font-family: samsung sharp medium;
  font-size: 17px;
  color: #fff;
  line-height: 24px
}

.casestudyitem__title {
  font-family: cambon-semibold;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0;
  line-height: 61px;
  margin-top: 19px;
  margin-bottom: 19px;
  max-width: 521px
}

.casestudyitem__title--longer {
  max-width: 596px
}

.casestudyitem__title--medium {
  max-width: 556px
}

.casestudyitem__desc {
  font-family: samsung sharp medium;
  font-size: 19px;
  color: rgba(255,255,255,.8);
  line-height: 32px;
  max-width: 516px;
  margin-bottom: 42px
}

.casestudyitem__container {
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: 100%;
  height: 100%
}

.casestudyitem__all {
  width: 363px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 28px;
  padding-left: 65px;
  padding-right: 35px;
  background-color: #fff
}

@media(hover:hover),(-ms-high-contrast:none) {
  .casestudyitem__all:hover .arrow__tip {
    opacity: 0
  }

  .casestudyitem__all:hover .arrow__top {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .casestudyitem__all:hover .arrow__full {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .casestudyitem__all:hover .homecase__alltitle span {
    background-size: 100% 98%
  }
}

.casestudyitem__alltitle {
  font-family: samsung sharp bold;
  font-size: 17px;
  color: #000;
  line-height: 22px;
  margin-bottom: 6px
}

  .casestudyitem__alltitle span {
    font-family: samsung sharp bold;
    font-size: 17px;
    color: #000;
    line-height: 22px;
    width: calc(100%);
    will-change: background-size;
    background-image: linear-gradient(transparent calc(100% - 11px),#D8D8D8 11px);
    background-repeat: no-repeat;
    background-size: 0% 98%;
    transition: background-size .6s
  }

.casestudyitem__alldesc {
  opacity: .52;
  font-family: samsung sharp medium;
  font-size: 17px;
  color: #161616;
  line-height: 30px;
  margin-bottom: 2px
}

@media(max-width:980px) and (min-width:681px) {
  .casestudyitem {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-bottom: 60px
  }

  .casestudyitem__info {
    margin-left: 50px
  }
}

@media(max-width:680px) {
  .casestudyitem {
    height: auto;
    padding-bottom: 130px;
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%);
    margin-bottom: 0
  }

  .casestudyitem__info {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 100px
  }

  .casestudyitem__title, .casestudyitem__title span {
    font-size: 31px;
    line-height: 38px;
    margin-top: 13px;
    width: 97%;
    max-width: 400px
  }

  .casestudyitem__tag {
    font-size: 13px;
    line-height: 24px
  }

  .casestudyitem__desc {
    font-size: 15px;
    line-height: 26px;
    max-width: 300px;
    margin-bottom: 30px
  }
}

.main__black--cases .homeoffer {
  height: 2327px
}

.main__black--cases .homeoffer__list {
  margin-top: 319px
}

.main__black--cases .homeoffer__background {
  bottom: 216px
}

.case__header {
  width: 100%;
  height: 1347px;
  position: relative;
  background-color: #fff;
  padding-top: 184px;
  padding-left: 143px;
  padding-bottom: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.case__headercontainer {
  width: 90%;
  padding-left: 45px;
  padding-right: 45px;
  box-sizing: content-box;
  max-width: 1054px
}

.case__name {
  font-family: samsung sharp medium;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 8px;
  color: #000
}

.case__intro {
  font-family: samsung sharp medium;
  font-size: 17px;
  color: #131415;
  line-height: 24px
}

.case__title {
  font-family: cambon-semibold;
  font-size: 72px;
  color: #131415;
  letter-spacing: 0;
  line-height: 88px;
  max-width: 1070px
}

.case__subtitle {
  font-family: samsung sharp bold;
  font-size: 25px;
  color: #131415;
  line-height: 30px;
  margin-bottom: 13px
}

.case__description {
  font-family: samsung sharp medium;
  font-size: 19px;
  color: #6f6f6f;
  line-height: 32px;
  width: 100%
}

.case__main {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: relative
}

.case__challenge {
  width: 50%;
  max-width: 471px
}

.case__comparison {
  width: 96%;
  max-width: 1070px;
  margin-top: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

.case__gallery {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1014px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 120px
}

  .case__gallery img, .case__gallery video {
    width: -moz-calc((100% - 70px)/2);
    width: -webkit-calc((100% - 70px)/2);
    width: calc((100% - 70px)/2);
    height: auto;
    margin-bottom: 70px;
    box-shadow: 0 2px 108px 0 rgba(0,0,0,.1)
  }

.case__gallerycolumn {
  width: -moz-calc((100% - 70px)/2);
  width: -webkit-calc((100% - 70px)/2);
  width: calc((100% - 70px)/2)
}

  .case__gallerycolumn img, .case__gallerycolumn video {
    width: 100%
  }

.case__video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0
}

  .case__video video {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center
  }

.case__tool {
  width: 100%;
  position: relative;
  padding-top: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .case__tool.case__tool--second {
    padding-top: 247px
  }

  .case__tool .about__description {
    max-width: 516px
  }

  .case__tool .tool__image {
    width: 100%;
    max-width: 1078px;
    margin-left: 143px
  }

  .case__tool .tool__container, .case__tool .tool__list {
    width: 100%;
    max-width: 1078px;
    margin-left: 143px;
    position: relative;
    z-index: 2
  }

  .case__tool .tool__list {
    margin-bottom: 130px
  }

    .case__tool .tool__list .serv__featuretitle {
      max-width: 300px;
      line-height: 34px
    }

    .case__tool .tool__list .serv__feature {
      height: auto
    }

    .case__tool .tool__list .serv__features {
      width: 100%;
      padding-left: 3px;
      margin-top: 130px
    }

  .case__tool .tool__img {
    margin-bottom: 75px
  }

  .case__tool .tool__intro {
    font-family: samsung sharp medium;
    font-size: 17px;
    color: #131415;
    line-height: 24px
  }

  .case__tool .tool__title {
    font-family: cambon-semibold;
    font-size: 72px;
    color: #131415;
    letter-spacing: 0;
    line-height: 88px;
    margin-top: 19px
  }

    .case__tool .tool__title span {
      font-family: cambon-semibold;
      font-size: 72px;
      letter-spacing: 0;
      line-height: 88px
    }

  .case__tool .tool__description {
    opacity: .72;
    font-family: samsung sharp medium;
    font-size: 19px;
    color: #131415;
    line-height: 30px;
    max-width: 640px;
    margin-bottom: 30px
  }

  .case__tool .tool__descs {
    width: 100%
  }

  .case__tool .tool__imagecontainer {
    width: 90%;
    max-width: 1174px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 176px;
    margin-bottom: 120px
  }

    .case__tool .tool__imagecontainer img {
      position: relative;
      left: -12px;
      z-index: 1;
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center
    }

    .case__tool .tool__imagecontainer video {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
      position: relative;
      z-index: 1;
      overflow: hidden;
      transform: translateZ(0);
      display: block
    }

.case__textblock {
  width: 100%;
  overflow: visible
}

  .case__textblock .main__block {
    top: 574px
  }

  .case__textblock .textblock__img {
    filter: invert(1);
    -webkit-filter: invert(1);
    margin-bottom: 119px
  }

  .case__textblock .textblock__container {
    width: 100%;
    max-width: 1154px;
    margin-left: 143px;
    position: relative;
    z-index: 2;
    margin-top: 250px
  }

    .case__textblock .textblock__container .serv__features {
      width: 105%;
      margin-top: 78px;
      padding-left: 0
    }

    .case__textblock .textblock__container .serv__feature::before {
      width: 0%;
      max-width: 281px;
      background-color: rgba(255,255,255,.8)
    }

    .case__textblock .textblock__container .serv__feature.aos-animate::before {
      width: 77%
    }

    .case__textblock .textblock__container .serv__featurenumber, .case__textblock .textblock__container .serv__featuretitle {
      color: #fff
    }

    .case__textblock .textblock__container .serv__featuretitle {
      line-height: 41px;
      width: 95%
    }

    .case__textblock .textblock__container .serv__featuredesc {
      color: rgba(255,255,255,.8);
      max-width: 315px
    }

  .case__textblock .textblock__container--second {
    margin-top: 241px
  }

  .case__textblock .textblock__imagecontainer {
    width: 90%;
    max-width: 1154px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -513px
  }

    .case__textblock .textblock__imagecontainer img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center
    }

      .case__textblock .textblock__imagecontainer img.textblock__image--app {
        position: relative;
        top: 90px
      }

    .case__textblock .textblock__imagecontainer video {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
      position: relative;
      z-index: 1
    }

  .case__textblock .textblock__intro {
    font-family: samsung sharp medium;
    font-size: 17px;
    color: #fff;
    line-height: 24px
  }

  .case__textblock .textblock__title {
    font-family: cambon-semibold;
    font-size: 72px;
    color: #fff;
    letter-spacing: 0;
    line-height: 88px;
    margin-top: 19px
  }

    .case__textblock .textblock__title span {
      font-family: cambon-semibold;
      font-size: 72px;
      letter-spacing: 0;
      line-height: 88px
    }

  .case__textblock .textblock__desc {
    font-family: samsung sharp medium;
    font-size: 19px;
    color: rgba(255,255,255,.8);
    line-height: 32px;
    width: 47%;
    max-width: 516px;
    margin-bottom: 24px
  }

  .case__textblock .textblock__descs {
    width: 100%;
    max-width: 1032px;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .case__textblock .textblock__dna {
    width: 100%;
    margin-top: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
  }

  .case__textblock .textblock__fill {
    height: 128px;
    width: -moz-calc(100% - 143px);
    width: -webkit-calc(100% - 143px);
    width: calc(100% - 143px);
    background-image: url(../../svg/adn.svg);
    background-repeat: repeat
  }

  .case__textblock .textblock__background {
    width: 100%;
    height: 1020px;
    margin-top: 167px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }

  .case__textblock .textblock__bgimage {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0
  }

  .case__textblock .textblock__logo {
    position: relative;
    z-index: 1
  }

.case__bottom {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative
}

  .case__bottom .bottom__container {
    padding-top: 303px;
    padding-left: 76px;
    padding-right: 76px;
    height: 957px;
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

    .case__bottom .bottom__container .subheading {
      margin-bottom: 40px;
      max-width: 1154px
    }

.case__features {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  margin-top: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

  .case__features .feature {
    width: 100%;
    margin-bottom: 130px;
    height: 1563px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

  .case__features .feature__container {
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin-left: auto;
    margin-right: auto
  }

  .case__features .feature__text {
    padding-top: 145px;
    padding-left: 157px;
    position: relative;
    z-index: 2
  }

  .case__features .feature__intro {
    font-family: samsung sharp medium;
    font-size: 17px;
    color: #fff;
    line-height: 24px
  }

  .case__features .feature__title {
    font-family: cambon-semibold;
    font-size: 50px;
    color: #fff;
    letter-spacing: 0;
    line-height: 61px;
    margin-top: 19px
  }

  .case__features .feature__desc {
    font-family: samsung sharp medium;
    font-size: 19px;
    color: rgba(255,255,255,.7);
    line-height: 32px;
    margin-top: 40px;
    max-width: 463px
  }

  .case__features .feature__media {
    width: 95%;
    max-width: 988px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    margin-top: 167px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }

    .case__features .feature__media video, .case__features .feature__media img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      object-position: center
    }

      .case__features .feature__media video.feature__media--dietly1, .case__features .feature__media img.feature__media--dietly1 {
        max-width: 620px
      }

  .case__features .feature__background {
    height: 100%;
    position: absolute;
    top: 0;
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }

  .case__features .feature__backgroundimg {
    width: 100vw;
    height: auto;
    max-height: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0
  }

    .case__features .feature__backgroundimg.feature__background--smaller {
      width: 88%;
      max-width: 1123px;
      left: auto;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%)
    }

@media(min-width:1450px) {
  .case__tool .tool__container, .case__tool .tool__list, .case__tool .tool__image {
    margin-left: auto;
    margin-right: auto
  }

  .case__textblock .textblock__container {
    margin-left: auto;
    margin-right: auto
  }
}

@media(max-width:1280px) and (min-width:1231px) {
  .case__textblock .textblock__container .serv__features {
    width: 100%;
    padding-left: 0
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .case__header {
    padding-left: 75px;
    padding-right: 75px;
    min-height: 1120px
  }

  .case__challenge {
    width: 46%;
    max-width: 451px
  }

  .case__description {
    font-size: 17px;
    line-height: 30px
  }

  .case__tool .tool__container, .case__tool .tool__list, .case__tool .tool__image {
    width: auto;
    margin-left: 75px;
    margin-right: 75px
  }

    .case__tool .tool__image img {
      width: 100%;
      object-fit: cover;
      object-position: center
    }

    .case__tool .tool__container .about__descs .about__description {
      width: 45%
    }

    .case__tool .tool__list .serv__features {
      width: 100%;
      max-width: 841px;
      padding-left: 0
    }

    .case__tool .tool__list .serv__feature {
      width: 50%;
      margin-bottom: 40px
    }

    .case__tool .tool__list .serv__featuretitle {
      max-width: 343px
    }

  .case__gallery {
    margin-top: 0
  }

    .case__gallery img, .case__gallery video {
      margin-bottom: 40px;
      width: -moz-calc((100% - 40px)/2);
      width: -webkit-calc((100% - 40px)/2);
      width: calc((100% - 40px)/2)
    }

  .case__gallerycolumn {
    width: -moz-calc((100% - 40px)/2);
    width: -webkit-calc((100% - 40px)/2);
    width: calc((100% - 40px)/2)
  }

    .case__gallerycolumn img, .case__gallerycolumn video {
      width: 100%
    }

  .case__features .feature {
    width: 100%;
    height: auto;
    padding-bottom: 200px
  }

  .case__features .feature__text {
    padding-left: 75px
  }

  .case__features .feature__media {
    width: 80%
  }

  .case__textblock .textblock__imagecontainer {
    min-height: 0;
    margin-top: -420px
  }

    .case__textblock .textblock__imagecontainer img.textblock__image--app {
      top: 150px
    }

  .case__textblock .textblock__fill {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px)
  }

  .case__textblock .textblock__container {
    width: auto;
    margin-left: 75px;
    margin-right: 75px
  }

    .case__textblock .textblock__container .serv__features {
      width: 100%;
      max-width: 841px;
      padding-left: 0
    }

    .case__textblock .textblock__container .serv__feature {
      width: 50%;
      margin-bottom: 40px
    }

    .case__textblock .textblock__container .serv__featuretitle {
      max-width: 343px
    }

  .case__bottom .bottom__container {
    padding-top: 250px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .case__header {
    padding-top: 184px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 500px;
    padding-bottom: 80px;
    height: auto
  }

  .case__comparison {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 86px
  }

  .case__challenge {
    width: 100%;
    max-width: 451px;
    margin-bottom: 50px
  }

  .case__subtitle {
    font-size: 22px;
    line-height: 28px
  }

  .case__description {
    font-size: 17px;
    line-height: 30px
  }

  .case__video {
    height: 600px
  }

    .case__video video {
      height: 100%
    }

  .case__tool {
    padding-top: 160px
  }

    .case__tool.case__tool--second {
      padding-top: 100px
    }

    .case__tool .tool__imagecontainer {
      margin-bottom: 70px
    }

    .case__tool .tool__title {
      max-width: 85%
    }

    .case__tool .tool__container, .case__tool .tool__list {
      width: auto;
      margin-left: 50px;
      margin-right: 50px
    }

      .case__tool .tool__list .serv__feature {
        padding-bottom: 60px
      }

    .case__tool .tool__image {
      width: auto;
      margin-left: 50px;
      margin-right: 50px
    }

      .case__tool .tool__image img {
        width: 100%;
        object-fit: cover;
        object-position: center
      }

  .case__textblock .main__block {
    top: 350px
  }

  .case__textblock .textblock__imagecontainer {
    margin-top: 0;
    min-height: 0
  }

    .case__textblock .textblock__imagecontainer img {
      left: 0
    }

  .case__textblock .textblock__fill {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
  }

  .case__textblock .textblock__container {
    width: auto;
    margin-left: 50px;
    margin-right: 50px
  }

    .case__textblock .textblock__container .serv__features {
      width: 100%
    }

    .case__textblock .textblock__container .serv__feature {
      margin-bottom: 40px
    }

  .case__textblock .textblock__descs {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .case__textblock .textblock__desc {
    width: 100%;
    max-width: 516px;
    margin-bottom: 30px
  }

  .case__gallery {
    margin-top: 0
  }

    .case__gallery img, .case__gallery video {
      margin-bottom: 40px;
      width: -moz-calc((100% - 20px)/2);
      width: -webkit-calc((100% - 20px)/2);
      width: calc((100% - 20px)/2)
    }

  .case__gallerycolumn {
    width: -moz-calc((100% - 20px)/2);
    width: -webkit-calc((100% - 20px)/2);
    width: calc((100% - 20px)/2)
  }

    .case__gallerycolumn img, .case__gallerycolumn video {
      width: 100%
    }

  .case__features {
    width: 100%;
    padding-bottom: 0
  }

    .case__features .feature {
      width: 100%;
      height: auto;
      padding-bottom: 130px;
      margin-bottom: 40px
    }

    .case__features .feature__container, .case__features .feature__background {
      width: -moz-calc(100% - 70px);
      width: -webkit-calc(100% - 70px);
      width: calc(100% - 70px)
    }

    .case__features .feature__media {
      margin-top: 120px
    }

    .case__features .feature__text {
      padding-left: 50px;
      padding-right: 50px
    }

    .case__features .feature__media {
      width: 80%
    }

      .case__features .feature__media img.feature__media--dietly1, .case__features .feature__media video.feature__media--dietly1 {
        max-width: 460px
      }

  .case__bottom .bottom__container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    height: auto;
    padding-top: 250px;
    padding-bottom: 250px
  }
}

@media(max-width:680px) {
  .case__header {
    padding-top: 120px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 500px;
    height: auto
  }

  .case__intro {
    font-size: 13px;
    line-height: 24px
  }

  .case__title {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 22px;
    max-width: 325px;
    margin-top: 0;
    margin-bottom: 0
  }

    .case__title span:before {
      height: 47px;
      left: -1px;
      top: 11px
    }

  .case__description {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 43px;
    margin-left: 0;
    max-width: 325px
  }

  .case__description {
    font-size: 17px;
    line-height: 30px
  }

  .case__comparison {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px
  }

  .case__challenge {
    width: 100%;
    max-width: 451px;
    margin-bottom: 40px
  }

  .case__subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px
  }

  .case__description {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0
  }

  .case__video {
    height: 564px
  }

    .case__video video {
      height: 100%
    }

  .case__tool {
    padding-top: 95px
  }

    .case__tool.case__tool--second {
      padding-top: 100px
    }

    .case__tool .about__description {
      max-width: 325px;
      font-size: 15px;
      line-height: 26px
    }

      .case__tool .about__description.about__desc--right {
        margin-bottom: 0
      }

    .case__tool .tool__image {
      margin-left: 0;
      width: 100%;
      padding-left: 25px;
      padding-right: 25px;
      min-height: 0
    }

      .case__tool .tool__image img {
        width: 100%;
        object-fit: cover;
        object-position: center
      }

    .case__tool .tool__list {
      margin-bottom: 10px
    }

      .case__tool .tool__list .serv__features {
        margin-top: 60px;
        padding-left: 0
      }

      .case__tool .tool__list .serv__feature {
        padding-bottom: 50px
      }

    .case__tool .tool__imagecontainer {
      width: 90%;
      margin-top: 50px;
      margin-bottom: 10px
    }

      .case__tool .tool__imagecontainer img {
        left: 0
      }

    .case__tool .tool__img {
      width: 103px;
      margin-bottom: 42px
    }

    .case__tool .tool__container {
      width: 100%;
      margin-left: 0;
      padding-left: 25px;
      padding-right: 25px
    }

      .case__tool .tool__container .about__descs {
        margin-top: 40px
      }

    .case__tool .tool__list {
      width: 100%;
      margin-left: 0
    }

    .case__tool .tool__intro {
      margin-top: 0;
      font-size: 13px;
      line-height: 24px
    }

    .case__tool .tool__title {
      font-size: 31px;
      line-height: 38px;
      margin-bottom: 0;
      margin-top: 10px;
      max-width: 400px
    }

      .case__tool .tool__title span {
        font-size: 31px;
        line-height: 38px
      }

    .case__tool .tool__description {
      font-size: 15px;
      line-height: 26px;
      max-width: 100%
    }

  .case__textblock .main__block {
    top: 141px
  }

  .case__textblock .textblock__background {
    height: 575px;
    margin-top: 60px
  }

  .case__textblock .textblock__logo {
    position: relative;
    z-index: 1;
    max-width: 152px;
    position: relative;
    top: -15px
  }

  .case__textblock .textblock__img {
    width: 103px;
    margin-bottom: 42px
  }

  .case__textblock .textblock__intro {
    margin-top: 0;
    font-size: 13px;
    line-height: 24px
  }

  .case__textblock .textblock__title {
    font-size: 31px;
    line-height: 38px;
    margin-bottom: 35px;
    margin-top: 10px;
    max-width: 400px
  }

    .case__textblock .textblock__title span {
      font-size: 31px;
      line-height: 38px
    }

  .case__textblock .textblock__description {
    font-size: 15px;
    line-height: 26px;
    max-width: 100%
  }

  .case__textblock .textblock__imagecontainer {
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: calc(100% - 52px);
    margin-top: 0;
    min-height: 0
  }

    .case__textblock .textblock__imagecontainer img {
      left: 0;
      display: block
    }

    .case__textblock .textblock__imagecontainer.textblock__imagecontainer--app {
      width: 100%;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center
    }

      .case__textblock .textblock__imagecontainer.textblock__imagecontainer--app img {
        width: 110%;
        top: 0;
        left: -15px
      }

  .case__textblock .textblock__fill {
    height: 100px;
    background-size: 200% 100px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px)
  }

  .case__textblock .textblock__dna {
    margin-top: 80px
  }

  .case__textblock .textblock__container {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 100px
  }

    .case__textblock .textblock__container .serv__features {
      width: 100%
    }

    .case__textblock .textblock__container .serv__feature {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      height: auto;
      padding-bottom: 50px
    }

      .case__textblock .textblock__container .serv__feature.aos-animate:before {
        width: 100%;
        max-width: 100%
      }

    .case__textblock .textblock__container .serv__featuretitle {
      max-width: 320px;
      width: 100%;
      margin-top: 13px
    }

  .case__textblock .textblock__descs {
    width: 100%;
    margin-top: 40px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .case__textblock .textblock__desc {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    max-width: 516px;
    margin-bottom: 30px
  }

  .case__gallery {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
  }

    .case__gallery img, .case__gallery video {
      width: 100%;
      margin-bottom: 38px
    }

  .case__gallerycolumn {
    width: 100%
  }

    .case__gallerycolumn img, .case__gallerycolumn video {
      width: 100%
    }

  .case__features {
    width: 100%;
    padding-bottom: 0;
    margin-top: 39px
  }

    .case__features .feature {
      height: auto;
      padding-bottom: 100px;
      margin-bottom: 0;
      overflow: hidden
    }

    .case__features .feature__container, .case__features .feature__background {
      width: -moz-calc(100%);
      width: -webkit-calc(100%);
      width: calc(100%)
    }

    .case__features .feature__intro {
      font-size: 13px;
      line-height: 24px
    }

    .case__features .feature__title {
      margin-top: 10px;
      font-size: 31px;
      line-height: 38px
    }

    .case__features .feature__desc {
      margin-top: 20px;
      font-size: 15px;
      line-height: 26px
    }

    .case__features .feature__backgroundimg {
      height: 550px
    }

      .case__features .feature__backgroundimg.feature__background--smaller {
        width: 100%;
        height: 520px;
        left: 63%
      }

    .case__features .feature__media {
      margin-top: 100px;
      width: 100%;
      padding-left: 25px;
      padding-right: 25px;
      overflow: hidden
    }

      .case__features .feature__media .feature__media--dietly2 {
        width: 130%
      }

    .case__features .feature__text {
      padding-top: 100px;
      padding-left: 25px;
      padding-right: 25px
    }

  .case__bottom .bottom__container {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
    height: auto
  }
}

.main {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #000
}

.main__white {
  position: relative;
  background-color: #000
}

.main__black {
  position: relative;
  background-color: #fff
}

  .main__black .main__block {
    background-color: #000
  }

.main__block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
  opacity: 1
}

  .main__block.opacity1 {
    opacity: 1
  }

.serv__features {
  width: 101%;
  margin-top: 141px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px
}

  .serv__features.serv__features--services {
    margin-top: 87px
  }

    .serv__features.serv__features--services .serv__feature {
      height: auto;
      padding-bottom: 100px
    }

    .serv__features.serv__features--services .serv__featurenumber {
      font-size: 120px;
      line-height: 120px;
      margin-top: 1px
    }

    .serv__features.serv__features--services .serv__featuretitle {
      margin-top: 18px
    }

.serv__feature {
  position: relative;
  height: 339px;
  width: -moz-calc(100%/3);
  width: -webkit-calc(100%/3);
  width: calc(100%/3);
  padding-top: 36px
}

  .serv__feature:before {
    content: '';
    width: 66%;
    max-width: 236px;
    height: 1px;
    background-color: #979797;
    position: absolute;
    top: 0;
    left: 0
  }

.serv__featurenumber {
  font-family: samsung sharp bold;
  font-size: 22px;
  color: #131415;
  line-height: 24px
}

.serv__featuretitle {
  font-family: cambon-semibold;
  font-size: 30px;
  color: #131415;
  line-height: 24px;
  margin-top: 27px
}

.serv__featuredesc {
  font-family: samsung sharp medium;
  font-size: 19px;
  color: #6f6f6f;
  line-height: 32px;
  margin-top: 15px;
  max-width: 284px
}

@media(max-width:980px) and (min-width:681px) {
  .serv__features {
    width: 100%;
    padding-left: 0
  }

    .serv__features.serv__features--services {
      margin-top: 87px
    }

      .serv__features.serv__features--services .serv__feature {
        height: auto;
        padding-bottom: 80px
      }

      .serv__features.serv__features--services .serv__featurenumber {
        font-size: 100px;
        line-height: 100px
      }

  .serv__feature {
    width: 50%
  }
}

@media(max-width:680px) {
  .serv__features {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-top: 125px
  }

  .serv__feature {
    padding-top: 26px;
    height: 264px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px
  }

    .serv__feature:before {
      width: 100%;
      max-width: 100%
    }

    .serv__feature.aos-animate:before {
      width: 100%;
      max-width: 100%
    }

  .serv__featuredesc {
    font-size: 15px;
    line-height: 26px;
    max-width: 284px;
    margin-top: 15px
  }

  .serv__featuretitle {
    font-size: 27px;
    line-height: 24px;
    margin-top: 10px
  }

  .serv__featurenumber {
    font-size: 13px;
    line-height: 24px
  }
}

.about__descs {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

@media(max-width:980px) {
  .about__descs {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

    .about__descs p {
      left: 0 !important;
      margin-bottom: 30px
    }
}

.about__description {
  font-family: samsung sharp medium;
  font-size: 19px;
  color: #6f6f6f;
  line-height: 32px;
  max-width: 516px
}

.about__desc--right {
  position: relative;
  left: -16px
}

.main--white {
  background-color: #fff
}

.withshadow {
  box-shadow: 0 2px 31px 0 #dbdbdb;
  -webkit-box-shadow: 0 2px 31px 0 #dbdbdb
}

.withradius {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box
}

  .withradius video {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box
  }

.contact__sliderinfo {
  width: -moz-calc(100% - 216px);
  width: -webkit-calc(100% - 216px);
  width: calc(100% - 216px);
  margin-left: 143px;
  margin-right: 73px;
  margin-top: 150px;
  margin-bottom: 320px;
  position: relative
}

@media(max-width:1380px) and (min-width:1231px) {
  .contact__sliderinfo {
    margin-left: 100px;
    width: -moz-calc(100% - 173px);
    width: -webkit-calc(100% - 173px);
    width: calc(100% - 173px)
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .contact__sliderinfo {
    margin-left: 75px;
    margin-right: 75px;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px)
  }
}

@media(max-width:980px) and (min-width:681px) {
  .contact__sliderinfo {
    margin-left: 50px;
    margin-right: 50px;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px)
  }

    .contact__sliderinfo .contact__slide .slide__title {
      font-size: 26px
    }
}

@media(max-width:680px) {
  .contact__sliderinfo {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 60px;
    margin-bottom: 100px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
  }
}

.contact__sliderinfo .swiper-button-disabled {
  opacity: 0
}

@media(max-width:680px) {
  .contact__sliderinfo .swiper-button-disabled {
    opacity: .25
  }
}

.contact__sliderinfo .swiper-button-prev {
  left: -82px;
  top: 82px;
  outline: none;
  background-color: transparent
}

  .contact__sliderinfo .swiper-button-prev:after {
    content: '';
    background-image: url(../../Media/resources/slider-arrow.svg);
    width: 10px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }

@media(max-width:1380px) and (min-width:1231px) {
  .contact__sliderinfo .swiper-button-prev {
    left: -69px
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .contact__sliderinfo .swiper-button-prev {
    left: -54px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .contact__sliderinfo .swiper-button-prev {
    left: -40px
  }
}

@media(max-width:680px) {
  .contact__sliderinfo .swiper-button-prev {
    display: none
  }
}

.contact__sliderinfo .swiper-button-next {
  right: -12px;
  outline: none;
  background-color: transparent;
  top: 82px
}

    .contact__sliderinfo .swiper-button-next:after {
        content: '';
        background-image: url(../../Media/resources/slider-arrow.svg);
        width: 10px;
        height: 24px
    }

@media(max-width:1380px) and (min-width:1231px) {
  .contact__sliderinfo .swiper-button-next {
    right: -40px
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .contact__sliderinfo .swiper-button-next {
    right: -51px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .contact__sliderinfo .swiper-button-next {
    right: -37px
  }
}

@media(max-width:680px) {
  .contact__sliderinfo .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: 9px
  }
}

.contact__slide {
  padding-right: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: 100%
}

  .contact__slide .slide__title {
    font-family: samsung sharp medium;
    font-size: 28px;
    color: #fff;
    letter-spacing: 0;
    line-height: 51px;
    margin-bottom: 10px
  }

  .contact__slide .slide__text {
    opacity: 1;
    font-family: samsung sharp medium;
    font-size: 19px;
    color: #6f6f6f;
    line-height: 32px;
    margin-bottom: 39px;
    max-width: 348px
  }

@media(max-width:680px) {
  .contact__slide .slide__title {
    font-size: 20px;
    line-height: 30px
  }

  .contact__slide .slide__text {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px
  }
}

.contact__cities {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  top: 0;
  max-width: 1302px;
  margin: 0 auto
}

.contact__cardcontainer {
  position: relative;
  width: -moz-calc((100% - 90px)/3);
  width: -webkit-calc((100% - 90px)/3);
  width: calc((100% - 90px)/3)
}

@media(hover:hover),(-ms-high-contrast:none) {
  .contact__cardcontainer .contact__actions {
    bottom: 0
  }

  .contact__cardcontainer .contact__slider--bcn .contact-row {
    animation: none
  }

  .contact__cardcontainer .contact__slider--cup .contact-row {
    animation: none
  }

  .contact__cardcontainer .contact__slider--mal .contact-row {
    animation: none
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .contact__cardcontainer:hover .contact__actions {
    bottom: -89px
  }
}

.contact__city {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 8px
}

  .contact__city .contact__row {
    width: 100%;
    height: 100%;
    will-change: background-position-x;
    background-repeat: no-repeat
  }

.contact__city--bcn .contact__citytext {
  left: 117px
}

.contact__citytext {
  font-family: cambon-bold;
  font-weight: 700;
  font-size: 293px;
  color: #fff;
  letter-spacing: -1.33px;
  line-height: 293px;
  position: relative
}

.contact__card {
  width: 100%;
  height: 572px;
  background-color: #131415;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  z-index: 1
}

  .contact__card video, .contact__card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
  }

.contact__inf {
  position: absolute;
  left: 50px;
  bottom: 45px
}

.contact__infotitle {
  font-family: samsung sharp bold;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  line-height: 29px;
  margin-bottom: 2px
}

.contact__infotext {
  opacity: .72;
  font-family: samsung sharp medium;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  line-height: 26px
}

.contact__actions {
  width: 100%;
  background-color: #fff;
  height: 89px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: absolute;
  bottom: -89px;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

  .contact__actions:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 1px;
    height: 50px;
    background-color: #979797
  }

.contact__action {
  width: 50%;
  height: 100%
}

  .contact__action a {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
  }

    .contact__action a:hover {
      opacity: .7
    }

  .contact__action img {
    position: relative;
    top: -1px;
    margin-right: 13px
  }

  .contact__action span {
    font-family: samsung sharp bold;
    font-size: 17px;
    color: #131415;
    line-height: 29px
  }

.contact__background {
  width: 100%;
  height: auto;
  margin-top: -242px
}

  .contact__background img, .contact__background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
  }

@media(max-width:1230px) and (min-width:981px) {
  .contact__cardcontainer {
    width: -moz-calc((100% - 60px)/3);
    width: -webkit-calc((100% - 60px)/3);
    width: calc((100% - 60px)/3)
  }

  .contact__inf {
    left: 30px;
    bottom: 30px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .contact__cardcontainer {
    width: 100%;
    margin-bottom: 89px
  }

  .contact__inf {
    left: 30px;
    bottom: 30px
  }

  .contact__cities {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .contact__background {
    height: 800px
  }
}

@media(max-width:680px) {
  .contact__cardcontainer {
    width: 100%;
    margin-bottom: 89px
  }

  .contact__inf {
    left: 30px;
    bottom: 30px
  }

  .contact__cities {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .contact__background {
    height: 800px
  }
}

.contact__slider {
  width: 100%;
  height: 285px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 53px
}

  .contact__slider .contact-row {
    width: 100%;
    height: 100%;
    will-change: background-position-x;
    position: relative
  }

  .contact__slider.contact__slider--bcn {
    height: 231px
  }

.contact__slider--bcn .contact-row {
  background-position-x: 1700px;
  background-size: 1700px 231px;
  background-image: url(../../svg/barcelona.svg);
  animation: slide-bcn 18s linear infinite
}

.contact__slider--cup .contact-row {
  background-position-x: 1700px;
  background-size: 1700px 285px;
  background-image: url(../../svg/cupertino.svg);
  animation: slide-cup 18s linear infinite
}

.contact__slider--mal .contact-row {
  background-position-x: 1190px;
  background-size: 1190px 285px;
  background-image: url(../../svg/malaga.svg);
  animation: slide-mal 13s linear infinite
}

@keyframes slide-bcn {
  from {
    background-position-x: 1700px
  }

  to {
    background-position-x: 0
  }
}

@keyframes slide-cup {
  from {
    background-position-x: 1700px
  }

  to {
    background-position-x: 0
  }
}

@keyframes slide-mal {
  from {
    background-position-x: 1190px
  }

  to {
    background-position-x: 0
  }
}

.services__featured {
  width: 100%;
  margin-top: 190px;
  margin-bottom: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end
}

  .services__featured .featured__item--first {
    position: relative;
    width: -moz-calc((100% - 40px) * 0.702);
    width: -webkit-calc((100% - 40px) * 0.702);
    width: calc((100% - 40px) * 0.702);
    padding-bottom: 61.8%
  }

    .services__featured .featured__item--first .featured {
      position: absolute;
      left: 70px;
      bottom: 70px;
      width: 69%;
      max-width: 605px
    }

  .services__featured .featured__item--second {
    position: relative;
    width: -moz-calc((100% - 40px) * 0.298);
    width: -webkit-calc((100% - 40px) * 0.298);
    width: calc((100% - 40px) * 0.298);
    padding-bottom: 61.8%;
    margin-top: 101px
  }

  .services__featured .featured__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }

    .services__featured .featured__background img, .services__featured .featured__background video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block
    }

  .services__featured .featured__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-color: rgba(0,0,0,.5)
  }

.services__featuredcontainer {
  width: -moz-calc(100% - 143px);
  width: -webkit-calc(100% - 143px);
  width: calc(100% - 143px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

@media(max-width:1380px) and (min-width:1231px) {
  .services__featuredcontainer {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px)
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .services__featuredcontainer {
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px)
  }
}

@media(max-width:980px) and (min-width:681px) {
  .services__featuredcontainer {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
  }
}

@media(max-width:680px) {
  .services__featuredcontainer {
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%)
  }
}

.services__list {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-top: 130px
}

  .services__list.white .services__item .item__number, .services__list.white .services__item .item__title, .services__list.white .services__item .item__subtitle {
    color: #fff
  }

  .services__list.white .services__item .item__desc {
    color: #979797
  }

  .services__list.white .services__item .item__box {
    border-color: rgba(255,255,255,.21)
  }

    .services__list.white .services__item .item__box .box__line {
      background-color: #fff
    }

    .services__list.white .services__item .item__box .box__title {
      color: #fff
    }

.services__listcontainer {
  width: -moz-calc(100% - 143px);
  width: -webkit-calc(100% - 143px);
  width: calc(100% - 143px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

@media(max-width:1380px) and (min-width:1231px) {
  .services__listcontainer {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px)
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .services__listcontainer {
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px)
  }
}

@media(max-width:980px) and (min-width:681px) {
  .services__listcontainer {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
  }
}

@media(max-width:680px) {
  .services__listcontainer {
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%)
  }
}

.services__item {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-left: 28px;
  padding-right: 143px;
  border-top: 1px solid #d5d5d5;
  padding-top: 75px;
  padding-bottom: 60px
}

  .services__item.services__item--third {
    border-bottom: 1px solid #d5d5d5
  }

  .services__item .item__left {
    width: -moz-calc(100% - 441px);
    width: -webkit-calc(100% - 441px);
    width: calc(100% - 441px);
    margin-top: -1px;
    padding-right: 50px
  }

  .services__item .item__right {
    width: 441px
  }

  .services__item .item__number {
    font-family: samsung sharp sans;
    font-size: 35px;
    color: #131415;
    letter-spacing: 0;
    line-height: 51px;
    margin-bottom: 17px
  }

  .services__item .item__title {
    font-family: samsung sharp bold;
    font-size: 35px;
    color: #131415;
    letter-spacing: 0;
    line-height: 51px;
    margin-bottom: 6px
  }

  .services__item .item__subtitle {
    font-family: samsung sharp bold;
    font-size: 19px;
    color: #131415;
    line-height: 32px;
    margin-bottom: 10px
  }

  .services__item .item__desc {
    font-family: samsung sharp medium;
    font-size: 19px;
    color: #6f6f6f;
    line-height: 32px;
    max-width: 514px
  }

  .services__item .item__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 441px
  }

  .services__item .item__box {
    width: 137px;
    height: 144px;
    border: 1px solid rgba(19,20,21,.21);
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
  }

    .services__item .item__box .box__line {
      display: block;
      width: 19px;
      height: 1px;
      background-color: #131415
    }

    .services__item .item__box .box__title {
      font-family: samsung sharp bold;
      font-size: 16px;
      color: #131415;
      line-height: 22px;
      margin-top: 14px
    }

.services__content {
  width: 100%;
  margin-bottom: 250px
}

.services__collapsibles {
  width: 100%;
  margin-top: 250px
}

  .services__collapsibles.white {
    margin-bottom: 170px
  }

    .services__collapsibles.white .toggle {
      height: 52px;
      cursor: default
    }

@media(max-width:680px) {
  .services__collapsibles.white .toggle {
    margin-bottom: 0 !important
  }

    .services__collapsibles.white .toggle + .collapsibles__listcontainer {
      margin-top: 0
    }
}

.services__collapsibles.white .collapsibles__item {
  border-color: #fff
}

.services__collapsibles.white .collapsibles__text {
  color: #fff
}

.services__collapsibles .subheading {
  width: 99%
}

.services__collapsibles .toggle {
  width: 463px;
  height: 122px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border: none;
  padding-left: 27px;
  padding-right: 27px;
  margin-bottom: 2px;
  cursor: pointer
}

  .services__collapsibles .toggle.selected {
    background-color: #131415
  }

    .services__collapsibles .toggle.selected svg g#Active {
      fill: #fff
    }

    .services__collapsibles .toggle.selected p {
      color: #fff
    }

      .services__collapsibles .toggle.selected p span:before {
        background-color: #fff
      }

  .services__collapsibles .toggle.active {
    cursor: default
  }

  .services__collapsibles .toggle p {
    font-family: samsung sharp medium;
    font-size: 27px;
    color: rgba(0,0,0,.3);
    letter-spacing: 0;
    line-height: 51px;
    position: relative
  }

    .services__collapsibles .toggle p span {
      position: relative
    }

      .services__collapsibles .toggle p span:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 2px;
        background-color: rgba(0,0,0,.3)
      }

  .services__collapsibles .toggle svg g#Active {
    fill: rgba(0,0,0,.3)
  }

.services__collapsibles .collapsibles__desktop {
  width: 100%;
  margin-top: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

@media(max-width:980px) {
  .services__collapsibles .collapsibles__desktop {
    display: none
  }
}

.services__collapsibles .collapsibles__responsive {
  width: 100%;
  margin-top: 100px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important
}

@media(min-width:981px) {
  .services__collapsibles .collapsibles__responsive {
    display: none !important
  }
}

.services__collapsibles .collapsibles__listcontainer {
  max-width: 566px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

  .services__collapsibles .collapsibles__listcontainer.hidden {
    display: none
  }

.services__collapsibles .collapsibles__item {
  height: 202px;
  padding-top: 25px;
  width: -moz-calc((100% - 40px)/2);
  width: -webkit-calc((100% - 40px)/2);
  width: calc((100% - 40px)/2);
  max-width: 242px;
  border-top: 2px solid #131415
}

.services__collapsibles .collapsibles__text {
  font-family: samsung sharp bold;
  font-size: 19px;
  color: #131415;
  line-height: 32px
}

.services__ventures {
  margin-top: 170px
}

  .services__ventures.white {
    margin-bottom: 250px
  }

    .services__ventures.white .ventures__graphcontainer .graph__section--client {
      background-color: #fff
    }

    .services__ventures.white .ventures__graphcontainer .graph__section--lni {
      background-color: #f1ede9
    }

      .services__ventures.white .ventures__graphcontainer .graph__section--lni .graph__name {
        color: #131415
      }

      .services__ventures.white .ventures__graphcontainer .graph__section--lni .graph__exp {
        color: #bdbdbd
      }

      .services__ventures.white .ventures__graphcontainer .graph__section--lni .graph__percentage {
        color: rgba(19,20,21,.15);
        opacity: 1;
        margin-right: 0
      }

    .services__ventures.white .ventures__graphcontainer .graph__name {
      color: #131415
    }

    .services__ventures.white .ventures__graphcontainer .graph__exp {
      color: #6f6f6f
    }

    .services__ventures.white .ventures__graphcontainer .graph__percentage {
      opacity: .15;
      color: #131415
    }

    .services__ventures.white .ventures__graphline {
      background-color: #6f6f6f
    }

    .services__ventures.white .ventures__graphtext {
      color: #fff;
      background-color: #131415
    }

  .services__ventures .text {
    margin-top: 40px;
    max-width: 580px
  }

  .services__ventures .ventures__graphcontainer {
    width: 100%;
    position: relative;
    padding-bottom: 237px;
    padding-top: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    opacity: 0;
    overflow: hidden
  }

    .services__ventures .ventures__graphcontainer .graph {
      width: -moz-calc(100% - 143px);
      width: -webkit-calc(100% - 143px);
      width: calc(100% - 143px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      height: 238px
    }

    .services__ventures .ventures__graphcontainer .graph__section {
      height: 100%;
      padding-top: 48px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between
    }

    .services__ventures .ventures__graphcontainer .graph__section--client {
      width: 63%;
      background-color: #131415
    }

    .services__ventures .ventures__graphcontainer .graph__section--lni {
      width: 37%;
      background-color: #f1ede9
    }

      .services__ventures .ventures__graphcontainer .graph__section--lni .graph__name {
        color: #131415
      }

      .services__ventures .ventures__graphcontainer .graph__section--lni .graph__exp {
        color: #bdbdbd
      }

      .services__ventures .ventures__graphcontainer .graph__section--lni .graph__percentage {
        color: rgba(16,16,16,.15);
        opacity: 1;
        margin-right: 0
      }

    .services__ventures .ventures__graphcontainer .graph__left, .services__ventures .ventures__graphcontainer .graph__right {
      height: 100%
    }

    .services__ventures .ventures__graphcontainer .graph__left {
      padding-left: 46px
    }

    .services__ventures .ventures__graphcontainer .graph__name {
      font-family: samsung sharp bold;
      font-size: 19px;
      color: #fff;
      line-height: 24px
    }

    .services__ventures .ventures__graphcontainer .graph__exp {
      font-family: samsung sharp medium;
      font-size: 19px;
      color: #6f6f6f;
      line-height: 32px
    }

    .services__ventures .ventures__graphcontainer .graph__percentage {
      opacity: .15;
      font-family: samsung sharp medium;
      font-size: 137px;
      color: #fff;
      line-height: 92px;
      margin-right: -5px;
      margin-bottom: -1px
    }

    .services__ventures .ventures__graphcontainer .graph__right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end
    }

  .services__ventures .ventures__graphtag {
    position: relative;
    height: 98px;
    width: -moz-calc(100% - 142px);
    width: -webkit-calc(100% - 142px);
    width: calc(100% - 142px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }

  .services__ventures .ventures__graphline {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -moz-calc((100% - 265px)/2);
    width: -webkit-calc((100% - 265px)/2);
    width: calc((100% - 265px)/2);
    height: 1px;
    background-color: #979797
  }

  .services__ventures .ventures__graphline--left {
    right: 50%;
    width: -moz-calc((100% - 265px)/2);
    width: -webkit-calc((100% - 265px)/2);
    width: calc((100% - 265px)/2)
  }

  .services__ventures .ventures__graphline--right {
    left: 50%;
    width: -moz-calc((100% - 265px + 50px)/2);
    width: -webkit-calc((100% - 265px + 50px)/2);
    width: calc((100% - 265px + 50px)/2)
  }

  .services__ventures .ventures__graphtext {
    font-family: samsung sharp bold;
    font-size: 19px;
    color: #131415;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    position: relative;
    margin-left: -50px;
    z-index: 1
  }

@media(max-width:1380px) and (min-width:1231px) {
  .services__ventures .ventures__container {
    margin-left: 100px;
    margin-right: 100px
  }

  .services__ventures .ventures__desc {
    width: 45%
  }

  .services__ventures .ventures__graphtag {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px)
  }

  .services__ventures .ventures__graphcontainer .graph {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px)
  }

  .services__ventures .ventures__graphcontainer .graph__section {
    position: relative
  }

  .services__ventures .ventures__graphcontainer .graph__percentage {
    position: absolute;
    bottom: 0;
    right: 0
  }

  .services__item {
    padding-right: 100px
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .services__item {
    padding-right: 75px
  }

  .services__collapsibles .toggle {
    width: 320px;
    padding-left: 25px;
    padding-right: 25px
  }

    .services__collapsibles .toggle p {
      font-size: 20px;
      line-height: 30px;
      text-align: left
    }

  .services__collapsibles .collapsibles__listcontainer {
    max-width: 460px
  }

  .services__ventures .ventures__container {
    margin-left: 75px;
    margin-right: 75px
  }

  .services__ventures .ventures__desc {
    width: 45%
  }

  .services__ventures .ventures__graphtag {
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px)
  }

  .services__ventures .ventures__graphcontainer .graph {
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px)
  }

  .services__ventures .ventures__graphcontainer .graph__section {
    position: relative
  }

  .services__ventures .ventures__graphcontainer .graph__percentage {
    position: absolute;
    bottom: 0;
    right: 0
  }
}

@media(max-width:980px) and (min-width:681px) {
  .services__featured .featured__item--first .featured {
    left: 45px;
    bottom: 45px;
    max-width: 605px;
    font-size: 25px;
    line-height: 36px
  }

  .services__item {
    padding-right: 50px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

    .services__item .item__left, .services__item .item__right {
      width: 100%
    }

    .services__item .item__left {
      margin-bottom: 40px
    }

  .services__ventures .ventures__container {
    margin-left: 50px;
    margin-right: 50px
  }

  .services__ventures .ventures__desc {
    width: 45%
  }

  .services__ventures .ventures__graphtag {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
  }

  .services__ventures .ventures__graphcontainer {
    padding-top: 120px;
    padding-bottom: 170px
  }

    .services__ventures .ventures__graphcontainer .graph {
      width: -moz-calc(100% - 50px);
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px)
    }

    .services__ventures .ventures__graphcontainer .graph__section {
      position: relative
    }

    .services__ventures .ventures__graphcontainer .graph__percentage {
      font-size: 90px;
      line-height: 60px;
      position: absolute;
      bottom: 0;
      right: 0
    }

  .services__collapsibles .collapsibles__text {
    max-width: 85%
  }

  .services__collapsibles .collapsibles__responsive .toggle {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 0
  }

    .services__collapsibles .collapsibles__responsive .toggle svg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg)
    }

    .services__collapsibles .collapsibles__responsive .toggle.active svg {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg)
    }

  .services__collapsibles .collapsibles__listcontainer {
    margin-top: 40px;
    max-width: 100%
  }

  .services__collapsibles .collapsibles__item {
    max-width: 50%
  }
}

@media(max-width:680px) {
  .services__item {
    padding-right: 25px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 62px;
    padding-bottom: 44px
  }

    .services__item .item__left, .services__item .item__right {
      width: 100%
    }

    .services__item .item__left {
      margin-bottom: 30px;
      padding-right: 0
    }

    .services__item .item__number {
      font-size: 31px;
      line-height: 51px;
      margin-bottom: 3px
    }

    .services__item .item__title {
      font-size: 31px;
      line-height: 51px;
      margin-bottom: 3px
    }

    .services__item .item__subtitle {
      font-size: 15px;
      line-height: 32px
    }

    .services__item .item__desc {
      font-size: 15px;
      line-height: 26px
    }

    .services__item .item__list {
      max-width: 289px
    }

  .services__ventures {
    margin-top: 45px
  }

    .services__ventures.white {
      margin-bottom: 100px
    }

    .services__ventures .text {
      margin-top: 20px
    }

    .services__ventures .ventures__container {
      padding-top: 207px;
      margin-left: 25px;
      margin-right: 25px
    }

    .services__ventures .ventures__intro {
      font-size: 13px;
      line-height: 24px
    }

    .services__ventures .ventures__desc {
      width: 45%
    }

    .services__ventures .ventures__graphtag {
      height: 78px;
      width: -moz-calc(100% - 25px);
      width: -webkit-calc(100% - 25px);
      width: calc(100% - 25px)
    }

    .services__ventures .ventures__desccontainer {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
    }

    .services__ventures .ventures__desc {
      width: 100%;
      margin-bottom: 39px;
      font-size: 15px;
      line-height: 26px
    }

    .services__ventures .ventures__title {
      font-size: 31px;
      line-height: 38px;
      width: 95%
    }

    .services__ventures .ventures__graphtext {
      margin-left: 0;
      padding-left: 13px;
      padding-right: 13px;
      font-size: 13px;
      line-height: 24px
    }

    .services__ventures .ventures__graphline--left, .services__ventures .ventures__graphline--right {
      width: -moz-calc((100% - 166px)/2);
      width: -webkit-calc((100% - 166px)/2);
      width: calc((100% - 166px)/2)
    }

    .services__ventures .ventures__graphcontainer {
      padding-top: 34px;
      padding-bottom: 100px
    }

      .services__ventures .ventures__graphcontainer .graph {
        height: 152px;
        width: -moz-calc(100% - 25px);
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px)
      }

      .services__ventures .ventures__graphcontainer .graph__section {
        position: relative;
        padding-top: 20px
      }

      .services__ventures .ventures__graphcontainer .graph__left {
        padding-left: 18px
      }

      .services__ventures .ventures__graphcontainer .graph__name {
        font-size: 13px
      }

      .services__ventures .ventures__graphcontainer .graph__exp {
        font-size: 13px;
        line-height: 19px;
        margin-top: 1px
      }

      .services__ventures .ventures__graphcontainer .graph__percentage {
        font-size: 37px;
        line-height: 24px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 0;
        margin-bottom: 0
      }

  .services__content {
    margin-bottom: 100px
  }

    .services__content .subheading {
      max-width: 98%
    }

  .services__featured {
    margin-top: 60px;
    margin-bottom: 100px
  }

    .services__featured .featured__item--first {
      width: 100%;
      height: 600px
    }

      .services__featured .featured__item--first .featured {
        left: 25px;
        bottom: 40px;
        width: 87%;
        max-width: 95%
      }

    .services__featured .featured__item--second {
      display: none
    }

  .services__list {
    margin-top: 60px
  }

  .services__collapsibles {
    margin-top: 100px
  }

    .services__collapsibles.white {
      margin-bottom: 65px
    }

    .services__collapsibles .collapsibles__text {
      max-width: 100%;
      font-size: 16px;
      line-height: 22px
    }

    .services__collapsibles .collapsibles__responsive .toggle {
      width: 100%;
      height: 92px;
      padding-left: 25px;
      padding-right: 30px;
      margin-bottom: 0;
      background-color: #131415
    }

      .services__collapsibles .collapsibles__responsive .toggle svg g#Active {
        fill: #fff
      }

      .services__collapsibles .collapsibles__responsive .toggle p {
        color: #fff;
        font-size: 18px;
        line-height: 51px
      }

        .services__collapsibles .collapsibles__responsive .toggle p span:before {
          bottom: 1px;
          background-color: #fff
        }

      .services__collapsibles .collapsibles__responsive .toggle svg {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
      }

      .services__collapsibles .collapsibles__responsive .toggle.active svg {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
      }

    .services__collapsibles .collapsibles__listcontainer {
      margin-top: 51px;
      margin-bottom: 35px;
      max-width: 100%;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end
    }

    .services__collapsibles .collapsibles__item {
      width: -moz-calc((100% - 25px));
      width: -webkit-calc((100% - 25px));
      width: calc((100% - 25px));
      max-width: 100%;
      padding-top: 17px;
      padding-bottom: 15px;
      height: auto
    }
}

.header__home {
  padding-top: 230px
}

@media(max-width:680px) {
  .header__home {
    padding-top: 119px
  }
}

.header__home .heading {
  position: relative;
  display: block
}

.heading__link {
  font-size: 72px;
  line-height: 88px;
  font-family: cambon-semibold;
  color: #131415;
  position: relative;
  display: inline-block;
  text-decoration: none
}

  .heading__link.white {
    color: #fff;
    z-index: 0
  }

    .heading__link.white:before {
      background-color: #fff
    }

  .heading__link:before {
    content: '';
    width: 100%;
    height: 12px;
    background-color: #131415;
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -6px;
    z-index: -1
  }

@media(hover:hover),(-ms-high-contrast:none) {
  .heading__link:before {
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    transition: width .3s ease
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .heading__link:hover:before {
    width: -moz-calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px)
  }
}

.heading__teal {
  font-size: 72px;
  line-height: 88px;
  font-family: cambon-semibold;
  color: #131415;
  position: relative;
  display: inline-block;
  text-decoration: none
}

  .heading__teal:before {
    content: '';
    width: -moz-calc(100% - 3px);
    width: -webkit-calc(100% - 3px);
    width: calc(100% - 3px);
    height: 12px;
    background-color: #34fddc;
    position: absolute;
    left: 3px;
    bottom: -6px;
    z-index: -1
  }

.caseshome {
  width: 100%;
  margin-top: 196px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

.caseshome__swiper {
  width: 100%;
  display: none;
  margin-top: 196px;
  overflow: hidden
}

@media(max-width:980px) and (min-width:681px) {
  .caseshome {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

  .caseshome__column--first.caseshome__column {
    width: -moz-calc((100% - 50px));
    width: -webkit-calc((100% - 50px));
    width: calc((100% - 50px));
    margin-bottom: 50px;
    margin-top: 80px
  }

  .caseshome__column--second.caseshome__column {
    width: -moz-calc((100% - 50px));
    width: -webkit-calc((100% - 50px));
    width: calc((100% - 50px))
  }

  .caseshome__item {
    width: -moz-calc(100% + 1px) !important;
    width: -webkit-calc(100% + 1px) !important;
    width: calc(100% + 1px) !important;
    padding-top: 100% !important
  }
}

@media(max-width:980px) {
  .caseshome {
    display: none
  }

  .caseshome__swiper {
    display: block
  }
}

@media(max-width:680px) {
  .caseshome__swiper {
    margin-top: 60px
  }

  .caseshome__item {
    width: -moz-calc(100% + 1px) !important;
    width: -webkit-calc(100% + 1px) !important;
    width: calc(100% + 1px) !important;
    height: 500px;
    padding-top: 0% !important
  }
}

.caseshome__column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.caseshome__column--first {
  margin-top: 126px;
  width: -moz-calc((100% - 40px) * 0.435);
  width: -webkit-calc((100% - 40px) * 0.435);
  width: calc((100% - 40px) * 0.435)
}

.caseshome__column--second {
  width: -moz-calc((100% - 40px) * 0.565);
  width: -webkit-calc((100% - 40px) * 0.565);
  width: calc((100% - 40px) * 0.565)
}

.caseshome__item {
  width: 100%;
  position: relative;
  overflow: hidden
}

  .caseshome__item.caseshome__item--third {
    width: 82%;
    padding-top: 58.4%
  }

  .caseshome__item.caseshome__item--first {
    padding-top: 165.35%
  }

  .caseshome__item.caseshome__item--second {
    padding-top: 110.74%;
    margin-bottom: 40px
  }

@media(max-width:980px) and (min-width:681px) {
  .caseshome__item.caseshome__item--second {
    margin-bottom: 50px
  }
}

@media(min-width:981px) {
  .caseshome__item .caseshome__overlay {
    background-color: rgba(0,0,0,.5)
  }

  .caseshome__item .caseshome__content {
    opacity: 1
  }

  .caseshome__item .caseshome__background {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .caseshome__item .caseshome__overlay {
    background-color: transparent
  }

  .caseshome__item .caseshome__content {
    opacity: 0
  }

  .caseshome__item .caseshome__background {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  .caseshome__item:hover .caseshome__overlay {
    background-color: rgba(0,0,0,.5)
  }

  .caseshome__item:hover .caseshome__content {
    opacity: 1
  }

  .caseshome__item:hover .caseshome__background {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }
}

.caseshome__title {
  font-family: cambon-semibold;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 39px
}

@media(max-width:1230px) and (min-width:981px) {
  .caseshome__title {
    font-size: 27px;
    line-height: 32px
  }
}

@media(max-width:680px) {
  .caseshome__title {
    font-size: 23px;
    line-height: 30px;
    max-width: 282px;
    margin-bottom: 29px
  }
}

.caseshome__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease
}

  .caseshome__background video, .caseshome__background img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center
  }

.caseshome__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color .5s ease;
  -moz-transition: background-color .5s ease;
  -ms-transition: background-color .5s ease;
  transition: background-color .5s ease;
  background-color: rgba(0,0,0,.5)
}

@media(min-width:981px) {
  .caseshome__overlay {
    background-color: transparent
  }
}

.caseshome__content {
  max-width: 370px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: absolute;
  left: 70px;
  bottom: 70px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

@media(max-width:1230px) and (min-width:981px) {
  .caseshome__content {
    left: 45px;
    bottom: 45px;
    padding-right: 45px
  }
}

@media(max-width:680px) {
  .caseshome__content {
    left: 25px;
    bottom: 60px;
    padding-right: 25px
  }
}

@media(min-width:981px) {
  .caseshome__content {
    opacity: 0
  }
}

.swiper-pagination {
  bottom: 78px !important;
  text-align: left;
  padding-left: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .swiper-pagination .swiper-pagination-bullet {
    opacity: .45;
    background: #fff;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box;
    margin-left: 0 !important;
    margin-right: 7px !important
  }

  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
  }

@media(max-width:680px) {
  .swiper-pagination {
    bottom: 66px !important;
    padding-left: 25px
  }

    .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin-right: 4px !important
    }
}

.serviceshome {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-top: 250px;
  margin-bottom: 250px
}

@media(max-width:980px) and (min-width:681px) {
  .serviceshome {
    margin-bottom: 200px
  }
}

.serviceshome .heading {
  margin-bottom: 40px
}

@media(max-width:680px) {
  .serviceshome .heading {
    margin-bottom: 20px
  }
}

.serviceshome__services {
  width: 100%;
  margin-top: 130px
}

.serviceshome .text--margin {
  margin-bottom: 40px
}

.serviceshome .grid {
  width: 100%
}

  .serviceshome .grid.grid--two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
  }

.serviceshome .grid__container {
  width: -moz-calc(100% - 143px);
  width: -webkit-calc(100% - 143px);
  width: calc(100% - 143px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

@media(max-width:1380px) and (min-width:1231px) {
  .serviceshome .grid__container {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px)
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .serviceshome .grid__container {
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px)
  }
}

@media(max-width:980px) and (min-width:681px) {
  .serviceshome .grid__container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
  }
}

@media(max-width:680px) {
  .serviceshome .grid__container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px)
  }
}

.serviceshome .gridbox {
  width: -moz-calc((100% - 40px)/2);
  width: -webkit-calc((100% - 40px)/2);
  width: calc((100% - 40px)/2);
  padding-bottom: -moz-calc((100% - 40px)/2);
  padding-bottom: -webkit-calc((100% - 40px)/2);
  padding-bottom: calc((100% - 40px)/2);
  position: relative;
  background-color: #131415
}

  .serviceshome .gridbox.gridbox--teal {
    background-color: #34fddc
  }

    .serviceshome .gridbox.gridbox--teal .featured {
      color: #131415
    }

    .serviceshome .gridbox.gridbox--teal .squarelink {
      background-color: #34fddc
    }

.serviceshome .gridbox__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease
}

@media(hover:hover),(-ms-high-contrast:none) {
  .serviceshome .gridbox__background {
    opacity: 0
  }
}

.serviceshome .gridbox__background video, .serviceshome .gridbox__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.serviceshome .gridbox__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  background: #000;
  z-index: 1
}

.serviceshome .gridbox .intro {
  position: absolute;
  z-index: 2;
  left: 70px;
  top: 70px
}

@media(max-width:1230px) and (min-width:981px) {
  .serviceshome .gridbox .intro {
    left: 45px;
    top: 45px
  }
}

@media(max-width:680px) {
  .serviceshome .gridbox .intro {
    left: 40px;
    top: 40px
  }
}

.serviceshome .gridbox .featured {
  margin-bottom: 39px;
  max-width: 400px
}

@media(max-width:1230px) and (min-width:981px) {
  .serviceshome .gridbox .featured {
    font-size: 30px;
    line-height: 40px;
    max-width: 350px
  }
}

@media(max-width:680px) {
  .serviceshome .gridbox .featured {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 29px;
    max-width: 246px
  }
}

.serviceshome .gridbox__info {
  position: absolute;
  bottom: 70px;
  left: 70px;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

@media(max-width:1230px) and (min-width:981px) {
  .serviceshome .gridbox__info {
    left: 45px;
    bottom: 45px;
    padding-right: 45px
  }
}

@media(max-width:680px) {
  .serviceshome .gridbox__info {
    left: 40px;
    bottom: 40px;
    padding-right: 40px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .serviceshome .grid.grid--two {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
  }

  .serviceshome .gridbox {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 50px
  }
}

@media(max-width:680px) {
  .serviceshome {
    margin-top: 60px;
    margin-bottom: 100px
  }

  .serviceshome__services {
    margin-top: 60px
  }

  .serviceshome .grid.grid--two {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
  }

  .serviceshome .gridbox {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 30px
  }
}

.clientshome {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 250px
}

.clientshome__container {
  max-width: 845px
}

.clientshome__logos {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 130px
}

  .clientshome__logos .logo {
    width: 193px;
    height: 193px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border: 1px solid #eeeded;
    margin-bottom: 24px
  }

@media(max-width:980px) and (min-width:681px) {
  .clientshome__container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%
  }
}

@media(max-width:680px) {
  .clientshome {
    margin-bottom: 100px
  }

  .clientshome__container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%
  }

  .clientshome__logos {
    margin-top: 60px;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto
  }

    .clientshome__logos .logo {
      width: 100px;
      height: 100px;
      margin-bottom: 13px
    }

      .clientshome__logos .logo img {
        max-height: 40px;
        max-width: 62px;
        object-fit: contain
      }
}

.abouthome__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 130px
}

@media(max-width:680px) {
  .abouthome__container {
    margin-bottom: 60px
  }
}

.abouthome .subheading {
  margin-bottom: 40px
}

@media(max-width:680px) {
  .abouthome .subheading {
    margin-bottom: 30px
  }
}

.blogpost {
  width: 100%;
  height: 1121px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .blogpost.blogpost--reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

    .blogpost.blogpost--reverse .blogpost__post {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
    }

    .blogpost.blogpost--reverse .blogpost__image {
      right: auto;
      left: 0
    }

.blogpost__container {
  width: 100%;
  padding-bottom: 1px
}

.blogpost__intro {
  font-family: samsung sharp medium;
  font-size: 18px;
  color: #131415;
  line-height: 24px
}

.blogpost__heading {
  font-family: cambon-semibold;
  font-size: 72px;
  color: #000;
  letter-spacing: 0;
  line-height: 88px;
  margin-top: 14px
}

  .blogpost__heading span {
    font-family: cambon-semibold;
    font-size: 72px;
    color: #000;
    letter-spacing: 0;
    line-height: 88px;
    position: relative;
    display: inline-block
  }

    .blogpost__heading span:before {
      content: '';
      width: -moz-calc(100% - 3px);
      width: -webkit-calc(100% - 3px);
      width: calc(100% - 3px);
      height: 12px;
      background-color: #34fddc;
      position: absolute;
      left: 3px;
      bottom: -6px;
      z-index: -1
    }

.blogpost__block {
  width: 395px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

.blogpost__blocktext {
  width: 620px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -190px;
  margin-left: -30px
}

.blogpost__post {
  width: -moz-calc(100% - 395px);
  width: -webkit-calc(100% - 395px);
  width: calc(100% - 395px);
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.blogpost__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 1007px
}

  .blogpost__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
  }

.blogpost__square {
  width: 650px;
  height: 650px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 75px;
  padding-right: 62px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding-top: 108px
}

.blogpost__category {
  font-family: samsung sharp medium;
  font-size: 17px;
  color: #131415;
  line-height: 24px
}

.blogpost__title {
  font-family: cambon-semibold;
  font-size: 50px;
  color: #131415;
  letter-spacing: 0;
  line-height: 61px;
  margin-top: 19px;
  margin-bottom: 21px
}

.blogpost__excerpt {
  font-family: samsung sharp medium;
  font-size: 19px;
  color: #6f6f6f;
  line-height: 32px;
  margin-bottom: 40px
}

@media(max-width:1230px) and (min-width:981px) {
  .blogpost {
    height: 1024px
  }

  .blogpost__block {
    width: 340px
  }

  .blogpost__square {
    width: 500px;
    height: 500px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 55px
  }

  .blogpost__title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px
  }

  .blogpost__excerpt {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 40px
  }

  .blogpost__image {
    height: 941px
  }

  .blogpost__blocktext {
    margin-top: -39px
  }

  .blogpost__post {
    width: -moz-calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px)
  }
}

@media(max-width:980px) and (min-width:681px) {
  .blogpost {
    height: 1024px
  }

  .blogpost__heading {
    font-size: 57px;
    line-height: 68px;
    margin-top: 0
  }

    .blogpost__heading span {
      font-size: 57px;
      line-height: 68px
    }

      .blogpost__heading span:before {
        height: 8px
      }

  .blogpost__block {
    width: 240px
  }

  .blogpost__blocktext {
    width: 495px
  }

  .blogpost__heading--news {
    width: 400px
  }

  .blogpost__square {
    width: 456px;
    height: 456px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 52px
  }

  .blogpost__title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
    margin-top: 3px
  }

  .blogpost__excerpt {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 35px
  }

  .blogpost__image {
    height: 888px;
    width: 87%
  }

  .blogpost__blocktext {
    margin-top: -39px;
    margin-left: 0
  }

  .blogpost__post {
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px)
  }
}

@media(max-width:680px) {
  .blogpost {
    height: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .blogpost__block {
    display: none;
    width: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 120px
  }

    .blogpost__block.blogpost__block--heading {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex
    }

  .blogpost__post {
    width: 100%;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .blogpost.blogpost--reverse .blogpost__post {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .blogpost.blogpost--reverse .blogpost__image {
    right: 0;
    left: auto
  }

  .blogpost__image {
    position: relative;
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    right: 0;
    left: auto;
    height: 484px
  }

  .blogpost__blocktext {
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px
  }

  .blogpost__intro {
    font-size: 13px;
    line-height: 24px
  }

  .blogpost__heading {
    font-size: 45px;
    line-height: 56px;
    margin-top: 8px;
    margin-bottom: 60px;
    max-width: 450px
  }

    .blogpost__heading span {
      font-size: 45px;
      line-height: 56px;
      z-index: 0
    }

      .blogpost__heading span:before {
        height: 6px;
        z-index: -1;
        bottom: 0
      }

  .blogpost__heading--news {
    max-width: 263px
  }

  .blogpost__title {
    font-size: 31px;
    line-height: 38px;
    margin-top: 11px;
    margin-bottom: 20px;
    max-width: 330px
  }

  .blogpost__excerpt {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 40px;
    max-width: 330px
  }

  .blogpost__square {
    width: 100%;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
    padding-bottom: 60px
  }

    .blogpost__square .squarelink {
      min-width: 226px
    }

  .blogpost__category {
    font-size: 13px;
    line-height: 24px
  }

  .blogpost__title {
    font-size: 31px;
    line-height: 38px
  }

  .blogpost__excerpt {
    font-size: 15px;
    line-height: 26px
  }
}

.blogpost__container--black {
  background-color: #131415
}

  .blogpost__container--black .blogpost {
    background-color: #131415
  }

  .blogpost__container--black .blogpost__heading, .blogpost__container--black .blogpost__intro {
    color: #fff
  }

@media(max-width:680px) {
  .barbacontainer.insights .blogpost:not(.blogpost--first) .blogpost__post {
    background-color: #fff
  }
}

.landing__header {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .landing__header h1 {
    text-align: center
  }

.landing__container {
  width: auto;
  max-width: 1105px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding-top: 230px;
  padding-bottom: 251px
}

.landing__subtitle {
  font-family: samsung sharp medium;
  font-weight: 500;
  font-size: 25px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 40px
}

.landing__check {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-left: 16px;
  margin-right: 16px
}

  .landing__check img {
    position: relative;
    top: -1px;
    display: block;
    margin-right: 10px
  }

  .landing__check p {
    font-family: samsung sharp medium;
    font-weight: 500;
    font-size: 19px;
    color: #565656;
    line-height: 32px
  }

.landing__checks {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 63px
}

.landing__trigger {
  position: absolute;
  left: 0;
  top: 496px;
  width: 100%;
  height: 106px
}

.landing__featured {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 69px
}

  .landing__featured:before {
    content: '';
    width: 100%;
    height: 496px;
    background-color: #131415;
    position: absolute;
    top: 0;
    left: 0
  }

  .landing__featured .about__featured .featured__background img {
    opacity: 1
  }

.landing__clients {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .landing__clients .featured-landing {
    text-align: center
  }

.landing__clientscontainer {
  width: 1111px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.landing__logos {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 170px
}

  .landing__logos .logo {
    width: 203px;
    height: 203px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border: 1px solid #eeeded;
    margin-bottom: 24px
  }

    .landing__logos .logo img {
      display: block
    }

    .landing__logos .logo.top img {
      position: relative;
      top: 2px
    }

.landing__bg {
  width: 100%;
  background-color: #131415;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.landing__bgcontainer {
  max-width: 992px;
  padding-top: 236px;
  margin-bottom: 204px
}

.landing__list {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.landing__item {
  width: 100%;
  margin-bottom: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .landing__item .text {
    color: #565656;
    width: 97%;
    margin-top: 20px
  }

  .landing__item.second, .landing__item.fourth {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .landing__item.first .landing__image, .landing__item.third .landing__image {
    padding-bottom: 55.4%
  }

  .landing__item.first .landing__text, .landing__item.third .landing__text {
    padding-top: 128px;
    padding-left: 143px
  }

  .landing__item.fourth .landing__image {
    padding-bottom: 47.6%
  }

    .landing__item.fourth .landing__image img, .landing__item.fourth .landing__image video {
      width: 86%
    }

  .landing__item.fourth .landing__text {
    padding-top: 128px
  }

  .landing__item.second .landing__image {
    padding-bottom: 36.6%
  }

    .landing__item.second .landing__image img, .landing__item.second .landing__image video {
      width: 66.11%;
      left: 143px
    }

  .landing__item.second .landing__text {
    padding-top: 60px
  }

.landing__text, .landing__image {
  width: 50%
}

.landing__textcontainer {
  max-width: 476px
}

.landing__image {
  position: relative
}

  .landing__image img, .landing__image video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
  }

@media(max-width:1380px) and (min-width:1231px) {
  .landing__item.first .landing__text, .landing__item.third .landing__text {
    padding-left: 100px
  }

  .landing__item.second .landing__image img, .landing__item.second .landing__image video {
    left: 100px
  }
}

@media(max-width:1230px) and (min-width:981px) {
  .landing__item.first .landing__text, .landing__item.third .landing__text {
    padding-left: 75px
  }

  .landing__item.second .landing__image img, .landing__item.second .landing__image video {
    left: 75px
  }

  .landing__clientscontainer {
    width: auto;
    width: 100%;
    padding-left: 75px;
    padding-right: 75px
  }

  .landing__logos {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }

    .landing__logos .logo {
      margin-left: 10px;
      margin-right: 10px
    }

  .landing__textcontainer {
    padding-right: 45px
  }

    .landing__textcontainer .featured-landing {
      font-size: 29px;
      line-height: 41px
    }

  .landing__text {
    padding-top: 50px !important
  }

  .landing__container {
    max-width: 100%;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 190px
  }

  .landing__bgcontainer {
    max-width: 100%;
    padding-left: 75px;
    padding-right: 75px
  }

  .landing__check p {
    font-size: 17px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .landing__item {
    margin-bottom: 130px
  }

    .landing__item.first, .landing__item.third {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
    }

      .landing__item.first .landing__text, .landing__item.third .landing__text {
        padding-left: 50px;
        margin-bottom: 100px
      }

      .landing__item.first .landing__image, .landing__item.third .landing__image {
        padding-bottom: 0
      }

        .landing__item.first .landing__image img, .landing__item.first .landing__image video, .landing__item.third .landing__image img, .landing__item.third .landing__image video {
          position: relative;
          width: 100%;
          height: auto
        }

    .landing__item.second, .landing__item.fourth {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
    }

      .landing__item.second .landing__image, .landing__item.fourth .landing__image {
        margin-top: 100px;
        padding-bottom: 0
      }

        .landing__item.second .landing__image img, .landing__item.second .landing__image video, .landing__item.fourth .landing__image img, .landing__item.fourth .landing__image video {
          left: 0;
          position: relative;
          width: 100%;
          height: auto
        }

      .landing__item.second .landing__text, .landing__item.fourth .landing__text {
        padding-left: 50px
      }

  .landing__image, .landing__text {
    width: 100%
  }

  .landing__clientscontainer {
    width: auto;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px
  }

  .landing__logos {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }

    .landing__logos .logo {
      margin-left: 10px;
      margin-right: 10px
    }

      .landing__logos .logo.top {
        display: none
      }

  .landing__textcontainer {
    padding-right: 45px
  }

    .landing__textcontainer .featured-landing {
      font-size: 29px;
      line-height: 41px
    }

  .landing__text {
    padding-top: 0 !important
  }

  .landing__container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 190px
  }

  .landing__bgcontainer {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px
  }

  .landing__check p {
    font-size: 17px
  }

  .landing__check {
    margin-bottom: 10px
  }

  .landing__checks {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }
}

@media(max-width:680px) {
  .landing__trigger {
    top: 0
  }

  .landing__subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px
  }

  .landing__item {
    margin-bottom: 100px
  }

    .landing__item .text {
      margin-top: 10px
    }

    .landing__item.first, .landing__item.third {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
    }

      .landing__item.first .landing__text, .landing__item.third .landing__text {
        padding-left: 25px;
        margin-bottom: 60px
      }

      .landing__item.first .landing__image, .landing__item.third .landing__image {
        padding-bottom: 0
      }

        .landing__item.first .landing__image img, .landing__item.first .landing__image video, .landing__item.third .landing__image img, .landing__item.third .landing__image video {
          position: relative;
          width: 100%;
          height: auto
        }

    .landing__item.second, .landing__item.fourth {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
    }

      .landing__item.second .landing__image, .landing__item.fourth .landing__image {
        margin-top: 60px;
        padding-bottom: 0
      }

        .landing__item.second .landing__image img, .landing__item.second .landing__image video, .landing__item.fourth .landing__image img, .landing__item.fourth .landing__image video {
          left: 0;
          position: relative;
          width: 100%;
          height: auto
        }

      .landing__item.second .landing__text, .landing__item.fourth .landing__text {
        padding-left: 25px
      }

  .landing__image, .landing__text {
    width: 100%
  }

  .landing__clientscontainer {
    width: auto;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px
  }

  .landing__logos {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-bottom: 100px
  }

    .landing__logos .logo {
      width: 140px;
      height: 140px;
      margin-left: 10px;
      margin-right: 10px
    }

      .landing__logos .logo img {
        max-height: 50px;
        max-width: 90px
      }

      .landing__logos .logo.top {
        display: none
      }

  .landing__textcontainer {
    padding-right: 25px
  }

  .landing__text {
    padding-top: 0 !important
  }

  .landing__container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-top: 119px
  }

  .landing__bgcontainer {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 100px;
    margin-bottom: 100px
  }

    .landing__bgcontainer .featured-landing span {
      display: inline;
      border-bottom: 3px solid #34fddc
    }

      .landing__bgcontainer .featured-landing span:before {
        content: none
      }

  .landing__check p {
    font-size: 17px
  }

  .landing__check {
    margin-bottom: 10px
  }

  .landing__checks {
    margin-top: 60px
  }

  .landing__checks {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .landing__featured {
    padding-top: 0
  }
}

.postdetail__related {
  width: 100%
}

.postdetail__main {
  width: 100%;
  background-color: #efeae6;
  padding-bottom: 1px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.postdetail__main--blog {
  background-color: #131415
}

  .postdetail__main--blog .postdetail__intro, .postdetail__main--blog .postdetail__heading {
    color: #fff
  }

  .postdetail__main--blog .postdetail__related .blogpost {
    background-color: #131415
  }

.postdetail__post {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end
}

.postdetail__block {
  width: 366px;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

.postdetail__block--nofixed {
  display: none
}

.postdetail__stickyimg {
  width: 366px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

  .postdetail__stickyimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
  }

.postdetail__overlay {
  width: 100%;
  height: 100%;
  opacity: .56;
  background: #131415;
  position: absolute;
  top: 0;
  left: 0
}

.postdetail__intro {
  font-family: samsung sharp medium;
  font-size: 18px;
  color: #131415;
  line-height: 24px
}

.postdetail__heading {
  font-family: cambon-semibold;
  font-size: 72px;
  color: #131415;
  letter-spacing: 0;
  line-height: 88px;
  margin-top: 14px;
  max-width: 694px
}

.postdetail__blocktext {
  width: 95vh;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.postdetail__blocktextcontainer {
  max-width: 92%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.postdetail__content {
  height: 100%;
  overflow: scroll;
  width: -moz-calc(100% - 366px);
  width: -webkit-calc(100% - 366px);
  width: calc(100% - 366px)
}

.postdetail__header {
  width: 100%;
  height: 869px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end
}

.postdetail__white {
  width: 100%;
  min-height: 600px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.postdetail__image {
  height: 100%;
  width: 73%
}

  .postdetail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
  }

.postdetail__categorycontainer {
  width: 154px;
  height: 154px;
  background-color: #131415;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-left: 20px;
  padding-right: 20px
}

.postdetail__category {
  font-family: samsung sharp bold;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  padding-top: 5px;
  max-width: 90%;
  text-align: center
}

.postdetail__author {
  background-color: #efeae6;
  height: 154px;
  width: -moz-calc(73% + 154px);
  width: -webkit-calc(73% + 154px);
  width: calc(73% + 154px);
  padding-left: 43px;
  padding-right: 43px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

.postdetail__author--hidden {
  display: none
}

.postdetail__authorcontainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.postdetail__authorimage {
  width: 82px;
  height: 82px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  overflow: hidden
}

  .postdetail__authorimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
  }

.postdetail__authorname {
  font-family: samsung sharp bold;
  font-size: 17px;
  color: #131415;
  line-height: 30px;
  padding-top: 20px
}

.postdetail__authortitle {
  font-family: samsung sharp medium;
  font-size: 17px;
  color: #6f6f6f;
  line-height: 19px
}

.postdetail__authorinfo {
  padding-left: 25px
}

.postdetail__actions {
  padding-right: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .postdetail__actions a {
    display: block;
    margin-left: 99px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
  }

    .postdetail__actions a:hover {
      opacity: .7
    }

.postdetail__text {
  margin-top: 38px;
  padding-bottom: 175px;
  width: -moz-calc(73% + 154px);
  width: -webkit-calc(73% + 154px);
  width: calc(73% + 154px)
}

  .postdetail__text.postdetail__text--insights {
    padding-bottom: 97px
  }

  .postdetail__text .element {
    max-width: 85%
  }

  .postdetail__text p {
    font-family: samsung sharp medium;
    font-size: 19px;
    color: #131415;
    line-height: 32px;
    max-width: 85%;
    margin-bottom: 32px
  }

  .postdetail__text iframe {
    max-width: 85%;
    margin-bottom: 62px
  }

  .postdetail__text p.full {
    max-width: 100%
  }

  .postdetail__text a {
    font-family: samsung sharp medium;
    font-size: 19px;
    color: #131415;
    line-height: 32px;
    max-width: 85%;
    position: relative;
    display: inline-block
  }

    .postdetail__text a:before {
      content: '';
      position: absolute;
      width: -moz-calc(100% + 2px);
      width: -webkit-calc(100% + 2px);
      width: calc(100% + 2px);
      left: -1px;
      bottom: 6px;
      height: 2px;
      background-color: #131415;
      z-index: -1
    }

@media(hover:hover),(-ms-high-contrast:none) {
  .postdetail__text a:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
  }
}

@media(hover:hover),(-ms-high-contrast:none) {
  .postdetail__text a:hover:before {
    height: 7px
  }
}

.postdetail__text a:focus:before {
  height: 7px
}

.postdetail__text blockquote p {
  font-family: samsung sharp bold;
  font-size: 64px;
  color: #131415;
  line-height: 88px;
  max-width: 85%;
  margin-top: 174px;
  margin-bottom: 85px;
  display: block;
  position: relative;
  max-width: 792px
}

  .postdetail__text blockquote p:before {
    content: '“';
    opacity: 1;
    font-family: cambon-black;
    font-size: 220px;
    letter-spacing: 0;
    line-height: 80px;
    display: inline-block;
    position: absolute;
    top: -67px;
    left: 0
  }

.postdetail__text h1 {
  font-family: cambon-semibold;
  font-size: 60px;
  line-height: 71px;
  max-width: 85%;
  margin-top: 67px;
  margin-bottom: 67px;
  display: block
}

.postdetail__text h2 {
  font-family: cambon-semibold;
  font-size: 55px;
  line-height: 66px;
  max-width: 85%;
  margin-top: 67px;
  margin-bottom: 67px;
  display: block
}

.postdetail__text h3 {
  font-family: cambon-semibold;
  font-size: 50px;
  line-height: 61px;
  max-width: 85%;
  margin-top: 67px;
  margin-bottom: 67px;
  display: block
}

.postdetail__text h4 {
  font-family: cambon-semibold;
  font-size: 45px;
  line-height: 56px;
  max-width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block
}

.postdetail__text h5 {
  font-family: cambon-semibold;
  font-size: 40px;
  line-height: 51px;
  max-width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block
}

.postdetail__text h6 {
  font-family: samsung sharp bold;
  font-size: 27px;
  color: #131415;
  max-width: 85%;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 63px;
  display: block
}

.postdetail__text img, .postdetail__text video {
  width: 100%;
  height: 624px;
  display: block;
  object-fit: cover;
  object-position: center;
  margin-top: 86px;
  margin-bottom: 86px
}

.postdetail__text ul {
  max-width: 85%;
  margin-top: 66px
}

  .postdetail__text ul li {
    font-family: samsung sharp medium;
    font-weight: 500;
    font-size: 19px;
    color: #131415;
    line-height: 32px;
    list-style: none;
    margin-bottom: 32px;
    padding-left: 26px
  }

    .postdetail__text ul li:before {
      content: "·";
      opacity: 1;
      font-family: samsung sharp bold;
      font-weight: 700;
      font-size: 19px;
      color: #131415;
      line-height: 32px;
      display: inline-block;
      margin-left: 0;
      margin-right: 6px;
      position: relative;
      top: -1px
    }

    .postdetail__text ul li strong {
      opacity: 1;
      font-family: samsung sharp bold;
      font-weight: 700;
      font-size: 19px;
      color: #131415;
      line-height: 32px
    }

.postdetail__text ol {
  max-width: 85%;
  margin-top: 66px
}

  .postdetail__text ol li {
    font-family: samsung sharp medium;
    font-weight: 500;
    font-size: 19px;
    color: #6f6f6f;
    line-height: 32px;
    margin-bottom: 32px
  }

    .postdetail__text ol li strong {
      opacity: 1;
      font-family: samsung sharp bold;
      font-weight: 700;
      font-size: 19px;
      color: #6f6f6f;
      line-height: 32px
    }

.postdetail__subscribe {
  width: 100%;
  height: 722px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .postdetail__subscribe .subscribe__box {
    width: 85%;
    max-width: 791px;
    background-color: #131415;
    padding-top: 108px;
    padding-bottom: 108px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }

  .postdetail__subscribe .subscribe__title {
    font-family: cambon-semibold;
    font-size: 50px;
    color: #fff;
    letter-spacing: 0;
    line-height: 61px;
    margin-bottom: 23px;
    text-align: center
  }

    .postdetail__subscribe .subscribe__title span {
      display: inline-block;
      position: relative
    }

      .postdetail__subscribe .subscribe__title span:before {
        content: '';
        width: -moz-calc(100% - 3px);
        width: -webkit-calc(100% - 3px);
        width: calc(100% - 3px);
        height: 8px;
        background-color: #34fddc;
        position: absolute;
        left: 3px;
        bottom: -1px;
        z-index: -1
      }

  .postdetail__subscribe .subscribe__desc {
    font-family: samsung sharp medium;
    font-size: 19px;
    color: #6f6f6f;
    line-height: 32px;
    max-width: 380px;
    margin-bottom: 38px;
    text-align: center
  }

  .postdetail__subscribe .subscribe__boxcontainer {
    width: -moz-calc(73% + 154px);
    width: -webkit-calc(73% + 154px);
    width: calc(73% + 154px)
  }

@media(max-width:1230px) and (min-width:981px) {
  .postdetail__block {
    width: 340px
  }

  .postdetail__content {
    width: -moz-calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px)
  }

  .postdetail__actions a {
    margin-left: 60px
  }

  .postdetail__categorycontainer {
    width: 130px;
    height: 130px;
    padding-left: 15px;
    padding-right: 15px
  }

  .postdetail__category {
    font-size: 15px;
    line-height: 26px;
    line-height: 22px
  }

  .postdetail__author, .postdetail__text {
    width: -moz-calc(73% + 130px);
    width: -webkit-calc(73% + 130px);
    width: calc(73% + 130px)
  }

  .postdetail__subscribe .subscribe__boxcontainer {
    width: -moz-calc(73% + 130px);
    width: -webkit-calc(73% + 130px);
    width: calc(73% + 130px)
  }

  .postdetail__text blockquote p {
    max-width: 85%
  }
}

@media(max-width:980px) and (min-width:681px) {
  .postdetail__block, .postdetail__stickyimg {
    width: 240px
  }

    .postdetail__stickyimg img {
      object-position: right
    }

  .postdetail__blocktext {
    margin-left: 0
  }

  .postdetail__heading {
    font-size: 57px;
    line-height: 68px;
    margin-top: 0;
    max-width: 626px
  }

  .postdetail__content {
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px)
  }

  .postdetail__actions a {
    margin-left: 20px
  }

  .postdetail__actions {
    padding-right: 0
  }

  .postdetail__categorycontainer {
    display: none
  }

  .postdetail__category {
    font-size: 15px;
    line-height: 26px
  }

  .postdetail__author, .postdetail__text {
    width: -moz-calc(88%);
    width: -webkit-calc(88%);
    width: calc(88%)
  }

  .postdetail__subscribe {
    height: 600px
  }

    .postdetail__subscribe .squarelink {
      padding-left: 30px;
      padding-right: 30px
    }

    .postdetail__subscribe .squarelink__text {
      font-size: 15px
    }

    .postdetail__subscribe .subscribe__image img {
      height: 431px
    }

    .postdetail__subscribe .subscribe__boxcontainer {
      width: -moz-calc(88%);
      width: -webkit-calc(88%);
      width: calc(88%)
    }

    .postdetail__subscribe .subscribe__box {
      padding-left: 20px;
      padding-right: 20px
    }

    .postdetail__subscribe .subscribe__title {
      font-size: 38px;
      line-height: 48px
    }

    .postdetail__subscribe .subscribe__desc {
      font-size: 15px;
      line-height: 26px;
      max-width: 280px
    }

  .postdetail__author {
    padding-left: 30px;
    padding-right: 30px
  }

  .postdetail__header {
    height: 680px
  }

  .postdetail__image {
    width: 88%
  }

  .postdetail__authortitle, .postdetail__authorname {
    font-size: 15px;
    line-height: 21px
  }

  .postdetail__authorname {
    padding-top: 14px
  }

  .postdetail__authorinfo {
    padding-left: 20px
  }

  .postdetail__authorimage {
    width: 72px;
    height: 72px
  }

  .postdetail__text {
    width: -moz-calc(88%);
    width: -webkit-calc(88%);
    width: calc(88%)
  }

    .postdetail__text p, .postdetail__text ul li, .postdetail__text ol li, .postdetail__text a {
      font-size: 17px;
      line-height: 28px
    }

    .postdetail__text a {
      display: inline-block
    }

      .postdetail__text a:before {
        bottom: 8px;
        height: 4px
      }

    .postdetail__text ul li, .postdetail__text ol li {
      padding-left: 15px
    }

    .postdetail__text strong {
      font-size: 17px !important;
      line-height: 28px !important
    }

    .postdetail__text blockquote p {
      font-size: 50px;
      line-height: 61px;
      max-width: 85%;
      display: block
    }

    .postdetail__text img, .postdetail__text video {
      height: 524px;
      margin-top: 65px;
      margin-bottom: 70px
    }
}

@media(max-width:680px) {
  .postdetail__stickyimg {
    display: none
  }

  .postdetail__related .blogpost {
    background-color: #fff
  }

  .postdetail__main--blog {
    background-color: #131415
  }

    .postdetail__main--blog .postdetail__author {
      background-color: #131415 !important
    }

    .postdetail__main--blog .postdetail__authorname {
      color: #fff
    }

    .postdetail__main--blog .postdetail__actions a img {
      filter: invert(1);
      -webkit-filter: invert(1)
    }

  .postdetail__categorycontainer {
    display: none
  }

  .postdetail__post {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .postdetail__block {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding-top: 120px;
    z-index: 1
  }

    .postdetail__block .postdetail__author--hidden {
      width: 100%;
      height: 132px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-left: 0;
      padding-right: 0
    }

    .postdetail__block .postdetail__authorimage {
      width: 64px;
      height: 64px
    }

    .postdetail__block .postdetail__authorname, .postdetail__block .postdetail__authortitle {
      font-size: 13px;
      line-height: 18px
    }

    .postdetail__block .postdetail__authorname {
      padding-top: 16px
    }

    .postdetail__block .postdetail__authorinfo {
      padding-left: 8px
    }

  .postdetail__intro {
    font-size: 13px;
    line-height: 24px
  }

  .postdetail__blocktext {
    width: 100%;
    height: auto;
    min-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
  }

  .postdetail__blocktextcontainer {
    max-width: 100%
  }

  .postdetail__heading {
    font-size: 45px;
    line-height: 56px;
    margin-top: 8px;
    max-width: 325px;
    margin-bottom: 0
  }

  .postdetail__actions a {
    margin-left: 30px
  }

    .postdetail__actions a img {
      max-height: 15px
    }

  .postdetail__actions {
    padding-right: 0
  }

  .postdetail__white .postdetail__author {
    display: none
  }

  .postdetail__subscribe {
    height: 600px
  }

    .postdetail__subscribe .subscribe__image img {
      height: 331px
    }

    .postdetail__subscribe .subscribe__boxcontainer {
      width: -moz-calc(100% );
      width: -webkit-calc(100% );
      width: calc(100% );
      padding-left: 25px;
      padding-right: 25px
    }

    .postdetail__subscribe .subscribe__box {
      padding-left: 25px;
      padding-right: 25px;
      width: -moz-calc(100%);
      width: -webkit-calc(100%);
      width: calc(100%);
      max-width: 420px
    }

    .postdetail__subscribe .subscribe__title {
      font-size: 31px;
      line-height: 38px
    }

      .postdetail__subscribe .subscribe__title span:before {
        height: 6px;
        z-index: -1;
        bottom: -2px
      }

    .postdetail__subscribe .subscribe__desc {
      font-size: 15px;
      line-height: 26px
    }

  .postdetail__text {
    width: 100%;
    margin-top: 47px;
    padding-bottom: 75px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px)
  }

    .postdetail__text p, .postdetail__text ul li, .postdetail__text ol li, .postdetail__text a {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px);
      font-size: 15px;
      line-height: 26px
    }

    .postdetail__text .element {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px)
    }

    .postdetail__text a {
      display: inline-block
    }

      .postdetail__text a:before {
        bottom: 6px;
        height: 4px
      }

    .postdetail__text strong {
      font-size: 15px !important;
      line-height: 26px !important
    }

    .postdetail__text ul li, .postdetail__text ol li {
      padding-left: 15px
    }

    .postdetail__text iframe {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px)
    }

    .postdetail__text ul, .postdetail__text ol {
      max-width: -moz-calc(100%);
      max-width: -webkit-calc(100%);
      max-width: calc(100%);
      margin-top: 45px
    }

    .postdetail__text blockquote p {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px);
      font-size: 31px;
      line-height: 38px;
      margin-top: 144px;
      margin-bottom: 61px
    }

      .postdetail__text blockquote p:before {
        font-size: 186px
      }

    .postdetail__text img, .postdetail__text video {
      height: 234px;
      margin-top: 50px;
      margin-bottom: 50px
    }

    .postdetail__text h1 {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px);
      font-size: 40px;
      line-height: 52px;
      margin-top: 45px;
      margin-bottom: 45px
    }
  
    .postdetail__text h2 {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px);
      font-size: 36px;
      line-height: 48px;
      margin-top: 45px;
      margin-bottom: 45px
    }
  
    .postdetail__text h3 {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px);
      font-size: 32px;
      line-height: 44px;
      margin-top: 45px;
      margin-bottom: 45px
    }

    .postdetail__text h4 {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px);
      font-size: 28px;
      line-height: 40px;
      margin-top: 45px;
      margin-bottom: 45px
    }

    .postdetail__text h5 {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px);
      font-size: 24px;
      line-height: 36px;
      margin-top: 45px;
      margin-bottom: 45px
    }

    .postdetail__text h6 {
      max-width: -moz-calc(100% - 30px);
      max-width: -webkit-calc(100% - 30px);
      max-width: calc(100% - 30px);
      font-size: 20px;
      line-height: 28px;
      margin-top: 45px;
      margin-bottom: 45px
    }

  .postdetail__content {
    height: auto;
    width: 100%;
    margin-top: 36px
  }

  .postdetail__image {
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 436px
  }

  .postdetail__header {
    height: auto
  }
}

@media(min-width:681px) and (max-height:759px) {
  .postdetail__block {
    min-height: 500px
  }

  .postdetail__blocktext {
    width: 88vh;
    min-width: 557px
  }

  .postdetail__heading {
    font-size: 58px;
    line-height: 74px
  }
}

.notfound__header {
  width: 100%;
  min-height: 1005px;
  position: relative;
  background-color: #fff;
  padding-top: 209px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

  .notfound__header .squarelink {
    margin-bottom: 171px
  }

.notfound__container {
  padding-left: 143px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start
}

.notfound__number {
  font-family: cambon-black;
  font-size: 152px;
  color: #000;
  letter-spacing: 0;
  line-height: 88px;
  margin-bottom: 38px
}

.notfound__headertitle {
  font-family: cambon-semibold;
  font-size: 72px;
  color: #000;
  letter-spacing: 0;
  line-height: 88px;
  position: relative;
  margin-top: 15px;
  max-width: 816px;
  margin-bottom: 40px
}

.notfound__desc {
  font-family: samsung sharp medium;
  font-size: 19px;
  color: #565656;
  line-height: 32px;
  max-width: 516px;
  margin-bottom: 40px
}

.notfound__media {
  width: 100%;
  height: 465px;
  position: relative
}

  .notfound__media video, .notfound__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom left;
    display: block
  }

@media(max-width:1230px) and (min-width:981px) {
  .notfound__header {
    padding-bottom: 0
  }

  .notfound__container {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:980px) and (min-width:681px) {
  .notfound__header {
    padding-top: 180px;
    padding-bottom: 0
  }

  .notfound__container {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:680px) {
  .notfound__header {
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 500px;
    height: auto
  }

    .notfound__header .squarelink {
      margin-bottom: 0
    }

  .notfound__container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
  }

  .notfound__desc {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    max-width: 325px
  }

  .notfound__number {
    font-size: 100px;
    margin-bottom: 0
  }

  .notfound__headertitle {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 22px;
    max-width: 350px;
    margin-top: 10px
  }

    .notfound__headertitle span:before {
      height: 47px;
      left: -1px;
      top: 11px
    }
}





/* Overlay-- only show for tablet and up */
@media only screen and (min-width: 40em) {
    .modal-overlay {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }

        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }
}
/* Modal */
.modal {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 600px;
    max-width: 75rem;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

    .modal .close-modal {
        position: absolute;
        cursor: pointer;
        top: 5px;
        right: 15px;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

        .modal .close-modal svg {
            width: 1.75em;
            height: 1.75em;
        }

    .modal .modal-content {
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .modal.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        .modal.active .modal-content {
            opacity: 1;
        }

        .modal.active .close-modal {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            opacity: 1;
        }

/* Mobile styling */
@media only screen and (max-width: 39.9375em) {
    h1 {
        font-size: 1.5rem;
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0 !important;
    }

    .close-modal {
        right: 20px !important;
    }
}
