@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

.section-approach {
  width: auto;
  position: static;
  float: none;
  clear: both;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 110px;
  background-color: #202020; }
  @media (max-width: 1100px) {
    .section-approach {
      margin-bottom: 88px; } }
  @media (max-width: 800px) {
    .section-approach {
      margin-bottom: 66px; } }
  @media (max-width: 650px) {
    .section-approach {
      margin-bottom: 55px; } }
  @media (max-width: 500px) {
    .section-approach {
      margin-bottom: 49.5px; } }
  .section-approach .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15); }
  .section-approach .wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px; }
    @media (max-width: 1100px) {
      .section-approach .wrapper {
        padding-top: 48px; } }
    @media (max-width: 800px) {
      .section-approach .wrapper {
        padding-top: 36px; } }
    @media (max-width: 650px) {
      .section-approach .wrapper {
        padding-top: 30px; } }
    @media (max-width: 500px) {
      .section-approach .wrapper {
        padding-top: 27px; } }
    @media (max-width: 1100px) {
      .section-approach .wrapper {
        padding-bottom: 64px; } }
    @media (max-width: 800px) {
      .section-approach .wrapper {
        padding-bottom: 48px; } }
    @media (max-width: 650px) {
      .section-approach .wrapper {
        padding-bottom: 40px; } }
    @media (max-width: 500px) {
      .section-approach .wrapper {
        padding-bottom: 36px; } }
    .section-approach .wrapper .content {
      position: relative;
      color: #fff;
      transform: translateZ(0); }
      .no-touch .section-approach .wrapper .content:hover .btn {
        border-color: #F04E25;
        color: #fff;
        background-color: #F04E25; }
      .no-touch .section-approach .wrapper .content:hover .field-image {
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        transform: perspective(800px) rotate3d(1, 1, 0, 2deg) scale(1.025); }
      .section-approach .wrapper .content--right {
        width: 48.70968%;
        float: left;
        margin-left: -8.54839%;
        margin-top: 40px;
        position: relative;
        z-index: 2; }
        @media (max-width: 1100px) {
          .section-approach .wrapper .content--right {
            margin-top: 32px; } }
        @media (max-width: 800px) {
          .section-approach .wrapper .content--right {
            margin-top: 24px; } }
        @media (max-width: 650px) {
          .section-approach .wrapper .content--right {
            margin-top: 20px; } }
        @media (max-width: 500px) {
          .section-approach .wrapper .content--right {
            margin-top: 18px; } }
        @media (max-width: 1100px) {
          .section-approach .wrapper .content--right {
            width: 57.25806%;
            float: left;
            margin-left: -8.54839%; } }
        @media (max-width: 800px) {
          .section-approach .wrapper .content--right {
            width: 100%;
            margin-left: 0; } }
        @media (max-width: 650px) {
          .section-approach .wrapper .content--right {
            margin-top: 0;
            padding-top: 40px; } }
  @media (max-width: 650px) and (max-width: 1100px) {
    .section-approach .wrapper .content--right {
      padding-top: 32px; } }
  @media (max-width: 650px) and (max-width: 800px) {
    .section-approach .wrapper .content--right {
      padding-top: 24px; } }
  @media (max-width: 650px) and (max-width: 650px) {
    .section-approach .wrapper .content--right {
      padding-top: 20px; } }
  @media (max-width: 650px) and (max-width: 500px) {
    .section-approach .wrapper .content--right {
      padding-top: 18px; } }
      .section-approach .wrapper .content .section-title {
        margin-bottom: 32px;
        color: #AAB3B6; }
        @media (max-width: 1100px) {
          .section-approach .wrapper .content .section-title {
            margin-bottom: 25.6px; } }
        @media (max-width: 800px) {
          .section-approach .wrapper .content .section-title {
            margin-bottom: 19.2px; } }
        @media (max-width: 650px) {
          .section-approach .wrapper .content .section-title {
            margin-bottom: 16px; } }
        @media (max-width: 500px) {
          .section-approach .wrapper .content .section-title {
            margin-bottom: 14.4px; } }
      .section-approach .wrapper .content .field-image {
        position: relative;
        z-index: 1;
        /* Chrome, Safari, Opera */
        transform-style: preserve-3d;
        transition: transform 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
        width: 57.25806%;
        margin-right: 2.58065%;
        float: left; }
        @media (max-width: 1100px) {
          .section-approach .wrapper .content .field-image {
            width: 48.70968%;
            margin-right: 2.58065%;
            float: left; } }
        @media (max-width: 800px) {
          .section-approach .wrapper .content .field-image {
            width: 100%; } }
        .section-approach .wrapper .content .field-image img {
          width: 100%; }

/*# sourceMappingURL=../../_maps/entity/section/section--approach.css.map */
