body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  background: #f4f5f0; }

strong {
  font-weight: bold; }

.has-bgr {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box; }
  @media (max-width: 1080px) {
    .container {
      padding: 0 20px; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert; }

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none; }

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  height: auto; }

/* removes spacing between cells in tables */
table {
  border-collapse: collapse; }

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert; }

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert; }

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset; }

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none; }

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space; }

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element; }

.button {
  background: #4aa44a;
  color: #ffffff;
  font-size: 12px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 16px 30px 16px 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-top: 40px;
  min-width: 220px;
  letter-spacing: 1px;
  transition: all 0.5s; }
  .button img {
    margin-left: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.5s; }
  .button:hover img {
    right: 30px; }
  .button.transparent {
    background: transparent;
    border: 0.5px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 13px;
    margin-left: 40px;
    margin-top: 0;
    min-width: 156px; }
    @media (max-width: 1080px) {
      .button.transparent {
        padding: 10px; } }
    .button.transparent:hover {
      background: #4aa44a; }

footer {
  background: #f4f5f0;
  padding: 126px 0 50px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1285px) {
    footer {
      padding: 85px 0 50px; } }
  footer .container .top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 140px; }
    @media (max-width: 1285px) {
      footer .container .top {
        margin-bottom: 80px; } }
    @media (max-width: 400px) {
      footer .container .top {
        margin-bottom: 30px; } }
    footer .container .top a {
      position: relative; }
      footer .container .top a:after {
        content: "";
        position: absolute;
        bottom: -1px;
        background: #29292c;
        height: 1px;
        width: 0;
        left: 0;
        transition: 0.5s all; }
      footer .container .top a:hover:after {
        width: 100%; }
    footer .container .top .menu {
      width: 50%;
      font-size: 18px;
      color: #29292c;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.4em; }
      @media (max-width: 1080px) {
        footer .container .top .menu {
          font-size: 16px; } }
      @media (max-width: 768px) {
        footer .container .top .menu {
          font-size: 14px; } }
      @media (max-width: 400px) {
        footer .container .top .menu {
          width: 100%;
          margin-bottom: 30px; } }
    footer .container .top .footer_info {
      width: 50%;
      font-size: 18px;
      color: #29292c;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.4em; }
      @media (max-width: 1080px) {
        footer .container .top .footer_info {
          font-size: 16px; } }
      @media (max-width: 768px) {
        footer .container .top .footer_info {
          font-size: 14px; } }
      footer .container .top .footer_info strong {
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal; }
  footer .container .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 14px;
    color: #29292c;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4em; }
    @media (max-width: 768px) {
      footer .container .bottom {
        font-size: 12px; } }
    @media (max-width: 600px) {
      footer .container .bottom {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 400px) {
      footer .container .bottom {
        grid-template-columns: 1fr; } }
    footer .container .bottom .block {
      padding-right: 10px;
      box-sizing: border-box; }
      @media (max-width: 600px) {
        footer .container .bottom .block {
          margin-bottom: 30px; } }
    footer .container .bottom a {
      position: relative; }
      footer .container .bottom a:after {
        content: "";
        position: absolute;
        bottom: -1px;
        background: #29292c;
        height: 1px;
        width: 0;
        left: 0;
        transition: 0.5s all; }
      footer .container .bottom a:hover:after {
        width: 100%; }
    footer .container .bottom .title {
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      font-style: normal;
      margin-bottom: 20px; }
      @media (max-width: 1080px) {
        footer .container .bottom .title {
          margin-bottom: 10px; } }
    footer .container .bottom .phone a {
      position: relative;
      padding-right: 1em; }
      footer .container .bottom .phone a::before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background: url("../icons/arrow-up-right.svg");
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }

.fadein-wrap {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all, 1.5s; }
  .fadein-wrap.in-view {
    top: 0;
    opacity: 1; }

.slide_up {
  top: 100px;
  opacity: 0;
  transition: all 1s ease-out; }
  .slide_up.in-view {
    top: 0;
    opacity: 1; }

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
  height: 100vh !important; }

#main.tinted:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(41, 41, 44, 0.85);
  z-index: 3;
  transition: all 1s;
  pointer-events: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.3s, backdrop-filter 0.3s; }
  @supports not ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
    #main.tinted:after {
      background: rgba(41, 41, 44, 0.97); } }

.text-split-line {
  display: block;
  overflow: hidden;
  line-height: inherit; }
  .text-split-line .line-inner {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: var(--delay, 0s); }
  .text-split-line.animate-in .line-inner {
    transform: translateY(0%);
    opacity: 1; }

