/* FONTS
 ========================================================================== */
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #ea5331;
  color: #fff;
}
body ::selection {
  background: #ea5331;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #ea5331;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 64px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: clamp(28px, 4vw, 50px);
  margin-bottom: 32px;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
h5 {
  font-size: 16px;
  margin-bottom: 24px;
}
p {
  margin-bottom: 20px;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #ea5331;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1440px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #ea5331;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #e8401a;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #ea5331;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 20px 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #ea5331;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    padding: 15px;
  }
}
.btn:hover {
  background: #dc3b16;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #bb3213;
}
.arrow-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.arrow-btn span {
  width: 28px;
  height: 28px;
  background: #ea5331;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-left: 12px;
}
.arrow-btn span::before {
  content: url('../img/arrow.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Roboto', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
.wpcf7 .button {
  position: relative;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
.s-link a.fa-whatsapp:hover {
  background: #dd4c39;
}
#top {
  min-height: 600px;
  color: #fff;
  align-items: flex-end;
  padding-bottom: 83px;
  padding-top: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  #top {
    min-height: 400px;
    padding-bottom: 30px;
    padding-top: 90px;
  }
}
@media (max-width: 480px) {
  #top {
    min-height: 250px;
  }
}
#top:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}
#top h1 {
  max-width: 773px;
  width: 100%;
}
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding-left: 24px;
  position: relative;
  margin-bottom: 38px;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  display: inline-block;
}
@media (max-width: 1024px) {
  .section-label {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section-label {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .section-label {
    margin-bottom: 10px;
  }
}
.section-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  background: #ea5331;
  width: 8px;
  height: 8px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1024px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 101;
    top: 48px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #ea5331;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #fff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 40px solid #d33815;
    border-bottom: 3px solid #d33815;
    background: #ea5331;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #ec6648;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #e8401a;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #ef7a5f;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #ec6648;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #ec6648;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
    top: 14px;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .burger {
    top: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.commission {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .commission {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .commission {
    padding: 35px 0;
  }
}
.commission .wrap {
  width: 1078px;
  margin: 0 auto;
}
.commission .wrap .title {
  width: 962px;
  max-width: 96%;
  margin: 0 auto 60px;
  text-align: center;
}
.commission .wrap .cards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.commission .wrap .cards > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .commission .wrap .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .commission .wrap .cards > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .commission .wrap .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .commission .wrap .cards > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.commission .wrap .cards .card {
  border: 1px solid rgba(34, 34, 34, 0.5);
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 32px 26px 40px 27px;
  min-height: 220px;
}
.commission .wrap .cards .card .top {
  text-align: right;
}
.commission .wrap .cards .card .bottom.flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.commission .wrap .cards .card .bottom.flex .left {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #222;
  line-height: 1;
}
.subscribe {
  background: #fff;
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .subscribe {
    padding: 30px 0 45px;
  }
}
@media (max-width: 768px) {
  .subscribe {
    padding: 80px 0 35px;
  }
}
.subscribe .wrapper-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 143px;
}
@media (max-width: 1440px) {
  .subscribe .wrapper-block {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .subscribe .wrapper-block {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.subscribe .wrapper-block .left {
  flex-basis: 49.44%;
}
.subscribe .wrapper-block .left .top-text {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .subscribe .wrapper-block .left .top-text {
    margin-bottom: 40px;
  }
}
.subscribe .wrapper-block .left .wpcf7 .hidden-fields-container {
  display: none;
}
.subscribe .wrapper-block .left .wpcf7 .wrapper {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .subscribe .wrapper-block .left .wpcf7 .wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.subscribe .wrapper-block .left .wpcf7 .wrapper .wpcf7-form-control-wrap {
  flex: 1;
}
.subscribe .wrapper-block .left .wpcf7 .wrapper .wpcf7-form-control-wrap input[type='email'] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 12px 0 16px;
  flex: 1 1 auto;
  font-size: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subscribe .wrapper-block .left .wpcf7 .wrapper .wpcf7-form-control-wrap input[type='email']:hover {
  border-bottom: 1px solid #ea5231;
}
.subscribe .wrapper-block .left .wpcf7 .wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.subscribe .wrapper-block .left .wpcf7 .wpcf7-checkbox label input[type='checkbox'] {
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
.subscribe .wrapper-block .left .wpcf7 .wpcf7-checkbox label .wpcf7-list-item-label {
  display: inline-block;
}
.subscribe .wrapper-block .left form .button:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.19254 9.48524L10.1922 9.48524L10.1922 0.000110837H0.707104V1.99981H6.77832L-3.25106e-06 8.77813L1.41421 10.1923L8.19254 3.41402L8.19254 9.48524Z' fill='white' /></svg>") no-repeat center center/contain;
  pointer-events: none;
}
.subscribe .wrapper-block .left form input[type='submit'] {
  height: 58px;
  background: #ea5231;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Unbounded';
  text-align: center;
  padding: 12px 58px 12px 24px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
}
@media (max-width: 768px) {
  .subscribe .wrapper-block .left form input[type='submit'] {
    width: 100%;
  }
}
.subscribe .wrapper-block .left form input[type='submit']:hover {
  background: #c14122;
}
.subscribe .wrapper-block .right {
  flex: 1;
}
.subscribe .wrapper-block .right .section-label {
  margin-bottom: 32px;
}
.subscribe .wrapper-block .right h2 {
  font-weight: 500;
  font-size: clamp(32px, 6vw, 80px);
  text-transform: capitalize;
  color: #222;
}
.about-founder {
  background: #f5f5f5;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .about-founder {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .about-founder {
    padding: 35px 0;
  }
}
.about-founder .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 82px;
}
@media (max-width: 1440px) {
  .about-founder .wrapper {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .about-founder .wrapper {
    flex-direction: column-reverse;
    gap: 35px;
  }
}
.about-founder .image-founder {
  flex: 0 0 45.12%;
  width: 100%;
  position: relative;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .about-founder .image-founder {
    padding-right: 0px;
  }
}
.about-founder .image-founder .image {
  border-radius: 2px;
}
@media (max-width: 1440px) {
  .about-founder .image-founder .image {
    margin-bottom: 20px;
  }
}
.about-founder .image-founder .image img {
  display: block;
  width: 100%;
  height: auto;
}
.about-founder .image-founder .text-on-image {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 341px;
  background-color: #ea5231;
  color: #fff;
  z-index: 1;
  padding: 34px 42px;
}
@media (max-width: 1440px) {
  .about-founder .image-founder .text-on-image {
    position: relative;
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
}
.about-founder .image-founder .text-on-image p:has(span) {
  margin-bottom: 4px;
}
.about-founder .image-founder .text-on-image span {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  text-transform: uppercase;
  color: #fff;
}
.about-founder .image-founder .text-on-image h4 {
  margin-bottom: 24px;
}
.about-founder .text-content {
  flex: 1;
}
.about-founder .text-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #222;
}
.information-links-block {
  position: relative;
}
@media (max-width: 1024px) {
  .information-links-block {
    padding: 40px 0;
  }
}
.information-links-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.information-links-block .wrap {
  align-items: flex-end;
  width: 1920px;
}
.information-links-block .links-block .link-block {
  position: relative;
  flex-basis: 25%;
  align-items: flex-end;
  min-height: 800px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
@media (max-width: 1024px) {
  .information-links-block .links-block .link-block {
    flex-basis: 100%;
    min-height: 1px;
    margin-bottom: 100px;
  }
}
.information-links-block .links-block .link-block:first-child {
  border: none;
}
.information-links-block .links-block .link-block .front-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -ms-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 1;
}
@media (max-width: 1513px) {
  .information-links-block .links-block .link-block .front-link {
    padding: 40px 20px;
  }
}
@media (max-width: 1280px) {
  .information-links-block .links-block .link-block .front-link {
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  .information-links-block .links-block .link-block .front-link {
    display: none;
  }
}
.information-links-block .links-block .link-block .front-link .link-block-num {
  text-align: right;
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 128px;
  margin-bottom: 40px;
  line-height: 1;
}
@media (max-width: 1280px) {
  .information-links-block .links-block .link-block .front-link .link-block-num {
    font-size: 75px;
    margin-bottom: 20px;
  }
}
.information-links-block .links-block .link-block .front-link .link-block-title {
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  position: relative;
  padding-left: 20px;
}
.information-links-block .links-block .link-block .front-link .link-block-title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjY1NDQgMTUuODA4NkwxNi45ODcyIDE1LjgwODZMMTYuOTg3MiAyLjI0MTgyZS0wNUgxLjE3ODY5TDEuMTc4NjkgMy4zMzI4NUwxMS4yOTc0IDMuMzMyODVMMC4wMDAxNzc2ODcgMTQuNjMwMUwyLjM1NzIgMTYuOTg3MUwxMy42NTQ0IDUuNjg5ODdMMTMuNjU0NCAxNS44MDg2WiIgZmlsbD0iI0VBNTIzMSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
}
.information-links-block .links-block .link-block .back-link {
  position: absolute;
  opacity: 0;
  bottom: -50px;
  padding: 60px;
  width: 100%;
  background-color: #222;
  min-height: 400px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1513px) {
  .information-links-block .links-block .link-block .back-link {
    padding: 40px 20px;
  }
}
@media (max-width: 1280px) {
  .information-links-block .links-block .link-block .back-link {
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  .information-links-block .links-block .link-block .back-link {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.information-links-block .links-block .link-block .link-block-num {
  color: #ea5331;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 128px;
  margin-bottom: 40px;
  line-height: 1;
}
@media (max-width: 1280px) {
  .information-links-block .links-block .link-block .link-block-num {
    font-size: 75px;
    margin-bottom: 20px;
  }
}
.information-links-block .links-block .link-block .link-block-title {
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .information-links-block .links-block .link-block .link-block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.information-links-block .links-block .link-block p {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1280px) {
  .information-links-block .links-block .link-block p {
    margin: 0;
  }
}
.information-links-block .links-block .link-block .link-block-btn {
  background: #ea5331;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 36px 60px;
  text-decoration: none !important;
}
@media (max-width: 1280px) {
  .information-links-block .links-block .link-block .link-block-btn {
    padding: 24px 20px;
    bottom: -76px;
  }
}
.information-links-block .links-block .link-block .link-block-btn span {
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.information-links-block .links-block .link-block .link-block-btn svg {
  display: inline-block;
  vertical-align: middle;
}
.information-links-block .links-block .link-block:hover .back-link {
  opacity: 1;
  bottom: 0;
}
.information-links-block .links-block .link-block:hover .front-link {
  opacity: 0;
  bottom: -50px;
}
@media (max-width: 768px) {
  .case-study-slider {
    padding: 20px 0 0;
  }
}
.case-study-slider .wrap {
  min-height: 880px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .case-study-slider .wrap {
    min-height: 1px;
  }
}
.case-study-slider .case-slider {
  width: 712px;
  padding: 60px 60px 60px 60px;
  background: #222;
}
@media (max-width: 768px) {
  .case-study-slider .case-slider {
    width: 100%;
    padding: 40px 30px;
  }
}
.case-study-slider .tl {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.case-study-slider .section-label {
  color: #fff;
}
.case-study-slider h2 {
  color: #fff;
  word-wrap: break-word;
}
.case-study-slider p {
  color: rgba(255, 255, 255, 0.7);
}
.case-study-slider ul {
  margin-bottom: 40px;
}
.case-study-slider ul li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.case-study-slider ul li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0px 5px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.case-study-slider ul li strong {
  color: #ea5331;
  font-weight: 400;
}
.case-study-slider .swiper-items {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 40px;
}
.case-study-slider .swiper-items div {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
.case-study-slider .swiper-items div:first-child {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0;
}
.case-study-slider .swiper-items div:first-child:before {
  display: none;
}
.case-study-slider .swiper-items div:before {
  content: "";
  position: absolute;
  inset: 0 auto 0px 14px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #ea5331;
  border-radius: 50%;
}
.case-study-slider .swiper-items svg {
  position: absolute;
  top: 0;
  right: 0;
}
.case-study-slider .swiper-pagination {
  position: absolute;
  bottom: -99px;
  left: 0;
  right: 0;
  background: #ea5331;
  width: 712px;
  padding: 40px 10px;
}
@media (max-width: 768px) {
  .case-study-slider .swiper-pagination {
    width: 100%;
    padding: 13px 10px;
    bottom: -45px;
  }
}
.case-study-slider .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
.case-study-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #222;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.blog .index-style .post-item .post-thumbnail {
  min-height: 430px;
}
@media (max-width: 1024px) {
  .blog .index-style .post-item .post-thumbnail {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .blog .index-style .post-item .post-thumbnail {
    min-height: 370px;
  }
}
.index-style {
  padding: 120px 0 100px 0;
}
@media (max-width: 1024px) {
  .index-style {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .index-style {
    padding: 35px 0;
  }
}
.index-style .post-item {
  margin-bottom: 20px;
  flex-basis: 32.5%;
}
@media (max-width: 1024px) {
  .index-style .post-item {
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .index-style .post-item {
    flex-basis: 100%;
  }
}
.index-style .post-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .index-style .post-title {
    font-size: 18px;
  }
}
.index-style .post-thumbnail {
  min-height: 609px;
  will-change: opacity;
  display: block;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2px;
  position: relative;
}
@media (max-width: 1024px) {
  .index-style .post-thumbnail {
    min-height: 500px;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .index-style .post-thumbnail {
    padding: 20px;
    min-height: 400px;
  }
}
.index-style .post-thumbnail:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-decoration: none;
}
.index-style .post-thumbnail:hover .name-cpt {
  color: #ea5331;
}
.index-style .post-thumbnail:hover .post-title {
  color: #ea5331;
}
.index-style .post-thumbnail:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: -1;
}
.index-style .post-thumbnail .name-cpt {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Unbounded';
  letter-spacing: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 24px;
}
.index-style .post-thumbnail .name-cpt:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #ea5331;
  content: '';
  border-radius: 50%;
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #ea5331;
  background: #ea5331;
}
.single #content {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .single #content {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .single #content {
    padding: 35px 0;
  }
}
.single #content .post-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .single #content .post-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single #content .post-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .single #content .post-title {
    font-size: 20px;
  }
}
.single #content .single-image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 40px;
  max-height: 450px;
}
@media (max-width: 1024px) {
  .single #content .single-image {
    margin-bottom: 30px;
  }
}
.single #content .wysiwyg ul li {
  list-style: disc;
  margin-bottom: 7px;
  font-size: 16px;
}
.single #content .wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.single #content .wysiwyg p {
  font-size: 16px;
  padding-bottom: 0;
}
.single #content h2, .single #content h3, .single #content h4 {
  font-size: 20px;
  color: #222;
  font-weight: 500;
  margin-bottom: 16px;
}
.single .index-main {
  flex: 1;
  max-width: 955px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .single .index-main {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.single .index-aside {
  flex-basis: 346px;
}
@media (max-width: 1024px) {
  .single .index-aside {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .single .index-aside .catnav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .single .index-aside .catnav > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .single .index-aside .catnav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .single .index-aside .catnav > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.single .index-aside .catnav li {
  margin-bottom: 40px;
}
.single .index-aside .catnav li a {
  text-decoration: none;
}
.single .index-aside .catnav li a img {
  aspect-ratio: 1;
  width: 100%;
  display: block;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single .index-aside .catnav li a img:hover {
  opacity: 0.7;
}
.single .index-aside .catnav li a .aside-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: #222;
  text-transform: capitalize;
  font-family: 'Unbounded';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .single .index-aside .catnav li a .aside-title {
    font-size: 17px;
  }
}
.single .index-aside .catnav li a .aside-title:hover {
  color: #ea5331;
}
.home .info-icon-section {
  overflow-x: clip;
}
.home .info-icon-section .title-info p {
  font-size: 20px;
}
.home .info-icon-section .item ul {
  margin-bottom: 20px;
}
.home .info-icon-section .item ul:last-child {
  margin-bottom: 0;
}
.home .info-icon-section .item ul li {
  position: relative;
  padding-left: 11px;
  margin-bottom: 5px;
  color: #949494;
  font-size: 16px;
}
.home .info-icon-section .item ul li:last-child {
  margin-bottom: 0;
}
.home .info-icon-section .item ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  width: 4px;
  height: 4px;
  background: #ea5331;
  border-radius: 50%;
}
.contact-info-v {
  margin: 120px 0 60px 0;
}
@media (max-width: 1024px) {
  .contact-info-v {
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .contact-info-v {
    margin: 35px 0;
  }
}
@media (max-width: 1024px) {
  .contact-info-v .wrap {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
}
.contact-info-v .left {
  padding: 60px 40px 40px 40px;
  background: #282828;
  color: #fff;
  flex-basis: 52%;
  max-width: 712px;
}
@media (max-width: 1024px) {
  .contact-info-v .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-info-v .left {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .contact-info-v .left {
    padding: 20px;
  }
}
.contact-info-v .left h2 {
  color: #ea5331;
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .contact-info-v .left h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .contact-info-v .left h2 {
    font-size: 26px;
  }
}
.contact-info-v .left p {
  color: #919191;
  font-size: 20px;
}
.contact-info-v .left fieldset {
  display: none;
}
.contact-info-v .left .input-field {
  margin-bottom: 30px;
}
.contact-info-v .left .input-field input {
  background: none;
  border: none;
  border-bottom: 1px solid #484848;
  color: #919191;
  padding: 0;
  font-size: 14px;
}
.contact-info-v .left .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #919191;
}
.contact-info-v .left .input-field input::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #919191;
}
.contact-info-v .left .input-field input:-ms-input-placeholder {
  font-size: 14px;
  color: #919191;
}
.contact-info-v .left .input-field textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #484848;
  color: #919191;
  padding: 0;
  font-size: 14px;
}
.contact-info-v .left .input-field textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #919191;
}
.contact-info-v .left .input-field textarea::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #919191;
}
.contact-info-v .left .input-field textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #919191;
}
.contact-info-v .left .button-field {
  text-align: right;
  position: relative;
}
.contact-info-v .left .button-field .btn {
  text-transform: capitalize;
  font-family: 'Unbounded';
  font-size: 16px;
}
.contact-info-v .right {
  flex-basis: 45%;
  max-width: 591px;
}
@media (max-width: 1024px) {
  .contact-info-v .right {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.contact-info-v .right h2 {
  text-transform: capitalize;
}
.contact-info-v .right blockquote p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding-left: 24px;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  display: inline-block;
}
.contact-info-v .right blockquote p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: #ea5331;
  width: 8px;
  height: 8px;
}
.contact-map {
  margin: 60px 0 100px 0;
}
@media (max-width: 1024px) {
  .contact-map {
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .contact-map {
    margin: 35px 0;
  }
}
.contact-map .image img {
  width: 100%;
  object-fit: cover;
}
.cards-v {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cards-v {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .cards-v {
    padding: 35px 0;
  }
}
.cards-v.padding-cards {
  padding: 200px 0 120px 0;
}
@media (max-width: 1024px) {
  .cards-v.padding-cards {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .cards-v.padding-cards {
    padding: 35px 0;
  }
}
.cards-v.second-cards-v .cards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.cards-v.second-cards-v .cards > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .cards-v.second-cards-v .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .cards-v.second-cards-v .cards > * {
    width: 48.5%;
    margin: 0 0.75% 1.125em;
  }
}
@media (max-width: 768px) {
  .cards-v.second-cards-v .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .cards-v.second-cards-v .cards > * {
    width: 98.5%;
    margin: 0 0.75% 1.5em;
  }
}
.cards-v.second-cards-v .cards .card {
  height: 600px;
  padding: 0;
}
@media (max-width: 480px) {
  .cards-v.second-cards-v .cards .card {
    height: 400px;
  }
}
.cards-v.second-cards-v .cards .card:before {
  display: none;
}
.cards-v.second-cards-v .cards .card:hover .content {
  display: block;
}
.cards-v.second-cards-v .cards .card:hover .info {
  margin-top: 30px;
}
.cards-v.second-cards-v .cards .card .content {
  margin-right: 100px;
  position: relative;
  background: #ea5331;
  z-index: 1;
  padding: 20px 24px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .cards-v.second-cards-v .cards .card .content {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .cards-v.second-cards-v .cards .card .content {
    padding: 15px;
    margin-right: 30px;
  }
}
.cards-v.second-cards-v .cards .card .content .name {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  border-top: none;
  margin-bottom: 0;
  font-size: 24px;
}
.cards-v.second-cards-v .cards .card .content .info h4 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}
.cards-v.second-cards-v .cards .card .content .info ul {
  margin-bottom: 30px;
}
.cards-v.second-cards-v .cards .card .content .info ul:last-child {
  margin-bottom: 0;
}
.cards-v.second-cards-v .cards .card .content .info ul li {
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.cards-v.second-cards-v .cards .card .content .info ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  content: '';
}
.cards-v .title-background {
  position: absolute;
  top: 100px;
  left: -200px;
  line-height: 1;
  font-size: 260px;
  color: #f5f5f5;
  font-weight: 700;
  text-transform: uppercase;
  z-index: -1;
  font-family: 'Unbounded';
}
@media (max-width: 1024px) {
  .cards-v .title-background {
    display: none;
  }
}
.cards-v .cards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.cards-v .cards > * {
  width: 23.5%;
  margin: 0 0.75% 0.9375em;
}
@media (max-width: 1024px) {
  .cards-v .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .cards-v .cards > * {
    width: 48.5%;
    margin: 0 0.75% 1.125em;
  }
}
@media (max-width: 480px) {
  .cards-v .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .cards-v .cards > * {
    width: 98.5%;
    margin: 0 0.75% 1.5em;
  }
}
.cards-v .cards .card {
  position: relative;
  height: 545px;
  padding: 32px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cards-v .cards .card {
    padding: 20px;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .cards-v .cards .card {
    padding: 15px;
    height: 250px;
  }
}
.cards-v .cards .card:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cards-v .cards .card:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.cards-v .cards .card:hover .name {
  padding-top: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 22px;
  border-top: none;
}
.cards-v .cards .card:hover .info {
  max-height: none;
  opacity: 1;
}
.cards-v .cards .card:hover .content {
  overflow-y: auto;
}
.cards-v .cards .card .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cards-v .cards .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-v .cards .card .name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cards-v .cards .card .info {
  color: #fff;
  position: relative;
  z-index: 1;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cards-v .cards .card.text-block {
  display: block;
  overflow: visible;
  flex-basis: 48.5%;
  height: auto;
  background: #ea5331;
  color: #fff;
}
.cards-v .cards .card.text-block .two-columns {
  column-count: 2;
}
@media (max-width: 480px) {
  .cards-v .cards .card.text-block .two-columns {
    column-count: 1;
  }
}
@media (max-width: 1024px) {
  .cards-v .cards .card.text-block {
    flex-basis: 100%;
  }
}
.cards-v .cards .card.text-block::before {
  display: none;
}
.cards-v .cards .card.text-block h5 {
  font-size: 12px;
  margin-bottom: 14px;
}
.cards-v .cards .card.text-block p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.blog-block {
  padding: 180px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .blog-block {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .blog-block {
    padding: 35px 0;
  }
}
.blog-block .title-bg {
  position: absolute;
  left: -100px;
  top: 100px;
  font-size: 260px;
  font-weight: 700;
  color: #f5f5f5;
  line-height: 1;
}
@media (max-width: 1024px) {
  .blog-block .title-bg {
    display: none;
  }
}
.blog-block .top-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-block .top-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.blog-block .top-content .left {
  max-width: 732px;
  margin-right: 30px;
  flex: 1;
}
@media (max-width: 1024px) {
  .blog-block .top-content .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 0;
  }
}
.blog-block .top-content .left h2:last-child {
  margin-bottom: 0;
}
.blog-block .top-content .left blockquote p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding-left: 24px;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  display: inline-block;
}
.blog-block .top-content .left blockquote p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: #ea5331;
  width: 8px;
  height: 8px;
}
.blog-block .top-content .right {
  max-width: 590px;
  flex: 1;
}
@media (max-width: 1024px) {
  .blog-block .top-content .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.blog-block .top-content .right p {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .blog-block .top-content .right p {
    font-size: 20px;
  }
}
.blog-block .link-all-posts {
  text-align: right;
  margin-bottom: 40px;
}
.blog-block .link-all-posts a {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Unbounded';
}
.blog-block .link-all-posts a:hover {
  text-decoration: none;
  color: #ea5331;
}
.blog-block .items .item {
  flex-basis: 32%;
}
@media (max-width: 1024px) {
  .blog-block .items .item {
    flex-basis: 48%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .blog-block .items .item {
    flex-basis: 100%;
  }
}
.blog-block .items .item:last-child {
  margin-bottom: 0;
}
.blog-block .items .item .image {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.blog-block .items .item .image:hover {
  opacity: 0.7;
}
.blog-block .items .item .image .date {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-block .items .item .image .date .date-day {
  font-size: 20px;
  font-family: 'Unbounded';
  color: #ea5331;
  line-height: 1;
  font-weight: 600;
}
.blog-block .items .item .image .date .date-month {
  font-size: 11px;
  font-weight: 500;
  font-family: 'Unbounded';
  color: #222;
  line-height: 1;
}
.blog-block .items .item .image img {
  width: 100%;
  aspect-ratio: 1.677;
  border-radius: 2px;
  object-fit: cover;
}
.blog-block .items .item .title-post {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Unbounded';
  margin-bottom: 22px;
  color: #000;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 480px) {
  .blog-block .items .item .title-post {
    font-size: 20px;
  }
}
.blog-block .items .item .title-post:hover {
  color: #ea5331;
}
.blog-block .items .item .text-post {
  font-weight: 300;
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 30px;
}
.blog-block .items .item .arrow-btn {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Unbounded';
}
.blog-block .items .item .arrow-btn:hover {
  text-decoration: none;
  color: #ea5331;
}
.error404 #content {
  margin-top: 120px;
}
@media (max-width: 480px) {
  .error404 #content {
    margin-top: 80px;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 12px 0;
}
header:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
header .logo {
  opacity: 1;
  color: #181818;
}
@media (max-width: 480px) {
  header .logo {
    max-width: 130px;
  }
}
header .logo:hover {
  opacity: 0.8;
}
header .btn {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  header .btn {
    padding: 15px;
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  header .btn {
    padding: 15px 10px;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li {
  margin-right: 44px;
}
@media (max-width: 1366px) {
  .main_nav .level_a > li {
    margin-right: 25px;
  }
}
.main_nav .level_a > li:last-child {
  margin-right: 0;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #ea5331;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #ef7a5f;
  border-bottom: 3px solid #ef7a5f;
  background: #ea5331;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #f3a08e;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  padding: 120px 0 17px;
  background: #222;
  color: #fff;
}
@media (max-width: 1024px) {
  footer {
    padding: 60px 0 17px;
  }
}
footer .contact-section {
  align-items: flex-end;
  padding-bottom: 120px;
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  footer .contact-section {
    padding-bottom: 35px;
    margin-bottom: 15px;
  }
}
footer .contact-section h5 {
  text-align: right;
}
@media (max-width: 1024px) {
  footer .contact-section h5 {
    text-align: left;
  }
}
footer .footer-content {
  padding-bottom: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
footer .footer-content h5 {
  text-transform: uppercase;
}
footer .footer-content .footer-logo img {
  margin-bottom: 32px;
}
footer .footer-content .footer-column ul li {
  margin-bottom: 10px;
}
footer .copyright {
  text-transform: uppercase;
  text-align: center;
}
/* Info Icon Section */
.info-icon-section {
  padding: 180px 0 100px;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  .info-icon-section {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .info-icon-section {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .info-icon-section {
    padding: 70px 0 30px;
  }
}
.info-icon-section .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5%;
  width: 110%;
}
.info-icon-section .items > * {
  width: 23.3333333333%;
  margin: 0 5% 6.6666666667em;
}
@media (max-width: 1600px) {
  .info-icon-section .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: 104%;
  }
  .info-icon-section .items > * {
    width: 29.3333333333%;
    margin: 0 2% 2.6666666667em;
  }
}
@media (max-width: 768px) {
  .info-icon-section .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .info-icon-section .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .info-icon-section .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .info-icon-section .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.info-icon-section .items .item {
  padding-top: 38px;
  border-top: 1px solid #222;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .info-icon-section .items .item {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
.info-icon-section .items .item .image {
  margin-bottom: 24px;
}
.info-icon-section .items .item .image img {
  width: 50px;
}
.opacity-title {
  font-size: clamp(42px, 14vw, 230px);
  font-weight: 700;
  color: #f5f5f5;
  position: absolute;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  left: -30px;
  top: 73px;
  z-index: -1;
}
@media (max-width: 768px) {
  .opacity-title {
    top: 35px;
    left: -10px;
  }
}
@media (max-width: 480px) {
  .opacity-title {
    top: 25px;
  }
}
/* Custom Manufacturing */
.custom-manufacturing {
  padding: 120px 0;
  background: #f5f5f5;
}
@media (max-width: 1024px) {
  .custom-manufacturing {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .custom-manufacturing {
    padding: 35px 0;
  }
}
.custom-manufacturing .left-right-content {
  margin-bottom: 40px;
  padding: 0;
}
.custom-manufacturing .custom-manufacturing-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  margin-top: 40px;
}
.custom-manufacturing .custom-manufacturing-items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .custom-manufacturing .custom-manufacturing-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .custom-manufacturing .custom-manufacturing-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .custom-manufacturing .custom-manufacturing-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .custom-manufacturing .custom-manufacturing-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.custom-manufacturing .custom-manufacturing-items .item {
  background: #222;
  padding: 43px 25px 60px;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .custom-manufacturing .custom-manufacturing-items .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .custom-manufacturing .custom-manufacturing-items .item {
    padding: 30px 25px 35px;
  }
}
.custom-manufacturing .custom-manufacturing-items .item:nth-child(even) {
  margin-top: 44px;
}
@media (max-width: 1024px) {
  .custom-manufacturing .custom-manufacturing-items .item:nth-child(even) {
    margin-top: 0;
  }
}
.custom-manufacturing .custom-manufacturing-items .item:nth-child(odd) {
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .custom-manufacturing .custom-manufacturing-items .item:nth-child(odd) {
    margin-bottom: 30px;
  }
}
.custom-manufacturing .custom-manufacturing-items .item .top {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .custom-manufacturing .custom-manufacturing-items .item .top {
    margin-bottom: 15px;
  }
}
.custom-manufacturing .custom-manufacturing-items .item .number {
  color: #ea5331;
  font-size: 36px;
  letter-spacing: -0.02em;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  font-weight: 600;
  flex-basis: 60px;
  margin-right: 8%;
}
.custom-manufacturing .custom-manufacturing-items .item .m-title {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  flex: 1;
}
.custom-manufacturing .custom-manufacturing-items .item .m-info {
  color: #ccc;
}
.left-right-content {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .left-right-content {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .left-right-content {
    padding: 35px 0;
  }
}
.left-right-content .info {
  max-width: 500px;
}
@media (max-width: 1024px) {
  .left-right-content .info {
    max-width: 100%;
  }
}
/* Key Processes */
.key-processes {
  background: #222;
  padding: 120px 0;
}
.key-processes .title {
  text-align: center;
  color: #fff;
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .key-processes .title {
    margin-bottom: 60px;
  }
}
.key-processes .top {
  margin-bottom: 40px;
}
.key-processes .top .image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.key-processes .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.key-processes .items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .key-processes .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .key-processes .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .key-processes .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .key-processes .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.key-processes .items .item {
  background: #282828;
  padding: 32px;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .key-processes .items .item {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 25px;
  }
}
.key-processes .items .item:nth-child(even) {
  margin-bottom: -20px;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .key-processes .items .item:nth-child(even) {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.key-processes .items .item .number {
  color: #ea5331;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 22px;
}
.key-processes .items .item .kp-title {
  color: #fff;
  text-transform: capitalize;
}
.key-processes .items .item .kp-info {
  color: #ccc;
}
.padding-lg {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .padding-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .padding-lg {
    padding: 35px 0;
  }
}
/* Parts Components */
.parts-components {
  background: #222;
}
.parts-components .left-right-content {
  margin-bottom: 75px;
  padding: 0;
}
@media (max-width: 1024px) {
  .parts-components .left-right-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .parts-components .left-right-content {
    margin-bottom: 30px;
  }
}
.parts-components .left-right-content .title {
  color: #fff;
}
.parts-components .left-right-content .title p {
  color: #ccc;
}
.parts-components .parts-components-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.parts-components .parts-components-items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .parts-components .parts-components-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .parts-components .parts-components-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .parts-components .parts-components-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .parts-components .parts-components-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.parts-components .parts-components-items .item {
  min-height: 228px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 480px) {
  .parts-components .parts-components-items .item {
    min-height: 190px;
    padding: 15px;
  }
}
.parts-components .parts-components-items .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
}
.parts-components .parts-components-items h4 {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
/* Home */
.home .top-slider h1 {
  color: #fff;
}
.home .top-slider .section-label {
  color: #fff;
}
.home .top-slider .swiper-slide {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}
.home .top-slider .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
}
.home .top-slider .swiper-slide .text {
  max-width: 770px;
  width: 100%;
}
.home .top-slider .swiper-slide .text h1 {
  margin-bottom: 32px;
}
.home .top-slider .swiper-slide .description p {
  font-size: 32px;
  font-weight: 300;
  color: #ccc;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home .top-slider .swiper-slide .description p {
    font-size: 20px;
  }
}
.home .top-slider .slider-add-info {
  overflow: hidden;
  margin-top: -120px;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .home .top-slider .slider-add-info {
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  .home .top-slider .slider-add-info {
    margin-top: -76px;
  }
}
.home .top-slider .slider-add-info .btn-group {
  display: flex;
}
.home .top-slider .slider-add-info .btn-group::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: -100%;
  background: #2c3136;
}
.home .top-slider .slider-add-info .swiper-pagination {
  position: static;
  flex-basis: 30%;
  color: #fff;
}
@media (max-width: 768px) {
  .home .top-slider .slider-add-info .swiper-pagination {
    flex-basis: 25%;
  }
}
@media (max-width: 480px) {
  .home .top-slider .slider-add-info .swiper-pagination {
    display: none;
  }
}
.home .top-slider .slider-add-info .swiper-pagination span {
  font-size: 20px;
  line-height: 1;
}
.home .top-slider .slider-add-info .swiper-button {
  width: 120px;
  height: 120px;
  background: #ea5331;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home .top-slider .slider-add-info .swiper-button {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .home .top-slider .slider-add-info .swiper-button {
    width: 76px;
    height: 76px;
  }
}
.home .top-slider .slider-add-info .swiper-button.swiper-button-disabled {
  opacity: 0.9;
  cursor: initial;
}
.home .top-slider .slider-add-info .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
}
.home .top-slider .slider-add-info .s-link {
  flex: 1;
  background: #2c3136;
  position: relative;
  padding: 40px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .home .top-slider .slider-add-info .s-link {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .home .top-slider .slider-add-info .s-link {
    padding: 18px 0;
  }
}
.home .top-slider .slider-add-info .s-link a {
  margin-right: 16px;
}
@media (max-width: 480px) {
  .home .top-slider .slider-add-info .s-link a {
    margin-right: 5px;
  }
}
.home .top-slider .slider-add-info .s-link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  background: #2c3136;
}
.home .top-slider h1.reveal-mask {
  max-width: 770px;
}
.home .home-about-us {
  position: relative;
}
.home .home-about-us .opacity-title {
  left: -126px;
}
@media (max-width: 1700px) {
  .home .home-about-us .opacity-title {
    left: -60px;
  }
}
@media (max-width: 768px) {
  .home .home-about-us .opacity-title {
    left: -10px;
  }
}
.home .left-right-content-1 {
  padding-top: 400px;
}
@media (max-width: 1280px) {
  .home .left-right-content-1 {
    padding-top: 330px;
  }
}
@media (max-width: 1024px) {
  .home .left-right-content-1 {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .home .left-right-content-1 {
    padding-top: 160px;
  }
}
@media (max-width: 480px) {
  .home .left-right-content-1 {
    padding-top: 100px;
  }
}
.home .left-right-content-1 .image img {
  aspect-ratio: 0.74;
}
@media (max-width: 1024px) {
  .home .left-right-content-1 .image img {
    aspect-ratio: 2;
    width: 100%;
    object-fit: cover;
  }
}
.home .left-right-content-1 .info {
  max-width: 600px;
}
@media (max-width: 1024px) {
  .home .left-right-content-1 .info {
    max-width: 100%;
  }
}
.home .left-right-content-1 .info h2 {
  text-transform: capitalize;
}
.home .left-right-content-1 .experience {
  position: absolute;
  top: -223px;
  right: 0;
  max-width: 224px;
  width: 100%;
}
@media (max-width: 1024px) {
  .home .left-right-content-1 .experience {
    position: static;
  }
}
.home .left-right-content-1 .experience .e-image img {
  aspect-ratio: 1.58;
}
.home .left-right-content-1 .experience .experience-info {
  background: #ea5331;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .home .left-right-content-1 .experience .experience-info {
    padding: 15px 20px;
  }
}
.home .left-right-content-1 .experience .experience-info p {
  margin-bottom: 0;
  color: #fff;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
}
.home .left-right-content-1 .experience .experience-info p strong {
  font-size: 46px;
}
.top-slider .swiper-slide {
  min-height: 1040px;
}
@media (max-width: 1024px) {
  .top-slider .swiper-slide {
    min-height: 550px;
  }
}
/* About Us */
.tpl-about-us .left-right-content-1 .info {
  max-width: 100%;
}
.tpl-about-us .tabs-block {
  overflow: hidden;
}
.tpl-about-us .tabs-block .wrap-tabs {
  text-align: right;
}
.tpl-about-us .tabs {
  margin-bottom: 75px;
  padding: 40px 60px;
  background: #ea5331;
}
@media (max-width: 768px) {
  .tpl-about-us .tabs {
    padding: 25px 30px;
    margin-bottom: 25px;
  }
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .tabs {
    display: block;
    text-align: center;
  }
}
.tabs::before {
  content: '';
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ea5331;
}
@media (max-width: 768px) {
  .tabs::before {
    display: none;
  }
}
.tabs div {
  display: inline-block;
  margin-right: 44px;
  cursor: pointer;
  color: #222;
  background: none;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .tabs div {
    margin-right: 12px;
  }
}
@media (max-width: 480px) {
  .tabs div {
    display: block;
    margin-bottom: 15px;
  }
}
.tabs div:last-child {
  margin-right: 0;
}
.tabs div.active {
  color: #222;
}
.tab-content {
  display: none;
  padding: 60px;
  background: #222;
  max-width: 956px;
  width: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .tab-content {
    padding: 30px;
  }
}
.tab-content p {
  line-height: 1.8;
  color: #ccc;
}
.tab-content.active {
  display: inherit;
}
.services-portfolio {
  background: #f5f5f5;
}
.services-portfolio .top-title {
  padding-bottom: 100px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .services-portfolio .top-title {
    padding-bottom: 35px;
  }
}
.services-portfolio .top-title .right {
  font-size: 24px;
  font-weight: 300;
  text-wrap: balance;
}
@media (max-width: 1024px) {
  .services-portfolio .top-title .right {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .services-portfolio .top-title .right {
    font-size: 18px;
  }
}
.services-portfolio .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.services-portfolio .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .services-portfolio .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services-portfolio .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .services-portfolio .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services-portfolio .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.services-portfolio .items .item {
  min-height: 609px;
  position: relative;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .services-portfolio .items .item {
    min-height: 450px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .services-portfolio .items .item {
    min-height: 250px;
  }
}
.services-portfolio .items .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.services-portfolio .items .item:hover {
  text-decoration: none;
  opacity: 0.8;
}
.services-portfolio .items .item:hover h4 {
  color: #ea5331;
}
.services-portfolio .items .item h4 {
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.core-values .top-title {
  text-align: center;
}
.core-values .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.core-values .items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .core-values .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .core-values .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .core-values .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .core-values .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.core-values .items .item {
  padding-top: 38px;
  border-top: 1px solid #222;
}
.core-values .items .item .image {
  margin-bottom: 24px;
}
.supply-chain {
  background: #222;
}
.supply-chain .top-title {
  text-align: center;
  color: #fff;
}
.supply-chain .top-title h2 {
  text-wrap: balance;
  text-transform: capitalize;
  margin-bottom: 80px;
}
.supply-chain .image {
  text-align: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 1024px) {
  .supply-chain .image {
    display: none;
  }
}
.supply-chain .items {
  position: relative;
}
@media (max-width: 1024px) {
  .supply-chain .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .supply-chain .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .supply-chain .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .supply-chain .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
@media (max-width: 1024px) {
  .supply-chain .items::before {
    display: none;
  }
}
.supply-chain .job {
  position: relative;
}
.supply-chain .job h3 {
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 1024px) {
  .supply-chain .job h3 {
    text-align: center;
  }
}
.supply-chain .job .item {
  padding: 25px 25px;
  background: #282828;
  display: flex;
  min-height: 110px;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.supply-chain .job .item::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  right: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .supply-chain .job .item::before {
    display: none;
  }
}
.supply-chain .job .item::after {
  content: '';
  height: 1px;
  width: 70px;
  right: -70px;
  border-bottom: 1px dashed rgba(255, 255, 255, .4);
  position: absolute;
}
@media (max-width: 1024px) {
  .supply-chain .job .item::after {
    display: none;
  }
}
.supply-chain .job .item .title {
  color: #fff;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  margin-right: 17px;
}
.supply-chain .job .item .number {
  color: #ea5331;
  font-size: 36px;
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.supply-chain .customer .items::before {
  content: '';
  width: 1px;
  position: absolute;
  top: 55px;
  bottom: 55px;
  border-left: 1px dashed rgba(255, 255, 255, .4);
  right: -71px;
}
.supply-chain .customer .item {
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1024px) {
  .supply-chain .customer .item {
    justify-content: center;
  }
  .supply-chain .customer .item:last-child {
    flex-basis: 100%;
  }
}
.supply-chain .customer .item:nth-child(3)::after {
  width: 100%;
  right: -100%;
}
.supply-chain .customer .item::before {
  right: -5px;
}
.supply-chain .customer .item::after {
  right: -70px;
}
.supply-chain .sourcing-captain-job .items::before {
  content: '';
  width: 1px;
  position: absolute;
  top: 55px;
  bottom: 55px;
  border-left: 1px dashed rgba(255, 255, 255, .4);
  left: -71px;
}
@media (max-width: 1024px) {
  .supply-chain .sourcing-captain-job .item {
    justify-content: center;
  }
  .supply-chain .sourcing-captain-job .item:last-child {
    flex-basis: 100%;
  }
}
.supply-chain .sourcing-captain-job .item:nth-child(3)::after {
  width: 100%;
  left: -100%;
}
.supply-chain .sourcing-captain-job .item::before {
  left: -5px;
}
.supply-chain .sourcing-captain-job .item::after {
  left: -70px;
}
.supply-chain .sourcing-captain-job .item .title {
  margin-right: 0;
  margin-left: 17px;
}
.team {
  background: #222;
}
.team .top-title {
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
.team .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.team .items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .team .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .team .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .team .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .team .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.team .items .image img {
  aspect-ratio: 0.77;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .team .items .image img {
    aspect-ratio: 1;
    object-position: top;
  }
}
.team .items .info {
  padding: 15px;
  background: #ea5331;
  color: #fff;
}
.team .items .info .name {
  font-family: 'Unbounded', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.team .items .info .position {
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
}
@media (max-width: 480px) {
  .team .items .item {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.team .items .item:nth-child(even) {
  margin-bottom: -20px;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .team .items .item:nth-child(even) {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.top-slider .swiper-slide {
  filter: brightness(1);
  /* початковий стан */
}
.case-study-slider {
  background-attachment: fixed;
}
.index-main .custom-image {
  margin-bottom: 20px;
}
