@font-face {
  font-family: 'GeneralSans-Extralight';
  src: url("../fonts/GeneralSans/GeneralSans-Extralight.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-Extralight.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-ExtralightItalic';
  src: url("../../fonts/GeneralSans/GeneralSans-ExtralightItalic.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-ExtralightItalic.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans-Light';
  src: url("../fonts/GeneralSans/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-LightItalic';
  src: url("../fonts/GeneralSans/GeneralSans-LightItalic.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-LightItalic.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans-Regular';
  src: url("../fonts/GeneralSans/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Italic';
  src: url("../fonts/GeneralSans/GeneralSans-Italic.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-Italic.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url("../fonts/GeneralSans/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-MediumItalic';
  src: url("../fonts/GeneralSans/GeneralSans-MediumItalic.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-MediumItalic.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url("../fonts/GeneralSans/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-SemiboldItalic';
  src: url("../fonts/GeneralSans/GeneralSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-SemiboldItalic.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans-Bold';
  src: url("../fonts/GeneralSans/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-BoldItalic';
  src: url("../fonts/GeneralSans/GeneralSans-BoldItalic.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-BoldItalic.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans-Variable';
  src: url("../fonts/GeneralSans/GeneralSans-Variable.woff2") format("woff2"), url("../fonts/GeneralSans/GeneralSans-Variable.woff") format("woff"), url("../fonts/GeneralSans/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "GeneralSans-Variable", "sans-serif";
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5em;
  background-color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

p {
  margin: unset;
}

p + p {
  margin-top: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1D2027;
  font-weight: inherit;
  line-height: 1.2em;
  margin: unset;
}

h1 {
  font-size: 2.77em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 2.45em;
  line-height: 1.3em;
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.75rem;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.2em;
  }
}

h5 {
  font-size: 1.12em;
}

@media (max-width: 767px) {
  h5 {
    font-size: 1.1em;
  }
}

h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

.btn {
  font-size: 20px;
  line-height: 1.2em;
  padding: 14px 30px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 767px) {
  .btn {
    font-size: 17px;
  }
}

.btn-color {
  color: #ADE87D;
  background-color: #34402E;
  border-color: #34402E;
}

.btn-color:hover {
  background-color: transparent;
  border-color: #fff;
}

.btn-outline {
  border-color: #4D535D;
}

.btn-outline:hover {
  color: #ADE87D;
  border-color: #fff;
}

.btn-circle {
  font-weight: 500;
  width: 150px;
  height: 150px;
  padding: 10px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1D2027;
  background: #ADE87D;
  border-color: #ADE87D;
  -webkit-box-shadow: 0px 0px 80px rgba(53, 54, 53, 0.2);
          box-shadow: 0px 0px 80px rgba(53, 54, 53, 0.2);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .btn-circle {
    width: 120px;
    height: 120px;
    padding: 10px 16px;
  }
}

.btn-circle:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn-arrow {
  position: relative;
  font-size: 18px;
  padding: 16px 59px 16px 23px;
  border-color: #4D535D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D2027;
}

.btn-arrow svg {
  position: absolute;
  right: 24px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn-arrow:hover svg {
  right: 15px;
}

.subtitle + h2 {
  margin-top: 11px;
}

.subtitle span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #4D535D;
  padding: 6px 8px;
  border: 1px solid #4D535D;
  border-radius: 50px;
}

.section-dark {
  color: #fff;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: #fff;
}

.section-dark .subtitle span {
  color: #ADE87D;
  border-color: #ADE87D;
}

.section-dark .btn-arrow {
  color: #fff;
}

.section-dark .menu .menu-item-has-children > a:after {
  background-color: #fff;
}

.page-wrap,
.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .page-wrap,
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1430px;
    margin: 0 auto;
  }
}

.page-wrap {
  padding-top: 10em;
  padding-bottom: 6em;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.row__2-cols > * {
  width: 50%;
}

@media (max-width: 767px) {
  .row__2-cols > * {
    width: 100%;
  }
}

.row__3-cols > * {
  width: 33.3333%;
}

@media (max-width: 767px) {
  .row__3-cols > * {
    width: 100%;
  }
}

.slick-prev,
.slick-next {
  font-size: 0;
  background-color: #fff;
  padding: 0 20px;
  width: 80px;
  position: absolute;
  left: -80px;
  top: 0;
  height: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    padding: 0;
    top: auto;
    bottom: -60px;
    left: calc(50% - 60px);
    background: transparent;
  }
}

.slick-prev:hover:after,
.slick-next:hover:after {
  border-color: #1D2027;
}

.slick-prev:after,
.slick-next:after {
  content: '';
  position: absolute;
  left: 21px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ADE87D;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .slick-prev:after,
  .slick-next:after {
    left: 1px;
  }
}

.slick-prev:before,
.slick-next:before {
  content: '';
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="15" viewBox="0 0 21 33"><path d="M21 16.7663C21 18.1055 2.14044 34.2228 0.233446 32.9258C-1.67355 31.6288 8.71243 24.7445 9.03932 17.3575C9.36811 9.92748 -0.897109 1.08851 0.234049 0.0474509C1.36521 -0.99361 21 15.427 21 16.7663Z"></path></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="15" viewBox="0 0 21 33"><path d="M21 16.7663C21 18.1055 2.14044 34.2228 0.233446 32.9258C-1.67355 31.6288 8.71243 24.7445 9.03932 17.3575C9.36811 9.92748 -0.897109 1.08851 0.234049 0.0474509C1.36521 -0.99361 21 15.427 21 16.7663Z"></path></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 10px;
  mask-size: 10px;
  background-color: #1D2027;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}

.slick-prev:before {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.slick-next {
  left: auto;
  right: -80px;
}

.slick-next:before {
  right: 19px;
  left: auto;
}

@media (max-width: 767px) {
  .slick-next:before {
    right: -1px;
  }
}

@media (max-width: 767px) {
  .slick-next {
    right: calc(50% - 60px);
  }
}

section {
  position: relative;
}

.error404 .page-wrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header {
  padding: 20px 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .header {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 20px 0 0;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__menu {
  margin-left: 10.2vw;
}

@media (max-width: 767px) {
  .header__menu {
    margin-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .header__menu--wrapper {
    position: fixed;
    z-index: 100002;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    will-change: height;
    -webkit-transition: height 0.45s cubic-bezier(0.5, 1, 0.89, 1);
    transition: height 0.45s cubic-bezier(0.5, 1, 0.89, 1);
    background-color: #151614;
    pointer-events: none;
    overflow: hidden;
  }
}

.header__menu .menu {
  list-style: none;
  padding: 15px 19px;
  margin: 0;
  background-color: #ADE87D;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .header__menu .menu {
    padding: 15px 10px;
    background: transparent;
  }
}

.header__menu .menu-item {
  display: inline-block;
}

@media (max-width: 767px) {
  .header__menu .menu-item {
    display: block;
    margin-bottom: 10px;
  }
}

.header__menu .menu-item a {
  font-size: 20px;
  font-weight: 500;
  color: #1D2027;
  padding: 0 10px;
}

.header__menu .menu-item a:hover {
  color: rgba(29, 32, 39, 0.7);
}

@media (max-width: 767px) {
  .header__menu .menu-item a {
    color: #fff;
  }
}

.header__logo {
  width: 136px;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__burger {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}

.header__burger span {
  display: block;
  width: 24px;
  height: 8px;
  border-top: 2px solid #fff;
}

@media (max-width: 767px) {
  .menu-open .header {
    margin-left: 0;
  }
}

.menu-open .header__menu--wrapper {
  height: 100%;
  pointer-events: auto;
}

@media only screen and (min-width: 601px) {
  .admin-bar .header {
    margin-top: 32px;
  }
}

.header__menu--top {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .header__menu--top {
    display: none;
  }
}

.header__menu--top > a {
  max-width: 140px;
  display: inline-block;
}

.header__burger--close:before, .header__burger--close:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__burger--close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu .menu-item-has-children > a:after {
  content: '';
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='448' height='800' viewBox='0 0 448 800' fill='none'%3E%3Cpath d='M47.1841 800C35.353 800 23.4745 795.494 14.4102 786.408C-3.69241 768.305 -3.69241 739.01 14.4102 720.908L335.337 400.002L14.4102 79.075C-3.69241 60.9723 -3.69241 31.6516 14.4102 13.5748C32.5129 -4.52786 61.8337 -4.52786 79.932 13.5748L433.586 367.228C451.688 385.331 451.688 414.652 433.586 432.728L79.932 786.404C70.8979 795.468 59.041 800 47.1841 800Z' fill='%23010002'/%3E%3C/svg%3E") no-repeat top/contain;
  background-color: #1D2027;
  width: 14px;
  height: 14px;
  margin-left: 7px;
  margin-bottom: -1px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu li {
  position: relative;
}

.menu li:hover > ul,
.menu li.sfHover > ul {
  display: block;
}

.menu ul ul {
  top: 0;
  left: 100%;
}

.menu .sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

.menu .sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.menu .sf-arrows > li > .sf-with-ul:focus:after,
.menu .sf-arrows > li:hover > .sf-with-ul:after,
.menu .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

.menu .sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.menu .sf-arrows ul li > .sf-with-ul:focus:after,
.menu .sf-arrows ul li:hover > .sf-with-ul:after,
.menu .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

.footer__menu ul.sub-menu,
ul.sub-menu {
  position: absolute;
  display: none;
  top: 3em;
  left: 0;
  z-index: 99;
  width: auto;
  background-color: #ADE87D;
  border-radius: 20px;
  padding: 15px;
}

.footer__menu ul.sub-menu li,
ul.sub-menu li {
  width: 100%;
  margin-bottom: 5px;
}

.footer__menu ul.sub-menu li a,
ul.sub-menu li a {
  color: #1D2027;
}

.footer {
  background-color: #353635;
  padding-top: 5.55em;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 3.5em;
  }
}

.footer__logo {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 25px;
  }
}

.footer__logo img {
  width: 136px;
}

.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer__menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
  }
}

.footer__menu ul li {
  padding: 0 24px 0 0;
}

@media (max-width: 767px) {
  .footer__menu ul li {
    padding: 0 15px 0 0;
  }
}

.footer__menu ul li:first-child {
  padding-left: 0;
}

.footer__menu ul li a:hover {
  color: #ADE87D;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75em 0 2.7em;
  margin-top: 48px;
  border-top: 1px solid #ADE87E;
}

@media (max-width: 767px) {
  .footer__copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

.footer__copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer__copyright-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
  }
}

.footer__copyright-menu ul li {
  padding: 0 30px 0 0;
}

@media (max-width: 767px) {
  .footer__copyright-menu ul li {
    padding: 0 15px 0 0;
  }
}

.footer__copyright-menu ul li:first-child {
  padding-left: 0;
}

.footer__copyright-menu ul li a {
  color: #BEC2CC;
}

.footer__copyright-menu ul li a:hover {
  color: #fff;
}

.footer__copyright-text {
  font-size: 20px;
  color: #BEC2CC;
}

@media (max-width: 767px) {
  .footer__copyright-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#151614), to(#4D535D));
  background: linear-gradient(180deg, #151614 0%, #4D535D 100%);
  padding-top: 4em;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .hero {
    padding-top: 17em;
    padding-bottom: 2.6em;
  }
}

.hero__wrapper {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .hero__wrapper {
    max-width: 48%;
  }
}

.hero__content {
  margin-top: 16px;
}

.hero__buttons {
  margin-top: 31px;
}

@media (max-width: 767px) {
  .hero__buttons {
    margin-top: 20px;
  }
}

.hero__buttons > * {
  margin-bottom: 15px;
}

.hero__buttons .btn:not(:last-child) {
  margin-right: 31px;
}

@media (max-width: 767px) {
  .hero__buttons .btn:not(:last-child) {
    margin-right: 10px;
  }
}

.hero__counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 143px;
}

@media (max-width: 767px) {
  .hero__counters {
    margin-top: 40px;
  }
  .hero__counters > * {
    margin-bottom: 15px;
  }
}

.hero__counters > *:not(:last-child) {
  margin-right: 47px;
}

.hero__counters h5 {
  color: #ADE87D;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .hero__counters h5 {
    font-size: 26px;
  }
}

.hero__counters p {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .hero__counters p {
    font-size: 14px;
    line-height: 1.3em;
  }
}

.hero__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  mix-blend-mode: multiply;
  pointer-events: none;
}

@media (max-width: 767px) {
  .hero__image {
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.7;
  }
}

.about {
  padding-top: 3.6em;
  padding-bottom: 3.6em;
  -webkit-box-shadow: inset 0 0 125px rgba(53, 54, 53, 0.8);
          box-shadow: inset 0 0 125px rgba(53, 54, 53, 0.8);
}

@media (min-width: 1200px) {
  .about {
    padding-top: 5.55em;
    padding-bottom: 4.85em;
  }
}

.about__subtitle {
  margin-bottom: 10px;
}

.about__title {
  font-size: 30px;
  line-height: 1.9em;
}

@media (max-width: 767px) {
  .about__title {
    font-size: 24px;
    line-height: 1.5em;
  }
}

.about__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 53px;
}

@media (max-width: 767px) {
  .about__button {
    margin-top: 25px;
  }
}

.services {
  padding-top: 3.6em;
  padding-bottom: 3.6em;
  background-color: #151614;
}

@media (min-width: 768px) {
  .services {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

@media (min-width: 1200px) {
  .services {
    padding-top: 5.55em;
    padding-bottom: 5.55em;
  }
}

.services .row__2-cols {
  margin-bottom: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .services .row__2-cols {
    margin-bottom: 40px;
  }
}

.services .row__3-cols {
  margin: 0 -16px -32px;
}

.services__button {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .services__button {
    text-align: right;
    margin-top: 0;
  }
}

.services .service__item {
  padding: 0 16px 32px;
}

.services .service__item-wrapper {
  position: relative;
  height: 100%;
  background-color: #222325;
  padding: 2em 1.75em 0.7em;
  overflow: hidden;
}

.services .service__item-wrapper:hover svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.services .service__item-wrapper:hover .service__item-image {
  right: -1.95em;
  bottom: -1.75em;
}

.services .service__item-title {
  margin-bottom: 13px;
}

.services .service__item-content {
  font-weight: 300;
  margin-bottom: 74px;
}

@media (min-width: 768px) {
  .services .service__item-content {
    max-width: 87%;
  }
}

.services .service__item-image {
  position: absolute;
  right: -1.35em;
  bottom: -1.15em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.services .service__item-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.services .service__item svg {
  position: absolute;
  bottom: 15px;
  left: 25px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.projects {
  padding-top: 3.6em;
  padding-bottom: 6.1em;
}

@media (min-width: 1200px) {
  .projects {
    padding-top: 5.55em;
    padding-bottom: 5.55em;
  }
}

.projects .row__2-cols {
  margin-bottom: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .projects .row__2-cols {
    margin-bottom: 40px;
  }
}

.projects__button {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .projects__button {
    text-align: right;
    margin-top: 0;
  }
}

.projects .project__item {
  padding: 0 16px;
}

.projects .project__item-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.projects .project__item-wrapper:before {
  content: '';
  display: block;
  padding-bottom: 133%;
}

.projects .project__item-wrapper:hover svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.projects .project__item-wrapper:hover .project__item-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.projects .project__item-content {
  padding: 2em 1.75em 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects .project__item-title {
  color: #fff;
  font-weight: 600;
}

.projects .project__item-desc {
  margin-top: 1em;
  color: #fff;
}

.projects .project__item-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.projects .project__item-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.projects .project__item svg {
  margin-left: -12px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.testimonials {
  padding-top: 3.6em;
  padding-bottom: 4.6em;
  background-color: #151614;
}

@media (min-width: 1200px) {
  .testimonials {
    padding-top: 5.55em;
    padding-bottom: 5.55em;
  }
}

.testimonials__header {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonials__header {
    margin-bottom: 40px;
  }
}

.testimonials__slider {
  position: relative;
}

.testimonials .testimonial__item {
  outline: none;
}

.testimonials .testimonial__wrapper {
  max-width: 61%;
  margin: auto;
}

@media (max-width: 767px) {
  .testimonials .testimonial__wrapper {
    max-width: 100%;
  }
}

.testimonials .testimonial__content {
  font-size: 22px;
  line-height: 1.49em;
  text-align: center;
}

@media (max-width: 767px) {
  .testimonials .testimonial__content {
    font-size: 18px;
  }
}

.testimonials .testimonial__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10%;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .testimonials .testimonial__author {
    padding: 0;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

.testimonials .testimonial__bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 17px;
  margin-right: 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .testimonials .testimonial__bio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.testimonials .testimonial__avatar img {
  border-radius: 50%;
  width: 56px;
  min-width: 56px;
}

.testimonials .testimonial__data {
  margin-left: 24px;
  max-width: 215px;
}

@media (max-width: 767px) {
  .testimonials .testimonial__data {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}

.testimonials .testimonial__name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 7px;
}

.testimonials .testimonial__position {
  font-size: 16px;
}

@media (max-width: 767px) {
  .testimonials .testimonial__logo {
    margin-top: 20px;
  }
}

.testimonials .slick-prev,
.testimonials .slick-next {
  background-color: #151614;
}

.testimonials .slick-prev:hover:after,
.testimonials .slick-next:hover:after {
  border-color: #fff;
}

.testimonials .slick-prev:after, .testimonials .slick-prev:before,
.testimonials .slick-next:after,
.testimonials .slick-next:before {
  top: 24%;
}

.testimonials .slick-prev:after,
.testimonials .slick-next:after {
  border-color: #ADE87D;
}

.testimonials .slick-prev:before,
.testimonials .slick-next:before {
  background-color: #fff;
}

.process {
  padding-top: 3.6em;
  padding-bottom: 3.6em;
  background-color: #151614;
}

@media (min-width: 768px) {
  .process {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

@media (min-width: 1200px) {
  .process {
    padding-top: 5.55em;
    padding-bottom: 5.55em;
  }
}

@media (min-width: 768px) {
  .process .container {
    width: 680px;
  }
}

.process__header {
  text-align: center;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .process__header {
    margin-bottom: 34px;
  }
}

.process__list {
  margin-bottom: -63px;
}

@media (max-width: 767px) {
  .process__list {
    margin-bottom: -33px;
  }
}

.process__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.process__list-item {
  padding-bottom: 63px;
  position: relative;
}

@media (max-width: 767px) {
  .process__list-item {
    padding-bottom: 33px;
  }
}

.process__list-item:before {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #353635;
  position: absolute;
  left: 40px;
}

@media (max-width: 767px) {
  .process__list-item:before {
    left: 25px;
  }
}

.process__list-item:last-child:before {
  display: none;
}

.process__list-count {
  margin-top: -4px;
  z-index: 10;
  position: relative;
}

.process__list-count span {
  display: inline-block;
  font-size: 32px;
  color: #ADE87D;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #353635;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .process__list-count span {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.process__list-content {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .process__list-content {
    padding-left: 40px;
  }
}

.process__list-title {
  font-size: 1.22em;
  font-weight: 600;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .process__list-title {
    font-size: 18px;
  }
}

.process__list-description {
  font-size: 1.22em;
  line-height: 1.5em;
  color: #BEC2CC;
}

@media (max-width: 767px) {
  .process__list-description {
    font-size: 18px;
  }
}

.process__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.process__author-avatar img {
  width: 56px;
  border-radius: 50%;
}

.process__author-bio {
  padding-left: 25px;
}

.process__author-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 7px;
}

.process__author-position {
  color: #BEC2CC;
  font-size: 16px;
}

.process__button {
  margin-top: 33px;
  text-align: center;
}

.contacts {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}

@media (min-width: 1200px) {
  .contacts {
    padding-top: 4.75em;
    padding-bottom: 3.1em;
  }
}

.contacts .container {
  width: 800px;
}

@media (max-width: 767px) {
  .contacts .container {
    width: 100%;
  }
}

.contacts__header {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contacts__header {
    margin-bottom: 30px;
  }
}

.contacts__list {
  text-align: center;
}

.contacts__list > div {
  display: inline-block;
  padding: 0 14px 14px;
}

.contacts__list a {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .contacts__list a {
    font-size: 16px;
  }
}

.contacts__list svg {
  margin-right: 12px;
}

.contacts__list span {
  text-decoration: underline;
}

.contacts__form {
  margin-top: 16px;
}

.wpcf7__field {
  margin-bottom: 32px;
  position: relative;
}

@media (max-width: 767px) {
  .wpcf7__field {
    margin-bottom: 20px;
  }
}

.wpcf7__submit {
  text-align: center;
}

.wpcf7 input:not([type="submit"]) {
  font-family: "GeneralSans-Variable", "sans-serif";
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  color: #4D535D;
  padding: 13px 19px;
  border: 1px solid #4D535D;
  background: transparent;
  outline: none;
  border-radius: 50px;
  -webkit-transition: 0.3s, all;
  transition: 0.3s, all;
}

@media (max-width: 767px) {
  .wpcf7 input:not([type="submit"]) {
    padding: 13px;
  }
}

.wpcf7 input[type="submit"] {
  color: #4D535D;
  border-color: #151614;
  background: transparent;
}

.wpcf7 input[type="submit"]:hover {
  color: #fff;
  background-color: #4D535D;
}

.wpcf7 input:not([type="submit"])[placeholder]::-webkit-input-placeholder {
  color: rgba(77, 83, 93, 0.6);
}

.wpcf7 input:not([type="submit"])[placeholder]::-moz-placeholder {
  color: rgba(77, 83, 93, 0.6);
}

.wpcf7 input:not([type="submit"])[placeholder]:-ms-input-placeholder {
  color: rgba(77, 83, 93, 0.6);
}

.wpcf7 input:not([type="submit"])[placeholder]::-ms-input-placeholder {
  color: rgba(77, 83, 93, 0.6);
}

.wpcf7 input:not([type="submit"])[placeholder]::placeholder {
  color: rgba(77, 83, 93, 0.6);
}

.wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 3px;
}

.wpcf7-response-output {
  font-size: 16px;
  text-align: center;
}

.wpcf7 .wpcf7-spinner {
  display: block;
  margin: 10px auto;
}

.menu > .menu-item a {
    position: relative;
}

.menu > .menu-item > a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: -2px;
    left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #1D2027;
}

.menu > .menu-item > a:hover:before {
   width: calc(100% - 20px);
}

footer .menu > .menu-item > a:before {
    left: 0;
    background: #ADE87D;
}

footer .menu > .menu-item > a:hover:before {
    left: 0;
    width: calc(100%);
}


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