.divider {
  position: relative;
  z-index: 2;
  background: #f4f5f0; }

.error404 {
  min-height: 100vh; }
  .error404 h1 {
    font-size: 72px;
    color: #29292c;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 1.5em 0; }
    @media (max-width: 1285px) {
      .error404 h1 {
        font-size: 62px; } }
    @media (max-width: 1080px) {
      .error404 h1 {
        font-size: 52px; } }
    @media (max-width: 768px) {
      .error404 h1 {
        font-size: 42px; } }
    @media (max-width: 500px) {
      .error404 h1 {
        font-size: 32px; } }

.ancr-group {
  background: #4aa44a;
  box-shadow: none !important; }
  .ancr-group .ancr-inner {
    min-height: 20px;
    display: flex;
    align-items: center; }
  .ancr-group .ancr {
    background: #4aa44a !important;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    padding: 10px 50px;
    box-shadow: none !important; }
    @media (max-width: 768px) {
      .ancr-group .ancr {
        padding: 20px 20px; } }
    @media (max-width: 500px) {
      .ancr-group .ancr {
        padding: 20px 40px 30px 20px; } }
    .ancr-group .ancr .ancr-close-btn {
      top: 50%;
      transform: translateY(-50%);
      right: 10px; }
      @media (max-width: 500px) {
        .ancr-group .ancr .ancr-close-btn {
          top: 30px; } }
    .ancr-group .ancr .ancr-container {
      max-width: 100%;
      width: 100%;
      position: relative;
      z-index: 10;
      font-size: 14px;
      font-family: "franklin-gothic-urw", sans-serif; }
      @media (max-width: 500px) {
        .ancr-group .ancr .ancr-container {
          font-size: 12px; } }
      .ancr-group .ancr .ancr-container a {
        text-decoration: underline; }
    .ancr-group .ancr .container {
      padding: 0; }

header {
  z-index: 101;
  background: #29292c;
  padding: 20px 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.5px solid #707070;
  transition: all 1s ease; }
  header.header-hidden {
    transform: translateY(-120%); }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .logo {
    z-index: 31; }
    @media (max-width: 1080px) {
      header .logo img {
        height: 30px; } }
  header .main-menu {
    z-index: 102; }
    @media (max-width: 768px) {
      header .main-menu {
        display: none; } }
    header .main-menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center; }
    header .main-menu .menu-item a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      font-size: 14px;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      margin-left: 40px;
      position: relative; }
      @media (max-width: 1080px) {
        header .main-menu .menu-item a {
          margin-left: 20px; } }
      header .main-menu .menu-item a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #ffffff;
        transition: width 0.3s; }
      header .main-menu .menu-item a:hover:before {
        width: 100%; }
    header .main-menu .menu-item.has-dropdown > a:after {
      content: "+";
      display: inline-block;
      vertical-align: middle; }
    header .main-menu .menu-item.has-dropdown .dropdown {
      display: flex;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100vw;
      height: auto;
      min-width: unset;
      min-height: unset;
      background: #29292c;
      padding: 55px 50px 120px;
      box-sizing: border-box;
      z-index: 100;
      flex-direction: row;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: space-between;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-30px);
      transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
      header .main-menu .menu-item.has-dropdown .dropdown .dropdown-left,
      header .main-menu .menu-item.has-dropdown .dropdown .dropdown-right {
        z-index: 5; }
      header .main-menu .menu-item.has-dropdown .dropdown .dropdown-left {
        width: 40%; }
        header .main-menu .menu-item.has-dropdown .dropdown .dropdown-left ul {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          width: 100%; }
          header .main-menu .menu-item.has-dropdown .dropdown .dropdown-left ul li {
            margin: 0;
            padding: 0; }
      header .main-menu .menu-item.has-dropdown .dropdown .dropdown-right {
        width: 58%;
        padding-top: 32%;
        position: relative; }
        header .main-menu .menu-item.has-dropdown .dropdown .dropdown-right img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          z-index: 1;
          filter: grayscale(1); }
      header .main-menu .menu-item.has-dropdown .dropdown .bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        object-fit: contain;
        z-index: 1; }
      header .main-menu .menu-item.has-dropdown .dropdown a {
        font-size: 36px;
        color: #fff;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 11px;
        text-transform: initial;
        display: inline-block;
        text-align: left;
        margin-left: 0;
        opacity: 0.5;
        transition: all 0.5s; }
        header .main-menu .menu-item.has-dropdown .dropdown a:before {
          display: none; }
        header .main-menu .menu-item.has-dropdown .dropdown a:hover {
          opacity: 1; }
    header .main-menu .menu-item.has-dropdown.dropdown-open > .dropdown {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0); }
  header .burger {
    display: none;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 31; }
    header .burger span {
      width: 30px;
      height: 1.5px;
      background: #ffffff;
      display: block;
      position: relative;
      transition: all 0.3s; }
      header .burger span:nth-of-type(2) {
        margin: 6px 0 0 0; }
    header .burger.active span:nth-of-type(1) {
      top: 5px;
      transform: rotate(45deg); }
    header .burger.active span:nth-of-type(2) {
      transform: rotate(-45deg);
      bottom: 2px; }
    @media (max-width: 768px) {
      header .burger {
        display: flex;
        cursor: pointer; } }
  header .mobile_menu {
    display: none;
    background: #29292c;
    height: 100vh;
    z-index: 30;
    padding: 120px 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out; }
    header .mobile_menu .bg {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 130%;
      object-fit: contain;
      z-index: 1; }
    header .mobile_menu .button {
      margin: 0; }
    header .mobile_menu ul li {
      font-size: 24px;
      color: #fff;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      font-style: normal;
      margin-bottom: 25px; }
      header .mobile_menu ul li ul {
        padding: 20px 0; }
        header .mobile_menu ul li ul li {
          font-size: 18px;
          color: #fff;
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 400;
          font-style: normal;
          margin-bottom: 10px;
          margin-left: 20px; }
    header .mobile_menu .mobile-list {
      opacity: 0;
      position: relative;
      top: 100px;
      transition: opacity 0.5s ease-in-out 1s; }
    @media (max-width: 768px) {
      header .mobile_menu {
        display: block;
        top: -110vh !important; } }
    header .mobile_menu.oppened {
      top: 0 !important; }
      header .mobile_menu.oppened .mobile-list {
        opacity: 1;
        top: 0; }

.news_wrap .container {
  padding: 100px 0; }

.news_wrap .container.grid {
  width: 100%;
  position: relative;
  display: block; }

.news_wrap .grid-sizer,
.news_wrap .grid-item {
  width: 33.333%; }
  @media (max-width: 768px) {
    .news_wrap .grid-sizer,
    .news_wrap .grid-item {
      width: 50%; } }
  @media (max-width: 500px) {
    .news_wrap .grid-sizer,
    .news_wrap .grid-item {
      width: 100%; } }

.news_wrap .grid-item {
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box; }
  .news_wrap .grid-item .title {
    color: #29292c;
    font-size: 36px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
    padding-top: 35px;
    margin-top: 40px;
    border-top: 0.5px solid #939597;
    z-index: 2;
    transition: 0.5s ease; }
    @media (max-width: 1285px) {
      .news_wrap .grid-item .title {
        font-size: 28px; } }
    @media (max-width: 1080px) {
      .news_wrap .grid-item .title {
        font-size: 24px; } }
    @media (max-width: 768px) {
      .news_wrap .grid-item .title {
        margin-bottom: 15px;
        padding-top: 15px;
        margin-top: 35px; } }
  .news_wrap .grid-item p {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #29292c;
    line-height: 1.4em;
    text-transform: uppercase; }
  .news_wrap .grid-item a {
    display: block;
    text-decoration: none; }
    .news_wrap .grid-item a img {
      width: 100%;
      height: auto; }
  .news_wrap .grid-item .image_wrap {
    position: relative;
    overflow: hidden;
    z-index: 3; }
    .news_wrap .grid-item .image_wrap img {
      position: relative;
      width: 100%;
      height: auto;
      object-fit: cover;
      transition: 0.5s;
      filter: grayscale(1);
      transform: scale(1.02); }
  .news_wrap .grid-item:hover .title {
    opacity: 0.7; }
  .news_wrap .grid-item:hover img {
    transform: scale(1.02);
    filter: grayscale(0); }

.news_wrap .grid-item:nth-child(-n + 4) .title {
  border-top: none; }

.news_wrap .news-load-more-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .news_wrap .news-load-more-wrap .news-load-more {
    position: relative;
    color: #58595b;
    font-size: 12px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 16px 30px 16px 16px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 40px;
    min-width: 220px;
    border: 1px solid #58595b;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase; }
    .news_wrap .news-load-more-wrap .news-load-more img {
      margin-left: 20px;
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%);
      transition: all 0.5s; }
    .news_wrap .news-load-more-wrap .news-load-more:hover img {
      right: 30px; }

