﻿/*!
 * Theme Name: Officious
 * Theme URI: https://rebellionmonkey.nl/
 * Author: Rebellion Monkey
 * Author URI: https://rebellionmonkey.nl/
 * Description: Gemaakt door https://rebellionmonkey.nl/
 * Version: 1.0
 * Text Domain: os
 */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 .theme-wrap small {
    font-size: 80%;
  }
  .theme-wrap p {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .theme-wrap textarea {
    resize: vertical;
  }
  .theme-wrap button,
  .theme-wrap [type="button"],
  .theme-wrap [type="reset"],
  .theme-wrap [type="submit"] {
    -webkit-appearance: button;
  }
  .theme-wrap button::-moz-focus-inner,
  .theme-wrap [type="button"]::-moz-focus-inner,
  .theme-wrap [type="reset"]::-moz-focus-inner,
  .theme-wrap [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  .theme-wrap button:-moz-focusring,
  .theme-wrap [type="button"]:-moz-focusring,
  .theme-wrap [type="reset"]:-moz-focusring,
  .theme-wrap [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  .theme-wrap progress {
    vertical-align: baseline;
  }
  .theme-wrap [type="number"]::-webkit-inner-spin-button,
  .theme-wrap [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  .theme-wrap [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  .theme-wrap [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  .theme-wrap ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  html {
    -ms-overflow-style: scrollbar;
  }
  .wp-admin .wp-block {
    max-width: 100%;
    margin: 0px;
  }
  .theme-wrap *,
  .theme-wrap *::before,
  .theme-wrap *::after {
    box-sizing: border-box;
  }
  .theme-wrap .container,
  .theme-wrap .container-fluid,
  .theme-wrap .container-sm,
  .theme-wrap .container-md,
  .theme-wrap .container-lg,
  .theme-wrap .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .theme-wrap .container-sm,
    .theme-wrap .container {
      max-width: 536px;
    }
  }
  @media (min-width: 768px) {
    .theme-wrap .container-md,
    .theme-wrap .container-sm,
    .theme-wrap .container {
      max-width: 728px;
    }
  }
  @media (min-width: 992px) {
    .theme-wrap .container-lg,
    .theme-wrap .container-md,
    .theme-wrap .container-sm,
    .theme-wrap .container {
      max-width: 892px;
    }
  }
  @media (min-width: 1280px) {
    .theme-wrap .container-xl,
    .theme-wrap .container-lg,
    .theme-wrap .container-md,
    .theme-wrap .container-sm,
    .theme-wrap .container {
      max-width: 1160px;
    }
  }
  @media (min-width: 1400px) {
    .theme-wrap .container-xxl,
    .theme-wrap .container-xl,
    .theme-wrap .container-lg,
    .theme-wrap .container-md,
    .theme-wrap .container-sm,
    .theme-wrap .container {
      max-width: 1240px;
    }
  }
  @media (min-width: 1680px) {
    .theme-wrap .container-xxxl,
    .theme-wrap .container-xxl,
    .theme-wrap .container-xl,
    .theme-wrap .container-lg,
    .theme-wrap .container-md,
    .theme-wrap .container-sm,
    .theme-wrap .container {
      max-width: 1640px;
    }
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .hide-xxl {
      display: none !important;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .hide-xl {
      display: none !important;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .hide-lg {
      display: none !important;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .hide-md {
      display: none !important;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .hide-sm {
      display: none !important;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .hide-xs {
      display: none !important;
    }
  }
  .theme-wrap .show-xxl {
    display: none !important;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .show-xxl {
      display: block !important;
    }
  }
  .theme-wrap .show-xl {
    display: none !important;
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .show-xl {
      display: block !important;
    }
  }
  .theme-wrap .show-lg {
    display: none !important;
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .show-lg {
      display: block !important;
    }
  }
  .theme-wrap .show-md {
    display: none !important;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .show-md {
      display: block !important;
    }
  }
  .theme-wrap .show-sm {
    display: none !important;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .show-sm {
      display: block !important;
    }
  }
  .theme-wrap .show-xs {
    display: none !important;
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .show-xs {
      display: block !important;
    }
  }
  .fx-display {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
  }
  .fx-display-inline {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: "inline-flex";
  }
  .fx-direction {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fx-direction-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fx-direction-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fx-direction-column-reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .fx-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fx-wrap-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .fx-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .fx-justify-flex-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .fx-justify-flex-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .fx-justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .fx-justify-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .fx-justify-space-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .fx-align-content-flex-start {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
  }
  .fx-align-content-flex-end {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end;
  }
  .fx-align-content-center {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .fx-align-content-space-between {
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .fx-align-content-space-around {
    -webkit-align-content: space-around;
    -moz-align-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .fx-align-content-stretch {
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
  }
  .fx-align-items-flex-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .fx-align-items-flex-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .fx-align-items-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .fx-align-items-baseline {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
  .fx-align-items-stretch {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .fx-order-0 {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    order: 0;
  }
  .fx-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .fx-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .fx-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .fx-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .fx-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .fx-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
  .fx-order-7 {
    -webkit-order: 7;
    -moz-order: 7;
    -ms-order: 7;
    order: 7;
  }
  .fx-order-8 {
    -webkit-order: 8;
    -moz-order: 8;
    -ms-order: 8;
    order: 8;
  }
  .fx-order-9 {
    -webkit-order: 9;
    -moz-order: 9;
    -ms-order: 9;
    order: 9;
  }
  .fx-order-10 {
    -webkit-order: 10;
    -moz-order: 10;
    -ms-order: 10;
    order: 10;
  }
  .fx-grow-0 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
  }
  .fx-grow-1 {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .fx-grow-2 {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
  }
  .fx-grow-3 {
    -webkit-flex-grow: 3;
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    flex-grow: 3;
  }
  .fx-grow-4 {
    -webkit-flex-grow: 4;
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    flex-grow: 4;
  }
  .fx-grow-5 {
    -webkit-flex-grow: 5;
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    flex-grow: 5;
  }
  .fx-grow-6 {
    -webkit-flex-grow: 6;
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    flex-grow: 6;
  }
  .fx-grow-7 {
    -webkit-flex-grow: 7;
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    flex-grow: 7;
  }
  .fx-grow-8 {
    -webkit-flex-grow: 8;
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    flex-grow: 8;
  }
  .fx-grow-9 {
    -webkit-flex-grow: 9;
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    flex-grow: 9;
  }
  .fx-grow-10 {
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    flex-grow: 10;
  }
  .fx-shrink-0 {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .fx-shrink-1 {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
  }
  .fx-shrink-2 {
    -webkit-flex-shrink: 2;
    -moz-flex-shrink: 2;
    -ms-flex-shrink: 2;
    flex-shrink: 2;
  }
  .fx-shrink-3 {
    -webkit-flex-shrink: 3;
    -moz-flex-shrink: 3;
    -ms-flex-shrink: 3;
    flex-shrink: 3;
  }
  .fx-shrink-4 {
    -webkit-flex-shrink: 4;
    -moz-flex-shrink: 4;
    -ms-flex-shrink: 4;
    flex-shrink: 4;
  }
  .fx-shrink-5 {
    -webkit-flex-shrink: 5;
    -moz-flex-shrink: 5;
    -ms-flex-shrink: 5;
    flex-shrink: 5;
  }
  .fx-shrink-6 {
    -webkit-flex-shrink: 6;
    -moz-flex-shrink: 6;
    -ms-flex-shrink: 6;
    flex-shrink: 6;
  }
  .fx-shrink-7 {
    -webkit-flex-shrink: 7;
    -moz-flex-shrink: 7;
    -ms-flex-shrink: 7;
    flex-shrink: 7;
  }
  .fx-shrink-8 {
    -webkit-flex-shrink: 8;
    -moz-flex-shrink: 8;
    -ms-flex-shrink: 8;
    flex-shrink: 8;
  }
  .fx-shrink-9 {
    -webkit-flex-shrink: 9;
    -moz-flex-shrink: 9;
    -ms-flex-shrink: 9;
    flex-shrink: 9;
  }
  .fx-shrink-10 {
    -webkit-flex-shrink: 10;
    -moz-flex-shrink: 10;
    -ms-flex-shrink: 10;
    flex-shrink: 10;
  }
  .fx-align-self-flex-start {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .fx-align-self-flex-end {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .fx-align-self-center {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .fx-align-self-baseline {
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-align-self: baseline;
    align-self: baseline;
  }
  .fx-align-self-stretch {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch;
  }
  @media (max-width: 1680px) {
    .fx-xxl-direction {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .fx-xxl-direction-reverse {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .fx-xxl-direction-column {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .fx-xxl-direction-column-reverse {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .fx-xxl-wrap {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .fx-xxl-wrap-nowrap {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .fx-xxl-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse;
      -moz-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }
    .fx-xxl-justify-flex-start {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
    }
    .fx-xxl-justify-flex-end {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
    }
    .fx-xxl-justify-center {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
    }
    .fx-xxl-justify-space-between {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    }
    .fx-xxl-justify-space-around {
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
    }
    .fx-xxl-align-content-flex-start {
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
    }
    .fx-xxl-align-content-flex-end {
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end;
    }
    .fx-xxl-align-content-center {
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center;
    }
    .fx-xxl-align-content-space-between {
      -webkit-align-content: space-between;
      -moz-align-content: space-between;
      -ms-align-content: space-between;
      align-content: space-between;
    }
    .fx-xxl-align-content-space-around {
      -webkit-align-content: space-around;
      -moz-align-content: space-around;
      -ms-align-content: space-around;
      align-content: space-around;
    }
    .fx-xxl-align-content-stretch {
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-align-content: stretch;
      align-content: stretch;
    }
    .fx-xxl-align-items-flex-start {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    .fx-xxl-align-items-flex-end {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
    }
    .fx-xxl-align-items-center {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
    }
    .fx-xxl-align-items-baseline {
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
    }
    .fx-xxl-align-items-stretch {
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
    }
    .fx-xxl-order-0 {
      -webkit-order: 0;
      -moz-order: 0;
      -ms-order: 0;
      order: 0;
    }
    .fx-xxl-order-1 {
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      order: 1;
    }
    .fx-xxl-order-2 {
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      order: 2;
    }
    .fx-xxl-order-3 {
      -webkit-order: 3;
      -moz-order: 3;
      -ms-order: 3;
      order: 3;
    }
    .fx-xxl-order-4 {
      -webkit-order: 4;
      -moz-order: 4;
      -ms-order: 4;
      order: 4;
    }
    .fx-xxl-order-5 {
      -webkit-order: 5;
      -moz-order: 5;
      -ms-order: 5;
      order: 5;
    }
    .fx-xxl-order-6 {
      -webkit-order: 6;
      -moz-order: 6;
      -ms-order: 6;
      order: 6;
    }
    .fx-xxl-order-7 {
      -webkit-order: 7;
      -moz-order: 7;
      -ms-order: 7;
      order: 7;
    }
    .fx-xxl-order-8 {
      -webkit-order: 8;
      -moz-order: 8;
      -ms-order: 8;
      order: 8;
    }
    .fx-xxl-order-9 {
      -webkit-order: 9;
      -moz-order: 9;
      -ms-order: 9;
      order: 9;
    }
    .fx-xxl-order-10 {
      -webkit-order: 10;
      -moz-order: 10;
      -ms-order: 10;
      order: 10;
    }
    .fx-xxl-grow-0 {
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
    }
    .fx-xxl-grow-1 {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .fx-xxl-grow-2 {
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-grow: 2;
      flex-grow: 2;
    }
    .fx-xxl-grow-3 {
      -webkit-flex-grow: 3;
      -moz-flex-grow: 3;
      -ms-flex-grow: 3;
      flex-grow: 3;
    }
    .fx-xxl-grow-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4;
    }
    .fx-xxl-grow-5 {
      -webkit-flex-grow: 5;
      -moz-flex-grow: 5;
      -ms-flex-grow: 5;
      flex-grow: 5;
    }
    .fx-xxl-grow-6 {
      -webkit-flex-grow: 6;
      -moz-flex-grow: 6;
      -ms-flex-grow: 6;
      flex-grow: 6;
    }
    .fx-xxl-grow-7 {
      -webkit-flex-grow: 7;
      -moz-flex-grow: 7;
      -ms-flex-grow: 7;
      flex-grow: 7;
    }
    .fx-xxl-grow-8 {
      -webkit-flex-grow: 8;
      -moz-flex-grow: 8;
      -ms-flex-grow: 8;
      flex-grow: 8;
    }
    .fx-xxl-grow-9 {
      -webkit-flex-grow: 9;
      -moz-flex-grow: 9;
      -ms-flex-grow: 9;
      flex-grow: 9;
    }
    .fx-xxl-grow-10 {
      -webkit-flex-grow: 10;
      -moz-flex-grow: 10;
      -ms-flex-grow: 10;
      flex-grow: 10;
    }
    .fx-xxl-shrink-0 {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
    }
    .fx-xxl-shrink-1 {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
    }
    .fx-xxl-shrink-2 {
      -webkit-flex-shrink: 2;
      -moz-flex-shrink: 2;
      -ms-flex-shrink: 2;
      flex-shrink: 2;
    }
    .fx-xxl-shrink-3 {
      -webkit-flex-shrink: 3;
      -moz-flex-shrink: 3;
      -ms-flex-shrink: 3;
      flex-shrink: 3;
    }
    .fx-xxl-shrink-4 {
      -webkit-flex-shrink: 4;
      -moz-flex-shrink: 4;
      -ms-flex-shrink: 4;
      flex-shrink: 4;
    }
    .fx-xxl-shrink-5 {
      -webkit-flex-shrink: 5;
      -moz-flex-shrink: 5;
      -ms-flex-shrink: 5;
      flex-shrink: 5;
    }
    .fx-xxl-shrink-6 {
      -webkit-flex-shrink: 6;
      -moz-flex-shrink: 6;
      -ms-flex-shrink: 6;
      flex-shrink: 6;
    }
    .fx-xxl-shrink-7 {
      -webkit-flex-shrink: 7;
      -moz-flex-shrink: 7;
      -ms-flex-shrink: 7;
      flex-shrink: 7;
    }
    .fx-xxl-shrink-8 {
      -webkit-flex-shrink: 8;
      -moz-flex-shrink: 8;
      -ms-flex-shrink: 8;
      flex-shrink: 8;
    }
    .fx-xxl-shrink-9 {
      -webkit-flex-shrink: 9;
      -moz-flex-shrink: 9;
      -ms-flex-shrink: 9;
      flex-shrink: 9;
    }
    .fx-xxl-shrink-10 {
      -webkit-flex-shrink: 10;
      -moz-flex-shrink: 10;
      -ms-flex-shrink: 10;
      flex-shrink: 10;
    }
    .fx-xxl-align-self-flex-start {
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start;
    }
    .fx-xxl-align-self-flex-end {
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-align-self: flex-end;
      align-self: flex-end;
    }
    .fx-xxl-align-self-center {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center;
    }
    .fx-xxl-align-self-baseline {
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-align-self: baseline;
      align-self: baseline;
    }
    .fx-xxl-align-self-stretch {
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
    }
  }
  @media (max-width: 1400px) {
    .fx-xl-direction {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .fx-xl-direction-reverse {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .fx-xl-direction-column {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .fx-xl-direction-column-reverse {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .fx-xl-wrap {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .fx-xl-wrap-nowrap {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .fx-xl-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse;
      -moz-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }
    .fx-xl-justify-flex-start {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
    }
    .fx-xl-justify-flex-end {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
    }
    .fx-xl-justify-center {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
    }
    .fx-xl-justify-space-between {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    }
    .fx-xl-justify-space-around {
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
    }
    .fx-xl-align-content-flex-start {
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
    }
    .fx-xl-align-content-flex-end {
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end;
    }
    .fx-xl-align-content-center {
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center;
    }
    .fx-xl-align-content-space-between {
      -webkit-align-content: space-between;
      -moz-align-content: space-between;
      -ms-align-content: space-between;
      align-content: space-between;
    }
    .fx-xl-align-content-space-around {
      -webkit-align-content: space-around;
      -moz-align-content: space-around;
      -ms-align-content: space-around;
      align-content: space-around;
    }
    .fx-xl-align-content-stretch {
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-align-content: stretch;
      align-content: stretch;
    }
    .fx-xl-align-items-flex-start {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    .fx-xl-align-items-flex-end {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
    }
    .fx-xl-align-items-center {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
    }
    .fx-xl-align-items-baseline {
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
    }
    .fx-xl-align-items-stretch {
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
    }
    .fx-xl-order-0 {
      -webkit-order: 0;
      -moz-order: 0;
      -ms-order: 0;
      order: 0;
    }
    .fx-xl-order-1 {
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      order: 1;
    }
    .fx-xl-order-2 {
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      order: 2;
    }
    .fx-xl-order-3 {
      -webkit-order: 3;
      -moz-order: 3;
      -ms-order: 3;
      order: 3;
    }
    .fx-xl-order-4 {
      -webkit-order: 4;
      -moz-order: 4;
      -ms-order: 4;
      order: 4;
    }
    .fx-xl-order-5 {
      -webkit-order: 5;
      -moz-order: 5;
      -ms-order: 5;
      order: 5;
    }
    .fx-xl-order-6 {
      -webkit-order: 6;
      -moz-order: 6;
      -ms-order: 6;
      order: 6;
    }
    .fx-xl-order-7 {
      -webkit-order: 7;
      -moz-order: 7;
      -ms-order: 7;
      order: 7;
    }
    .fx-xl-order-8 {
      -webkit-order: 8;
      -moz-order: 8;
      -ms-order: 8;
      order: 8;
    }
    .fx-xl-order-9 {
      -webkit-order: 9;
      -moz-order: 9;
      -ms-order: 9;
      order: 9;
    }
    .fx-xl-order-10 {
      -webkit-order: 10;
      -moz-order: 10;
      -ms-order: 10;
      order: 10;
    }
    .fx-xl-grow-0 {
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
    }
    .fx-xl-grow-1 {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .fx-xl-grow-2 {
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-grow: 2;
      flex-grow: 2;
    }
    .fx-xl-grow-3 {
      -webkit-flex-grow: 3;
      -moz-flex-grow: 3;
      -ms-flex-grow: 3;
      flex-grow: 3;
    }
    .fx-xl-grow-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4;
    }
    .fx-xl-grow-5 {
      -webkit-flex-grow: 5;
      -moz-flex-grow: 5;
      -ms-flex-grow: 5;
      flex-grow: 5;
    }
    .fx-xl-grow-6 {
      -webkit-flex-grow: 6;
      -moz-flex-grow: 6;
      -ms-flex-grow: 6;
      flex-grow: 6;
    }
    .fx-xl-grow-7 {
      -webkit-flex-grow: 7;
      -moz-flex-grow: 7;
      -ms-flex-grow: 7;
      flex-grow: 7;
    }
    .fx-xl-grow-8 {
      -webkit-flex-grow: 8;
      -moz-flex-grow: 8;
      -ms-flex-grow: 8;
      flex-grow: 8;
    }
    .fx-xl-grow-9 {
      -webkit-flex-grow: 9;
      -moz-flex-grow: 9;
      -ms-flex-grow: 9;
      flex-grow: 9;
    }
    .fx-xl-grow-10 {
      -webkit-flex-grow: 10;
      -moz-flex-grow: 10;
      -ms-flex-grow: 10;
      flex-grow: 10;
    }
    .fx-xl-shrink-0 {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
    }
    .fx-xl-shrink-1 {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
    }
    .fx-xl-shrink-2 {
      -webkit-flex-shrink: 2;
      -moz-flex-shrink: 2;
      -ms-flex-shrink: 2;
      flex-shrink: 2;
    }
    .fx-xl-shrink-3 {
      -webkit-flex-shrink: 3;
      -moz-flex-shrink: 3;
      -ms-flex-shrink: 3;
      flex-shrink: 3;
    }
    .fx-xl-shrink-4 {
      -webkit-flex-shrink: 4;
      -moz-flex-shrink: 4;
      -ms-flex-shrink: 4;
      flex-shrink: 4;
    }
    .fx-xl-shrink-5 {
      -webkit-flex-shrink: 5;
      -moz-flex-shrink: 5;
      -ms-flex-shrink: 5;
      flex-shrink: 5;
    }
    .fx-xl-shrink-6 {
      -webkit-flex-shrink: 6;
      -moz-flex-shrink: 6;
      -ms-flex-shrink: 6;
      flex-shrink: 6;
    }
    .fx-xl-shrink-7 {
      -webkit-flex-shrink: 7;
      -moz-flex-shrink: 7;
      -ms-flex-shrink: 7;
      flex-shrink: 7;
    }
    .fx-xl-shrink-8 {
      -webkit-flex-shrink: 8;
      -moz-flex-shrink: 8;
      -ms-flex-shrink: 8;
      flex-shrink: 8;
    }
    .fx-xl-shrink-9 {
      -webkit-flex-shrink: 9;
      -moz-flex-shrink: 9;
      -ms-flex-shrink: 9;
      flex-shrink: 9;
    }
    .fx-xl-shrink-10 {
      -webkit-flex-shrink: 10;
      -moz-flex-shrink: 10;
      -ms-flex-shrink: 10;
      flex-shrink: 10;
    }
    .fx-xl-align-self-flex-start {
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start;
    }
    .fx-xl-align-self-flex-end {
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-align-self: flex-end;
      align-self: flex-end;
    }
    .fx-xl-align-self-center {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center;
    }
    .fx-xl-align-self-baseline {
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-align-self: baseline;
      align-self: baseline;
    }
    .fx-xl-align-self-stretch {
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
    }
  }
  @media (max-width: 1280px) {
    .fx-lg-display {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
    }
    .fx-lg-direction {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .fx-lg-direction-reverse {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .fx-lg-direction-column {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .fx-lg-direction-column-reverse {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .fx-lg-wrap {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .fx-lg-wrap-nowrap {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .fx-lg-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse;
      -moz-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }
    .fx-lg-justify-flex-start {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
    }
    .fx-lg-justify-flex-end {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
    }
    .fx-lg-justify-center {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
    }
    .fx-lg-justify-space-between {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    }
    .fx-lg-justify-space-around {
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
    }
    .fx-lg-align-content-flex-start {
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
    }
    .fx-lg-align-content-flex-end {
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end;
    }
    .fx-lg-align-content-center {
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center;
    }
    .fx-lg-align-content-space-between {
      -webkit-align-content: space-between;
      -moz-align-content: space-between;
      -ms-align-content: space-between;
      align-content: space-between;
    }
    .fx-lg-align-content-space-around {
      -webkit-align-content: space-around;
      -moz-align-content: space-around;
      -ms-align-content: space-around;
      align-content: space-around;
    }
    .fx-lg-align-content-stretch {
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-align-content: stretch;
      align-content: stretch;
    }
    .fx-lg-align-items-flex-start {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    .fx-lg-align-items-flex-end {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
    }
    .fx-lg-align-items-center {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
    }
    .fx-lg-align-items-baseline {
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
    }
    .fx-lg-align-items-stretch {
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
    }
    .fx-lg-order-0 {
      -webkit-order: 0;
      -moz-order: 0;
      -ms-order: 0;
      order: 0;
    }
    .fx-lg-order-1 {
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      order: 1;
    }
    .fx-lg-order-2 {
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      order: 2;
    }
    .fx-lg-order-3 {
      -webkit-order: 3;
      -moz-order: 3;
      -ms-order: 3;
      order: 3;
    }
    .fx-lg-order-4 {
      -webkit-order: 4;
      -moz-order: 4;
      -ms-order: 4;
      order: 4;
    }
    .fx-lg-order-5 {
      -webkit-order: 5;
      -moz-order: 5;
      -ms-order: 5;
      order: 5;
    }
    .fx-lg-order-6 {
      -webkit-order: 6;
      -moz-order: 6;
      -ms-order: 6;
      order: 6;
    }
    .fx-lg-order-7 {
      -webkit-order: 7;
      -moz-order: 7;
      -ms-order: 7;
      order: 7;
    }
    .fx-lg-order-8 {
      -webkit-order: 8;
      -moz-order: 8;
      -ms-order: 8;
      order: 8;
    }
    .fx-lg-order-9 {
      -webkit-order: 9;
      -moz-order: 9;
      -ms-order: 9;
      order: 9;
    }
    .fx-lg-order-10 {
      -webkit-order: 10;
      -moz-order: 10;
      -ms-order: 10;
      order: 10;
    }
    .fx-lg-grow-0 {
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
    }
    .fx-lg-grow-1 {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .fx-lg-grow-2 {
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-grow: 2;
      flex-grow: 2;
    }
    .fx-lg-grow-3 {
      -webkit-flex-grow: 3;
      -moz-flex-grow: 3;
      -ms-flex-grow: 3;
      flex-grow: 3;
    }
    .fx-lg-grow-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4;
    }
    .fx-lg-grow-5 {
      -webkit-flex-grow: 5;
      -moz-flex-grow: 5;
      -ms-flex-grow: 5;
      flex-grow: 5;
    }
    .fx-lg-grow-6 {
      -webkit-flex-grow: 6;
      -moz-flex-grow: 6;
      -ms-flex-grow: 6;
      flex-grow: 6;
    }
    .fx-lg-grow-7 {
      -webkit-flex-grow: 7;
      -moz-flex-grow: 7;
      -ms-flex-grow: 7;
      flex-grow: 7;
    }
    .fx-lg-grow-8 {
      -webkit-flex-grow: 8;
      -moz-flex-grow: 8;
      -ms-flex-grow: 8;
      flex-grow: 8;
    }
    .fx-lg-grow-9 {
      -webkit-flex-grow: 9;
      -moz-flex-grow: 9;
      -ms-flex-grow: 9;
      flex-grow: 9;
    }
    .fx-lg-grow-10 {
      -webkit-flex-grow: 10;
      -moz-flex-grow: 10;
      -ms-flex-grow: 10;
      flex-grow: 10;
    }
    .fx-lg-shrink-0 {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
    }
    .fx-lg-shrink-1 {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
    }
    .fx-lg-shrink-2 {
      -webkit-flex-shrink: 2;
      -moz-flex-shrink: 2;
      -ms-flex-shrink: 2;
      flex-shrink: 2;
    }
    .fx-lg-shrink-3 {
      -webkit-flex-shrink: 3;
      -moz-flex-shrink: 3;
      -ms-flex-shrink: 3;
      flex-shrink: 3;
    }
    .fx-lg-shrink-4 {
      -webkit-flex-shrink: 4;
      -moz-flex-shrink: 4;
      -ms-flex-shrink: 4;
      flex-shrink: 4;
    }
    .fx-lg-shrink-5 {
      -webkit-flex-shrink: 5;
      -moz-flex-shrink: 5;
      -ms-flex-shrink: 5;
      flex-shrink: 5;
    }
    .fx-lg-shrink-6 {
      -webkit-flex-shrink: 6;
      -moz-flex-shrink: 6;
      -ms-flex-shrink: 6;
      flex-shrink: 6;
    }
    .fx-lg-shrink-7 {
      -webkit-flex-shrink: 7;
      -moz-flex-shrink: 7;
      -ms-flex-shrink: 7;
      flex-shrink: 7;
    }
    .fx-lg-shrink-8 {
      -webkit-flex-shrink: 8;
      -moz-flex-shrink: 8;
      -ms-flex-shrink: 8;
      flex-shrink: 8;
    }
    .fx-lg-shrink-9 {
      -webkit-flex-shrink: 9;
      -moz-flex-shrink: 9;
      -ms-flex-shrink: 9;
      flex-shrink: 9;
    }
    .fx-lg-shrink-10 {
      -webkit-flex-shrink: 10;
      -moz-flex-shrink: 10;
      -ms-flex-shrink: 10;
      flex-shrink: 10;
    }
    .fx-lg-align-self-flex-start {
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start;
    }
    .fx-lg-align-self-flex-end {
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-align-self: flex-end;
      align-self: flex-end;
    }
    .fx-lg-align-self-center {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center;
    }
    .fx-lg-align-self-baseline {
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-align-self: baseline;
      align-self: baseline;
    }
    .fx-lg-align-self-stretch {
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
    }
  }
  @media (max-width: 992px) {
    .fx-md-display {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
    }
    .fx-md-direction {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .fx-md-direction-reverse {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .fx-md-direction-column {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .fx-md-direction-column-reverse {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .fx-md-wrap {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .fx-md-wrap-nowrap {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .fx-md-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse;
      -moz-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }
    .fx-md-justify-flex-start {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
    }
    .fx-md-justify-flex-end {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
    }
    .fx-md-justify-center {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
    }
    .fx-md-justify-space-between {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    }
    .fx-md-justify-space-around {
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
    }
    .fx-md-align-content-flex-start {
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
    }
    .fx-md-align-content-flex-end {
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end;
    }
    .fx-md-align-content-center {
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center;
    }
    .fx-md-align-content-space-between {
      -webkit-align-content: space-between;
      -moz-align-content: space-between;
      -ms-align-content: space-between;
      align-content: space-between;
    }
    .fx-md-align-content-space-around {
      -webkit-align-content: space-around;
      -moz-align-content: space-around;
      -ms-align-content: space-around;
      align-content: space-around;
    }
    .fx-md-align-content-stretch {
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-align-content: stretch;
      align-content: stretch;
    }
    .fx-md-align-items-flex-start {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    .fx-md-align-items-flex-end {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
    }
    .fx-md-align-items-center {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
    }
    .fx-md-align-items-baseline {
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
    }
    .fx-md-align-items-stretch {
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
    }
    .fx-md-order-0 {
      -webkit-order: 0;
      -moz-order: 0;
      -ms-order: 0;
      order: 0;
    }
    .fx-md-order-1 {
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      order: 1;
    }
    .fx-md-order-2 {
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      order: 2;
    }
    .fx-md-order-3 {
      -webkit-order: 3;
      -moz-order: 3;
      -ms-order: 3;
      order: 3;
    }
    .fx-md-order-4 {
      -webkit-order: 4;
      -moz-order: 4;
      -ms-order: 4;
      order: 4;
    }
    .fx-md-order-5 {
      -webkit-order: 5;
      -moz-order: 5;
      -ms-order: 5;
      order: 5;
    }
    .fx-md-order-6 {
      -webkit-order: 6;
      -moz-order: 6;
      -ms-order: 6;
      order: 6;
    }
    .fx-md-order-7 {
      -webkit-order: 7;
      -moz-order: 7;
      -ms-order: 7;
      order: 7;
    }
    .fx-md-order-8 {
      -webkit-order: 8;
      -moz-order: 8;
      -ms-order: 8;
      order: 8;
    }
    .fx-md-order-9 {
      -webkit-order: 9;
      -moz-order: 9;
      -ms-order: 9;
      order: 9;
    }
    .fx-md-order-10 {
      -webkit-order: 10;
      -moz-order: 10;
      -ms-order: 10;
      order: 10;
    }
    .fx-md-grow-0 {
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
    }
    .fx-md-grow-1 {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .fx-md-grow-2 {
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-grow: 2;
      flex-grow: 2;
    }
    .fx-md-grow-3 {
      -webkit-flex-grow: 3;
      -moz-flex-grow: 3;
      -ms-flex-grow: 3;
      flex-grow: 3;
    }
    .fx-md-grow-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4;
    }
    .fx-md-grow-5 {
      -webkit-flex-grow: 5;
      -moz-flex-grow: 5;
      -ms-flex-grow: 5;
      flex-grow: 5;
    }
    .fx-md-grow-6 {
      -webkit-flex-grow: 6;
      -moz-flex-grow: 6;
      -ms-flex-grow: 6;
      flex-grow: 6;
    }
    .fx-md-grow-7 {
      -webkit-flex-grow: 7;
      -moz-flex-grow: 7;
      -ms-flex-grow: 7;
      flex-grow: 7;
    }
    .fx-md-grow-8 {
      -webkit-flex-grow: 8;
      -moz-flex-grow: 8;
      -ms-flex-grow: 8;
      flex-grow: 8;
    }
    .fx-md-grow-9 {
      -webkit-flex-grow: 9;
      -moz-flex-grow: 9;
      -ms-flex-grow: 9;
      flex-grow: 9;
    }
    .fx-md-grow-10 {
      -webkit-flex-grow: 10;
      -moz-flex-grow: 10;
      -ms-flex-grow: 10;
      flex-grow: 10;
    }
    .fx-md-shrink-0 {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
    }
    .fx-md-shrink-1 {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
    }
    .fx-md-shrink-2 {
      -webkit-flex-shrink: 2;
      -moz-flex-shrink: 2;
      -ms-flex-shrink: 2;
      flex-shrink: 2;
    }
    .fx-md-shrink-3 {
      -webkit-flex-shrink: 3;
      -moz-flex-shrink: 3;
      -ms-flex-shrink: 3;
      flex-shrink: 3;
    }
    .fx-md-shrink-4 {
      -webkit-flex-shrink: 4;
      -moz-flex-shrink: 4;
      -ms-flex-shrink: 4;
      flex-shrink: 4;
    }
    .fx-md-shrink-5 {
      -webkit-flex-shrink: 5;
      -moz-flex-shrink: 5;
      -ms-flex-shrink: 5;
      flex-shrink: 5;
    }
    .fx-md-shrink-6 {
      -webkit-flex-shrink: 6;
      -moz-flex-shrink: 6;
      -ms-flex-shrink: 6;
      flex-shrink: 6;
    }
    .fx-md-shrink-7 {
      -webkit-flex-shrink: 7;
      -moz-flex-shrink: 7;
      -ms-flex-shrink: 7;
      flex-shrink: 7;
    }
    .fx-md-shrink-8 {
      -webkit-flex-shrink: 8;
      -moz-flex-shrink: 8;
      -ms-flex-shrink: 8;
      flex-shrink: 8;
    }
    .fx-md-shrink-9 {
      -webkit-flex-shrink: 9;
      -moz-flex-shrink: 9;
      -ms-flex-shrink: 9;
      flex-shrink: 9;
    }
    .fx-md-shrink-10 {
      -webkit-flex-shrink: 10;
      -moz-flex-shrink: 10;
      -ms-flex-shrink: 10;
      flex-shrink: 10;
    }
    .fx-md-align-self-flex-start {
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start;
    }
    .fx-md-align-self-flex-end {
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-align-self: flex-end;
      align-self: flex-end;
    }
    .fx-md-align-self-center {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center;
    }
    .fx-md-align-self-baseline {
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-align-self: baseline;
      align-self: baseline;
    }
    .fx-md-align-self-stretch {
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
    }
  }
  @media (max-width: 768px) {
    .fx-sm-display {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
    }
    .fx-sm-direction {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .fx-sm-direction-reverse {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .fx-sm-direction-column {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .fx-sm-direction-column-reverse {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .fx-sm-wrap {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .fx-sm-wrap-nowrap {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .fx-sm-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse;
      -moz-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }
    .fx-sm-justify-flex-start {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
    }
    .fx-sm-justify-flex-end {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
    }
    .fx-sm-justify-center {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
    }
    .fx-sm-justify-space-between {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    }
    .fx-sm-justify-space-around {
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
    }
    .fx-sm-align-content-flex-start {
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
    }
    .fx-sm-align-content-flex-end {
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end;
    }
    .fx-sm-align-content-center {
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center;
    }
    .fx-sm-align-content-space-between {
      -webkit-align-content: space-between;
      -moz-align-content: space-between;
      -ms-align-content: space-between;
      align-content: space-between;
    }
    .fx-sm-align-content-space-around {
      -webkit-align-content: space-around;
      -moz-align-content: space-around;
      -ms-align-content: space-around;
      align-content: space-around;
    }
    .fx-sm-align-content-stretch {
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-align-content: stretch;
      align-content: stretch;
    }
    .fx-sm-align-items-flex-start {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    .fx-sm-align-items-flex-end {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
    }
    .fx-sm-align-items-center {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
    }
    .fx-sm-align-items-baseline {
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
    }
    .fx-sm-align-items-stretch {
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
    }
    .fx-sm-order-0 {
      -webkit-order: 0;
      -moz-order: 0;
      -ms-order: 0;
      order: 0;
    }
    .fx-sm-order-1 {
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      order: 1;
    }
    .fx-sm-order-2 {
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      order: 2;
    }
    .fx-sm-order-3 {
      -webkit-order: 3;
      -moz-order: 3;
      -ms-order: 3;
      order: 3;
    }
    .fx-sm-order-4 {
      -webkit-order: 4;
      -moz-order: 4;
      -ms-order: 4;
      order: 4;
    }
    .fx-sm-order-5 {
      -webkit-order: 5;
      -moz-order: 5;
      -ms-order: 5;
      order: 5;
    }
    .fx-sm-order-6 {
      -webkit-order: 6;
      -moz-order: 6;
      -ms-order: 6;
      order: 6;
    }
    .fx-sm-order-7 {
      -webkit-order: 7;
      -moz-order: 7;
      -ms-order: 7;
      order: 7;
    }
    .fx-sm-order-8 {
      -webkit-order: 8;
      -moz-order: 8;
      -ms-order: 8;
      order: 8;
    }
    .fx-sm-order-9 {
      -webkit-order: 9;
      -moz-order: 9;
      -ms-order: 9;
      order: 9;
    }
    .fx-sm-order-10 {
      -webkit-order: 10;
      -moz-order: 10;
      -ms-order: 10;
      order: 10;
    }
    .fx-sm-grow-0 {
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
    }
    .fx-sm-grow-1 {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .fx-sm-grow-2 {
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-grow: 2;
      flex-grow: 2;
    }
    .fx-sm-grow-3 {
      -webkit-flex-grow: 3;
      -moz-flex-grow: 3;
      -ms-flex-grow: 3;
      flex-grow: 3;
    }
    .fx-sm-grow-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4;
    }
    .fx-sm-grow-5 {
      -webkit-flex-grow: 5;
      -moz-flex-grow: 5;
      -ms-flex-grow: 5;
      flex-grow: 5;
    }
    .fx-sm-grow-6 {
      -webkit-flex-grow: 6;
      -moz-flex-grow: 6;
      -ms-flex-grow: 6;
      flex-grow: 6;
    }
    .fx-sm-grow-7 {
      -webkit-flex-grow: 7;
      -moz-flex-grow: 7;
      -ms-flex-grow: 7;
      flex-grow: 7;
    }
    .fx-sm-grow-8 {
      -webkit-flex-grow: 8;
      -moz-flex-grow: 8;
      -ms-flex-grow: 8;
      flex-grow: 8;
    }
    .fx-sm-grow-9 {
      -webkit-flex-grow: 9;
      -moz-flex-grow: 9;
      -ms-flex-grow: 9;
      flex-grow: 9;
    }
    .fx-sm-grow-10 {
      -webkit-flex-grow: 10;
      -moz-flex-grow: 10;
      -ms-flex-grow: 10;
      flex-grow: 10;
    }
    .fx-sm-shrink-0 {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
    }
    .fx-sm-shrink-1 {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
    }
    .fx-sm-shrink-2 {
      -webkit-flex-shrink: 2;
      -moz-flex-shrink: 2;
      -ms-flex-shrink: 2;
      flex-shrink: 2;
    }
    .fx-sm-shrink-3 {
      -webkit-flex-shrink: 3;
      -moz-flex-shrink: 3;
      -ms-flex-shrink: 3;
      flex-shrink: 3;
    }
    .fx-sm-shrink-4 {
      -webkit-flex-shrink: 4;
      -moz-flex-shrink: 4;
      -ms-flex-shrink: 4;
      flex-shrink: 4;
    }
    .fx-sm-shrink-5 {
      -webkit-flex-shrink: 5;
      -moz-flex-shrink: 5;
      -ms-flex-shrink: 5;
      flex-shrink: 5;
    }
    .fx-sm-shrink-6 {
      -webkit-flex-shrink: 6;
      -moz-flex-shrink: 6;
      -ms-flex-shrink: 6;
      flex-shrink: 6;
    }
    .fx-sm-shrink-7 {
      -webkit-flex-shrink: 7;
      -moz-flex-shrink: 7;
      -ms-flex-shrink: 7;
      flex-shrink: 7;
    }
    .fx-sm-shrink-8 {
      -webkit-flex-shrink: 8;
      -moz-flex-shrink: 8;
      -ms-flex-shrink: 8;
      flex-shrink: 8;
    }
    .fx-sm-shrink-9 {
      -webkit-flex-shrink: 9;
      -moz-flex-shrink: 9;
      -ms-flex-shrink: 9;
      flex-shrink: 9;
    }
    .fx-sm-shrink-10 {
      -webkit-flex-shrink: 10;
      -moz-flex-shrink: 10;
      -ms-flex-shrink: 10;
      flex-shrink: 10;
    }
    .fx-sm-align-self-flex-start {
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start;
    }
    .fx-sm-align-self-flex-end {
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-align-self: flex-end;
      align-self: flex-end;
    }
    .fx-sm-align-self-center {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center;
    }
    .fx-sm-align-self-baseline {
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-align-self: baseline;
      align-self: baseline;
    }
    .fx-sm-align-self-stretch {
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
    }
  }
  @media (max-width: 576px) {
    .fx-xs-display {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
    }
    .fx-xs-direction {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .fx-xs-direction-reverse {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .fx-xs-direction-column {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .fx-xs-direction-column-reverse {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .fx-xs-wrap {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .fx-xs-wrap-nowrap {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .fx-xs-wrap-reverse {
      -webkit-flex-wrap: wrap-reverse;
      -moz-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }
    .fx-xs-justify-flex-start {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
    }
    .fx-xs-justify-flex-end {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
    }
    .fx-xs-justify-center {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
    }
    .fx-xs-justify-space-between {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    }
    .fx-xs-justify-space-around {
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
    }
    .fx-xs-align-content-flex-start {
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
    }
    .fx-xs-align-content-flex-end {
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end;
    }
    .fx-xs-align-content-center {
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center;
    }
    .fx-xs-align-content-space-between {
      -webkit-align-content: space-between;
      -moz-align-content: space-between;
      -ms-align-content: space-between;
      align-content: space-between;
    }
    .fx-xs-align-content-space-around {
      -webkit-align-content: space-around;
      -moz-align-content: space-around;
      -ms-align-content: space-around;
      align-content: space-around;
    }
    .fx-xs-align-content-stretch {
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-align-content: stretch;
      align-content: stretch;
    }
    .fx-xs-align-items-flex-start {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    .fx-xs-align-items-flex-end {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
    }
    .fx-xs-align-items-center {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
    }
    .fx-xs-align-items-baseline {
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
    }
    .fx-xs-align-items-stretch {
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
    }
    .fx-xs-order-0 {
      -webkit-order: 0;
      -moz-order: 0;
      -ms-order: 0;
      order: 0;
    }
    .fx-xs-order-1 {
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      order: 1;
    }
    .fx-xs-order-2 {
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      order: 2;
    }
    .fx-xs-order-3 {
      -webkit-order: 3;
      -moz-order: 3;
      -ms-order: 3;
      order: 3;
    }
    .fx-xs-order-4 {
      -webkit-order: 4;
      -moz-order: 4;
      -ms-order: 4;
      order: 4;
    }
    .fx-xs-order-5 {
      -webkit-order: 5;
      -moz-order: 5;
      -ms-order: 5;
      order: 5;
    }
    .fx-xs-order-6 {
      -webkit-order: 6;
      -moz-order: 6;
      -ms-order: 6;
      order: 6;
    }
    .fx-xs-order-7 {
      -webkit-order: 7;
      -moz-order: 7;
      -ms-order: 7;
      order: 7;
    }
    .fx-xs-order-8 {
      -webkit-order: 8;
      -moz-order: 8;
      -ms-order: 8;
      order: 8;
    }
    .fx-xs-order-9 {
      -webkit-order: 9;
      -moz-order: 9;
      -ms-order: 9;
      order: 9;
    }
    .fx-xs-order-10 {
      -webkit-order: 10;
      -moz-order: 10;
      -ms-order: 10;
      order: 10;
    }
    .fx-xs-grow-0 {
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
    }
    .fx-xs-grow-1 {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .fx-xs-grow-2 {
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-grow: 2;
      flex-grow: 2;
    }
    .fx-xs-grow-3 {
      -webkit-flex-grow: 3;
      -moz-flex-grow: 3;
      -ms-flex-grow: 3;
      flex-grow: 3;
    }
    .fx-xs-grow-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4;
    }
    .fx-xs-grow-5 {
      -webkit-flex-grow: 5;
      -moz-flex-grow: 5;
      -ms-flex-grow: 5;
      flex-grow: 5;
    }
    .fx-xs-grow-6 {
      -webkit-flex-grow: 6;
      -moz-flex-grow: 6;
      -ms-flex-grow: 6;
      flex-grow: 6;
    }
    .fx-xs-grow-7 {
      -webkit-flex-grow: 7;
      -moz-flex-grow: 7;
      -ms-flex-grow: 7;
      flex-grow: 7;
    }
    .fx-xs-grow-8 {
      -webkit-flex-grow: 8;
      -moz-flex-grow: 8;
      -ms-flex-grow: 8;
      flex-grow: 8;
    }
    .fx-xs-grow-9 {
      -webkit-flex-grow: 9;
      -moz-flex-grow: 9;
      -ms-flex-grow: 9;
      flex-grow: 9;
    }
    .fx-xs-grow-10 {
      -webkit-flex-grow: 10;
      -moz-flex-grow: 10;
      -ms-flex-grow: 10;
      flex-grow: 10;
    }
    .fx-xs-shrink-0 {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
    }
    .fx-xs-shrink-1 {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
    }
    .fx-xs-shrink-2 {
      -webkit-flex-shrink: 2;
      -moz-flex-shrink: 2;
      -ms-flex-shrink: 2;
      flex-shrink: 2;
    }
    .fx-xs-shrink-3 {
      -webkit-flex-shrink: 3;
      -moz-flex-shrink: 3;
      -ms-flex-shrink: 3;
      flex-shrink: 3;
    }
    .fx-xs-shrink-4 {
      -webkit-flex-shrink: 4;
      -moz-flex-shrink: 4;
      -ms-flex-shrink: 4;
      flex-shrink: 4;
    }
    .fx-xs-shrink-5 {
      -webkit-flex-shrink: 5;
      -moz-flex-shrink: 5;
      -ms-flex-shrink: 5;
      flex-shrink: 5;
    }
    .fx-xs-shrink-6 {
      -webkit-flex-shrink: 6;
      -moz-flex-shrink: 6;
      -ms-flex-shrink: 6;
      flex-shrink: 6;
    }
    .fx-xs-shrink-7 {
      -webkit-flex-shrink: 7;
      -moz-flex-shrink: 7;
      -ms-flex-shrink: 7;
      flex-shrink: 7;
    }
    .fx-xs-shrink-8 {
      -webkit-flex-shrink: 8;
      -moz-flex-shrink: 8;
      -ms-flex-shrink: 8;
      flex-shrink: 8;
    }
    .fx-xs-shrink-9 {
      -webkit-flex-shrink: 9;
      -moz-flex-shrink: 9;
      -ms-flex-shrink: 9;
      flex-shrink: 9;
    }
    .fx-xs-shrink-10 {
      -webkit-flex-shrink: 10;
      -moz-flex-shrink: 10;
      -ms-flex-shrink: 10;
      flex-shrink: 10;
    }
    .fx-xs-align-self-flex-start {
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start;
    }
    .fx-xs-align-self-flex-end {
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-align-self: flex-end;
      align-self: flex-end;
    }
    .fx-xs-align-self-center {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center;
    }
    .fx-xs-align-self-baseline {
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-align-self: baseline;
      align-self: baseline;
    }
    .fx-xs-align-self-stretch {
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch;
    }
  }
  .theme-wrap .position-absolute {
    position: absolute;
  }
  .theme-wrap .position-relative {
    position: relative;
  }
  .theme-wrap .overflow-auto {
    overflow: auto;
  }
  .theme-wrap .overflow-hidden {
    overflow: hidden;
  }
  .theme-wrap .overflow-capture {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .theme-wrap .clearfix::after {
    clear: both;
    content: "";
    display: table;
  }
  .theme-wrap .display-block {
    display: block;
  }
  .theme-wrap .display-inline-block {
    display: inline-block;
  }
  .theme-wrap .display-inline {
    display: inline;
  }
  .theme-wrap .display-none {
    display: none;
  }
  .theme-wrap .width-full {
    width: 100%;
  }
  .theme-wrap .height-full {
    height: 100%;
  }
  .theme-wrap .height-auto {
    height: auto;
  }
  .theme-wrap .transition {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .theme-wrap .txt-center {
    text-align: center;
  }
  .theme-wrap .txt-left {
    text-align: left;
  }
  .theme-wrap .txt-right {
    text-align: right;
  }
  .theme-wrap .txt-hide {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
  }
  .theme-wrap .txt-nowrap {
    white-space: nowrap;
  }
  .theme-wrap .txt-break {
    word-wrap: break-word;
  }
  .theme-wrap .txt-nobreak {
    word-wrap: nowrap;
  }
  .theme-wrap .txt-decoration-none {
    text-decoration: none;
  }
  .theme-wrap .txt-lower {
    text-transform: lowercase;
  }
  .theme-wrap .txt-upper {
    text-transform: uppercase;
  }
  .theme-wrap .txt-italic {
    font-style: italic;
  }
  .theme-wrap .txt-underline {
    text-decoration: underline;
  }
  .theme-wrap .txt-weight-normal {
    font-weight: 400;
  }
  .theme-wrap .txt-weight-bold {
    font-weight: 700;
  }
  .theme-wrap .color-white,
  .theme-wrap a.color-white,
  .theme-wrap a.color-white:visited {
    color: #fff;
  }
  .theme-wrap .color-black,
  .theme-wrap a.color-black,
  .theme-wrap a.color-black:visited {
    color: #000;
  }
  .theme-wrap .bg-white {
    background-color: #fff;
  }
  .theme-wrap .bg-black {
    background-color: #000;
  }
  .theme-wrap .svg-fit {
    position: relative;
  }
  .theme-wrap .svg-fit > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .theme-wrap .svg-contain {
    position: relative;
  }
  .theme-wrap .svg-contain > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .wa-in-view.in-view-fade,
  .wa-in-view.in-view-fade-bottom {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
  }
  .wa-in-view.in-view-fade.in-view-fade-bottom,
  .wa-in-view.in-view-fade-bottom.in-view-fade-bottom {
    -webkit-transform: translate3d(0, 150%, 0);
    -moz-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    -o-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  .wa-in-view.in-view-fade.el-in-view,
  .wa-in-view.in-view-fade-bottom.el-in-view {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .wa-in-view.in-view-fade.el-in-view.in-view-fade-bottom,
  .wa-in-view.in-view-fade-bottom.el-in-view.in-view-fade-bottom {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .wa-in-view.in-view-left {
    -webkit-transform: translate3d(-150%, 0, 0);
    -moz-transform: translate3d(-150%, 0, 0);
    -ms-transform: translate3d(-150%, 0, 0);
    -o-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
  }
  .wa-in-view.in-view-left.el-in-view {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .wa-in-view.in-view-right {
    -webkit-transform: translate3d(150%, 0, 0);
    -moz-transform: translate3d(150%, 0, 0);
    -ms-transform: translate3d(150%, 0, 0);
    -o-transform: translate3d(150%, 0, 0);
    transform: translate3d(150%, 0, 0);
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
  }
  .wa-in-view.in-view-right.el-in-view {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .wa-in-view.in-view-slidein {
    overflow: hidden;
  }
  .wa-in-view.in-view-slidein .in-view-item {
    -webkit-transform: translate3d(0, 150%, 0);
    -moz-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    -o-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  .wa-in-view.in-view-slidein.el-in-view .in-view-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .wa-in-view.in-view-slidein-top {
    overflow: hidden;
  }
  .wa-in-view.in-view-slidein-top .in-view-item {
    -webkit-transform: translate3d(0, -150%, 0);
    -moz-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    -o-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  .wa-in-view.in-view-slidein-top.el-in-view .in-view-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .wa-in-view.in-view-popout,
  .wa-in-view.in-view-popout-slow,
  .wa-in-view.in-view-popout-bottom {
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .wa-in-view.in-view-popout.in-view-popout-slow,
  .wa-in-view.in-view-popout-slow.in-view-popout-slow,
  .wa-in-view.in-view-popout-bottom.in-view-popout-slow {
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
  }
  .wa-in-view.in-view-popout.in-view-popout-bottom,
  .wa-in-view.in-view-popout-slow.in-view-popout-bottom,
  .wa-in-view.in-view-popout-bottom.in-view-popout-bottom {
    -webkit-transform: scale(0) translate3d(0, 150%, 0);
    -moz-transform: scale(0) translate3d(0, 150%, 0);
    -ms-transform: scale(0) translate3d(0, 150%, 0);
    -o-transform: scale(0) translate3d(0, 150%, 0);
    transform: scale(0) translate3d(0, 150%, 0);
  }
  .wa-in-view.in-view-popout.el-in-view,
  .wa-in-view.in-view-popout-slow.el-in-view,
  .wa-in-view.in-view-popout-bottom.el-in-view {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .wa-in-view.in-view-popout.el-in-view.in-view-popout-bottom,
  .wa-in-view.in-view-popout-slow.el-in-view.in-view-popout-bottom,
  .wa-in-view.in-view-popout-bottom.el-in-view.in-view-popout-bottom {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  .theme-wrap .gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
  }
  :root {
    scroll-behavior: smooth;
  }
  .theme-wrap {
    position: relative;
    z-index: 1;
  }
  #wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .theme-wrap {
    color: #2b2b2b;
  }
  .theme-wrap,
  .theme-wrap button,
  .theme-wrap input,
  .theme-wrap optgroup,
  .theme-wrap select,
  .theme-wrap textarea,
  .theme-wrap .font-size {
    font-family: "open-sans-regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap,
    .theme-wrap button,
    .theme-wrap input,
    .theme-wrap optgroup,
    .theme-wrap select,
    .theme-wrap textarea,
    .theme-wrap .font-size {
      font-size: 17.1px;
      line-height: 28.5px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap,
    .theme-wrap button,
    .theme-wrap input,
    .theme-wrap optgroup,
    .theme-wrap select,
    .theme-wrap textarea,
    .theme-wrap .font-size {
      font-size: 16.2px;
      line-height: 27px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap,
    .theme-wrap button,
    .theme-wrap input,
    .theme-wrap optgroup,
    .theme-wrap select,
    .theme-wrap textarea,
    .theme-wrap .font-size {
      font-size: 15.75px;
      line-height: 26.25px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap,
    .theme-wrap button,
    .theme-wrap input,
    .theme-wrap optgroup,
    .theme-wrap select,
    .theme-wrap textarea,
    .theme-wrap .font-size {
      font-size: 15.3px;
      line-height: 25.5px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap,
    .theme-wrap button,
    .theme-wrap input,
    .theme-wrap optgroup,
    .theme-wrap select,
    .theme-wrap textarea,
    .theme-wrap .font-size {
      font-size: 14.4px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap,
    .theme-wrap button,
    .theme-wrap input,
    .theme-wrap optgroup,
    .theme-wrap select,
    .theme-wrap textarea,
    .theme-wrap .font-size {
      font-size: 13.5px;
      line-height: 22.5px;
    }
  }
  .theme-wrap .font-size-s {
    font-size: 14px;
    line-height: 20px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .font-size-s {
      font-size: 13.65px;
      line-height: 19.5px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .font-size-s {
      font-size: 13.3px;
      line-height: 19px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .font-size-s {
      font-size: 12.95px;
      line-height: 18.5px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .font-size-s {
      font-size: 12.6px;
      line-height: 18px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .font-size-s {
      font-size: 12.25px;
      line-height: 17.5px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .font-size-s {
      font-size: 11.9px;
      line-height: 17px;
    }
  }
  .theme-wrap blockquote,
  .theme-wrap h1,
  .theme-wrap h2,
  .theme-wrap h3,
  .theme-wrap h4,
  .theme-wrap h5,
  .theme-wrap h6,
  .theme-wrap .font-size-h1,
  .theme-wrap .font-size-h1-s,
  .theme-wrap .font-size-h2,
  .theme-wrap .font-size-h3,
  .theme-wrap .font-size-h4,
  .theme-wrap .font-size-h5 {
    font-family: "open-sans-extrabold", sans-serif;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0px;
    word-wrap: break-word;
  }
  .theme-wrap h1,
  .theme-wrap .font-size-1,
  .theme-wrap .font-size-h1 {
    font-size: 60px;
    line-height: 60px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap h1,
    .theme-wrap .font-size-1,
    .theme-wrap .font-size-h1 {
      font-size: 36px;
      line-height: 36px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap h1,
    .theme-wrap .font-size-1,
    .theme-wrap .font-size-h1 {
      font-size: 33px;
      line-height: 33px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap h1,
    .theme-wrap .font-size-1,
    .theme-wrap .font-size-h1 {
      font-size: 30px;
      line-height: 30px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap h1,
    .theme-wrap .font-size-1,
    .theme-wrap .font-size-h1 {
      font-size: 27px;
      line-height: 27px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap h1,
    .theme-wrap .font-size-1,
    .theme-wrap .font-size-h1 {
      font-size: 24px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap h1,
    .theme-wrap .font-size-1,
    .theme-wrap .font-size-h1 {
      font-size: 21px;
      line-height: 21px;
    }
  }
  .theme-wrap .font-size-1-s,
  .theme-wrap .font-size-h1-s {
    font-size: 50px;
    line-height: 50px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .font-size-1-s,
    .theme-wrap .font-size-h1-s {
      font-size: 30px;
      line-height: 30px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .font-size-1-s,
    .theme-wrap .font-size-h1-s {
      font-size: 27.5px;
      line-height: 27.5px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .font-size-1-s,
    .theme-wrap .font-size-h1-s {
      font-size: 25px;
      line-height: 25px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .font-size-1-s,
    .theme-wrap .font-size-h1-s {
      font-size: 22.5px;
      line-height: 22.5px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .font-size-1-s,
    .theme-wrap .font-size-h1-s {
      font-size: 20px;
      line-height: 20px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .font-size-1-s,
    .theme-wrap .font-size-h1-s {
      font-size: 17.5px;
      line-height: 17.5px;
    }
  }
  .theme-wrap h2,
  .theme-wrap .font-size-2,
  .theme-wrap .font-size-h2,
  .theme-wrap blockquote {
    font-size: 40px;
    line-height: 40px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap h2,
    .theme-wrap .font-size-2,
    .theme-wrap .font-size-h2,
    .theme-wrap blockquote {
      font-size: 28px;
      line-height: 28px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap h2,
    .theme-wrap .font-size-2,
    .theme-wrap .font-size-h2,
    .theme-wrap blockquote {
      font-size: 26px;
      line-height: 26px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap h2,
    .theme-wrap .font-size-2,
    .theme-wrap .font-size-h2,
    .theme-wrap blockquote {
      font-size: 24px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap h2,
    .theme-wrap .font-size-2,
    .theme-wrap .font-size-h2,
    .theme-wrap blockquote {
      font-size: 22px;
      line-height: 22px;
    }
  }
  .theme-wrap h3,
  .theme-wrap .font-size-3,
  .theme-wrap .font-size-h3 {
    font-size: 25px;
    line-height: 34px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap h3,
    .theme-wrap .font-size-3,
    .theme-wrap .font-size-h3 {
      font-size: 17.5px;
      line-height: 23.8px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap h3,
    .theme-wrap .font-size-3,
    .theme-wrap .font-size-h3 {
      font-size: 16.25px;
      line-height: 22.1px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap h3,
    .theme-wrap .font-size-3,
    .theme-wrap .font-size-h3 {
      font-size: 15px;
      line-height: 20.4px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap h3,
    .theme-wrap .font-size-3,
    .theme-wrap .font-size-h3 {
      font-size: 13.75px;
      line-height: 18.7px;
    }
  }
  .theme-wrap h4,
  .theme-wrap .font-size-4,
  .theme-wrap .font-size-h4 {
    font-size: 23px;
    line-height: 32px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap h4,
    .theme-wrap .font-size-4,
    .theme-wrap .font-size-h4 {
      font-size: 19.55px;
      line-height: 27.2px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap h4,
    .theme-wrap .font-size-4,
    .theme-wrap .font-size-h4 {
      font-size: 18.4px;
      line-height: 25.6px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap h4,
    .theme-wrap .font-size-4,
    .theme-wrap .font-size-h4 {
      font-size: 17.25px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap h4,
    .theme-wrap .font-size-4,
    .theme-wrap .font-size-h4 {
      font-size: 16.1px;
      line-height: 22.4px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap h4,
    .theme-wrap .font-size-4,
    .theme-wrap .font-size-h4 {
      font-size: 14.95px;
      line-height: 20.8px;
    }
  }
  .theme-wrap h5,
  .theme-wrap .font-size-5,
  .theme-wrap .font-size-h5 {
    font-size: 18px;
    line-height: 30px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap h5,
    .theme-wrap .font-size-5,
    .theme-wrap .font-size-h5 {
      font-size: 15.3px;
      line-height: 25.5px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap h5,
    .theme-wrap .font-size-5,
    .theme-wrap .font-size-h5 {
      font-size: 14.4px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap h5,
    .theme-wrap .font-size-5,
    .theme-wrap .font-size-h5 {
      font-size: 13.5px;
      line-height: 22.5px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap h5,
    .theme-wrap .font-size-5,
    .theme-wrap .font-size-h5 {
      font-size: 12.6px;
      line-height: 21px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap h5,
    .theme-wrap .font-size-5,
    .theme-wrap .font-size-h5 {
      font-size: 11.7px;
      line-height: 19.5px;
    }
  }
  .theme-wrap .font-1 {
    font-family: "open-sans-regular", sans-serif;
    font-weight: 400;
  }
  .theme-wrap .font-1-light {
    font-family: "open-sans-light", sans-serif;
    font-weight: 400;
  }
  .theme-wrap .font-1-semibold {
    font-family: "open-sans-semibold", sans-serif;
    font-weight: 400;
  }
  .theme-wrap strong,
  .theme-wrap b,
  .theme-wrap .font-1-bold {
    font-family: "open-sans-bold", sans-serif;
    font-weight: 400;
  }
  .theme-wrap .font-1-extrabold {
    font-family: "open-sans-extrabold", sans-serif;
    font-weight: 400;
  }
  .color-1 {
    color: #fecb2b;
  }
  .color-2 {
    color: #ed6a09;
  }
  .color-3 {
    color: #646464;
  }
  .color-4 {
    color: #2b2b2b;
  }
  .color-5 {
    color: #f0f0f0;
  }
  .color-txt {
    color: #2b2b2b;
  }
  .color-white,
  .content .color-white {
    color: #fff;
  }
  .color-black,
  .content .color-black {
    color: #000;
  }
  .bg-1 {
    background-color: #fecb2b;
  }
  .bg-2 {
    background-color: #ed6a09;
  }
  .bg-3 {
    background-color: #646464;
  }
  .bg-4 {
    background-color: #2b2b2b;
  }
  .bg-5 {
    background-color: #f0f0f0;
  }
  .bg-txt {
    background-color: #2b2b2b;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-black {
    background-color: #000;
  }
  .theme-wrap a,
  .theme-wrap a:visited,
  .theme-wrap .link {
    color: #2b2b2b;
    text-decoration: underline;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .theme-wrap a:hover,
  .theme-wrap a:active,
  .theme-wrap a:focus,
  .theme-wrap a:visited:hover,
  .theme-wrap a:visited:active,
  .theme-wrap a:visited:focus,
  .theme-wrap .link:hover,
  .theme-wrap .link:active,
  .theme-wrap .link:focus {
    color: #2b2b2b;
    text-decoration: none;
  }
  .theme-wrap a.nounderline,
  .theme-wrap a:visited.nounderline,
  .theme-wrap .link.nounderline {
    text-decoration: none;
  }
  .theme-wrap a img,
  .theme-wrap a:visited img,
  .theme-wrap .link img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .theme-wrap a:hover img,
  .theme-wrap a:active img,
  .theme-wrap a:focus img,
  .theme-wrap a:visited:hover img,
  .theme-wrap a:visited:active img,
  .theme-wrap a:visited:focus img,
  .theme-wrap .link:hover img,
  .theme-wrap .link:active img,
  .theme-wrap .link:focus img {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .swiper-slide .theme-wrap a:hover img,
  .swiper-slide .theme-wrap a:active img,
  .swiper-slide .theme-wrap a:focus img,
  .swiper-slide .theme-wrap a:visited:hover img,
  .swiper-slide .theme-wrap a:visited:active img,
  .swiper-slide .theme-wrap a:visited:focus img,
  .swiper-slide .theme-wrap .link:hover img,
  .swiper-slide .theme-wrap .link:active img,
  .swiper-slide .theme-wrap .link:focus img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .theme-wrap a.color-white,
  .theme-wrap a:visited.color-white,
  .theme-wrap .link.color-white {
    color: #fff;
  }
  .theme-wrap a.color-black,
  .theme-wrap a:visited.color-black,
  .theme-wrap .link.color-black {
    color: #000;
  }
  .theme-wrap a.color-txt,
  .theme-wrap a:visited.color-txt,
  .theme-wrap .link.color-txt {
    color: #2b2b2b;
  }
  .theme-wrap a.color-1,
  .theme-wrap a:visited.color-1,
  .theme-wrap .link.color-1 {
    color: #fecb2b;
  }
  .theme-wrap a.color-2,
  .theme-wrap a:visited.color-2,
  .theme-wrap .link.color-2 {
    color: #ed6a09;
  }
  .theme-wrap a.color-3,
  .theme-wrap a:visited.color-3,
  .theme-wrap .link.color-3 {
    color: #646464;
  }
  .theme-wrap a.color-4,
  .theme-wrap a:visited.color-4,
  .theme-wrap .link.color-4 {
    color: #2b2b2b;
  }
  .theme-wrap a.color-5,
  .theme-wrap a:visited.color-5,
  .theme-wrap .link.color-5 {
    color: #f0f0f0;
  }
  .theme-wrap .container-huge {
    width: 1550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-wrap .container-big {
    width: 1375px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-wrap .container-large {
    width: 1255px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-wrap .container-medium {
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-wrap .container-small {
    width: 950px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-wrap .container-tiny {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-wrap .btn,
  .theme-wrap button,
  .theme-wrap .button,
  .theme-wrap input[type="submit"],
  .theme-wrap input[type="button"],
  .theme-wrap a.button,
  .theme-wrap a.button:visited {
    position: relative;
    max-width: 100%;
    height: auto;
    padding: 3px 10px;
    border: 1px solid #ed6a09;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    line-height: 18px;
    font-family: "open-sans-light", sans-serif;
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .btn,
    .theme-wrap button,
    .theme-wrap .button,
    .theme-wrap input[type="submit"],
    .theme-wrap input[type="button"],
    .theme-wrap a.button,
    .theme-wrap a.button:visited {
      font-size: 17.1px;
      line-height: 28.5px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .btn,
    .theme-wrap button,
    .theme-wrap .button,
    .theme-wrap input[type="submit"],
    .theme-wrap input[type="button"],
    .theme-wrap a.button,
    .theme-wrap a.button:visited {
      font-size: 16.2px;
      line-height: 27px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .btn,
    .theme-wrap button,
    .theme-wrap .button,
    .theme-wrap input[type="submit"],
    .theme-wrap input[type="button"],
    .theme-wrap a.button,
    .theme-wrap a.button:visited {
      font-size: 15.75px;
      line-height: 26.25px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .btn,
    .theme-wrap button,
    .theme-wrap .button,
    .theme-wrap input[type="submit"],
    .theme-wrap input[type="button"],
    .theme-wrap a.button,
    .theme-wrap a.button:visited {
      font-size: 15.3px;
      line-height: 25.5px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .btn,
    .theme-wrap button,
    .theme-wrap .button,
    .theme-wrap input[type="submit"],
    .theme-wrap input[type="button"],
    .theme-wrap a.button,
    .theme-wrap a.button:visited {
      font-size: 14.4px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .btn,
    .theme-wrap button,
    .theme-wrap .button,
    .theme-wrap input[type="submit"],
    .theme-wrap input[type="button"],
    .theme-wrap a.button,
    .theme-wrap a.button:visited {
      font-size: 13.5px;
      line-height: 22.5px;
    }
  }
  .theme-wrap .btn:hover,
  .theme-wrap .btn:active,
  .theme-wrap .btn:focus,
  .theme-wrap button:hover,
  .theme-wrap button:active,
  .theme-wrap button:focus,
  .theme-wrap .button:hover,
  .theme-wrap .button:active,
  .theme-wrap .button:focus,
  .theme-wrap input[type="submit"]:hover,
  .theme-wrap input[type="submit"]:active,
  .theme-wrap input[type="submit"]:focus,
  .theme-wrap input[type="button"]:hover,
  .theme-wrap input[type="button"]:active,
  .theme-wrap input[type="button"]:focus,
  .theme-wrap a.button:hover,
  .theme-wrap a.button:active,
  .theme-wrap a.button:focus,
  .theme-wrap a.button:visited:hover,
  .theme-wrap a.button:visited:active,
  .theme-wrap a.button:visited:focus {
    background-color: #ed6a09 !important;
    border-color: #ed6a09 !important;
    color: #2b2b2b !important;
  }
  .theme-wrap .btn:hover *,
  .theme-wrap .btn:active *,
  .theme-wrap .btn:focus *,
  .theme-wrap button:hover *,
  .theme-wrap button:active *,
  .theme-wrap button:focus *,
  .theme-wrap .button:hover *,
  .theme-wrap .button:active *,
  .theme-wrap .button:focus *,
  .theme-wrap input[type="submit"]:hover *,
  .theme-wrap input[type="submit"]:active *,
  .theme-wrap input[type="submit"]:focus *,
  .theme-wrap input[type="button"]:hover *,
  .theme-wrap input[type="button"]:active *,
  .theme-wrap input[type="button"]:focus *,
  .theme-wrap a.button:hover *,
  .theme-wrap a.button:active *,
  .theme-wrap a.button:focus *,
  .theme-wrap a.button:visited:hover *,
  .theme-wrap a.button:visited:active *,
  .theme-wrap a.button:visited:focus * {
    color: #2b2b2b !important;
  }
  .theme-wrap .btn *,
  .theme-wrap button *,
  .theme-wrap .button *,
  .theme-wrap input[type="submit"] *,
  .theme-wrap input[type="button"] *,
  .theme-wrap a.button *,
  .theme-wrap a.button:visited * {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .theme-wrap .btn.fx-display,
  .theme-wrap button.fx-display,
  .theme-wrap .button.fx-display,
  .theme-wrap input[type="submit"].fx-display,
  .theme-wrap input[type="button"].fx-display,
  .theme-wrap a.button.fx-display,
  .theme-wrap a.button:visited.fx-display {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
  }
  .theme-wrap .btn.full,
  .theme-wrap button.full,
  .theme-wrap .button.full,
  .theme-wrap input[type="submit"].full,
  .theme-wrap input[type="button"].full,
  .theme-wrap a.button.full,
  .theme-wrap a.button:visited.full {
    width: 100%;
    text-align: center;
  }
  .theme-wrap .btn.large,
  .theme-wrap button.large,
  .theme-wrap .button.large,
  .theme-wrap input[type="submit"].large,
  .theme-wrap input[type="button"].large,
  .theme-wrap a.button.large,
  .theme-wrap a.button:visited.large {
    padding: 8px 30px;
    font-family: "open-sans-bold", sans-serif;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .btn.large,
    .theme-wrap button.large,
    .theme-wrap .button.large,
    .theme-wrap input[type="submit"].large,
    .theme-wrap input[type="button"].large,
    .theme-wrap a.button.large,
    .theme-wrap a.button:visited.large {
      padding: 6px 25px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .btn.large,
    .theme-wrap button.large,
    .theme-wrap .button.large,
    .theme-wrap input[type="submit"].large,
    .theme-wrap input[type="button"].large,
    .theme-wrap a.button.large,
    .theme-wrap a.button:visited.large {
      padding: 4px 20px;
    }
  }
  .theme-wrap .btn.color-txt,
  .theme-wrap .btn.gform_button,
  .theme-wrap button.color-txt,
  .theme-wrap button.gform_button,
  .theme-wrap .button.color-txt,
  .theme-wrap .button.gform_button,
  .theme-wrap input[type="submit"].color-txt,
  .theme-wrap input[type="submit"].gform_button,
  .theme-wrap input[type="button"].color-txt,
  .theme-wrap input[type="button"].gform_button,
  .theme-wrap a.button.color-txt,
  .theme-wrap a.button.gform_button,
  .theme-wrap a.button:visited.color-txt,
  .theme-wrap a.button:visited.gform_button {
    color: #2b2b2b;
    border-color: #2b2b2b;
  }
  .theme-wrap .btn.color-2,
  .theme-wrap button.color-2,
  .theme-wrap .button.color-2,
  .theme-wrap input[type="submit"].color-2,
  .theme-wrap input[type="button"].color-2,
  .theme-wrap a.button.color-2,
  .theme-wrap a.button:visited.color-2 {
    color: #ed6a09;
  }
  .theme-wrap .btn.bg-txt,
  .theme-wrap button.bg-txt,
  .theme-wrap .button.bg-txt,
  .theme-wrap input[type="submit"].bg-txt,
  .theme-wrap input[type="button"].bg-txt,
  .theme-wrap a.button.bg-txt,
  .theme-wrap a.button:visited.bg-txt {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: #fff;
  }
  .theme-wrap .btn.border-white,
  .theme-wrap button.border-white,
  .theme-wrap .button.border-white,
  .theme-wrap input[type="submit"].border-white,
  .theme-wrap input[type="button"].border-white,
  .theme-wrap a.button.border-white,
  .theme-wrap a.button:visited.border-white {
    border-color: #fff;
  }
  .theme-wrap .btn.border-1,
  .theme-wrap button.border-1,
  .theme-wrap .button.border-1,
  .theme-wrap input[type="submit"].border-1,
  .theme-wrap input[type="button"].border-1,
  .theme-wrap a.button.border-1,
  .theme-wrap a.button:visited.border-1 {
    border-color: #fecb2b;
  }
  .theme-wrap .btn.border-3,
  .theme-wrap button.border-3,
  .theme-wrap .button.border-3,
  .theme-wrap input[type="submit"].border-3,
  .theme-wrap input[type="button"].border-3,
  .theme-wrap a.button.border-3,
  .theme-wrap a.button:visited.border-3 {
    border-color: #646464;
  }
  .theme-wrap .btn div.font-1-bold,
  .theme-wrap button div.font-1-bold,
  .theme-wrap .button div.font-1-bold,
  .theme-wrap input[type="submit"] div.font-1-bold,
  .theme-wrap input[type="button"] div.font-1-bold,
  .theme-wrap a.button div.font-1-bold,
  .theme-wrap a.button:visited div.font-1-bold {
    padding: 6px 15px;
    display: block;
  }
  .theme-wrap .btn.featherlight-close-icon,
  .mejs-button .theme-wrap .btn,
  .theme-wrap button.featherlight-close-icon,
  .mejs-button .theme-wrap button,
  .theme-wrap .button.featherlight-close-icon,
  .mejs-button .theme-wrap .button,
  .theme-wrap input[type="submit"].featherlight-close-icon,
  .mejs-button .theme-wrap input[type="submit"],
  .theme-wrap input[type="button"].featherlight-close-icon,
  .mejs-button .theme-wrap input[type="button"],
  .theme-wrap a.button.featherlight-close-icon,
  .mejs-button .theme-wrap a.button,
  .theme-wrap a.button:visited.featherlight-close-icon,
  .mejs-button .theme-wrap a.button:visited {
    background-color: transparent !important;
    padding: 0px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  .theme-wrap .btn.featherlight-close-icon:after,
  .mejs-button .theme-wrap .btn:after,
  .theme-wrap button.featherlight-close-icon:after,
  .mejs-button .theme-wrap button:after,
  .theme-wrap .button.featherlight-close-icon:after,
  .mejs-button .theme-wrap .button:after,
  .theme-wrap input[type="submit"].featherlight-close-icon:after,
  .mejs-button .theme-wrap input[type="submit"]:after,
  .theme-wrap input[type="button"].featherlight-close-icon:after,
  .mejs-button .theme-wrap input[type="button"]:after,
  .theme-wrap a.button.featherlight-close-icon:after,
  .mejs-button .theme-wrap a.button:after,
  .theme-wrap a.button:visited.featherlight-close-icon:after,
  .mejs-button .theme-wrap a.button:visited:after {
    display: none;
  }
  .theme-wrap .btn.featherlight-close-icon:hover,
  .theme-wrap .btn.featherlight-close-icon:active,
  .theme-wrap .btn.featherlight-close-icon:focus,
  .mejs-button .theme-wrap .btn:hover,
  .mejs-button .theme-wrap .btn:active,
  .mejs-button .theme-wrap .btn:focus,
  .theme-wrap button.featherlight-close-icon:hover,
  .theme-wrap button.featherlight-close-icon:active,
  .theme-wrap button.featherlight-close-icon:focus,
  .mejs-button .theme-wrap button:hover,
  .mejs-button .theme-wrap button:active,
  .mejs-button .theme-wrap button:focus,
  .theme-wrap .button.featherlight-close-icon:hover,
  .theme-wrap .button.featherlight-close-icon:active,
  .theme-wrap .button.featherlight-close-icon:focus,
  .mejs-button .theme-wrap .button:hover,
  .mejs-button .theme-wrap .button:active,
  .mejs-button .theme-wrap .button:focus,
  .theme-wrap input[type="submit"].featherlight-close-icon:hover,
  .theme-wrap input[type="submit"].featherlight-close-icon:active,
  .theme-wrap input[type="submit"].featherlight-close-icon:focus,
  .mejs-button .theme-wrap input[type="submit"]:hover,
  .mejs-button .theme-wrap input[type="submit"]:active,
  .mejs-button .theme-wrap input[type="submit"]:focus,
  .theme-wrap input[type="button"].featherlight-close-icon:hover,
  .theme-wrap input[type="button"].featherlight-close-icon:active,
  .theme-wrap input[type="button"].featherlight-close-icon:focus,
  .mejs-button .theme-wrap input[type="button"]:hover,
  .mejs-button .theme-wrap input[type="button"]:active,
  .mejs-button .theme-wrap input[type="button"]:focus,
  .theme-wrap a.button.featherlight-close-icon:hover,
  .theme-wrap a.button.featherlight-close-icon:active,
  .theme-wrap a.button.featherlight-close-icon:focus,
  .mejs-button .theme-wrap a.button:hover,
  .mejs-button .theme-wrap a.button:active,
  .mejs-button .theme-wrap a.button:focus,
  .theme-wrap a.button:visited.featherlight-close-icon:hover,
  .theme-wrap a.button:visited.featherlight-close-icon:active,
  .theme-wrap a.button:visited.featherlight-close-icon:focus,
  .mejs-button .theme-wrap a.button:visited:hover,
  .mejs-button .theme-wrap a.button:visited:active,
  .mejs-button .theme-wrap a.button:visited:focus {
    background-color: transparent !important;
  }
  .theme-wrap .btn br,
  .theme-wrap button br,
  .theme-wrap .button br,
  .theme-wrap input[type="submit"] br,
  .theme-wrap input[type="button"] br,
  .theme-wrap a.button br,
  .theme-wrap a.button:visited br {
    display: none;
  }
  .theme-wrap blockquote {
    margin: 50px 0px;
    color: #ed6a09;
    font-family: "open-sans-bold", sans-serif;
    font-weight: 400;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .theme-wrap blockquote p {
    max-width: 75%;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap blockquote p {
      max-width: 100%;
    }
  }
  .theme-wrap blockquote p:before {
    content: "“";
  }
  .theme-wrap blockquote p:after {
    content: "”";
  }
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 18px;
    background-color: #f8f8f8;
    color: #2b2b2b;
    border: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      input[type]:not([type="submit"]):not([type="button"]):not(
        [type="hidden"]
      ):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
    .theme-wrap
      .gform_wrapper.gravity-theme
      input[type]:not([type="submit"]):not([type="button"]):not(
        [type="hidden"]
      ):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
      height: 40px;
      line-height: 40px;
      padding: 0px 15px;
    }
  }
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    ::-webkit-input-placeholder,
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    )::-webkit-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    ::-webkit-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    )::-webkit-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    :-moz-placeholder,
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    ):-moz-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    :-moz-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    ):-moz-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    ::-moz-placeholder,
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    )::-moz-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    ::-moz-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    )::-moz-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    :-ms-input-placeholder,
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    ):-ms-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    :-ms-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    ):-ms-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    ::-ms-input-placeholder,
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    )::-ms-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    ::-ms-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    )::-ms-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    ::placeholder,
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])
    ::placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    outline: none;
  }
  .theme-wrap
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    )[type="number"],
  .theme-wrap
    .gform_wrapper.gravity-theme
    input[type]:not([type="submit"]):not([type="button"]):not(
      [type="hidden"]
    ):not([type="checkbox"]):not([type="radio"]):not(
      [type="file"]
    )[type="number"] {
    width: 90px;
  }
  .theme-wrap textarea,
  .theme-wrap .gform_wrapper.gravity-theme textarea,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"] {
    width: 100%;
    height: 180px !important;
    padding: 12px 18px 12px 18px;
    background-color: #f8f8f8;
    color: #2b2b2b;
    border: none;
    max-width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap textarea,
    .theme-wrap .gform_wrapper.gravity-theme textarea,
    .theme-wrap
      .gform_wrapper.gravity-theme
      .gfield_error
      textarea[aria-invalid="true"] {
      height: 120px !important;
      padding: 8px 15px;
    }
  }
  .theme-wrap textarea ::-webkit-input-placeholder,
  .theme-wrap textarea::-webkit-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea ::-webkit-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]
    ::-webkit-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]::-webkit-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap textarea :-moz-placeholder,
  .theme-wrap textarea:-moz-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea :-moz-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea:-moz-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]
    :-moz-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]:-moz-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap textarea ::-moz-placeholder,
  .theme-wrap textarea::-moz-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea ::-moz-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea::-moz-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]
    ::-moz-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]::-moz-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap textarea :-ms-input-placeholder,
  .theme-wrap textarea:-ms-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea :-ms-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea:-ms-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]
    :-ms-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]:-ms-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap textarea ::-ms-input-placeholder,
  .theme-wrap textarea::-ms-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea ::-ms-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea::-ms-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]
    ::-ms-input-placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]::-ms-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap textarea ::placeholder,
  .theme-wrap textarea::placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea ::placeholder,
  .theme-wrap .gform_wrapper.gravity-theme textarea::placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]
    ::placeholder,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]::placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap textarea:focus,
  .theme-wrap .gform_wrapper.gravity-theme textarea:focus,
  .theme-wrap
    .gform_wrapper.gravity-theme
    .gfield_error
    textarea[aria-invalid="true"]:focus {
    outline: none;
  }
  .theme-wrap input[type="checkbox"],
  .theme-wrap input[type="radio"] {
    width: 15px;
    height: 15px;
    background-color: #f8f8f8;
    border: none;
    cursor: pointer;
    display: inline-block !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .theme-wrap input[type="checkbox"]:checked,
  .theme-wrap input[type="radio"]:checked {
    background-color: #fecb2b;
    border: 5px solid #f8f8f8;
  }
  .theme-wrap input[type="radio"] {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .theme-wrap select,
  .theme-wrap .gform_wrapper.gravity-theme select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 26px 0px 18px;
    background-color: #f8f8f8;
    color: #2b2b2b;
    border: none;
    max-width: 100%;
    background-image: url("graphics/icon-caret-down-txt.svg");
    background-repeat: no-repeat;
    background-position: right 34px center;
    background-size: 16px auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap select,
    .theme-wrap .gform_wrapper.gravity-theme select {
      height: 40px;
      line-height: 40px;
      padding: 0px 15px;
    }
  }
  .theme-wrap select ::-webkit-input-placeholder,
  .theme-wrap select::-webkit-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select ::-webkit-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select::-webkit-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap select :-moz-placeholder,
  .theme-wrap select:-moz-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select :-moz-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select:-moz-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap select ::-moz-placeholder,
  .theme-wrap select::-moz-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select ::-moz-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select::-moz-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap select :-ms-input-placeholder,
  .theme-wrap select:-ms-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select :-ms-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select:-ms-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap select ::-ms-input-placeholder,
  .theme-wrap select::-ms-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select ::-ms-input-placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select::-ms-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap select ::placeholder,
  .theme-wrap select::placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select ::placeholder,
  .theme-wrap .gform_wrapper.gravity-theme select::placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2b2b2b;
  }
  .theme-wrap .border-radius {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .theme-wrap .border-radius-r {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .theme-wrap .flexslider ol,
  .theme-wrap .flexslider ul,
  .theme-wrap .flexslider li {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .theme-wrap .flexslider .flex-control-nav {
    width: 100%;
    text-align: center;
    margin-top: 45px;
  }
  .theme-wrap .flexslider .flex-control-nav li {
    display: inline-block;
    margin: 0px 5px;
  }
  .theme-wrap .flexslider .flex-control-nav li a,
  .theme-wrap .flexslider .flex-control-nav li a:visited {
    width: 14px;
    height: 14px;
    background-color: #fff;
    text-indent: -9999px;
    border: 1px solid #ed6a09;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .theme-wrap .flexslider .flex-control-nav li a:hover,
  .theme-wrap .flexslider .flex-control-nav li a.flex-active,
  .theme-wrap .flexslider .flex-control-nav li a:visited:hover,
  .theme-wrap .flexslider .flex-control-nav li a:visited.flex-active {
    background-color: #ed6a09;
  }
  .theme-wrap #header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .admin-bar .theme-wrap #header {
    top: 32px;
  }
  @media screen and (max-width: 768px) {
    .admin-bar .theme-wrap #header {
      top: 46px;
    }
  }
  .theme-wrap #header p,
  .theme-wrap #header ul,
  .theme-wrap #header li {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .theme-wrap #header-top {
    position: relative;
    padding: 21px 0px 14px;
    background-color: #ed6a09;
    color: #fff;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #header-top {
      padding: 9px 0px;
    }
  }
  .theme-wrap #header-top a,
  .theme-wrap #header-top a:visited {
    color: #fff;
    text-decoration: none;
  }
  .theme-wrap #header-top a:hover,
  .theme-wrap #header-top a:active,
  .theme-wrap #header-top a:focus,
  .theme-wrap #header-top a:visited:hover,
  .theme-wrap #header-top a:visited:active,
  .theme-wrap #header-top a:visited:focus {
    text-decoration: underline;
  }
  .theme-wrap #header-top .actions a {
    margin-left: 34px;
  }
  .theme-wrap #header-top .actions a img {
    width: auto;
    height: auto;
    max-height: 16px;
  }
  .theme-wrap #header-top .actions a span {
    margin-left: 9px;
  }
  .theme-wrap #header-bottom {
    position: relative;
    padding: 30px 0px;
  }
  .theme-wrap #header-bottom:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    z-index: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .theme-wrap #header-bottom > * {
    position: relative;
    z-index: 1;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #header-bottom {
      padding: 20px 0px;
    }
  }
  .theme-wrap #header-bottom a.nav-toggle,
  .theme-wrap #header-bottom a.nav-toggle:visited,
  .theme-wrap #header-bottom a.nav-toggle:hover,
  .theme-wrap #header-bottom a.nav-toggle:active {
    position: relative;
    width: 32px;
    height: 26px;
    display: none;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #header-bottom a.nav-toggle,
    .theme-wrap #header-bottom a.nav-toggle:visited,
    .theme-wrap #header-bottom a.nav-toggle:hover,
    .theme-wrap #header-bottom a.nav-toggle:active {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    }
  }
  .theme-wrap #header-bottom a.nav-toggle .line,
  .theme-wrap #header-bottom a.nav-toggle:visited .line,
  .theme-wrap #header-bottom a.nav-toggle:hover .line,
  .theme-wrap #header-bottom a.nav-toggle:active .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #ed6a09;
  }
  .theme-wrap #header-bottom a.nav-toggle .line1,
  .theme-wrap #header-bottom a.nav-toggle:visited .line1,
  .theme-wrap #header-bottom a.nav-toggle:hover .line1,
  .theme-wrap #header-bottom a.nav-toggle:active .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  .theme-wrap #header-bottom a.nav-toggle .line2,
  .theme-wrap #header-bottom a.nav-toggle:visited .line2,
  .theme-wrap #header-bottom a.nav-toggle:hover .line2,
  .theme-wrap #header-bottom a.nav-toggle:active .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .theme-wrap #header-bottom a.nav-toggle .line3,
  .theme-wrap #header-bottom a.nav-toggle:visited .line3,
  .theme-wrap #header-bottom a.nav-toggle:hover .line3,
  .theme-wrap #header-bottom a.nav-toggle:active .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .show-menu .theme-wrap #header-bottom a.nav-toggle .line1,
  .show-menu .theme-wrap #header-bottom a.nav-toggle:visited .line1,
  .show-menu .theme-wrap #header-bottom a.nav-toggle:hover .line1,
  .show-menu .theme-wrap #header-bottom a.nav-toggle:active .line1 {
    transform: rotate(45deg);
  }
  .show-menu .theme-wrap #header-bottom a.nav-toggle .line2,
  .show-menu .theme-wrap #header-bottom a.nav-toggle:visited .line2,
  .show-menu .theme-wrap #header-bottom a.nav-toggle:hover .line2,
  .show-menu .theme-wrap #header-bottom a.nav-toggle:active .line2 {
    transform: scaleY(0);
  }
  .show-menu .theme-wrap #header-bottom a.nav-toggle .line3,
  .show-menu .theme-wrap #header-bottom a.nav-toggle:visited .line3,
  .show-menu .theme-wrap #header-bottom a.nav-toggle:hover .line3,
  .show-menu .theme-wrap #header-bottom a.nav-toggle:active .line3 {
    transform: rotate(-45deg);
  }
  .theme-wrap #header-bottom .menu {
    position: relative;
    margin: 0px auto 0px 110px;
    font-family: "open-sans-bold", sans-serif;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap #header-bottom .menu {
      margin-left: 25px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #header-bottom .menu {
      position: absolute;
      top: 60px;
      left: 0px;
      width: 100%;
      height: calc(100vh - 117px);
      margin: 0px;
      background-color: #000;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      -webkit-transform: translate3d(0, 100vh, 0);
      -moz-transform: translate3d(0, 100vh, 0);
      -ms-transform: translate3d(0, 100vh, 0);
      -o-transform: translate3d(0, 100vh, 0);
      transform: translate3d(0, 100vh, 0);
    }
    .show-menu .theme-wrap #header-bottom .menu {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .theme-wrap #header-bottom .menu li {
    position: relative;
    margin-right: 50px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap #header-bottom .menu li {
      margin-right: 25px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #header-bottom .menu li {
      margin: 0px;
      padding: 15px;
    }
  }
  .theme-wrap #header-bottom .menu li:last-child {
    margin-right: 0px;
  }
  .theme-wrap #header-bottom .menu li a,
  .theme-wrap #header-bottom .menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #header-bottom .menu li a,
    .theme-wrap #header-bottom .menu li a:visited {
      font-size: 25px;
      line-height: 34px;
    }
  }
  .theme-wrap #header-bottom .menu li a:hover,
  .theme-wrap #header-bottom .menu li a:active,
  .theme-wrap #header-bottom .menu li a:focus,
  .theme-wrap #header-bottom .menu li a:visited:hover,
  .theme-wrap #header-bottom .menu li a:visited:active,
  .theme-wrap #header-bottom .menu li a:visited:focus {
    text-decoration: underline;
  }
  .theme-wrap #header-bottom .menu li a span,
  .theme-wrap #header-bottom .menu li a:visited span {
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .theme-wrap #header-bottom .menu li.current-menu-item > a,
  .theme-wrap #header-bottom .menu li.current-menu-item > a:visited,
  .theme-wrap #header-bottom .menu li.current-menu-parent > a,
  .theme-wrap #header-bottom .menu li.current-menu-parent > a:visited,
  .theme-wrap #header-bottom .menu li:hover > a,
  .theme-wrap #header-bottom .menu li:hover > a:visited,
  .theme-wrap #header-bottom .menu li:active > a,
  .theme-wrap #header-bottom .menu li:active > a:visited {
    color: #ed6a09;
  }
  .theme-wrap #header-bottom .menu li.current-menu-item > a span,
  .theme-wrap #header-bottom .menu li.current-menu-item > a:visited span,
  .theme-wrap #header-bottom .menu li.current-menu-parent > a span,
  .theme-wrap #header-bottom .menu li.current-menu-parent > a:visited span,
  .theme-wrap #header-bottom .menu li:hover > a span,
  .theme-wrap #header-bottom .menu li:hover > a:visited span,
  .theme-wrap #header-bottom .menu li:active > a span,
  .theme-wrap #header-bottom .menu li:active > a:visited span {
    color: #fff;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #header-bottom .button {
      margin: 0px 25px 0px auto;
    }
  }
  .theme-wrap #logo {
    position: relative;
    text-decoration: none;
  }
  .theme-wrap #logo img {
    width: auto;
    height: 52px;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap #logo img {
      height: 40px;
    }
  }
  .theme-wrap #logo img:hover,
  .theme-wrap #logo img:active,
  .theme-wrap #logo img:focus {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .theme-wrap .content-block {
    position: relative;
    width: 100%;
    height: auto;
    word-wrap: break-word;
    z-index: 0;
  }
  .theme-wrap .content-block.block-type-featured .intro {
    position: relative;
    padding-top: 462px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-featured .intro {
      padding-top: 362px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-featured .intro {
      padding-top: 369px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-featured .intro {
      padding-top: 100px;
    }
  }
  .theme-wrap .content-block.block-type-featured .intro .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1072px;
    z-index: 0;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-featured .intro .bg {
      height: 812px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-featured .intro .bg {
      height: 340px;
    }
  }
  .theme-wrap .content-block.block-type-featured .intro .bg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    display: block;
  }
  .theme-wrap .content-block.block-type-featured .intro .bg video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
  }
  .theme-wrap .content-block.block-type-featured .intro .contents {
    position: relative;
  }
  .theme-wrap .content-block.block-type-featured .intro .contents .leaf-img {
    width: auto;
    height: 650px;
    z-index: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-featured .intro .contents .leaf-img {
      top: 235px;
      height: 100px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-featured .intro .contents br {
      display: none;
    }
  }
  .theme-wrap .content-block.block-type-featured .intro .contents .content-left {
    position: relative;
    margin-top: 610px;
    background-color: #fff;
    width: 50%;
    padding: 155px 180px 30px 0px;
    z-index: 2;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-left {
      padding-right: 100px;
      margin-top: 450px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-left {
      width: 100%;
      padding: 70px 0px 30px;
      margin-top: 0px;
      background-color: transparent;
    }
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-left
    .chair-img {
    position: absolute;
    top: -290px;
    right: 80px;
    width: auto;
    height: 470px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-left
      .chair-img {
      height: 370px;
      top: -220px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-left
      .chair-img {
      height: 270px;
      top: -170px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-left
      .chair-img {
      right: 0px;
      top: auto;
      bottom: -70px;
      height: 140px;
    }
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-left
    .content {
    padding-top: 33px;
    color: #646464;
  }
  .theme-wrap .content-block.block-type-featured .intro .contents .content-right {
    position: relative;
    width: 50%;
    height: 1330px;
    padding: 110px 130px 35px 65px;
    color: #fff;
    z-index: 3;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right {
      height: auto;
      padding-right: 70px;
      padding-bottom: 500px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right {
      padding: 80px 60px 70px 40px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right {
      width: 100%;
      padding: 45px 30px 170px;
      margin-top: 240px;
    }
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-right:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50vw;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url("graphics/bg-12.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right:before {
      width: 120vw;
      left: -20vw;
    }
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-right
    .info {
    position: relative;
    z-index: 2;
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-right
    .icon-img {
    position: absolute;
    top: -195px;
    right: -285px;
    width: auto;
    height: 370px;
    transform: rotate(0deg);
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .icon-img {
      top: -250px;
      right: -120px;
      height: 300px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .icon-img {
      top: -250px;
      right: -60px;
      height: 250px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .icon-img {
      top: -190px;
      height: 190px;
      right: 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .icon-img {
      top: -170px;
      right: 15px;
      height: 150px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-right
    > h2 {
    margin-bottom: 95px;
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      > h2 {
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      > h2 {
      padding-right: 55px;
    }
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-right
    .content {
    padding-right: 50px;
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .content {
      padding-right: 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-right
    .person-img {
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 1000px;
    max-width: none;
    height: auto;
    z-index: 1;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translate3d(100vw, 0px, 0px);
    -moz-transform: translate3d(100vw, 0px, 0px);
    -ms-transform: translate3d(100vw, 0px, 0px);
    -o-transform: translate3d(100vw, 0px, 0px);
    transform: translate3d(100vw, 0px, 0px);
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .person-img {
      width: 50vw;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .person-img {
      width: 50%;
      left: 25%;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .person-img {
      width: 70%;
      left: 15%;
      bottom: -60px;
    }
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-right
    .dotlottie-player {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50vw;
    height: 100%;
    max-width: none;
    overflow: hidden;
    z-index: 0;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .dotlottie-player {
      width: 100vw;
      background-color: #fe8f08;
    }
  }
  .theme-wrap
    .content-block.block-type-featured
    .intro
    .contents
    .content-right
    .dotlottie-player
    .dotlottie {
    margin-bottom: 10px;
    width: auto;
    height: calc(100% + 10px) !important;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-featured
      .intro
      .contents
      .content-right
      .dotlottie-player
      .dotlottie {
      position: absolute;
      left: 0px;
      bottom: 0px;
      margin-bottom: 0px;
      width: 100vw !important;
      height: auto !important;
    }
  }
  .theme-wrap .content-block.block-type-featured .cta {
    position: relative;
  }
  .theme-wrap .content-block.block-type-featured .cta:before {
    position: absolute;
    top: 0px;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background-color: #2b2b2b;
    content: "";
    z-index: -1;
  }
  .theme-wrap .content-block.block-type-featured .cta .cta-content {
    padding: 78px 0px 58px;
  }
  .theme-wrap .content-block.block-type-featured .cta .cta-content h2 {
    margin-bottom: 24px;
  }
  .theme-wrap .content-block.block-type-usps .content-left {
    position: relative;
    width: 605px;
    padding: 100px 50px 50px 0px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-usps .content-left {
      width: 50%;
      padding: 70px 25px 25px 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-usps .content-left {
      width: 100%;
      padding: 60px 30px 60px 30px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-usps .content-left {
      padding: 30px 15px 45px 15px;
    }
  }
  .theme-wrap .content-block.block-type-usps .content-right {
    position: relative;
    width: 750px;
    padding: 110px 0px 20px 130px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-usps .content-right {
      width: 50%;
      padding: 70px 0px 20px 60px;
    }
    .theme-wrap .content-block.block-type-usps .content-right br {
      display: none;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-usps .content-right {
      width: 100%;
      padding: 30px 0px 30px 0px;
    }
  }
  .theme-wrap .content-block.block-type-usps .usps .content-left:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50vw;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url("graphics/bg-12.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-usps .usps .content-left:before {
      width: 120vw;
      left: -20vw;
    }
  }
  .theme-wrap .content-block.block-type-usps .usps .content-left h2 {
    color: #fff;
  }
  .theme-wrap .content-block.block-type-usps .usps .content-right .usps {
    padding-top: 74px;
    color: #ed6a09;
    margin-left: -15px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-usps .usps .content-right .usps {
      padding-top: 30px;
      margin-left: 0px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-usps .usps .content-right .usps {
      padding-right: 0px;
    }
  }
  .theme-wrap .content-block.block-type-usps .usps .content-right .usps .usp {
    margin-bottom: 40px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-usps .usps .content-right .usps .usp {
      margin-bottom: 20px;
    }
  }
  .theme-wrap
    .content-block.block-type-usps
    .usps
    .content-right
    .usps
    .usp
    .img {
    width: 90px;
    padding-left: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-usps
      .usps
      .content-right
      .usps
      .usp
      .img {
      width: 70px;
    }
  }
  .theme-wrap
    .content-block.block-type-usps
    .usps
    .content-right
    .usps
    .usp
    .img
    img {
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 60px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-usps
      .usps
      .content-right
      .usps
      .usp
      .img
      img {
      max-width: 50px;
      max-height: 40px;
    }
  }
  .theme-wrap
    .content-block.block-type-usps
    .usps
    .content-right
    .usps
    .usp
    span {
    width: calc(100% - 90px);
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-usps
      .usps
      .content-right
      .usps
      .usp
      span {
      width: calc(100% - 70px);
    }
  }
  .theme-wrap .content-block.block-type-usps .cta {
    position: relative;
    padding-bottom: 80px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-usps .cta {
      padding-bottom: 60px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-usps .cta {
      padding-bottom: 0px;
    }
  }
  .theme-wrap .content-block.block-type-usps .cta .person-img {
    position: absolute;
    top: -398px;
    left: 390px;
    width: auto;
    height: 675px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-usps .cta .person-img {
      left: 315px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-usps .cta .person-img {
      left: 225px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-usps .cta .person-img {
      height: 400px;
      top: -235px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-usps .cta .person-img {
      left: auto;
      right: 0px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-usps .cta .person-img {
      right: -30px;
      height: 200px;
      top: -100px;
    }
  }
  .theme-wrap .content-block.block-type-usps .cta h3 {
    color: #ed6a09;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-usps .cta .content-left {
      padding: 60px 0px 0px 0px;
    }
  }
  .theme-wrap .content-block.block-type-way .ways {
    position: relative;
    z-index: 0;
  }
  .theme-wrap .content-block.block-type-way .ways .bg {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 0;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-way .ways .bg {
      height: 240px;
    }
  }
  .theme-wrap .content-block.block-type-way .ways .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-wrap .content-block.block-type-way .inhouse {
    position: relative;
  }
  .theme-wrap .content-block.block-type-way .inhouse:before {
    position: absolute;
    top: 205px;
    left: 0px;
    width: 100%;
    height: calc(100% - 205px);
    content: "";
    /* background-image: url("graphics/bg-waves.jpg"); */
    background-position: top left;
    background-size: 100%;
    z-index: -1;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-way .inhouse:before {
      top: 100px;
      height: calc(100% - 100px);
    }
  }
  .theme-wrap .content-block.block-type-way .inhouse .inhouse-content {
    position: relative;
    margin-top: -205px;
    z-index: 1;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-way .inhouse .inhouse-content {
      margin-top: -100px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-way .inhouse .inhouse-content {
      margin-top: -75px;
    }
  }
  .theme-wrap .content-block.block-type-way .inhouse .inhouse-content .content {
    position: relative;
    width: calc(100% - 650px);
    margin: 0px 0px 0px 650px;
    padding: 105px 145px 225px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-way .inhouse .inhouse-content .content {
      width: 60%;
      margin-left: 40%;
      padding: 50px 100px 125px;
    }
    .theme-wrap
      .content-block.block-type-way
      .inhouse
      .inhouse-content
      .content
      br {
      display: none;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-way .inhouse .inhouse-content .content {
      width: 100%;
      margin: 0px;
      padding: 30px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .inhouse
    .inhouse-content
    .content:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 75vw;
    height: 100%;
    background: linear-gradient(
      to bottom left,
      #ffc721 0,
      #ed6a09 50%,
      #8d2f17 100%
    );
    content: "";
    z-index: -1;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .inhouse
      .inhouse-content
      .content:before {
      width: 100%;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .inhouse
    .inhouse-content
    .content
    .icon-img {
    position: absolute;
    top: -90px;
    right: 0px;
    width: 250px;
    height: auto;
    z-index: 2;
    display: block;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .inhouse
      .inhouse-content
      .content
      .icon-img {
      width: 210px;
      top: -160px;
      right: 20px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-way
      .inhouse
      .inhouse-content
      .content
      .icon-img {
      right: 0px;
      width: 170px;
      top: -90px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .inhouse
      .inhouse-content
      .content
      .icon-img {
      width: 120px;
    }
  }
  .theme-wrap .content-block.block-type-way .inhouse .inhouse-images {
    position: relative;
    margin: -180px 0px 100px;
    z-index: 2;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-way .inhouse .inhouse-images {
      margin: -80px 0px 70px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-way .inhouse .inhouse-images {
      margin: 0px 0px 50px;
    }
  }
  .theme-wrap .content-block.block-type-way .inhouse .inhouse-images .img {
    position: relative;
    width: 375px;
    overflow: hidden;
    margin-right: 40px;
  }
  .theme-wrap
    .content-block.block-type-way
    .inhouse
    .inhouse-images
    .img:first-child {
    width: 720px;
    margin-top: -255px;
  }
  .theme-wrap .content-block.block-type-way .inhouse .inhouse-images .img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-wrap
    .content-block.block-type-way
    .inhouse
    .inhouse-images
    .img:first-child
    img {
    top: -75px;
  }
  .theme-wrap
    .content-block.block-type-way
    .inhouse
    .inhouse-images
    .img
    .dotlottie-player {
    position: absolute;
    top: 0px;
    left: -165px;
    width: 100%;
    height: 100%;
    margin-top: -90px;
    z-index: 1;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .inhouse
      .inhouse-images
      .img
      .dotlottie-player {
      left: -60px;
      margin-top: -75px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .inhouse
    .inhouse-images
    .img
    .dotlottie-player
    .dotlottie {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-way .inhouse .inhouse-images .img {
      width: 100% !important;
      margin: 30px 0px 0px 0px !important;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
    }
    .theme-wrap .content-block.block-type-way .inhouse .inhouse-images .img img {
      width: 70%;
      height: auto;
      top: 0px !important;
      object-fit: none;
    }
  }
  .theme-wrap .content-block.block-type-way .ways-path .way-path-title {
    width: 1000px;
    max-width: 100%;
    margin-bottom: 43px;
  }
  .theme-wrap .content-block.block-type-way .ways-path .way-path-desc {
    width: 830px;
    max-width: 100%;
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider-container {
    width: 100%;
  }
  .theme-wrap .content-block.block-type-way .ways-path .ways-path-slider {
    position: relative;
    width: 1080px;
    max-width: 100%;
    margin-top: 39px;
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav {
    position: relative;
    padding: 0px 100px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav {
      padding: 0px 80px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav {
      padding: 0px 15px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav {
      padding: 0px 15px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    .bg {
    width: 100%;
    height: 3px;
    background-color: #ed6a09;
    z-index: 0;
    left: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      .bg {
      top: 0px;
      left: 0px;
      width: 2px;
      height: 100%;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    .bg:before,
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    .bg:after {
    left: 0px;
    width: 13px;
    height: 13px;
    background-color: #ed6a09;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      .bg:before,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      .bg:after {
      width: 10px;
      height: 10px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      .bg:before,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      .bg:after {
      top: 0px;
      left: -3px;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    .bg:after {
    left: auto;
    right: 0px;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      .bg:after {
      left: -3px;
      right: auto;
      bottom: 0px;
      top: auto;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a,
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a:visited {
    position: relative;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 1;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a:visited {
      width: 40px;
      height: 40px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a:visited {
      width: 100%;
      height: auto;
      margin-bottom: 10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
      -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;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a
    svg,
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a:visited
    svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a
      svg,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a:visited
      svg {
      width: 30px;
      height: auto;
      margin-right: 15px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a.active,
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a:hover,
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a:visited.active,
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a:visited:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #ed6a09;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a.active,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a:hover,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a:visited.active,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a:visited:hover {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a
    .slide-nav-title,
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-nav
    a:visited
    .slide-nav-title {
    top: 100%;
    line-height: 24px;
    font-size: 18px;
    margin-top: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a
      .slide-nav-title,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a:visited
      .slide-nav-title {
      font-size: 14px;
      line-height: 18px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a
      .slide-nav-title,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a:visited
      .slide-nav-title {
      font-size: 12px;
      line-height: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a
      .slide-nav-title,
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-nav
      a:visited
      .slide-nav-title {
      position: relative;
      top: auto;
      left: auto;
      margin: 0px;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-slides {
    position: relative;
    margin: 130px 0px 150px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-slides {
      margin: 110px 0px 100px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-slides {
      margin: 90px 0px 60px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-slides {
      margin-top: 30px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-slides
    .slide-content {
    position: relative;
    display: none;
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-slides
    .slide-content.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-slides
    .slide-content
    .img {
    position: relative;
    width: 630px;
    height: 480px;
    max-width: 100%;
    z-index: 0;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-slides
      .slide-content
      .img {
      width: 100%;
      height: 300px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-slides
    .slide-content
    .img
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .theme-wrap
    .content-block.block-type-way
    .ways-path
    .ways-path-slider
    .slider-slides
    .slide-content
    .content {
    background-color: #fff;
    padding: 30px 40px;
    left: 410px;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-slides
      .slide-content
      .content {
      position: relative;
      top: auto;
      left: auto;
      margin: -45px 30px 0px;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .ways-path
      .ways-path-slider
      .slider-slides
      .slide-content
      .content {
      margin: -30px 15px 0px;
    }
  }
  .theme-wrap .content-block.block-type-way .growth {
    position: relative;
    background: linear-gradient(
      to bottom right,
      #ffc721 0,
      #ed6a09 50%,
      #8d2f17 100%
    );
    z-index: 1;
  }
  .theme-wrap .content-block.block-type-way .growth .ways-list {
    position: relative;
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-img-container {
    position: relative;
    top: 100px;
    width: 630px;
    height: auto;
    object-fit: contain;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container {
      width: 40%;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container {
      width: 70%;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container {
      width: 100%;
      left: 0px;
      top: 0px;
      margin-top: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-img-container
    img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    display: block;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container
      img {
      width: 280px;
      height: auto;
      object-fit: initial;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-img-container
    .dotlottie-player {
    top: -110px;
    margin-left: 12px;
    z-index: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container
      .dotlottie-player {
      top: -80px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container
      .dotlottie-player {
      top: auto;
      bottom: 270px;
      margin-left: 8px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container
      .dotlottie-player {
      top: auto;
      bottom: 210px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container
      .dotlottie-player {
      bottom: 100px;
      margin-left: 5px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-img-container
    .dotlottie-player
    .dotlottie {
    width: 550px !important;
    height: 550px !important;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container
      .dotlottie-player
      .dotlottie {
      width: 400px !important;
      height: 400px !important;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container
      .dotlottie-player
      .dotlottie {
      width: 250px !important;
      height: 250px !important;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container
      .dotlottie-player
      .dotlottie {
      width: 350px !important;
      height: 350px !important;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-img-container
      .dotlottie-player
      .dotlottie {
      width: 225px !important;
      height: 225px !important;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-intro-container {
    width: calc(100% - 630px);
    padding: 50px 0px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container {
      width: 60%;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container {
      width: 100%;
      padding-left: 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-intro-container
    .intro {
    color: #fff;
    margin-bottom: 50px;
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-intro-container
    .intro:after {
    content: " ";
    display: block;
    clear: both;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container
      .intro {
      margin-bottom: 40px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container
      .intro {
      margin-bottom: 30px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-intro-container
    .intro
    h1 {
    float: left;
    width: 33.33%;
    padding-right: 50px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container
      .intro
      h1 {
      padding-right: 30px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container
      .intro
      h1 {
      width: 100%;
      padding: 45px 0px 0px 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-intro-container
    .intro
    .content {
    float: left;
    width: 66.66%;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container
      .intro
      .content {
      width: 100%;
      padding: 15px 0px 0px 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-intro-container
    .ways-list
    .way {
    width: 100%;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container
      .ways-list
      .way {
      width: 100% !important;
      padding: 0px 0px 30px 0px !important;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-intro-container
    .ways-list.cnt-2
    .way {
    width: 50%;
    padding-right: 100px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container
      .ways-list.cnt-2
      .way {
      padding-right: 50px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-intro-container
    .ways-list.cnt-3
    .way {
    width: 33.33%;
    padding-right: 50px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container
      .ways-list.cnt-3
      .way {
      padding-right: 30px;
    }
  }
  .theme-wrap
    .content-block.block-type-way
    .growth
    .ways-list
    .ways-intro-container
    .ways-list.cnt-4
    .way {
    width: 25%;
    padding-right: 50px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-way
      .growth
      .ways-list
      .ways-intro-container
      .ways-list.cnt-4
      .way {
      padding-right: 25px;
    }
  }
  .theme-wrap .content-block.block-type-employees .contents {
    padding: 100px 0px 50px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-employees .contents {
      padding: 60px 0px 30px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-employees .contents {
      padding: 25px 0px;
      text-align: center;
    }
  }
  .theme-wrap .content-block.block-type-employees .contents .font-size-h1 {
    margin-bottom: 25px;
  }
  .theme-wrap .content-block.block-type-employees .employees {
    position: relative;
    width: 100%;
  }
  .theme-wrap .content-block.block-type-employees .employees .employee {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .theme-wrap .content-block.block-type-employees .employees .employee.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .theme-wrap .content-block.block-type-employees .employees .employee.cnt-0 {
    position: relative;
    top: auto;
    left: auto;
  }
  .theme-wrap .content-block.block-type-employees .employees .employee .bg-img {
    position: relative;
  }
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .bg-img
    > img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
  }
  .theme-wrap .content-block.block-type-employees .employees .employee .bg-img a,
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .bg-img
    a:visited {
    position: relative;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  }
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .bg-img
    a
    img,
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .bg-img
    a:visited
    img {
    width: 80px;
    height: 80px;
    left: -40px;
    top: -40px;
    display: block;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .bg-img
      a
      img,
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .bg-img
      a:visited
      img {
      width: 60px;
      height: 60px;
      left: -30px;
      top: -30px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .bg-img
      a
      img,
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .bg-img
      a:visited
      img {
      width: 40px;
      height: 40px;
      left: -20px;
      top: -20px;
    }
  }
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .person-container {
    position: relative;
  }
  @media (max-width: 2160px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container {
      position: static;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container {
      position: relative;
    }
  }
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .person-container
    .person {
    position: absolute;
    right: 0px;
    bottom: 40px;
    width: 640px;
  }
  @media (max-width: 2160px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person {
      right: 30px;
      bottom: 30px;
    }
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person {
      width: 550px;
      right: 20px;
      bottom: 20px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person {
      position: relative;
      width: 100%;
      height: 100%;
      right: auto;
      bottom: auto;
    }
  }
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .person-container
    .person
    .img {
    position: absolute;
    left: -215px;
    bottom: -40px;
    z-index: 1;
  }
  @media (max-width: 2160px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .img {
      bottom: -30px;
      left: -195px;
    }
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .img {
      bottom: -20px;
      left: -150px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .img {
      position: static;
      left: auto;
      bottom: auto;
      width: 250px;
      padding-top: 15px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .img {
      width: 100%;
    }
  }
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .person-container
    .person
    .img
    img {
    width: 350px;
    height: auto;
    display: block;
  }
  @media (max-width: 2160px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .img
      img {
      width: 320px;
    }
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .img
      img {
      width: 275px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .img
      img {
      width: 240px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .img
      img {
      width: 40%;
      margin-left: 30%;
    }
  }
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .person-container
    .person
    .info {
    position: relative;
    padding: 40px 70px;
    margin-left: 0px;
    background-color: #fff;
    color: #2b2b2b;
    z-index: 0;
  }
  @media (max-width: 2160px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .info {
      padding: 30px 50px;
    }
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .info {
      padding: 30px 50px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .info {
      padding: 25px 40px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .info {
      width: calc(100% - 250px);
      padding: 30px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .info {
      width: 100%;
      text-align: center;
      padding: 30px 0px;
      color: #fff;
    }
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person
      .info:before {
      position: absolute;
      top: 0px;
      left: -50vw;
      width: 200vw;
      height: 100%;
      background-color: #2b2b2b;
      content: "";
      z-index: -1;
    }
  }
  .theme-wrap
    .content-block.block-type-employees
    .employees
    .employee
    .person-container
    .person.person-img
    .info {
    padding-left: 175px;
  }
  @media (max-width: 2160px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person.person-img
      .info {
      padding-left: 150px;
    }
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person.person-img
      .info {
      padding-left: 130px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person.person-img
      .info {
      padding-left: 100px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person.person-img
      .info {
      padding: 30px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-employees
      .employees
      .employee
      .person-container
      .person.person-img
      .info {
      padding: 30px 0px;
    }
  }
  .theme-wrap .content-block.block-type-advice {
    padding: 65px 0px;
    background-color: #f0f0f0;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-advice {
      padding: 45px 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-advice {
      padding: 35px 0px;
    }
  }
  .theme-wrap .content-block.block-type-advice .content-left {
    width: 515px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-advice .content-left {
      width: 40%;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-advice .content-left {
      width: auto;
      text-align: center;
    }
  }
  .theme-wrap .content-block.block-type-advice .content-right {
    width: calc(100% - 515px);
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-advice .content-right {
      width: 60%;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-advice .content-right {
      width: auto;
      text-align: center;
    }
  }
  .theme-wrap .content-block.block-type-advice .content-right strong {
    color: #ed6a09;
  }
  .theme-wrap .content-block.block-type-collaborate .cta {
    position: relative;
    color: #fff;
  }
  .theme-wrap .content-block.block-type-collaborate .cta:before {
    position: absolute;
    top: 0px;
    left: -2px;
    width: calc(100% + 4px);
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url("graphics/bg-12.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .theme-wrap .content-block.block-type-collaborate .cta .intro {
    position: relative;
    margin: 0px auto;
    width: 1030px;
    max-width: 100%;
    padding: 85px 0px 130px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-collaborate .cta .intro {
      width: 620px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-collaborate .cta .intro {
      margin: 35px auto 70px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-collaborate .cta .intro {
      padding-bottom: 220px;
    }
  }
  .theme-wrap .content-block.block-type-collaborate .cta .person-img {
    position: absolute;
    right: -40px;
    bottom: -80px;
    width: 600px;
    height: auto;
    max-width: none;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translate3d(100vw, 0px, 0px);
    -moz-transform: translate3d(100vw, 0px, 0px);
    -ms-transform: translate3d(100vw, 0px, 0px);
    -o-transform: translate3d(100vw, 0px, 0px);
    transform: translate3d(100vw, 0px, 0px);
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-collaborate .cta .person-img {
      width: 700px;
      right: -140px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-collaborate .cta .person-img {
      width: 600px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-collaborate .cta .person-img {
      width: 450px;
      bottom: -40px;
      right: -60px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-collaborate .cta .person-img {
      width: 200px;
      right: -50px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .content-block.block-type-collaborate .cta .person-img {
      width: 150px;
      right: 0px;
      bottom: -60px;
    }
  }
  .theme-wrap .content-block.block-type-collaborate.cta-bg-none .cta {
    background: none;
    color: #2b2b2b;
  }
  .theme-wrap .content-block.block-type-collaborate.cta-bg-none .cta:before {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-collaborate.cta-bg-none .cta .intro {
      padding-bottom: 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-collaborate:last-child .cta .intro {
      padding-bottom: 50px;
      margin-bottom: 0px;
    }
  }
  .theme-wrap .content-block.block-type-collaborate .images {
    margin: 100px -20px 80px;
  }
  .theme-wrap .content-block.block-type-collaborate .images:after {
    content: " ";
    display: block;
    clear: both;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-collaborate .images {
      margin: 70px -15px 40px;
    }
  }
  .theme-wrap .content-block.block-type-collaborate .images a.img,
  .theme-wrap .content-block.block-type-collaborate .images a.img:visited {
    float: left;
    width: calc(25% - 40px);
    margin: 0px 20px 40px;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-collaborate .images a.img,
    .theme-wrap .content-block.block-type-collaborate .images a.img:visited {
      width: calc(50% - 30px);
      margin: 0px 15px 30px;
    }
  }
  .theme-wrap .content-block.block-type-collaborate .images a.img img,
  .theme-wrap .content-block.block-type-collaborate .images a.img:visited img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .theme-wrap .content-block.block-type-collaborate .images a.img:hover img,
  .theme-wrap .content-block.block-type-collaborate .images a.img:active img,
  .theme-wrap .content-block.block-type-collaborate .images a.img:focus img,
  .theme-wrap
    .content-block.block-type-collaborate
    .images
    a.img:visited:hover
    img,
  .theme-wrap
    .content-block.block-type-collaborate
    .images
    a.img:visited:active
    img,
  .theme-wrap
    .content-block.block-type-collaborate
    .images
    a.img:visited:focus
    img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .theme-wrap .content-block.block-type-contact .contents {
    position: relative;
    margin: 302px 0px 140px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-contact .contents {
      margin: 252px 0px 90px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-contact .contents {
      margin: 182px 0px 50px;
    }
  }
  .theme-wrap .content-block.block-type-contact .contents .content {
    width: 730px;
    padding-right: 95px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-contact .contents .content {
      width: 50%;
      padding-right: 60px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-contact .contents .content {
      width: 100%;
      padding: 0px 0px 30px 0px;
    }
  }
  .theme-wrap .content-block.block-type-contact .contents .content .desc {
    position: relative;
    padding-right: 45px;
  }
  .theme-wrap .content-block.block-type-contact .contents .content .desc img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 33px;
    height: auto;
  }
  .theme-wrap .content-block.block-type-contact .contents .content .gform_footer {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .content
    .gform_footer
    button {
    margin-bottom: 0px;
  }
  .theme-wrap .content-block.block-type-contact .contents .img {
    position: absolute;
    top: 0px;
    left: 730px;
    width: 1000px;
    height: 100%;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-contact .contents .img {
      position: relative;
      top: auto;
      left: auto;
      width: 50%;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-contact .contents .img {
      width: 100%;
    }
  }
  .theme-wrap .content-block.block-type-contact .contents .img .map {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-contact .contents .img .map {
      height: 530px;
      object-fit: none;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-contact .contents .img .map {
      height: 300px;
    }
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .map
    a.icon-marker {
    width: 60px;
    height: 60px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url("graphics/icon-location.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .map
      a.icon-marker {
      width: 40px;
      height: 40px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .map
      a.icon-marker {
      width: 30px;
      height: 30px;
    }
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .map
    a.icon-marker:before {
    position: absolute;
    left: -3px;
    bottom: 25px;
    width: 230px;
    height: 100px;
    content: "";
    background-image: url("graphics/icon-popup.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .map
      a.icon-marker:before {
      left: -9px;
      bottom: 17px;
      width: 200px;
      height: 80px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .map
      a.icon-marker:before {
      left: -11px;
      bottom: 13px;
      width: 180px;
      height: 70px;
    }
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .map
    a.icon-marker:hover:before,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .map
    a.icon-marker:active:before,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .map
    a.icon-marker:focus:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .theme-wrap .content-block.block-type-contact .contents .img .info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-contact .contents .img .info {
      position: relative;
      left: 0px;
      bottom: 0px;
      width: 100%;
      padding: 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content {
    width: 50%;
    padding: 40px 45px;
    background-color: #2b2b2b;
    color: #fff;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .info
      .info-content {
      width: 60%;
      padding: 30px 35px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .info
      .info-content {
      padding: 25px 30px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .info
      .info-content {
      padding: 20px 25px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .info
      .info-content {
      padding: 15px 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .info
      .info-content {
      width: 100%;
    }
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:visited,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    .link {
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .info
      .info-content
      a,
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .info
      .info-content
      a:visited,
    .theme-wrap
      .content-block.block-type-contact
      .contents
      .img
      .info
      .info-content
      .link {
      margin-bottom: 15px;
    }
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:hover,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:active,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:focus,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:visited:hover,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:visited:active,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:visited:focus,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    .link:hover,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    .link:active,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    .link:focus {
    color: #ed6a09;
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a
    .icon,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:visited
    .icon,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    .link
    .icon {
    width: 50px;
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a
    .icon
    img,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:visited
    .icon
    img,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    .link
    .icon
    img {
    width: 100%;
    height: 100%;
    max-width: 25px;
    max-height: 30px;
    object-fit: contain;
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a
    .label,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    a:visited
    .label,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    .link
    .label {
    width: calc(100% - 50px);
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    div.link:hover,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    div.link:active,
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-content
    div.link:focus {
    color: #fff;
  }
  .theme-wrap .content-block.block-type-contact .contents .img .info .info-img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(50% - 30px);
    height: calc(100% - 60px);
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-contact .contents .img .info .info-img {
      bottom: 0px;
      right: 0px;
      width: 40%;
      height: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-contact .contents .img .info .info-img {
      position: relative;
      width: 100%;
      height: 200px;
    }
  }
  .theme-wrap
    .content-block.block-type-contact
    .contents
    .img
    .info
    .info-img
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-wrap .content-block.block-type-clients .intro {
    margin: 70px 0px 90px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-clients .intro {
      margin: 35px 0px 45px;
    }
  }
  .theme-wrap .content-block.block-type-clients .intro h2 {
    margin-bottom: 20px;
  }
  .theme-wrap .content-block.block-type-clients .flexslider {
    margin-bottom: 60px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-clients .flexslider {
      margin-bottom: 45px;
    }
  }
  .theme-wrap .content-block.block-type-clients .flexslider .slides li img {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0px 30px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-clients .flexslider .slides li img {
      padding: 0px 25px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-clients .flexslider .slides li img {
      padding: 0px 15px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-clients .flexslider .slides li img {
      padding: 0px 10px;
    }
  }
  .theme-wrap .content-block.block-type-clients .images {
    margin: 0px -10px 50px;
  }
  .theme-wrap .content-block.block-type-clients .images:after {
    content: " ";
    display: block;
    clear: both;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-clients .images {
      margin: 0px -5px 30px;
    }
  }
  .theme-wrap .content-block.block-type-clients .images a.img,
  .theme-wrap .content-block.block-type-clients .images a.img:visited {
    float: left;
    width: calc(25% - 20px);
    height: 390px;
    margin: 0px 10px 20px;
    overflow: hidden;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-clients .images a.img,
    .theme-wrap .content-block.block-type-clients .images a.img:visited {
      height: 350px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-clients .images a.img,
    .theme-wrap .content-block.block-type-clients .images a.img:visited {
      height: 300px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-clients .images a.img,
    .theme-wrap .content-block.block-type-clients .images a.img:visited {
      height: 250px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-clients .images a.img,
    .theme-wrap .content-block.block-type-clients .images a.img:visited {
      width: calc(50% - 10px);
      height: 200px;
      margin: 0px 5px 10px;
    }
  }
  .theme-wrap .content-block.block-type-clients .images a.img img,
  .theme-wrap .content-block.block-type-clients .images a.img:visited img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .theme-wrap .content-block.block-type-clients .images a.img:hover img,
  .theme-wrap .content-block.block-type-clients .images a.img:active img,
  .theme-wrap .content-block.block-type-clients .images a.img:focus img,
  .theme-wrap .content-block.block-type-clients .images a.img:visited:hover img,
  .theme-wrap .content-block.block-type-clients .images a.img:visited:active img,
  .theme-wrap .content-block.block-type-clients .images a.img:visited:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .theme-wrap .content-block.block-type-portfolio .intro {
    position: relative;
    padding-top: 290px;
    z-index: 0;
  }
  .theme-wrap .content-block.block-type-portfolio .intro .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 470px;
    z-index: -1;
  }
  .theme-wrap .content-block.block-type-portfolio .intro .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-wrap .content-block.block-type-portfolio .intro .contents .content-left {
    position: relative;
    width: 650px;
    background-color: #fff;
    margin-top: 180px;
    padding-top: 110px;
    z-index: 3;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-left {
      width: 50%;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-left {
      width: 100%;
      padding: 0px;
      margin: 30px 0px 50px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    strong {
    display: block;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    .items {
    padding: 5px 30px;
    margin-top: 10px;
    color: #77838f;
    border: 1px solid #ed6a09;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: inline-block;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    .items
    a.item,
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    .items
    a.item:visited {
    text-decoration: none;
    padding-right: 14px;
    border-right: 1px solid #efefef;
    color: #77838f;
    margin-right: 15px;
    display: inline-block;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    .items
    a.item:last-child,
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    .items
    a.item:visited:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    .items
    a.item.active,
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    .items
    a.item:hover,
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    .items
    a.item:visited.active,
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-left
    .filters
    .items
    a.item:visited:hover {
    color: #ed6a09;
    font-family: "open-sans-bold", sans-serif;
    font-weight: 400;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-right {
    position: relative;
    width: calc(100% - 650px);
    padding: 105px 0px 281px 150px;
    z-index: 1;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right {
      width: 50%;
      padding: 90px 0px 250px 90px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right {
      width: 100%;
      padding: 50px 30px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-right:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 75vw;
    height: 100%;
    background-color: #2b2b2b;
    content: "";
    z-index: -1;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right:before {
      width: 100%;
    }
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right
      br {
      display: none;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-right
    .icon-img {
    position: absolute;
    top: -153px;
    left: -215px;
    z-index: 2;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right
      .icon-img {
      top: -75px;
      left: -175px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right
      .icon-img {
      left: auto;
      right: 0px;
      top: -100px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right
      .icon-img {
      top: -120px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .intro
    .contents
    .content-right
    .icon-img
    img {
    width: auto;
    height: 425px;
    display: block;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right
      .icon-img
      img {
      height: 300px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right
      .icon-img
      img {
      height: 200px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .intro
      .contents
      .content-right
      .icon-img
      img {
      height: 170px;
    }
  }
  .theme-wrap .content-block.block-type-portfolio .portfolio {
    position: relative;
    margin-bottom: 200px;
    z-index: 1;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-portfolio .portfolio {
      margin-bottom: 120px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-portfolio .portfolio {
      margin-bottom: 80px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-portfolio .portfolio {
      margin-bottom: 60px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .content-block.block-type-portfolio .portfolio {
      margin-bottom: 45px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container {
    position: relative;
    margin: 0px -20px;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container.cnt-0 {
    margin-top: -200px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container.cnt-0 {
      margin-top: 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container:after {
    content: " ";
    display: block;
    clear: both;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container {
      margin: 0px 15px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container {
      margin: 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    .icons {
    position: absolute;
    top: 300px;
    left: 695px;
    z-index: 99;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons {
      top: 225px;
      left: 530px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons {
      top: 160px;
      left: 390px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 245px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons {
      top: 170px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons {
      display: none;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    .icons.icon-1 {
    top: 1649px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons.icon-1 {
      top: 1255px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons.icon-1 {
      top: 910px;
      left: 380x;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons.icon-1 {
      top: 518px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons.icon-1 {
      top: 560px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    .icons
    img {
    height: 48px;
    width: auto;
    display: block;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons
      img {
      height: 38px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons
      img {
      height: 28px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      .icons
      img {
      height: 25px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited {
    position: relative;
    float: left;
    width: calc(33.33% - 40px);
    margin: 0px 20px 40px;
    overflow: hidden;
    display: block;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:before,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, transparent),
      color-stop(100%, #000)
    );
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project
    > *,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited
    > * {
    position: relative;
    z-index: 1;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:before,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited:before {
    height: 50%;
    top: auto;
    bottom: -50%;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project
    img,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited
    img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project
    .overlay,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited
    .overlay {
    position: absolute;
    bottom: 30px;
    left: 45px;
    color: #fff;
    width: calc(100% - 90px);
    z-index: 2;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project
      .overlay,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited
      .overlay {
      left: 35px;
      bottom: 25px;
      width: calc(100% - 70px);
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project
      .overlay,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited
      .overlay {
      left: 20px;
      bottom: 15px;
      width: calc(100% - 40px);
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-0,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-0 {
    width: calc(35% - 40px);
    left: 10%;
    margin-top: -9%;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-0.total-cnt-0,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-0.total-cnt-0 {
    width: calc(45% - 40px);
    left: 0px;
    margin-top: -17%;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-1,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-1 {
    width: calc(27.5% - 40px);
    left: 10%;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-1.total-cnt-1,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-1.total-cnt-1 {
    left: 0px;
    margin-top: 0px;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-2,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-2 {
    width: calc(27.5% - 40px);
    left: 10%;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-2.total-cnt-2,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-2.total-cnt-2 {
    left: 0px;
    margin-top: 0px;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-3,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-3 {
    width: calc(30% - 40px);
    height: 520px;
    left: 11%;
    margin-top: -3%;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project.cnt-3,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited.cnt-3 {
      height: 385px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project.cnt-3,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited.cnt-3 {
      height: 365px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project.cnt-3,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited.cnt-3 {
      height: 280px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-4,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-4 {
    width: calc(51% - 40px);
    left: 11%;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-5,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-5 {
    width: calc(25% - 40px);
    left: 16%;
    margin-top: -10%;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-6,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-6 {
    width: calc(45% - 40px);
    left: 16%;
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-7,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-7 {
    width: calc(41% - 40px);
    height: 570px;
    margin-top: -26%;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project.cnt-7,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited.cnt-7 {
      height: 440px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project.cnt-7,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited.cnt-7 {
      height: 400px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project.cnt-7,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited.cnt-7 {
      height: 300px;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-8,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-8 {
    left: 3%;
    width: calc(25% - 40px);
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project.cnt-9,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited.cnt-9 {
    left: 3%;
    width: calc(25% - 40px);
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited {
      width: calc(50% - 30px) !important;
      left: auto !important;
      margin: 0px 15px 30px 15px !important;
      height: auto !important;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project,
    .theme-wrap
      .content-block.block-type-portfolio
      .portfolio
      .portfolio-container
      a.project:visited {
      width: 100% !important;
      margin: 0px 0px 20px 0px !important;
    }
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:hover:before,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:active:before,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:focus:before,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited:hover:before,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited:active:before,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited:focus:before {
    -webkit-transform: translate3d(0px, -50%, 0px);
    -moz-transform: translate3d(0px, -50%, 0px);
    -ms-transform: translate3d(0px, -50%, 0px);
    -o-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
  }
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:hover
    img,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:active
    img,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:focus
    img,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited:hover
    img,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited:active
    img,
  .theme-wrap
    .content-block.block-type-portfolio
    .portfolio
    .portfolio-container
    a.project:visited:focus
    img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .theme-wrap .content-block.block-type-project .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 950px;
    z-index: 0;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .bg {
      height: 650px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-project .bg {
      height: 550px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-project .bg {
      height: 450px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-project .bg {
      height: 400px;
    }
  }
  .theme-wrap .content-block.block-type-project .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-wrap .content-block.block-type-project strong {
    color: #ed6a09;
  }
  .theme-wrap .content-block.block-type-project .contents {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-top: 790px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .contents {
      padding-top: 490px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-project .contents {
      padding-top: 390px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-project .contents {
      padding-top: 290px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-project .contents {
      padding-top: 250px;
    }
  }
  .theme-wrap .content-block.block-type-project .contents .back {
    position: relative;
  }
  .theme-wrap .content-block.block-type-project .contents .back .button {
    position: absolute;
    top: 140px;
    left: 80px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .contents .back .button {
      left: 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-project .contents .back .button {
      top: -50px;
    }
  }
  .theme-wrap .content-block.block-type-project .contents strong {
    color: #fff;
  }
  .theme-wrap .content-block.block-type-project .contents .desc .content {
    position: relative;
    background-color: #2b2b2b;
    color: #fff;
    min-height: 314px;
    padding: 70px 490px 110px 85px;
    z-index: 1;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .contents .desc .content {
      min-height: 264px;
      padding: 50px 530px 90px 70px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-project .contents .desc .content {
      min-height: 100px;
      padding: 40px 50px 90px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .content-block.block-type-project .contents .desc .content {
      padding: 60px 30px 90px;
    }
  }
  .theme-wrap
    .content-block.block-type-project
    .contents
    .desc
    .content
    .subtitle {
    position: absolute;
    top: 35px;
    right: 55px;
  }
  @media screen and (max-width: 576px) {
    .theme-wrap
      .content-block.block-type-project
      .contents
      .desc
      .content
      .subtitle {
      top: 20px;
      right: 30px;
    }
  }
  .theme-wrap
    .content-block.block-type-project
    .contents
    .desc
    .content
    .subtitle.no-content {
    position: relative;
    top: auto;
    right: auto;
  }
  .theme-wrap .content-block.block-type-project .contents .sidebar {
    width: 450px;
    max-width: 100%;
    padding: 70px 50px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .contents .sidebar {
      padding: 35px 25px;
      width: 350px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-project .contents .sidebar {
      width: 100%;
    }
  }
  .theme-wrap .content-block.block-type-project.display-sidebar .contents .back {
    padding: 0px 50px 0px 20px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .back {
      padding: 0px 20px 0px 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-project.display-sidebar
    .contents
    .back
    .button {
    position: relative;
    left: 0px;
    top: 112px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .back
      .button {
      top: auto;
    }
  }
  .theme-wrap .content-block.block-type-project.display-sidebar .contents .info {
    position: relative;
  }
  .theme-wrap .content-block.block-type-project.display-sidebar .contents .desc {
    width: calc(100% - 450px);
    margin: 0px 0px auto 0px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .desc {
      width: calc(100% - 350px);
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .desc {
      width: 100%;
    }
  }
  .theme-wrap
    .content-block.block-type-project.display-sidebar
    .contents
    .desc
    .content {
    padding: 40px 70px 70px 110px;
    min-height: 0px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .desc
      .content {
      padding: 45px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .desc
      .content {
      margin-top: 25px;
      padding: 25px 30px;
    }
  }
  .theme-wrap
    .content-block.block-type-project.display-sidebar
    .contents
    .desc
    .content
    .subtitle {
    position: relative;
    top: auto;
    right: auto;
  }
  .theme-wrap
    .content-block.block-type-project.display-sidebar
    .contents
    .desc
    .images-desc {
    position: relative;
    top: -40px;
    left: -217px;
    width: calc(100% + 217px);
    height: auto;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .desc
      .images-desc {
      left: 0px;
      top: 0px;
      width: 100%;
      flex-direction: column;
      margin-bottom: 25px;
    }
  }
  .theme-wrap
    .content-block.block-type-project.display-sidebar
    .contents
    .desc
    .images-desc
    .img {
    margin-right: 40px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .desc
      .images-desc
      .img {
      width: 50%;
      margin: 25px 25% 0px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .desc
      .images-desc
      .img {
      width: 100%;
      margin: 30px 0px 0px 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-project.display-sidebar
    .contents
    .desc
    .content-bottom {
    padding-right: 90px;
  }
  .theme-wrap
    .content-block.block-type-project.display-sidebar
    .contents
    .desc
    .content-bottom
    strong {
    color: #ed6a09;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-project.display-sidebar
      .contents
      .desc
      .content-bottom {
      padding: 0px 0px 30px 0px;
    }
  }
  .theme-wrap .content-block.block-type-project .images {
    margin-top: -90px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .images {
      margin-top: -60px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-project .images {
      margin: -60px 15px 0px;
    }
  }
  .theme-wrap .content-block.block-type-project .images .img {
    position: relative;
    width: calc(28% - 30px);
    margin: 0px 30px 0px 0px;
    display: block;
    z-index: 0;
  }
  .theme-wrap .content-block.block-type-project .images .img:last-child {
    width: 44%;
    margin: -224px 0px 0px 0px;
    z-index: 3;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .images .img:last-child {
      margin-top: -174px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-project .images .img:last-child {
      margin-top: -164px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-project .images .img {
      width: calc(33.33% - 30px) !important;
      margin: 0px 15px !important;
      z-index: 3;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-project .images .img {
      width: calc(33.33% - 20px) !important;
      margin: 0px 10px !important;
    }
  }
  .theme-wrap .content-block.block-type-project .images .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .theme-wrap .content-block.block-type-project .info {
    padding: 30px 0px 0px 0px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .info {
      padding-left: 90px;
      padding-right: 90px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-project .info {
      padding: 30px 0px 0px 0px;
    }
  }
  .theme-wrap .content-block.block-type-project .info img {
    width: 100%;
    height: auto;
    display: block;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-project .info img {
      width: 100%;
      margin: 0px;
    }
  }
  .theme-wrap .content-block.block-type-project .info .content-left {
    width: 782px;
    max-width: 100%;
    margin: 0px 30px 0px 90px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .info .content-left {
      width: calc(56% - 30px);
      margin: 0px 30px 0px 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-project .info .content-left {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  .theme-wrap .content-block.block-type-project .info .content-left .desc-img {
    padding: 30px 0px 0px 0px;
  }
  .theme-wrap
    .content-block.block-type-project
    .info
    .content-left
    .desc-img
    .desc-left {
    width: 290px;
    max-width: 100%;
    margin: 38px 39px 0px 10px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-left
      .desc-img
      .desc-left {
      width: calc(50% - 30px);
      margin: 0px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-left
      .desc-img
      .desc-left {
      width: 100%;
      margin: 0px 0px 30px 0px;
    }
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-left
      .desc-img
      .desc-left
      p {
      text-align: left !important;
    }
  }
  .theme-wrap
    .content-block.block-type-project
    .info
    .content-left
    .desc-img
    .img-left-small {
    width: 450px;
    max-width: 100%;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-left
      .desc-img
      .img-left-small {
      width: 50%;
      margin-left: 30px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-left
      .desc-img
      .img-left-small {
      width: 100%;
      margin: 0px;
    }
  }
  .theme-wrap .content-block.block-type-project .info .content-right {
    width: 530px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-project .info .content-right {
      width: 44%;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-project .info .content-right {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-project .info .content-right {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .theme-wrap .content-block.block-type-project .info .content-right .desc-right {
    width: 465px;
    max-width: 100%;
    margin: 50px 0px 100px 50px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-right
      .desc-right {
      margin-bottom: 68px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-right
      .desc-right {
      margin: 30px 0px 80px 30px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-right
      .desc-right {
      margin: 0px;
      padding: 30px 0px 30px 30px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-right
      .desc-right {
      width: 50%;
      padding: 0px;
      order: 1;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-right
      .desc-right {
      width: 100%;
      order: 0;
    }
  }
  .theme-wrap .content-block.block-type-project .info .content-right .img-right {
    width: 440px;
    max-width: 100%;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-right
      .img-right {
      width: calc(50% - 30px);
      margin-right: 30px;
      order: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-project
      .info
      .content-right
      .img-right {
      width: 100%;
      margin: 30px 0px 0px 0px;
      order: 1;
    }
  }
  .theme-wrap .content-block.block-type-knowledge .intro {
    position: relative;
    padding-top: 215px;
    z-index: 0;
  }
  .theme-wrap .content-block.block-type-knowledge .intro .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 470px;
    z-index: -1;
  }
  .theme-wrap .content-block.block-type-knowledge .intro .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-wrap .content-block.block-type-knowledge .intro form {
    position: relative;
    width: 100%;
    padding: 1px;
    border: 1px solid #ed6a09;
    margin-bottom: 58px;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
  }
  .theme-wrap .content-block.block-type-knowledge .intro form:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    opacity: 0.7;
    filter: alpha(opacity=70);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    z-index: -1;
  }
  .theme-wrap .content-block.block-type-knowledge .intro form input {
    position: relative;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding: 0px 20px 0px 48px;
    border: 0px;
    background: transparent !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    z-index: 0;
  }
  .theme-wrap .content-block.block-type-knowledge .intro form button {
    right: 20px;
    background-color: #ed6a09;
    font-family: "open-sans-bold", sans-serif;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
  }
  .theme-wrap .content-block.block-type-knowledge .intro .contents {
    position: relative;
  }
  .theme-wrap .content-block.block-type-knowledge .intro .contents:before {
    position: absolute;
    top: 143px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% - 130px);
    content: "";
    z-index: -1;
    background-image: url("graphics/bg-12-wide.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .theme-wrap .content-block.block-type-knowledge .intro .contents .content {
    position: relative;
    background-color: #2b2b2b;
    color: #fff;
    padding: 70px 150px 90px 85px;
    z-index: 1;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-knowledge .intro .contents .content {
      padding: 50px 110px 70px 70px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-knowledge .intro .contents .content {
      padding: 40px 50px 90px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .content-block.block-type-knowledge .intro .contents .content {
      padding: 60px 30px 50px;
    }
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .intro
    .contents
    .content
    .subtitle {
    position: absolute;
    top: 35px;
    right: 55px;
  }
  @media screen and (max-width: 576px) {
    .theme-wrap
      .content-block.block-type-knowledge
      .intro
      .contents
      .content
      .subtitle {
      top: 20px;
      right: 30px;
    }
  }
  .theme-wrap .content-block.block-type-knowledge .intro .featureds {
    padding: 40px 0px 50px;
    margin: 0px -15px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-knowledge .intro .featureds {
      margin: 0px -10px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-knowledge .intro .featureds {
      margin: 0px;
      padding: 30px 0px 50px 0px;
    }
  }
  .theme-wrap .content-block.block-type-knowledge .intro .featureds .featured {
    float: left;
    position: relative;
    width: calc(33.33% - 30px);
    padding: 18px 20px 20px;
    margin: 0px 15px 30px 15px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-knowledge .intro .featureds .featured {
      width: calc(50% - 20px);
      margin: 0px 10px 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-knowledge .intro .featureds .featured {
      width: 100%;
      margin: 0px 0px 20px 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .intro
    .featureds
    .featured:before {
    position: absolute;
    top: -6px;
    right: -1px;
    width: 130px;
    height: 140px;
    z-index: 0;
    content: "";
    background-image: url("graphics/icon-c.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .intro
    .featureds
    .featured
    .props {
    margin: 30px 0px 18px;
    padding-left: 0px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-knowledge
      .intro
      .featureds
      .featured
      .props {
      margin: 22px 0px 14px;
    }
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .intro
    .featureds
    .featured
    .props
    li {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .theme-wrap .content-block.block-type-knowledge .ctas-posts {
    padding-bottom: 140px;
    /* background-image: url("graphics/bg-waves.jpg"); */
    background-position: top left;
    background-size: 100%;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-knowledge .ctas-posts {
      padding-bottom: 100px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-knowledge .ctas-posts {
      padding-bottom: 80px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .content-block.block-type-knowledge .ctas-posts {
      padding-bottom: 60px;
    }
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .ctas-posts
    .ctas
    .ctas-container {
    padding: 0px 0px 10px;
    margin: -30px -20px 0px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-knowledge
      .ctas-posts
      .ctas
      .ctas-container {
      margin: -30px -15px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-knowledge
      .ctas-posts
      .ctas
      .ctas-container {
      margin: -30px 0px 0px 0px;
      padding: 00px 0px 10px 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .ctas-posts
    .ctas
    .ctas-container
    .cta {
    float: left;
    position: relative;
    width: calc(50% - 40px);
    padding: 18px 20px 20px;
    margin: 0px 20px 40px 20px;
    background-color: #2b2b2b;
    color: #fff;
    -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .ctas-posts
    .ctas
    .ctas-container
    .cta.cnt-1 {
    background-color: #ed6a09;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-knowledge
      .ctas-posts
      .ctas
      .ctas-container
      .cta {
      width: calc(50% - 30px);
      margin: 0px 15px 30px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content-block.block-type-knowledge
      .ctas-posts
      .ctas
      .ctas-container
      .cta {
      width: 100%;
      margin: 0px 0px 20px 0px;
    }
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .ctas-posts
    .ctas
    .ctas-container
    .cta:before {
    position: absolute;
    top: -6px;
    right: -1px;
    width: 130px;
    height: 140px;
    z-index: 0;
    content: "";
    background-image: url("graphics/icon-c.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .ctas-posts
    .ctas
    .ctas-container
    .cta
    .info {
    width: calc(100% - 90px);
  }
  @media screen and (max-width: 576px) {
    .theme-wrap
      .content-block.block-type-knowledge
      .ctas-posts
      .ctas
      .ctas-container
      .cta
      .info {
      width: calc(100% - 70px);
    }
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .ctas-posts
    .ctas
    .ctas-container
    .cta
    .info
    .props {
    margin: 20px 0px 25px;
    padding-left: 0px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap
      .content-block.block-type-knowledge
      .ctas-posts
      .ctas
      .ctas-container
      .cta
      .info
      .props {
      margin: 15px 0px 20px;
    }
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .ctas-posts
    .ctas
    .ctas-container
    .cta
    .info
    .props
    li {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .ctas-posts
    .ctas
    .ctas-container
    .cta
    .img {
    width: 90px;
  }
  @media screen and (max-width: 576px) {
    .theme-wrap
      .content-block.block-type-knowledge
      .ctas-posts
      .ctas
      .ctas-container
      .cta
      .img {
      width: 70px;
    }
  }
  .theme-wrap
    .content-block.block-type-knowledge
    .ctas-posts
    .ctas
    .ctas-container
    .cta
    .img
    img {
    width: 100%;
    height: auto;
    display: block;
  }
  .theme-wrap .content-block.block-type-knowledge .ctas-posts .posts {
    padding-top: 46px;
  }
  .theme-wrap .content-block.block-type-knowledge .ctas-posts .posts .flex-viewport {
    height: auto !important;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-knowledge .ctas-posts .posts br {
      display: none;
    }
  }
  .theme-wrap .content-block.block-type-knowledge .ctas-posts .articles {
    width: 100%;
  }
  .theme-wrap .content-block.block-type-hero {
    z-index: 1;
  }
  .theme-wrap .content-block.block-type-hero .img {
    position: relative;
    width: 100%;
    height: 470px;
    z-index: 0;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-hero .img {
      height: 420px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-hero .img {
      height: 350px;
    }
  }
  .theme-wrap .content-block.block-type-hero .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-wrap .content-block.block-type-hero .contents {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #fff;
    z-index: 1;
  }
  .theme-wrap .content-block.block-type-hero .contents .content {
    width: 950px;
    max-width: 100%;
    margin-bottom: 90px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-hero .contents .content {
      margin-bottom: 70px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-hero .contents .content {
      padding-left: 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-hero .contents .content {
      margin-bottom: 50px;
    }
  }
  .theme-wrap .content-block.block-type-hero .contents .button {
    position: absolute;
    bottom: -21px;
    left: 0px;
    background-color: #ed6a09;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-hero .contents .button {
      bottom: -24px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-hero .contents .button {
      left: 15px;
    }
  }
  .theme-wrap .content-block.block-type-posts {
    padding: 50px 0px 110px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-posts {
      padding: 40px 0px 90px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-posts {
      padding: 30px 0px 70px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .content-block.block-type-posts {
      padding: 45px 0px 60px;
    }
  }
  .theme-wrap .content-block.block-type-posts .flexslider {
    margin-top: 48px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-posts br {
      display: none;
    }
  }
  .theme-wrap .content-block.block-type-images .images {
    margin: 100px -10px 80px;
  }
  .theme-wrap .content-block.block-type-images .images:after {
    content: " ";
    display: block;
    clear: both;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-images .images {
      margin: 0px -5px 0px;
    }
  }
  .single-project .theme-wrap .content-block.block-type-images .images {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .theme-wrap .content-block.block-type-images .images a.img,
  .theme-wrap .content-block.block-type-images .images a.img:visited {
    float: left;
    height: 280px;
    width: calc(25% - 20px);
    margin: 0px 10px 20px;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-images .images a.img,
    .theme-wrap .content-block.block-type-images .images a.img:visited {
      height: 260px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-images .images a.img,
    .theme-wrap .content-block.block-type-images .images a.img:visited {
      height: 240px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-images .images a.img,
    .theme-wrap .content-block.block-type-images .images a.img:visited {
      height: 200px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-images .images a.img,
    .theme-wrap .content-block.block-type-images .images a.img:visited {
      width: calc(50% - 10px);
      margin: 0px 5px 10px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-images .images a.img,
    .theme-wrap .content-block.block-type-images .images a.img:visited {
      width: calc(100% - 10px) !important;
      margin: 0px 5px 10px !important;
    }
  }
  .theme-wrap .content-block.block-type-images .images a.img img,
  .theme-wrap .content-block.block-type-images .images a.img:visited img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-wrap .content-block.block-type-images .images.cnt-2 a.img,
  .theme-wrap .content-block.block-type-images .images.cnt-2 a.img:visited {
    width: calc(50% - 20px);
    height: 400px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-images .images.cnt-2 a.img,
    .theme-wrap .content-block.block-type-images .images.cnt-2 a.img:visited {
      height: 360px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-images .images.cnt-2 a.img,
    .theme-wrap .content-block.block-type-images .images.cnt-2 a.img:visited {
      height: 340px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-images .images.cnt-2 a.img,
    .theme-wrap .content-block.block-type-images .images.cnt-2 a.img:visited {
      height: 300px;
    }
  }
  .theme-wrap .content-block.block-type-images .images.cnt-3 a.img,
  .theme-wrap .content-block.block-type-images .images.cnt-3 a.img:visited {
    width: calc(33.33% - 20px);
    height: 340px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-images .images.cnt-3 a.img,
    .theme-wrap .content-block.block-type-images .images.cnt-3 a.img:visited {
      height: 300px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-images .images.cnt-3 a.img,
    .theme-wrap .content-block.block-type-images .images.cnt-3 a.img:visited {
      height: 280px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-images .images.cnt-3 a.img,
    .theme-wrap .content-block.block-type-images .images.cnt-3 a.img:visited {
      height: 240px;
    }
  }
  .theme-wrap .content-block.block-type-images .images.cnt-5 a.img,
  .theme-wrap .content-block.block-type-images .images.cnt-5 a.img:visited {
    width: calc(20% - 20px);
    height: 250px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-images .images.cnt-5 a.img,
    .theme-wrap .content-block.block-type-images .images.cnt-5 a.img:visited {
      height: 230px;
    }
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .content-block.block-type-images .images.cnt-5 a.img,
    .theme-wrap .content-block.block-type-images .images.cnt-5 a.img:visited {
      height: 210px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-images .images.cnt-5 a.img,
    .theme-wrap .content-block.block-type-images .images.cnt-5 a.img:visited {
      height: 190px;
    }
  }
  .theme-wrap .content-block.block-type-text-img {
    margin: 100px 0px 70px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-text-img {
      margin: 80px 0px 50px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-text-img {
      margin: 70px 0px 40px;
    }
  }
  @media screen and (max-width: 576px) {
    .theme-wrap .content-block.block-type-text-img {
      margin: 60px 0px 30px;
    }
  }
  .theme-wrap .content-block.block-type-text-img .content {
    width: calc(100% - 370px);
    padding: 0px 30px 0px 120px;
    color: #646464;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-text-img .content {
      width: calc(100% - 300px);
      padding-left: 90px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-text-img .content {
      padding-left: 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-text-img .content {
      width: 100%;
      padding: 30px 0px 0px 0px;
    }
  }
  .theme-wrap .content-block.block-type-text-img .content h1,
  .theme-wrap .content-block.block-type-text-img .content h2,
  .theme-wrap .content-block.block-type-text-img .content h3,
  .theme-wrap .content-block.block-type-text-img .content h4,
  .theme-wrap .content-block.block-type-text-img .content h5,
  .theme-wrap .content-block.block-type-text-img .content strong {
    color: #ed6a09;
  }
  .theme-wrap .content-block.block-type-text-img.display-img-left .content {
    padding: 0px 120px 0px 30px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-text-img.display-img-left .content {
      padding-right: 90px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content-block.block-type-text-img.display-img-left .content {
      padding-right: 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-text-img.display-img-left .content {
      padding: 30px 0px 0px 0px;
    }
  }
  .theme-wrap .content-block.block-type-text-img .img {
    width: 370px;
    height: auto;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-text-img .img {
      width: 300px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-text-img .img {
      width: 60%;
      margin-left: 20%;
    }
  }
  .theme-wrap .content-block.block-type-text-img .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .theme-wrap .content-block.block-type-showcase {
    margin: 25px 0px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-showcase {
      margin: 20px 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-showcase {
      margin: 15px 0px 0px 0px;
    }
  }
  .theme-wrap .content-block.block-type-showcase .img {
    width: 63%;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-showcase .img {
      width: 55%;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-showcase .img {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  .theme-wrap .content-block.block-type-showcase .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-wrap .content-block.block-type-showcase .img .img-1 {
    width: 100%;
  }
  .theme-wrap .content-block.block-type-showcase.display-img-2-left .img .img-1,
  .theme-wrap .content-block.block-type-showcase.display-img-2-left .img .img-2,
  .theme-wrap .content-block.block-type-showcase.display-img-2-right .img .img-1,
  .theme-wrap .content-block.block-type-showcase.display-img-2-right .img .img-2 {
    width: calc(50% - 12.5px);
  }
  .theme-wrap .content-block.block-type-showcase.display-img-2-left .img .img-1,
  .theme-wrap .content-block.block-type-showcase.display-img-2-right .img .img-1 {
    margin-right: 25px;
  }

  @media screen and (max-width: 768px) {
    .theme-wrap .content-block.block-type-showcase.display-img-2-left .img .img-1,
    .theme-wrap .content-block.block-type-showcase.display-img-2-left .img .img-2,
    .theme-wrap .content-block.block-type-showcase.display-img-2-right .img .img-1,
    .theme-wrap .content-block.block-type-showcase.display-img-2-right .img .img-2 {
      width: 100% !important;
      margin: 0px 0px 30px 0px !important;
    }
  }

  .theme-wrap .content-block.block-type-showcase .desc {
    width: 37%;
    padding-left: 100px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-showcase .desc {
      width: 45%;
      padding-left: 50px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-showcase .desc {
      width: 100%;
      padding: 0px;
    }
  }
  .theme-wrap .content-block.block-type-showcase.display-img-right .desc,
  .theme-wrap .content-block.block-type-showcase.display-img-2-right .desc {
    padding: 0px 100px 0px 0px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content-block.block-type-showcase.display-img-right .desc,
    .theme-wrap .content-block.block-type-showcase.display-img-2-right .desc {
      padding-right: 50px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .content-block.block-type-showcase.display-img-right .desc,
    .theme-wrap .content-block.block-type-showcase.display-img-2-right .desc {
      padding: 0px;
    }
  }
  .theme-wrap #content-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 59px);
    border-top: 55px solid #000;
    z-index: 1;
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap #content-wrapper {
      border-top-width: 54px;
      min-height: calc(100vh - 54px);
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #content-wrapper {
      border-top-width: 36px;
      min-height: calc(100vh - 36px);
    }
  }
  .single-post .theme-wrap #content-wrapper:before,
  .single-project .theme-wrap #content-wrapper:before {
    position: absolute;
    top: 900px;
    left: 0px;
    width: 100%;
    height: calc(100% - 900px);
    content: "";
    /* background-image: url("graphics/bg-waves.jpg"); */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    z-index: -1;
  }
  .theme-wrap .section {
    position: relative;
    padding: 140px 0px 90px;
  }
  @media screen and (max-width: 1400px) {
    .theme-wrap .section {
      padding: 120px 0px 60px;
    }
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .section {
      padding: 100px 0px 40px;
    }
  }
  .theme-wrap .share {
    margin-bottom: 15px;
  }
  .theme-wrap .share .share-content {
    padding: 15px 20px;
    margin: 0px auto 0px 0px;
  }
  .theme-wrap .share .share-content a,
  .theme-wrap .share .share-content a:visited {
    margin-left: 15px;
  }
  .theme-wrap .pager {
    margin: 20px 0px;
    width: 100%;
    text-align: center;
  }
  .theme-wrap .pager span,
  .theme-wrap .pager a {
    margin: 10px;
    display: inline-block;
  }
  .theme-wrap .socials,
  .theme-wrap #header .socials {
    margin: 0px;
    padding: 0px;
  }
  .theme-wrap .socials .social,
  .theme-wrap #header .socials .social {
    margin: 0px 0px 0px 12px;
    padding: 0px;
    list-style: none;
  }
  .theme-wrap .socials .social img,
  .theme-wrap #header .socials .social img {
    width: 19px;
    height: auto;
    display: block;
  }
  .theme-wrap .socials .social svg {
    width: 19px;
    height: 19px;
    display: block;
  }
  .theme-wrap .socials .social path { 
    transition: all 0.3s ease-in-out;
  }
  .theme-wrap .socials .social:hover svg path {
    opacity: 0.75;
  }
  .theme-wrap #header-top .socials {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap #header-top .socials {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: "flex";
    }
  }
  .theme-wrap #header-top .socials .social {
    margin: 0px 12px 0px 0px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #header-bottom .socials {
      margin: 0px 25px 0px 0px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap #header-bottom .socials {
      display: none;
    }
  }
  .theme-wrap #footer .socials {
    margin-right: 14px;
  }
  .theme-wrap #footer .socials .social {
    margin: 0px 0px 0px 12px;
  }
  .theme-wrap .buttons .button {
    margin: 0px 15px 15px 0px;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .buttons .button {
      margin: 0px auto 15px 0px;
    }
  }
  .theme-wrap .buttons.display-centerd {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .theme-wrap .buttons.display-centerd .button {
    margin: 0px 12px;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .buttons.display-centerd .button {
      margin: 0px auto 12px auto;
    }
  }
  .theme-wrap .desc {
    word-wrap: break-word;
  }
  .theme-wrap .desc h1,
  .theme-wrap .desc h2,
  .theme-wrap .desc h3,
  .theme-wrap .desc h4,
  .theme-wrap .desc h5 {
    margin-bottom: 12px;
  }
  .theme-wrap .desc p {
    margin-bottom: 15px;
  }
  .theme-wrap .content {
    word-wrap: break-word;
  }
  .theme-wrap .content h1,
  .theme-wrap .content h2,
  .theme-wrap .content h3,
  .theme-wrap .content h4,
  .theme-wrap .content h5,
  .theme-wrap .content p,
  .theme-wrap .content fieldset,
  .theme-wrap .content .wp-video-shortcode {
    margin: 0px 0px 30px 0px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap .content h1,
    .theme-wrap .content h2,
    .theme-wrap .content h3,
    .theme-wrap .content h4,
    .theme-wrap .content h5,
    .theme-wrap .content p,
    .theme-wrap .content fieldset,
    .theme-wrap .content .wp-video-shortcode {
      margin-bottom: 27px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content h1,
    .theme-wrap .content h2,
    .theme-wrap .content h3,
    .theme-wrap .content h4,
    .theme-wrap .content h5,
    .theme-wrap .content p,
    .theme-wrap .content fieldset,
    .theme-wrap .content .wp-video-shortcode {
      margin-bottom: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content h1,
    .theme-wrap .content h2,
    .theme-wrap .content h3,
    .theme-wrap .content h4,
    .theme-wrap .content h5,
    .theme-wrap .content p,
    .theme-wrap .content fieldset,
    .theme-wrap .content .wp-video-shortcode {
      margin-bottom: 20px;
    }
  }
  .theme-wrap .content h1:last-child,
  .theme-wrap .content h2:last-child,
  .theme-wrap .content h3:last-child,
  .theme-wrap .content h4:last-child,
  .theme-wrap .content h5:last-child,
  .theme-wrap .content p:last-child,
  .theme-wrap .content fieldset:last-child,
  .theme-wrap .content .wp-video-shortcode:last-child {
    margin-bottom: 0px;
  }
  .theme-wrap
    .content
    ul:not(
      .woocommerce-error,
      .woocommerce-info,
      .woocommerce-message,
      .products,
      .page-numbers
    ),
  .theme-wrap
    .content
    ol:not(
      .woocommerce-error,
      .woocommerce-info,
      .woocommerce-message,
      .products,
      .page-numbers
    ) {
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 30px 0px;
  }
  @media screen and (max-width: 1680px) {
    .theme-wrap
      .content
      ul:not(
        .woocommerce-error,
        .woocommerce-info,
        .woocommerce-message,
        .products,
        .page-numbers
      ),
    .theme-wrap
      .content
      ol:not(
        .woocommerce-error,
        .woocommerce-info,
        .woocommerce-message,
        .products,
        .page-numbers
      ) {
      margin-bottom: 27px;
    }
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap
      .content
      ul:not(
        .woocommerce-error,
        .woocommerce-info,
        .woocommerce-message,
        .products,
        .page-numbers
      ),
    .theme-wrap
      .content
      ol:not(
        .woocommerce-error,
        .woocommerce-info,
        .woocommerce-message,
        .products,
        .page-numbers
      ) {
      margin-bottom: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap
      .content
      ul:not(
        .woocommerce-error,
        .woocommerce-info,
        .woocommerce-message,
        .products,
        .page-numbers
      ),
    .theme-wrap
      .content
      ol:not(
        .woocommerce-error,
        .woocommerce-info,
        .woocommerce-message,
        .products,
        .page-numbers
      ) {
      margin-bottom: 20px;
    }
  }
  .theme-wrap
    .content
    ul:not(
      .woocommerce-error,
      .woocommerce-info,
      .woocommerce-message,
      .products,
      .page-numbers
    ):last-child,
  .theme-wrap
    .content
    ol:not(
      .woocommerce-error,
      .woocommerce-info,
      .woocommerce-message,
      .products,
      .page-numbers
    ):last-child {
    margin-bottom: 0px;
  }
  .theme-wrap
    .content
    ul:not(
      .woocommerce-error,
      .woocommerce-info,
      .woocommerce-message,
      .products,
      .page-numbers
    )
    li,
  .theme-wrap
    .content
    ol:not(
      .woocommerce-error,
      .woocommerce-info,
      .woocommerce-message,
      .products,
      .page-numbers
    )
    li {
    position: relative;
    margin-bottom: 5px;
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content .gallery {
      margin: 0px -2%;
    }
  }
  .theme-wrap .content .gallery br {
    display: none;
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .content .gallery .gallery-item {
      width: 21% !important;
      margin: 2% !important;
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .content .gallery .gallery-item {
      width: 46% !important;
      margin: 2% !important;
    }
  }
  .theme-wrap .content .gallery .gallery-item img {
    border: none !important;
  }
  .theme-wrap .partials-container {
    margin: 0px -10px;
  }
  .theme-wrap .partials-container:after {
    content: " ";
    display: block;
    clear: both;
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .partials-container {
      margin: 0px;
    }
  }
  .theme-wrap .partial-post {
    float: left;
    width: calc(33.33% - 20px);
    height: auto;
    margin: 0px 10px 20px 10px;
    background-color: #2b2b2b;
    color: #fff;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap .partial-post {
      width: calc(50% - 20px);
    }
  }
  @media screen and (max-width: 768px) {
    .theme-wrap .partial-post {
      width: 100%;
      margin: 0px 0px 20px 0px;
    }
  }
  .theme-wrap .partial-post .img {
    width: 100%;
    height: auto;
  }
  .theme-wrap .partial-post .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .theme-wrap .partial-post .info {
    padding: 40px 30px;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .partial-post .info {
      padding: 30px 20px;
    }
  }
  .theme-wrap .partial-post .info .excerpt {
    margin: 15px 0px 60px;
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap .partial-post .info .excerpt {
      margin-bottom: 40px;
    }
  }
  .theme-wrap .partial-post .info .more {
    margin: auto 0px 0px 0px;
  }
  .theme-wrap #footer {
    position: relative;
    z-index: 0;
  }
  .theme-wrap #footer ul,
  .theme-wrap #footer li {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .theme-wrap #footer .menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-wrap #footer-top {
    padding: 82px 0px;
    /* background-image: url("graphics/bg-footer.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
    background-color: #262626;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #footer-top {
      padding: 45px 0px 15px;
    }
  }
  .theme-wrap #footer-top a,
  .theme-wrap #footer-top a:visited {
    color: #fff;
    text-decoration: none;
  }
  .theme-wrap #footer-top a:hover,
  .theme-wrap #footer-top a:active,
  .theme-wrap #footer-top a:focus,
  .theme-wrap #footer-top a:visited:hover,
  .theme-wrap #footer-top a:visited:active,
  .theme-wrap #footer-top a:visited:focus {
    color: #fecb2b;
  }
  @media screen and (max-width: 992px) {
    .theme-wrap #footer-top .column {
      margin-bottom: 30px;
    }
  }
  .theme-wrap #footer-top .column .logo img {
    width: auto;
    height: 80px;
  }
  @media screen and (max-width: 1280px) {
    .theme-wrap #footer-top .column .logo img {
      height: 60px;
    }
  }
  .theme-wrap #footer-top .column h4 {
    position: relative;
    margin-bottom: 27px;
  }
  .theme-wrap #footer-top .column h4:before {
    position: absolute;
    top: 37px;
    left: 0px;
    width: 60px;
    height: 1px;
    background-color: #ed6a09;
    content: "";
  }
  .theme-wrap #footer-top .column .info {
    margin-top: -2px;
  }
  .theme-wrap #footer-top .column p {
    margin-bottom: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: "flex";
  }
  .theme-wrap #footer-top .column p strong {
    width: 80px;
  }
  .theme-wrap #footer-top .column .menu li {
    margin: 0px 0px 5px 0px;
  }
  .theme-wrap #footer-bottom {
    padding: 22px 0px 25px;
  }
  /*# sourceMappingURL=style.css.map */
  
  body,
  html {
    margin: 0px;
    padding: 0px;
  }

  .reviews .flex-viewport {
    height: clamp(88px, 20vw, 112px) !important;
  }

  .theme-wrap #header {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .theme-wrap .content-block.block-type-way .ways-path .ways-path-slider .slider-slides .slide-content .content {
    background-color: #2b2b2b;
    color: #fff;
    border-radius: 4px;
  }

  /* Related blog articles */
  .block-type-posts {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }



/* Quote block */
.quote-block {
  --quote-inline-padding: clamp(1.5rem, 5vw, 4rem); 
  margin-block: clamp(1.5rem, 5vw, 5rem);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 2vw, 2.5rem); 
  padding-inline: var(--quote-inline-padding); 
  border-left: solid 4px #ed6a09;
}

.quote-block__quote {
  margin: 0 !important;
  color: #2b2b2b !important;
  line-height: 150% !important;
  font-size: clamp(1rem, 2vw, 1.75rem) !important;
  text-wrap: balance;
}

.quote-block__author {
  display: flex;
  flex-direction: column;
}

.quote-block__name {
  font-family: "open-sans-bold", sans-serif;
  font-weight: bold;
  color: #2b2b2b !important;
  margin: 0;
}

.quote-block__subtitle {
  position: relative;
  color: #7a7a7a;
  margin: 0;
  display: inline-block;
}

@media (min-width: 800px) {
  .quote-block__author {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(.5rem, 1vw, 1rem); 

  }
  .quote-block__subtitle {
    padding-left: 1.5rem;
  }

  .quote-block__subtitle::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #ed6a09;
    border-radius: 50%;
  }
}

.video-button-container {
  position: absolute;
  top: 0;
  background-color: green;
  margin: 0 auto;
  z-index: 100000;
}

.video-modal-button {
  --video-modal-button-size: clamp(5rem, 10vw, 10rem);
  position: absolute !important;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1000 !important;
  font-weight: bold !important;
  background: rgba(255, 255, 255, .25) !important;
  line-height: 100% !important;
  height: var(--video-modal-button-size);
  width: var(--video-modal-button-size);
  border-radius: 50% !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: none !important;
  cursor: pointer !important;
  transition: all 0.5s ease-out;
}

.video-modal-button > * {
  transition: all 0.5s ease-out;
}

.intro .video-modal-button:hover {
  scale: 1.025;
  color: white;
  background-color: white !important;
}

.intro .video-modal-button:hover svg path {
  fill: #ed6a09;
}

.video-modal-button svg {
  width: 80%;
  height: 80%;
  flex-shrink: 0;
}

.video-modal-button svg path {
  fill: white;
}

.video-modal-button span {
  font-size: 12px;
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.video-modal::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background: rgba(0,0,0,0.8);
}

.video-modal__container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.video-modal__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal__close {
  position: fixed !important;
  top: auto;
  left:auto !important;
  bottom: 5rem !important;
  background: white !important;
  color: black !important;
  width: auto !important;
  height: auto !important;
  border-radius: 99px !important;
  padding-inline: 1.5rem;
  padding-block: 1rem;
  transform: none !important;
}

@media (min-width: 1024px) {
  .video-modal__close {
    left: auto !important;
    bottom: auto !important;
    right: 2.5rem !important;
    top: clamp(12.5rem, 15vw, 15rem) !important;
    transform: none !important;
  }
}

.video-modal.active {
  display: flex;
}

body.modal-open {
  overflow: hidden;
}

.theme-wrap #footer-top .column .logo {
  max-width: 180px;
}

.theme-wrap #footer-top .column .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Employees ---------- */
.employees {
    --employees-gap: clamp(.75rem, 2.5vw, 2.5rem);
    --employee-padding: clamp(.5rem, 1vw, 1rem);
    --employee-image-height: 20rem;
    background-color: #F4EAE4;
    padding-block: clamp(3rem, 7.5vw, 7.5rem);
}

.employees__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 5vw, 5rem);
  max-width: 1080px !important;
}

.employees__copy {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: clamp(1rem, 1.5vw, 1.5rem);
}

.employees__title {
  text-transform: uppercase;
}

.employees__title mark {
  color: #ed6a09;
  background-color: transparent;
}

.employees__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--employees-gap);
  width: 100%;
}

.employee {
  background-color: white;
  box-shadow:  4px 4px 4px rgba(0, 0, 0, 0.05), 10px 10px 10px rgba(0, 0, 0, 0.05);
  padding: var(--employee-padding);
  transition: all ease-out .3s;
}

@media (hover:hover) {
  .employee:hover {
    transform: translateY(-1rem);
    rotate: -2deg;
  }
}

.employee__image {
  position: relative;
  overflow: hidden;
    aspect-ratio: 9/10;
    width: 100%;

  background-color: #646464;
}

.employee__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 7/8;
  transition: all ease-out .3s;
}

.employee__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-block-start: 1rem;
  background-color: white;
}

.employee__jobtitle {
  color: #ed6a09;
  font-family: "open-sans-bold", sans-serif;
}

@media (min-width: 360px) {
  .employees__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .employees__grid {
    --employees-gap: clamp(.75rem, 2.5vw, 2.5rem);
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1040px) {
  .employees__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* 
@media (min-width: 1600px) {
  .employees__grid {
    grid-template-columns: repeat(5, 1fr);
  }
} */