.portfolio-wrap {
  position: relative;
  padding-top: 120px; }
  .portfolio-wrap .container {
    width: 100%;
    position: relative;
    padding-top: 40px; }
    .portfolio-wrap .container .portfolio-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: minmax(250px, auto);
      gap: 0 15px; }
      @media (max-width: 768px) {
        .portfolio-wrap .container .portfolio-list {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 500px) {
        .portfolio-wrap .container .portfolio-list {
          grid-template-columns: repeat(1, 1fr); } }
      .portfolio-wrap .container .portfolio-list .portfolio-item {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; }
        .portfolio-wrap .container .portfolio-list .portfolio-item.narrow {
          grid-column: span 1;
          margin-bottom: 80px; }
          @media (max-width: 1080px) {
            .portfolio-wrap .container .portfolio-list .portfolio-item.narrow {
              margin-bottom: 40px; } }
          @media (max-width: 768px) {
            .portfolio-wrap .container .portfolio-list .portfolio-item.narrow {
              grid-column: span 1; } }
        .portfolio-wrap .container .portfolio-list .portfolio-item.wide {
          grid-column: span 2;
          margin-bottom: 120px; }
          @media (max-width: 1080px) {
            .portfolio-wrap .container .portfolio-list .portfolio-item.wide {
              margin-bottom: 60px; } }
          @media (max-width: 768px) {
            .portfolio-wrap .container .portfolio-list .portfolio-item.wide {
              grid-column: span 1; } }
        .portfolio-wrap .container .portfolio-list .portfolio-item .portfolio-thumb {
          padding-top: 67%;
          position: relative;
          display: block;
          overflow: hidden;
          width: 100%; }
          .portfolio-wrap .container .portfolio-list .portfolio-item .portfolio-thumb img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(1);
            transition: 0.5s; }
          .portfolio-wrap .container .portfolio-list .portfolio-item .portfolio-thumb:hover img {
            filter: grayscale(0);
            transform: translate(-50%, -50%) scale(1.02); }
        .portfolio-wrap .container .portfolio-list .portfolio-item .portfolio-content {
          padding-top: 17px; }
          .portfolio-wrap .container .portfolio-list .portfolio-item .portfolio-content .portfolio-title {
            color: #29292c;
            font-size: 18px;
            font-family: "franklin-gothic-urw", sans-serif;
            font-weight: 700;
            font-style: normal;
            margin-bottom: 10px; }
            @media (max-width: 768px) {
              .portfolio-wrap .container .portfolio-list .portfolio-item .portfolio-content .portfolio-title {
                font-size: 16px; } }
            @media (max-width: 500px) {
              .portfolio-wrap .container .portfolio-list .portfolio-item .portfolio-content .portfolio-title {
                font-size: 14px; } }
          .portfolio-wrap .container .portfolio-list .portfolio-item .portfolio-content .portfolio-excerpt {
            font-size: 14px;
            color: #29292c;
            font-family: "franklin-gothic-urw", sans-serif;
            font-weight: 400;
            font-style: normal;
            max-width: 415px;
            width: 100%;
            line-height: 1.5em; }
            @media (max-width: 500px) {
              .portfolio-wrap .container .portfolio-list .portfolio-item .portfolio-content .portfolio-excerpt {
                font-size: 12px; } }
        .portfolio-wrap .container .portfolio-list .portfolio-item .categories_wrap {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: flex-start; }
          .portfolio-wrap .container .portfolio-list .portfolio-item .categories_wrap .portfolio-link {
            font-size: 10px;
            color: #29292c;
            display: inline-block;
            font-family: "franklin-gothic-urw", sans-serif;
            font-weight: 400;
            font-style: normal;
            text-decoration: none;
            padding: 10px 16px;
            box-sizing: border-box;
            margin-right: 10px;
            margin-top: 16px;
            border: 0.5px solid #29292c;
            text-transform: uppercase; }
  .portfolio-wrap .menu-block {
    position: sticky !important;
    padding-bottom: 0;
    padding-top: 0; }
    .portfolio-wrap .menu-block ul {
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      border-bottom: 1px solid #29292c70; }
      .portfolio-wrap .menu-block ul a.active:after {
        width: 100%; }
      .portfolio-wrap .menu-block ul li {
        flex-shrink: 0; }

.default-wrap {
  border-bottom: 0.5px solid #939597;
  padding-top: 180px;
  padding-bottom: 80px; }
  .default-wrap h1,
  .default-wrap h2,
  .default-wrap h3,
  .default-wrap h4,
  .default-wrap h5,
  .default-wrap h6 {
    color: #29292c;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    width: 100%;
    position: relative; }
  .default-wrap h1 {
    font-size: 72px; }
    @media (max-width: 1285px) {
      .default-wrap h1 {
        font-size: 62px; } }
    @media (max-width: 1080px) {
      .default-wrap h1 {
        font-size: 52px; } }
    @media (max-width: 768px) {
      .default-wrap h1 {
        font-size: 42px; } }
    @media (max-width: 500px) {
      .default-wrap h1 {
        font-size: 32px; } }
  .default-wrap h2 {
    font-size: 52px; }
    @media (max-width: 1285px) {
      .default-wrap h2 {
        font-size: 42px; } }
    @media (max-width: 1080px) {
      .default-wrap h2 {
        font-size: 32px; } }
    @media (max-width: 768px) {
      .default-wrap h2 {
        font-size: 22px; } }
    @media (max-width: 500px) {
      .default-wrap h2 {
        font-size: 18px; } }
  .default-wrap h3 {
    font-size: 42px; }
    @media (max-width: 1285px) {
      .default-wrap h3 {
        font-size: 32px; } }
    @media (max-width: 1080px) {
      .default-wrap h3 {
        font-size: 22px; } }
    @media (max-width: 768px) {
      .default-wrap h3 {
        font-size: 18px; } }
  .default-wrap h4 {
    font-size: 32px; }
    @media (max-width: 1285px) {
      .default-wrap h4 {
        font-size: 22px; } }
    @media (max-width: 1080px) {
      .default-wrap h4 {
        font-size: 18px; } }
  .default-wrap p {
    font-size: 18px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #29292c;
    line-height: 1.4em; }
    @media (max-width: 1080px) {
      .default-wrap p {
        font-size: 16px; } }
    @media (max-width: 1080px) {
      .default-wrap p {
        font-size: 14px; } }
    .default-wrap p strong {
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      font-style: normal; }
  .default-wrap ul,
  .default-wrap ol {
    list-style: none;
    padding-left: 0; }
    .default-wrap ul li,
    .default-wrap ol li {
      position: relative;
      padding-left: 10px;
      font-size: 18px;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #29292c;
      line-height: 1.4em; }
      @media (max-width: 1080px) {
        .default-wrap ul li,
        .default-wrap ol li {
          font-size: 16px; } }
      @media (max-width: 1080px) {
        .default-wrap ul li,
        .default-wrap ol li {
          font-size: 14px; } }
    .default-wrap ul li::before,
    .default-wrap ol li::before {
      content: "-";
      position: absolute;
      left: 0;
      color: #222;
      font-weight: bold; }

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 768px) {
    .hero {
      aspect-ratio: 4/5;
      height: auto;
      padding-top: 56%;
      padding: 0; } }
  .hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .hero .hero-bg:after {
      content: "";
      width: 100%;
      height: 100%;
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
      background: #000000;
      opacity: var(--hero-overlay-opacity, 0.3);
      transition: opacity 0.3s linear;
      pointer-events: none; }
    .hero .hero-bg img {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none; }
    .hero .hero-bg iframe {
      width: 105%;
      height: 105%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      pointer-events: none; }
    .hero .hero-bg .hero-vimeo-mobile {
      display: none; }
      @media (max-width: 768px) {
        .hero .hero-bg .hero-vimeo-mobile {
          display: block; } }
    .hero .hero-bg .hero-vimeo-desktop {
      display: block; }
      @media (max-width: 768px) {
        .hero .hero-bg .hero-vimeo-desktop {
          display: none; } }
  .hero .hero-content {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 90%; }
    @media (max-width: 500px) {
      .hero .hero-content {
        top: 56%; } }
    .hero .hero-content h1 {
      font-size: 72px;
      color: #ffffff;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      width: 100%;
      top: 100px;
      opacity: 0;
      transition: all 1s;
      position: relative; }
      @media (max-width: 1285px) {
        .hero .hero-content h1 {
          font-size: 62px; } }
      @media (max-width: 1080px) {
        .hero .hero-content h1 {
          font-size: 52px; } }
      @media (max-width: 768px) {
        .hero .hero-content h1 {
          font-size: 42px; } }
      @media (max-width: 500px) {
        .hero .hero-content h1 {
          font-size: 32px; } }
      .hero .hero-content h1.in-view {
        opacity: 1;
        top: 0; }
  @media (max-width: 767px) {
    .hero .hero-vimeo-mobile {
      display: block; }
    .hero .hero-vimeo-desktop {
      display: none; } }

.ticker-slider {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  background: #f4f5f0; }
  .ticker-slider .slick-slider {
    border-top: 0.5px solid #939597;
    border-bottom: 0.5px solid #939597; }
  .ticker-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center; }
  .ticker-slider .ticker-slide {
    color: #000;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: auto !important;
    font-size: 18px;
    color: #29292c;
    padding: 20px 0;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    font-style: normal; }
    @media (max-width: 768px) {
      .ticker-slider .ticker-slide {
        font-size: 16px;
        padding: 10px 0; } }

.title-text {
  position: relative;
  z-index: 2;
  background: #f4f5f0; }
  .title-text .content_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .title-text .content_wrap .left {
      width: 50%;
      padding-right: 95px; }
      @media (max-width: 1080px) {
        .title-text .content_wrap .left {
          padding-right: 30px; } }
      @media (max-width: 500px) {
        .title-text .content_wrap .left {
          width: 100%;
          margin-bottom: 30px;
          padding: 0; } }
      .title-text .content_wrap .left .small_title {
        font-size: 18px;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #29292c;
        margin-bottom: 20px; }
        @media (max-width: 1080px) {
          .title-text .content_wrap .left .small_title {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .title-text .content_wrap .left .small_title {
            font-size: 14px;
            margin-bottom: 10px; } }
      .title-text .content_wrap .left .title {
        color: #29292c;
        font-size: 72px;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: -1px;
        line-height: 1.3em; }
        @media (max-width: 1285px) {
          .title-text .content_wrap .left .title {
            font-size: 62px; } }
        @media (max-width: 1080px) {
          .title-text .content_wrap .left .title {
            font-size: 52px; } }
        @media (max-width: 768px) {
          .title-text .content_wrap .left .title {
            font-size: 42px; } }
        @media (max-width: 500px) {
          .title-text .content_wrap .left .title {
            font-size: 32px;
            width: 60%; } }
    .title-text .content_wrap .right {
      width: 50%;
      padding-right: 100px;
      box-sizing: border-box; }
      @media (max-width: 1080px) {
        .title-text .content_wrap .right {
          padding-right: 30px; } }
      @media (max-width: 500px) {
        .title-text .content_wrap .right {
          width: 100%;
          margin-bottom: 30px;
          padding: 0; } }
      .title-text .content_wrap .right p {
        font-size: 18px;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #29292c;
        line-height: 1.4em; }
        @media (max-width: 1080px) {
          .title-text .content_wrap .right p {
            font-size: 16px; } }
        @media (max-width: 1080px) {
          .title-text .content_wrap .right p {
            font-size: 14px; } }
        .title-text .content_wrap .right p strong {
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 700;
          font-style: normal; }
      .title-text .content_wrap .right ul {
        list-style: none;
        padding-left: 0; }
        .title-text .content_wrap .right ul li {
          position: relative;
          padding-left: 10px;
          font-size: 18px;
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 400;
          font-style: normal;
          color: #29292c;
          line-height: 1.4em; }
          @media (max-width: 1080px) {
            .title-text .content_wrap .right ul li {
              font-size: 16px; } }
          @media (max-width: 1080px) {
            .title-text .content_wrap .right ul li {
              font-size: 14px; } }
        .title-text .content_wrap .right ul li::before {
          content: "-";
          position: absolute;
          left: 0;
          color: #222;
          font-weight: bold; }
      .title-text .content_wrap .right .logos {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
        margin-top: 45px; }
        .title-text .content_wrap .right .logos img {
          height: 60px;
          width: 60px;
          border-radius: 100%;
          filter: grayscale(1) contrast(1.2); }
  .title-text.dark {
    background: #29292c; }
    .title-text.dark .content_wrap .left .small_title {
      color: #fff; }
    .title-text.dark .content_wrap .left .title {
      color: #fff; }
    .title-text.dark .content_wrap .right p {
      color: #fff; }
    .title-text.dark .content_wrap .right ul li {
      color: #fff; }
    .title-text.dark .content_wrap .right ul li::before {
      color: #fff; }

.simple-slider {
  background: #29292c;
  position: relative;
  z-index: 2; }
  .simple-slider .simple-swiper {
    max-width: 1366px;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .simple-slider .simple-swiper {
        padding: 0 20px; } }
    .simple-slider .simple-swiper .simple-slide {
      padding: 0 15px;
      box-sizing: border-box;
      height: auto;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-left: 1px solid #939597; }
      .simple-slider .simple-swiper .simple-slide .slide-title {
        color: #f4f5f0;
        font-size: 36px;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal; }
        @media (max-width: 1285px) {
          .simple-slider .simple-swiper .simple-slide .slide-title {
            font-size: 28px; } }
      .simple-slider .simple-swiper .simple-slide .slide-subtitle {
        color: #f4f5f0;
        font-size: 14px;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-top: 10px; }
        @media (max-width: 1285px) {
          .simple-slider .simple-swiper .simple-slide .slide-subtitle {
            font-size: 12px; } }
      .simple-slider .simple-swiper .simple-slide .image_wrap {
        width: 100%;
        padding-top: 100%;
        position: relative;
        overflow: hidden;
        margin-top: 50px; }
        @media (max-width: 1285px) {
          .simple-slider .simple-swiper .simple-slide .image_wrap {
            margin-top: 30px; } }
        .simple-slider .simple-swiper .simple-slide .image_wrap img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          object-fit: cover;
          filter: grayscale(1);
          transition: 0.5s; }
        .simple-slider .simple-swiper .simple-slide .image_wrap:hover img {
          transform: translate(-50%, -50%) scale(1.02);
          filter: grayscale(0); }

.large-quote {
  background: #4aa44a;
  padding: 215px 0 215px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 1285px) {
    .large-quote {
      padding: 115px 0 115px 0; } }
  @media (max-width: 768px) {
    .large-quote {
      padding: 80px 0; } }
  .large-quote .content_wrap {
    max-width: 1053px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1080px) {
      .large-quote .content_wrap {
        padding: 0 20px;
        box-sizing: border-box; } }
    .large-quote .content_wrap .quote {
      color: #fff;
      font-size: 72px;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      font-style: normal;
      margin-bottom: 30px;
      text-align: center;
      line-height: 1; }
      @media (max-width: 1285px) {
        .large-quote .content_wrap .quote {
          font-size: 62px; } }
      @media (max-width: 1080px) {
        .large-quote .content_wrap .quote {
          font-size: 52px; } }
      @media (max-width: 768px) {
        .large-quote .content_wrap .quote {
          font-size: 42px; } }
      @media (max-width: 500px) {
        .large-quote .content_wrap .quote {
          font-size: 32px; } }
    .large-quote .content_wrap .author {
      color: #ffffff;
      font-size: 18px;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 400;
      font-style: normal;
      text-align: center; }
      @media (max-width: 1080px) {
        .large-quote .content_wrap .author {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .large-quote .content_wrap .author {
          font-size: 14px; } }

.image-button {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
  background: #f4f5f0;
  z-index: 2; }
  @media (max-width: 768px) {
    .image-button {
      padding-top: 70%; } }
  @media (max-width: 500px) {
    .image-button {
      padding-top: 100%; } }
  .image-button:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.3;
    position: absolute; }
  .image-button .parallax-wrapper {
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden; }
    @media (max-width: 768px) {
      .image-button .parallax-wrapper {
        width: 110%;
        height: 110%; } }
  .image-button .parallax-wrapper .background,
  .image-button .parallax-wrapper img {
    position: absolute;
    top: -5%;
    left: 0;
    width: 105%;
    height: 105%;
    object-fit: cover;
    filter: grayscale(1);
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1; }
  .image-button .content_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    z-index: 2; }
    @media (max-width: 768px) {
      .image-button .content_wrap {
        padding: 0 20px; } }
    .image-button .content_wrap .small_title {
      font-size: 18px;
      color: #ffffff;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 400;
      font-style: normal;
      margin-bottom: 12px; }
      @media (max-width: 1080px) {
        .image-button .content_wrap .small_title {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .image-button .content_wrap .small_title {
          font-size: 14px; } }
    .image-button .content_wrap .title {
      font-size: 72px;
      color: #ffffff;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      font-style: normal;
      margin-bottom: 22px; }
      @media (max-width: 1285px) {
        .image-button .content_wrap .title {
          font-size: 62px; } }
      @media (max-width: 1080px) {
        .image-button .content_wrap .title {
          font-size: 52px; } }
      @media (max-width: 768px) {
        .image-button .content_wrap .title {
          font-size: 42px; } }
      @media (max-width: 500px) {
        .image-button .content_wrap .title {
          font-size: 32px; } }
    .image-button .content_wrap .button {
      margin-top: 0;
      min-width: 240px; }
      .image-button .content_wrap .button img {
        margin-left: 20px;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        transition: all 0.5s;
        z-index: 2;
        left: auto; }
      .image-button .content_wrap .button:hover img {
        right: 30px; }

.history-slider {
  background: #29292c; }
  .history-slider .history-swiper {
    max-width: 1366px;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .history-slider .history-swiper {
        padding: 0 20px; } }
    .history-slider .history-swiper .top {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      .history-slider .history-swiper .top .left {
        width: 64%; }
        @media (max-width: 500px) {
          .history-slider .history-swiper .top .left {
            width: 75%; } }
        .history-slider .history-swiper .top .left .small_title {
          font-size: 18px;
          margin-bottom: 18px;
          color: #fff;
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 400;
          font-style: normal; }
          @media (max-width: 768px) {
            .history-slider .history-swiper .top .left .small_title {
              font-size: 16px; } }
          @media (max-width: 500px) {
            .history-slider .history-swiper .top .left .small_title {
              font-size: 14px; } }
        .history-slider .history-swiper .top .left .title {
          font-size: 36px;
          margin-bottom: 47px;
          color: #fff;
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 700;
          font-style: normal; }
          @media (max-width: 1285px) {
            .history-slider .history-swiper .top .left .title {
              font-size: 28px;
              margin-bottom: 30px; } }
      .history-slider .history-swiper .top .navigation {
        width: 30%;
        position: relative;
        text-align: right;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end; }
        @media (max-width: 768px) {
          .history-slider .history-swiper .top .navigation {
            width: 100%;
            margin-bottom: 30px; } }
        @media (min-width: 1024px) {
          .history-slider .history-swiper .top .navigation.hide-large {
            display: none; } }
        .history-slider .history-swiper .top .navigation .swiper-button-prev,
        .history-slider .history-swiper .top .navigation .swiper-button-next {
          width: 42px;
          height: 42px;
          background: #4aa44a;
          border: 0.5px solid #4aa44a;
          position: relative;
          margin: 0;
          padding: 0;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 7px;
          transition: all 0.5s; }
          @media (max-width: 500px) {
            .history-slider .history-swiper .top .navigation .swiper-button-prev,
            .history-slider .history-swiper .top .navigation .swiper-button-next {
              width: 32px;
              height: 32px; } }
          .history-slider .history-swiper .top .navigation .swiper-button-prev:after,
          .history-slider .history-swiper .top .navigation .swiper-button-next:after {
            display: none; }
          .history-slider .history-swiper .top .navigation .swiper-button-prev img,
          .history-slider .history-swiper .top .navigation .swiper-button-next img {
            width: 14px;
            display: inline;
            transition: all 0.3s; }
            .history-slider .history-swiper .top .navigation .swiper-button-prev img:nth-of-type(2),
            .history-slider .history-swiper .top .navigation .swiper-button-next img:nth-of-type(2) {
              display: none; }
          .history-slider .history-swiper .top .navigation .swiper-button-prev:hover,
          .history-slider .history-swiper .top .navigation .swiper-button-next:hover {
            background: #fff;
            border: 0.5px solid #4aa44a; }
            .history-slider .history-swiper .top .navigation .swiper-button-prev:hover img,
            .history-slider .history-swiper .top .navigation .swiper-button-next:hover img {
              width: 14px;
              display: inline; }
              .history-slider .history-swiper .top .navigation .swiper-button-prev:hover img:nth-of-type(1),
              .history-slider .history-swiper .top .navigation .swiper-button-next:hover img:nth-of-type(1) {
                display: none; }
              .history-slider .history-swiper .top .navigation .swiper-button-prev:hover img:nth-of-type(2),
              .history-slider .history-swiper .top .navigation .swiper-button-next:hover img:nth-of-type(2) {
                display: block; }
        .history-slider .history-swiper .top .navigation .swiper-button-prev {
          transform: rotate(180deg); }
    .history-slider .history-swiper .history-slide {
      padding: 0 15px;
      box-sizing: border-box;
      height: auto;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-left: 1px solid #939597; }
      .history-slider .history-swiper .history-slide .slide-title {
        color: #f4f5f0;
        font-size: 36px;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 50px; }
        @media (max-width: 1285px) {
          .history-slider .history-swiper .history-slide .slide-title {
            font-size: 28px;
            margin-bottom: 30px; } }
      .history-slider .history-swiper .history-slide .image_wrap {
        width: 100%;
        padding-top: 100%;
        position: relative;
        overflow: hidden; }
        .history-slider .history-swiper .history-slide .image_wrap img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          object-fit: cover;
          filter: grayscale(1) contrast(1.2);
          transition: 0.5s; }
        .history-slider .history-swiper .history-slide .image_wrap:hover img {
          transform: translate(-50%, -50%) scale(1.02);
          filter: grayscale(0) contrast(1); }
      .history-slider .history-swiper .history-slide .slide-description {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 14px;
        color: #fff;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.6em; }

.team .team-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px 16px; }
  @media (max-width: 768px) {
    .team .team-list {
      grid-template-columns: 1fr 1fr; } }
  .team .team-list .team-member .image {
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 20px; }
    .team .team-list .team-member .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(1);
      transition: all 0.5s; }
    .team .team-list .team-member .image:hover img {
      filter: none; }
  .team .team-list .team-member .name {
    font-size: 18px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #29292c;
    margin-bottom: 5px; }
    @media (max-width: 1080px) {
      .team .team-list .team-member .name {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .team .team-list .team-member .name {
        font-size: 14px; } }
  .team .team-list .team-member .role {
    font-size: 18px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #29292c; }
    @media (max-width: 1080px) {
      .team .team-list .team-member .role {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .team .team-list .team-member .role {
        font-size: 14px; } }

.logos-list {
  background: #29292c; }
  .logos-list .container .content {
    max-width: 510px;
    width: 100%; }
    .logos-list .container .content .title {
      color: #ffffff;
      font-size: 72px;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media (max-width: 1285px) {
        .logos-list .container .content .title {
          font-size: 62px; } }
      @media (max-width: 1080px) {
        .logos-list .container .content .title {
          font-size: 52px; } }
      @media (max-width: 768px) {
        .logos-list .container .content .title {
          font-size: 42px; } }
      @media (max-width: 500px) {
        .logos-list .container .content .title {
          font-size: 32px; } }
    .logos-list .container .content .description {
      color: #ffffff;
      font-size: 18px;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 400;
      font-style: normal;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .logos-list .container .content .description {
          font-size: 16px; } }
      @media (max-width: 500px) {
        .logos-list .container .content .description {
          font-size: 14px; } }
  .logos-list .container .logos {
    display: grid;
    grid-template-columns: repeat(10, 1fr); }
    @media (max-width: 1080px) {
      .logos-list .container .logos {
        grid-template-columns: repeat(8, 1fr); } }
    @media (max-width: 768px) {
      .logos-list .container .logos {
        grid-template-columns: repeat(6, 1fr); } }
    @media (max-width: 500px) {
      .logos-list .container .logos {
        grid-template-columns: repeat(4, 1fr); } }
    .logos-list .container .logos .logo_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px; }

.images-slider {
  overflow: hidden;
  width: 100%;
  position: relative; }
  .images-slider .container .images-swiper {
    overflow: visible; }
    .images-slider .container .images-swiper .image-slide {
      height: 600px;
      width: auto;
      overflow: hidden; }
      @media (max-width: 768px) {
        .images-slider .container .images-swiper .image-slide {
          height: 420px; } }
      .images-slider .container .images-swiper .image-slide img {
        width: auto;
        height: 100%;
        display: inline-block;
        position: relative;
        object-fit: contain;
        filter: grayscale(1);
        transition: all 0.5s; }
      .images-slider .container .images-swiper .image-slide:hover img {
        filter: grayscale(0); }
  .images-slider .container .navigation {
    width: 100%;
    position: relative;
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 13px; }
    .images-slider .container .navigation .swiper-button-prev,
    .images-slider .container .navigation .swiper-button-next {
      width: 42px;
      height: 42px;
      background: #4aa44a;
      position: relative;
      border: 0.5px solid #4aa44a;
      margin: 0;
      padding: 0;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 7px;
      transition: all 0.5s; }
      @media (max-width: 500px) {
        .images-slider .container .navigation .swiper-button-prev,
        .images-slider .container .navigation .swiper-button-next {
          width: 32px;
          height: 32px; } }
      .images-slider .container .navigation .swiper-button-prev:after,
      .images-slider .container .navigation .swiper-button-next:after {
        display: none; }
      .images-slider .container .navigation .swiper-button-prev img,
      .images-slider .container .navigation .swiper-button-next img {
        width: 14px;
        display: inline; }
        .images-slider .container .navigation .swiper-button-prev img:nth-of-type(2),
        .images-slider .container .navigation .swiper-button-next img:nth-of-type(2) {
          display: none; }
      .images-slider .container .navigation .swiper-button-prev:hover,
      .images-slider .container .navigation .swiper-button-next:hover {
        background: #fff;
        border: 0.5px solid #4aa44a; }
        .images-slider .container .navigation .swiper-button-prev:hover img,
        .images-slider .container .navigation .swiper-button-next:hover img {
          width: 14px;
          display: inline; }
          .images-slider .container .navigation .swiper-button-prev:hover img:nth-of-type(1),
          .images-slider .container .navigation .swiper-button-next:hover img:nth-of-type(1) {
            display: none; }
          .images-slider .container .navigation .swiper-button-prev:hover img:nth-of-type(2),
          .images-slider .container .navigation .swiper-button-next:hover img:nth-of-type(2) {
            display: block; }
    .images-slider .container .navigation .swiper-button-prev {
      transform: rotate(180deg); }

.full-slider {
  background: #29292c; }
  .full-slider .full-swiper {
    max-width: 1366px;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .full-slider .full-swiper {
        padding: 0 20px; } }
    .full-slider .full-swiper .top {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      .full-slider .full-swiper .top .left {
        width: 70%; }
        .full-slider .full-swiper .top .left .title {
          font-size: 72px;
          color: #fff;
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 700;
          font-style: normal; }
          @media (max-width: 1285px) {
            .full-slider .full-swiper .top .left .title {
              font-size: 62px; } }
          @media (max-width: 1080px) {
            .full-slider .full-swiper .top .left .title {
              font-size: 52px; } }
          @media (max-width: 768px) {
            .full-slider .full-swiper .top .left .title {
              font-size: 42px; } }
          @media (max-width: 500px) {
            .full-slider .full-swiper .top .left .title {
              font-size: 32px; } }
        .full-slider .full-swiper .top .left .subtitle {
          font-size: 14px;
          color: #fff;
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 400;
          font-style: normal; }
          @media (max-width: 1080px) {
            .full-slider .full-swiper .top .left .subtitle {
              font-size: 14px; } }
        .full-slider .full-swiper .top .left .description {
          font-size: 18px;
          margin-bottom: 40px;
          color: #fff;
          max-width: 508px;
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1.5em;
          margin-top: 35px; }
          @media (max-width: 768px) {
            .full-slider .full-swiper .top .left .description {
              font-size: 16px; } }
          @media (max-width: 500px) {
            .full-slider .full-swiper .top .left .description {
              font-size: 14px; } }
      .full-slider .full-swiper .top .navigation {
        width: 25%;
        position: relative;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media (max-width: 768px) {
          .full-slider .full-swiper .top .navigation {
            width: 100%;
            margin-bottom: 30px; } }
        @media (min-width: 1024px) {
          .full-slider .full-swiper .top .navigation.hide-large {
            display: none; } }
        .full-slider .full-swiper .top .navigation .set-info {
          color: #fff;
          font-size: 14px;
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 400;
          font-style: normal;
          margin-right: 14px; }
        .full-slider .full-swiper .top .navigation .swiper-button-prev,
        .full-slider .full-swiper .top .navigation .swiper-button-next {
          width: 42px;
          height: 42px;
          background: #4aa44a;
          border: 0.5px solid #4aa44a;
          transition: all 0.5s;
          position: relative;
          margin: 0;
          padding: 0;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 7px; }
          @media (max-width: 768px) {
            .full-slider .full-swiper .top .navigation .swiper-button-prev,
            .full-slider .full-swiper .top .navigation .swiper-button-next {
              width: 32px;
              height: 32px; } }
          .full-slider .full-swiper .top .navigation .swiper-button-prev:after,
          .full-slider .full-swiper .top .navigation .swiper-button-next:after {
            display: none; }
          .full-slider .full-swiper .top .navigation .swiper-button-prev img,
          .full-slider .full-swiper .top .navigation .swiper-button-next img {
            width: 14px;
            display: inline; }
            .full-slider .full-swiper .top .navigation .swiper-button-prev img:nth-of-type(2),
            .full-slider .full-swiper .top .navigation .swiper-button-next img:nth-of-type(2) {
              display: none; }
          .full-slider .full-swiper .top .navigation .swiper-button-prev:hover,
          .full-slider .full-swiper .top .navigation .swiper-button-next:hover {
            background: #fff;
            border: 0.5px solid #4aa44a; }
            .full-slider .full-swiper .top .navigation .swiper-button-prev:hover img,
            .full-slider .full-swiper .top .navigation .swiper-button-next:hover img {
              width: 14px;
              display: inline; }
              .full-slider .full-swiper .top .navigation .swiper-button-prev:hover img:nth-of-type(1),
              .full-slider .full-swiper .top .navigation .swiper-button-next:hover img:nth-of-type(1) {
                display: none; }
              .full-slider .full-swiper .top .navigation .swiper-button-prev:hover img:nth-of-type(2),
              .full-slider .full-swiper .top .navigation .swiper-button-next:hover img:nth-of-type(2) {
                display: block; }
        .full-slider .full-swiper .top .navigation .swiper-button-prev {
          transform: rotate(180deg); }
    .full-slider .full-swiper .full-slide {
      padding: 0 15px;
      box-sizing: border-box;
      height: auto;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-left: 1px solid #939597; }
      .full-slider .full-swiper .full-slide .slide-title {
        color: #f4f5f0;
        font-size: 36px;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 50px; }
      .full-slider .full-swiper .full-slide .image_wrap {
        width: 100%;
        padding-top: 112%;
        position: relative;
        margin-bottom: 20px;
        overflow: hidden; }
        .full-slider .full-swiper .full-slide .image_wrap img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          object-fit: cover;
          filter: grayscale(1) contrast(1.2);
          transition: 0.5s; }
        .full-slider .full-swiper .full-slide .image_wrap:hover img {
          filter: grayscale(0) contrast(1);
          transform: translate(-50%, -50%) scale(1.02); }
      .full-slider .full-swiper .full-slide .title {
        font-size: 18px;
        color: #fff;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: 1.6em; }
      .full-slider .full-swiper .full-slide .description {
        font-size: 14px;
        color: #fff;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.6em; }
    .full-slider .full-swiper .quote_wrap {
      margin-top: 63px;
      border-top: 1px solid #9395977d;
      padding-top: 63px;
      width: 100%; }
      .full-slider .full-swiper .quote_wrap .quote {
        max-width: 1053px;
        width: 100%;
        font-size: 36px;
        color: #f4f5f0;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal; }
        @media (max-width: 1080px) {
          .full-slider .full-swiper .quote_wrap .quote {
            font-size: 32px; } }
        @media (max-width: 768px) {
          .full-slider .full-swiper .quote_wrap .quote {
            font-size: 28px; } }
      .full-slider .full-swiper .quote_wrap .author {
        font-size: 18px;
        margin-top: 15px;
        color: #f4f5f0;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 400;
        font-style: normal; }
        @media (max-width: 768px) {
          .full-slider .full-swiper .quote_wrap .author {
            font-size: 16px; } }
        @media (max-width: 500px) {
          .full-slider .full-swiper .quote_wrap .author {
            font-size: 14px; } }
  .full-slider.light {
    background: #f4f5f0; }
    .full-slider.light .title,
    .full-slider.light .description,
    .full-slider.light .quote,
    .full-slider.light .author,
    .full-slider.light .set-info {
      color: #29292c !important; }

.image-block .image_wrap {
  width: 100%;
  padding-top: 44%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1080px) {
    .image-block .image_wrap {
      padding-top: 56%; } }
  @media (max-width: 500px) {
    .image-block .image_wrap {
      padding-top: 86%; } }
  .image-block .image_wrap img {
    position: absolute;
    top: -5%;
    left: 0;
    width: 105%;
    height: 105%;
    object-fit: cover;
    z-index: 1;
    filter: grayscale(1); }
  .image-block .image_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2; }

.menu-block {
  position: sticky;
  top: 74px;
  z-index: 99;
  background: #f4f5f0;
  transition: all 1s ease; }
  .menu-block.header_hidden {
    top: 0; }
  @media (max-width: 1080px) {
    .menu-block {
      top: 75px; } }
  @media (max-width: 768px) {
    .menu-block {
      top: 60px; } }
  .menu-block ul {
    border-top: 1px solid #29292c70;
    border-bottom: 1px solid #29292c70;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    box-sizing: border-box;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 768px) {
      .menu-block ul {
        padding: 10px 0; } }
    .menu-block ul li {
      display: inline-block;
      margin-right: 30px;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media (max-width: 1080px) {
        .menu-block ul li {
          margin: 5px 15px 5px 0; } }
      .menu-block ul li a {
        font-size: 18px;
        color: #29292c;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 400;
        font-style: normal;
        position: relative; }
        @media (max-width: 1285px) {
          .menu-block ul li a {
            font-size: 16px; } }
        @media (max-width: 1080px) {
          .menu-block ul li a {
            font-size: 14px; } }
        .menu-block ul li a:after {
          content: "";
          position: absolute;
          bottom: -1px;
          background: #29292c;
          height: 1px;
          width: 0;
          left: 0;
          transition: 0.5s all; }
        .menu-block ul li a:hover:after {
          width: 100%; }

.three-col-block {
  background: #29292c; }
  .three-col-block .container {
    max-width: 1366px;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 768px) {
      .three-col-block .container {
        padding: 0 20px;
        grid-template-columns: repeat(1, 1fr); } }
    .three-col-block .container .block {
      padding: 0 15px;
      box-sizing: border-box;
      height: auto;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-left: 1px solid #939597; }
      @media (max-width: 768px) {
        .three-col-block .container .block {
          margin-bottom: 60px; } }
      .three-col-block .container .block .title {
        font-size: 36px;
        color: #fff;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: 1.6em;
        margin-bottom: 25px; }
        @media (max-width: 1285px) {
          .three-col-block .container .block .title {
            font-size: 28px;
            margin-bottom: 20px;
            line-height: 1.2em; } }
      .three-col-block .container .block .description {
        font-size: 14px;
        color: #fff;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.6em;
        margin-bottom: 50px; }
        @media (max-width: 1285px) {
          .three-col-block .container .block .description {
            margin-bottom: 20px; } }
      .three-col-block .container .block .image_wrap {
        width: 100%;
        padding-top: 100%;
        position: relative;
        overflow: hidden; }
        .three-col-block .container .block .image_wrap img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          object-fit: cover;
          filter: grayscale(1) contrast(1.2);
          transition: 0.5s; }
        .three-col-block .container .block .image_wrap:hover img {
          filter: grayscale(0) contrast(1);
          transform: translate(-50%, -50%) scale(1.02); }
    .three-col-block .container .quote_wrap {
      margin-top: 63px;
      border-top: 1px solid #9395977d;
      padding-top: 63px;
      width: 100%;
      grid-column: 1 / -1; }
      .three-col-block .container .quote_wrap .quote {
        max-width: 1053px;
        width: 100%;
        font-size: 36px;
        color: #f4f5f0;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 700;
        font-style: normal; }
        @media (max-width: 1080px) {
          .three-col-block .container .quote_wrap .quote {
            font-size: 32px; } }
        @media (max-width: 768px) {
          .three-col-block .container .quote_wrap .quote {
            font-size: 28px; } }
      .three-col-block .container .quote_wrap .author {
        font-size: 18px;
        margin-top: 15px;
        color: #f4f5f0;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 400;
        font-style: normal; }
        @media (max-width: 768px) {
          .three-col-block .container .quote_wrap .author {
            font-size: 16px; } }
        @media (max-width: 500px) {
          .three-col-block .container .quote_wrap .author {
            font-size: 14px; } }
  .three-col-block.light {
    background: #f4f5f0; }
    .three-col-block.light .title,
    .three-col-block.light .description,
    .three-col-block.light .quote,
    .three-col-block.light .author {
      color: #29292c !important; }

.contact textarea {
  font-size: 18px !important; }

.contact textarea::placeholder {
  font-size: 14px !important; }

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"] {
  font-size: 18px !important; }

.contact input[type="text"]::placeholder,
.contact input[type="email"]::placeholder,
.contact input[type="tel"]::placeholder {
  font-size: 14px !important; }

.contact .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .contact .container h1,
  .contact .container h2,
  .contact .container h3,
  .contact .container h4,
  .contact .container h5,
  .contact .container h6 {
    font-size: 36px;
    color: #29292c;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px; }
    .contact .container h1 strong,
    .contact .container h2 strong,
    .contact .container h3 strong,
    .contact .container h4 strong,
    .contact .container h5 strong,
    .contact .container h6 strong {
      font-weight: 700 !important; }
    @media (max-width: 1285px) {
      .contact .container h1,
      .contact .container h2,
      .contact .container h3,
      .contact .container h4,
      .contact .container h5,
      .contact .container h6 {
        font-size: 28px; } }
    @media (max-width: 1080px) {
      .contact .container h1,
      .contact .container h2,
      .contact .container h3,
      .contact .container h4,
      .contact .container h5,
      .contact .container h6 {
        font-size: 24px; } }
  .contact .container p {
    font-size: 18px;
    color: #29292c;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em; }
    @media (max-width: 1080px) {
      .contact .container p {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .contact .container p {
        font-size: 14px; } }
  .contact .container a {
    position: relative; }
    .contact .container a:after {
      content: "";
      position: absolute;
      bottom: -1px;
      background: #29292c;
      height: 1px;
      width: 0;
      left: 0;
      transition: 0.5s all; }
    .contact .container a:hover:after {
      width: 100%; }
  .contact .container .left {
    width: 50%; }
    @media (max-width: 500px) {
      .contact .container .left {
        width: 100%;
        margin-bottom: 60px; } }
    .contact .container .left .social_links {
      margin-top: 40px; }
      .contact .container .left .social_links .social_link {
        margin-right: 24px; }
        .contact .container .left .social_links .social_link:after {
          display: none !important; }
  .contact .container .right {
    width: 50%; }
    @media (max-width: 500px) {
      .contact .container .right {
        width: 100%; } }
    .contact .container .right .form_code {
      padding-top: 40px; }
      .contact .container .right .form_code p {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .contact .container .right .form_code p .wpcf7-form-control-wrap {
          width: 100%;
          margin-bottom: 40px;
          border-bottom: 0.5px solid #29292c;
          padding: 0 0 7px 0;
          font-size: 14px; }
          @media (max-width: 1080px) {
            .contact .container .right .form_code p .wpcf7-form-control-wrap {
              margin-bottom: 20px; } }
          .contact .container .right .form_code p .wpcf7-form-control-wrap input {
            width: 100%; }
          .contact .container .right .form_code p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
            position: absolute;
            bottom: -25px; }
        .contact .container .right .form_code p .wpcf7-form-control-wrap:nth-of-type(1) {
          width: 48%; }
        .contact .container .right .form_code p .wpcf7-form-control-wrap:nth-of-type(2) {
          width: 48%; }
        .contact .container .right .form_code p br {
          display: none; }
      .contact .container .right .form_code .wpcf7-spinner {
        display: none; }
      .contact .container .right .form_code .submit_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px; }
        .contact .container .right .form_code .submit_wrap .wpcf7-submit {
          cursor: pointer;
          color: #ffffff;
          font-size: 12px;
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 700;
          font-style: normal;
          padding: 16px 30px 16px 16px;
          box-sizing: border-box;
          display: inline-block;
          position: relative;
          min-width: 220px;
          border: 0.5px solid #fff;
          letter-spacing: 1px;
          text-transform: uppercase;
          transition: all 0.5s;
          background: #4aa44a url("/wp-content/themes/springscaffolding/assets/icons/arrow-right-white.svg") no-repeat right 1.5em center/1.2em 1.2em; }
          .contact .container .right .form_code .submit_wrap .wpcf7-submit:hover {
            color: #29292c;
            border: 0.5px solid #29292c;
            background: transparent url("/wp-content/themes/springscaffolding/assets/icons/arrow-right-dark.svg") no-repeat right 2.5em center/1.2em 1.2em; }
    .contact .container .right .under_footer {
      font-size: 10px;
      justify-content: flex-start !important; }
      .contact .container .right .under_footer a {
        margin-left: 5px;
        text-decoration: underline; }
