@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.accordion .item .heading, .section.section-project-list .article .gallery a img, .section.section-project-list .article .slider .slick-arrow, .section.section-project-list .wrap .block .image:before, .section.section-project-list .filter-nav .sf-field-category ul li, .section.section-career-form .form .submit .button-wrap:after, .section.section-career-form .form .submit .button-wrap:before, .section.section-career-form .form .upload-button, .section.section-contact .form .submit .button-wrap:after, .section.section-contact .form .submit .button-wrap:before, .section.section-news-list .wrap .block .column .text .link p, .section.section-news-list .wrap .block .image img, .section.section-capability .image img, .section.section-testimonials .block .item .image img, .section.section-testimonials .slider .item .image img, .section.section-testimonials .slider .slick-arrow, .section.section-partners .slider .slick-arrow, .section.section-news .wrap .block .column .text .link p, .section.section-news .wrap .block .image img, .section.section-projects .wrap .block .image:before, .mobile-menu, #header .logo img, #header .logo svg, .header-copy .logo img, .header-copy .logo svg, #header .menu ul.bottom li.last a:after, .header-copy .menu ul.bottom li.last a:after, #header .menu ul.bottom li.last a:before, .header-copy .menu ul.bottom li.last a:before, #header .menu ul.bottom li a:before, .header-copy .menu ul.bottom li a:before, .btn.btn-secondary:before,
.wp-block-button__link.btn-secondary:before, .btn.btn-primary:after,
.wp-block-button__link.btn-primary:after, .btn.btn-primary:before,
.wp-block-button__link.btn-primary:before, a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header, .header-copy {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* basic 
==================================== */
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #4C4E56;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 15px;
  }
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: transparent !important;
}

.form-control {
  color: #000;
  padding: 7px 12px;
  height: auto;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #FF6A13;
  border-radius: 0px;
  background: transparent;
}
.form-control:focus {
  border-color: #4C4E56;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .form-control {
    font-size: 19px;
  }
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/arrow-down.svg) right 0px center no-repeat;
  background-size: 17px;
  padding-right: 30px;
  height: auto !important;
}

textarea.form-control {
  height: 120px;
}
@media only screen and (min-width: 992px) {
  textarea.form-control {
    height: 180px;
  }
}

a {
  color: #4C4E56;
}
a:hover {
  text-decoration: none;
  color: #FF6A13;
}

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

.container {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1436px;
}
@media only screen and (min-width: 1490px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}

.btn,
.wp-block-button__link {
  border-radius: 15px;
  font-size: 18px;
  padding: 10px 30px;
  border-width: 2px;
  border-radius: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .btn,
  .wp-block-button__link {
    font-size: 15px;
  }
}
.btn.btn-primary,
.wp-block-button__link.btn-primary {
  background: transparent;
  color: #4C4E56;
  border-color: #4C4E56;
  position: relative;
  padding: 15px 25px 15px 55px;
  border: 1px solid #4C4E56;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn.btn-primary:before,
.wp-block-button__link.btn-primary:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(../images/arrow-right.svg) center no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  margin-top: -14px;
}
.btn.btn-primary:after,
.wp-block-button__link.btn-primary:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(../images/arrow-right-w.svg) center no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  margin-top: -14px;
  opacity: 0;
}
.btn.btn-primary:hover,
.wp-block-button__link.btn-primary:hover {
  background: #FF6A13;
  color: #fff;
  border-color: #FF6A13;
}
.btn.btn-primary:hover:before,
.wp-block-button__link.btn-primary:hover:before {
  opacity: 0;
}
.btn.btn-primary:hover:after,
.wp-block-button__link.btn-primary:hover:after {
  opacity: 1;
  left: 23px;
}
.btn.btn-secondary,
.wp-block-button__link.btn-secondary {
  background: transparent;
  color: #fff;
  border-color: #fff;
  position: relative;
  padding: 15px 25px 15px 55px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn.btn-secondary:before,
.wp-block-button__link.btn-secondary:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(../images/arrow-right-w.svg) center no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  margin-top: -14px;
}
.btn.btn-secondary:hover,
.wp-block-button__link.btn-secondary:hover {
  background: #4C4E56;
  color: #fff;
  border-color: #4C4E56;
}
.btn.btn-secondary:hover:before,
.wp-block-button__link.btn-secondary:hover:before {
  left: 23px;
}
.btn.btn-tertiary,
.wp-block-button__link.btn-tertiary {
  background: #FF6A13;
  color: #fff;
  position: relative;
  padding: 15px 25px;
  border: 1px solid #FF6A13;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn.btn-tertiary:hover,
.wp-block-button__link.btn-tertiary:hover {
  background: transparent;
  color: #FF6A13;
  border-color: #FF6A13;
}

/*

.wp-block-button{
	padding:0;
}
.wp-block-buttons{
	.wp-block-button__link{
		background: transparent;
		color: #000;
		border:2px solid #000;
		position:relative;
		font-size: 20px;
		padding: 10px 30px;
		&:hover{
			background: #000;
			color:#fff;
		}
		@media only screen and (min-width: $md) {
			font-size:21px;
		}
	}
}*/
b, strong {
  font-weight: 700;
}

/* Header
========================================= */
#header, .header-copy {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 25px 0px;
  text-align: center;
  background: #fff;
}
#header .top, .header-copy .top {
  border-bottom: 1px solid #FF6A13;
  padding: 12px 0;
  display: none;
}
#header .top .container ul, .header-copy .top .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#header .top .container ul li, .header-copy .top .container ul li {
  margin-left: 28px;
}
#header .top .container ul li a, .header-copy .top .container ul li a {
  color: #4C4E56;
  font-weight: 700;
  font-size: 13px;
}
#header .top .container ul li a:hover, .header-copy .top .container ul li a:hover {
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  #header .top, .header-copy .top {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #header .sep, .header-copy .sep {
    height: 25px;
    display: block;
  }
}
#header .container, .header-copy .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .menu, .header-copy .menu {
  display: none;
}
#header .menu ul, .header-copy .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .menu ul li, .header-copy .menu ul li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #header .menu ul li, .header-copy .menu ul li {
    margin-bottom: 0;
  }
}
#header .menu ul li a, .header-copy .menu ul li a {
  color: #4C4E56;
}
#header .menu ul.bottom li, .header-copy .menu ul.bottom li {
  padding-bottom: 20px;
}
#header .menu ul.bottom li a, .header-copy .menu ul.bottom li a {
  position: relative;
  padding: 5px 0 8px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}
#header .menu ul.bottom li a:before, .header-copy .menu ul.bottom li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 4px;
  background: #FF6A13;
}
#header .menu ul.bottom li a:hover, .header-copy .menu ul.bottom li a:hover {
  color: #FF6A13;
}
#header .menu ul.bottom li a:hover:before, .header-copy .menu ul.bottom li a:hover:before {
  width: 100%;
}
#header .menu ul.bottom li.last a, .header-copy .menu ul.bottom li.last a {
  background: transparent;
  padding: 15px 25px 15px 55px;
  border: 1px solid #4C4E56;
  border-radius: 30px;
  display: inline-block;
}
#header .menu ul.bottom li.last a:before, .header-copy .menu ul.bottom li.last a:before {
  width: 25px;
  height: 28px;
  background: url(../images/arrow-right.svg) center no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  margin-top: -14px;
}
#header .menu ul.bottom li.last a:after, .header-copy .menu ul.bottom li.last a:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(../images/arrow-right-w.svg) center no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  margin-top: -14px;
  opacity: 0;
}
#header .menu ul.bottom li.last a:hover, .header-copy .menu ul.bottom li.last a:hover {
  background: #FF6A13;
  color: #4C4E56;
  border-color: #FF6A13;
}
#header .menu ul.bottom li.last a:hover:before, .header-copy .menu ul.bottom li.last a:hover:before {
  opacity: 0;
}
#header .menu ul.bottom li.last a:hover:after, .header-copy .menu ul.bottom li.last a:hover:after {
  opacity: 1;
  left: 23px;
}
#header .menu ul.bottom li ul, .header-copy .menu ul.bottom li ul {
  display: none;
  position: fixed;
  text-align: left;
  padding: 10px 15px;
  background: #FF6A13;
  transform: translateY(10px);
  width: 200px;
  border-radius: 0 0 20px 20px;
}
#header .menu ul.bottom li ul li, .header-copy .menu ul.bottom li ul li {
  display: block;
  padding-bottom: 0;
  margin: 0 0 5px;
}
#header .menu ul.bottom li ul li a, .header-copy .menu ul.bottom li ul li a {
  color: #fff;
  padding: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 13px;
}
#header .menu ul.bottom li ul li a:before, .header-copy .menu ul.bottom li ul li a:before {
  display: none;
}
#header .menu ul.bottom li ul li a:hover, .header-copy .menu ul.bottom li ul li a:hover {
  background: transparent;
  color: #4C4E56;
}
#header .menu ul.bottom li:hover ul, .header-copy .menu ul.bottom li:hover ul {
  display: block;
  animation: fadeIn 0.5s;
}
@media only screen and (min-width: 992px) {
  #header .menu ul.bottom li, .header-copy .menu ul.bottom li {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  #header .menu ul.bottom li, .header-copy .menu ul.bottom li {
    margin-left: 40px;
  }
}
#header .menu .block, .header-copy .menu .block {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
#header .menu .block .column, .header-copy .menu .block .column {
  width: 48%;
}
@media only screen and (min-width: 992px) {
  #header .menu .block, .header-copy .menu .block {
    display: block;
    padding: 0;
    margin-bottom: -30px;
  }
  #header .menu .block .column, .header-copy .menu .block .column {
    width: 100%;
  }
  #header .menu .block .column:first-child, .header-copy .menu .block .column:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}
#header .logo img, #header .logo svg, .header-copy .logo img, .header-copy .logo svg {
  width: 100%;
  max-width: 180px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  #header .logo img, #header .logo svg, .header-copy .logo img, .header-copy .logo svg {
    max-width: 190px;
  }
}
#header .toggle, .header-copy .toggle {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.header-copy {
  display: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 992px) {
  #header, .header-copy {
    padding: 0px 0 25px;
    text-align: left;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
  }
  #header .toggle, .header-copy .toggle {
    display: none;
  }
  #header .menu, .header-copy .menu {
    display: block !important;
    width: calc(100% - 200px);
    text-align: right;
  }
  #header .menu ul, .header-copy .menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .menu ul li, .header-copy .menu ul li {
    display: inline-block;
    position: relative;
  }
  .header-copy {
    position: fixed;
    display: block;
    top: -160px;
  }
}
.mobile-menu {
  position: fixed;
  width: 100%;
  top: -100%;
  height: calc(100dvh - 81px);
  background: #fff;
  z-index: 9;
  overflow-y: scroll;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
}
.mobile-menu.active {
  top: 81px;
}
.mobile-menu .close-btn {
  opacity: 1;
  text-align: center;
  display: block;
  float: none;
  margin-top: 90px;
  margin-bottom: 20px;
}
.mobile-menu .close-btn img {
  width: 33px;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 40px 0 0;
}
.mobile-menu ul li {
  padding: 5px 30px;
  border-bottom: 1px solid #FF6A13;
  text-align: right;
  margin-bottom: 20px;
}
.mobile-menu ul li a {
  position: relative;
  display: block;
  color: #FF6A13;
  font-size: 24px;
  font-weight: 700;
}
.mobile-menu ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.mobile-menu ul li ul li {
  border-bottom: 0;
  font-size: 20px;
  padding: 0;
  padding-left: 0px;
  text-transform: none;
}
.mobile-menu ul li ul li a {
  padding-left: 0;
}
.mobile-menu ul li ul li a:before {
  display: none;
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -81px;
}
@media only screen and (min-width: 992px) {
  .anchor {
    /*top:-128px;*/
    top: -101px;
  }
}

/* hero-home
========================================= */
.hero-home {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 400px;
}
.hero-home .scroll {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) {
  .hero-home .scroll {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    margin-top: 0;
    width: 100%;
  }
}
.hero-home .scroll img {
  width: 63px;
}
@media only screen and (min-width: 992px) {
  .hero-home .scroll img {
    width: 50px;
  }
}
.hero-home .content {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .hero-home .content {
    align-items: center;
    text-align: left;
  }
}
.hero-home h1 {
  font-weight: 800;
  padding: 40px 0 10px;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 8vw;
}
@media only screen and (min-width: 992px) {
  .hero-home h1 {
    font-size: 56px;
  }
}
.hero-home .slider {
  position: relative;
  overflow: hidden;
  background: #000;
}
.hero-home .slider .imageset {
  font-size: 0;
}
.hero-home .image {
  position: relative;
  background: #000;
  height: 520px;
}
.hero-home .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
@media only screen and (min-width: 992px) {
  .hero-home .image {
    height: 100vh;
  }
}
.hero-home .bg {
  position: relative;
  height: calc(100dvh - 82px);
  background: #000;
}
@media only screen and (min-width: 992px) {
  .hero-home .bg {
    height: 100vh;
  }
}
.hero-home .bg .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.6;
}
.hero-home .bg .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-home .bg .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.6;
}
.hero-home .bg .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero {
  background: #000;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .page-hero {
    min-height: 520px;
  }
}
.page-hero .container {
  position: relative;
  z-index: 2;
}
.page-hero .container h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .page-hero .container h1 {
    font-size: 56px;
  }
}
.page-hero .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-hero .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.section {
  padding: 70px 0;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 100px 0;
  }
}
.section.alt-bg {
  background: red;
}
@media only screen and (min-width: 992px) {
  .section.section-page {
    padding-top: 200px;
  }
}
.section.section-page h1 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-page h1 {
    font-size: 52px;
    margin-bottom: 60px;
  }
}
.section.section-page .link {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-page .link {
    margin-top: 50px;
  }
}
.section.section-page h1 a, .section.section-page h2 a, .section.section-page h3 a, .section.section-page h4 a, .section.section-page ul a, .section.section-page ol a, .section.section-page p a {
  color: #000;
}
.section.section-page h1 a:hover, .section.section-page h2 a:hover, .section.section-page h3 a:hover, .section.section-page h4 a:hover, .section.section-page ul a:hover, .section.section-page ol a:hover, .section.section-page p a:hover {
  color: #FF6A13;
}
.section.section-page h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  font-weight: 700;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-page h2 {
    font-size: 27px;
  }
}
.section.section-page h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .section.section-page h3 {
    font-size: 22px;
  }
}
.section.section-home {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 100px 0;
}
@media only screen and (min-width: 992px) {
  .section.section-home {
    padding: 100px 0;
  }
}
.section.section-home h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-home h2 {
    font-size: 52px;
    margin-bottom: 60px;
  }
}
.section.section-home .link, .section.section-home .wp-block-button {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-home .intro {
    display: flex;
    justify-content: space-between;
  }
  .section.section-home .intro .column {
    width: 62%;
  }
  .section.section-home .intro .column:last-child {
    width: 33%;
    position: relative;
  }
}
.section.section-sub {
  background: #EDC07C;
  color: #4C4E56;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .section.section-sub {
    padding: 40px 0;
  }
}
.section.section-sub h2 {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-sub h2 {
    text-align: left;
    font-size: 35px;
    margin-bottom: 0;
  }
}
.section.section-sub [data-status=invalid] .form {
  border-color: red;
}
.section.section-sub .form {
  display: flex;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
}
.section.section-sub .form .form-group {
  margin-bottom: 0;
  width: 130px;
}
@media only screen and (min-width: 992px) {
  .section.section-sub .form .form-group {
    width: 140px;
  }
}
.section.section-sub .form .form-group .form-control {
  border: 0;
  padding: 10px 20px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .section.section-sub .form .form-group .form-control {
    font-size: 24px;
    padding: 14px 30px;
    line-height: 1;
  }
}
.section.section-sub .form .form-group .btn-submit {
  background: #000;
  color: #fff;
  min-width: auto;
  width: 100%;
  font-size: 22px;
  padding: 11px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .section.section-sub .form .form-group .btn-submit {
    font-size: 24px;
    padding: 15px 10px;
  }
}
.section.section-sub .form .form-group:first-child {
  width: calc(100% - 130px);
}
@media only screen and (min-width: 992px) {
  .section.section-sub .form .form-group:first-child {
    width: calc(100% - 140px);
  }
}
.section.section-sub .wpcf7-not-valid-tip {
  display: none;
}
.section.section-sub .wpcf7-spinner {
  right: -60px;
}
.section.section-sub .wpcf7 form .wpcf7-response-output {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-sub .block {
    display: flex;
    justify-content: space-between;
  }
  .section.section-sub .block .column {
    width: 50%;
  }
  .section.section-sub .block .column h2 {
    padding-top: 10px;
  }
  .section.section-sub .block .column:last-child {
    width: 48%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1490px) {
  .section.section-sub .block .column {
    width: 49%;
  }
  .section.section-sub .block .column:last-child {
    width: 50%;
    max-width: 630px;
  }
}
.section.section-projects {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.section.section-projects .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 60px;
}
.section.section-projects .heading h2 {
  margin-bottom: 0;
}
.section.section-projects .heading .link {
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .section.section-projects .heading .link {
    font-size: 19px;
  }
}
.section.section-projects .heading .link a {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .section.section-projects .heading {
    padding-left: 20px;
    margin-bottom: 90px;
  }
}
.section.section-projects h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-projects h2 {
    font-size: 40px;
  }
}
.section.section-projects .wrap {
  border-left: 1px solid #FF6A13;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section.section-projects .wrap {
    padding-bottom: 150px;
  }
  .section.section-projects .wrap:before {
    content: "";
    width: 1px;
    left: calc(33.33% + 10px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
    top: 0;
  }
  .section.section-projects .wrap:after {
    top: 0;
    content: "";
    width: 1px;
    left: calc(66.66% + 21px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
  }
}
.section.section-projects .wrap .block {
  margin-bottom: -40px;
}
.section.section-projects .wrap .block .image {
  margin-bottom: 20px;
  width: 100%;
  height: 53vw;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-projects .wrap .block .image {
    width: 100%;
    height: 320px;
  }
}
.section.section-projects .wrap .block .image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(237, 192, 124, 0.8) url(../images/arrow-right.svg) center no-repeat;
  background-size: 95px;
  position: absolute;
  left: 0;
  top: 100%;
}
.section.section-projects .wrap .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .section.section-projects .wrap .block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -60px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.section.section-projects .wrap .block .column {
  display: block;
  margin-bottom: 40px;
  position: relative;
  color: #4C4E56;
  font-weight: 500;
  font-size: 26px;
  overflow: hidden;
  line-height: 1.1;
}
.section.section-projects .wrap .block .column:hover {
  color: #FF6A13;
}
.section.section-projects .wrap .block .column:hover .image:before {
  top: 0;
}
.section.section-projects .wrap .block .column p {
  margin-bottom: 0;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-projects .wrap .block .column p {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-projects .wrap .block .column {
    width: 33.33%;
    font-size: 32px;
    padding: 0 16px;
    margin-bottom: 60px;
  }
  .section.section-projects .wrap .block .column:first-child:before {
    display: none;
  }
}
.section.section-news {
  position: relative;
  overflow: hidden;
  background: #D9D9D9;
  padding-top: 0;
  padding-bottom: 0;
}
.section.section-news .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 60px;
}
.section.section-news .heading h2 {
  margin-bottom: 0;
}
.section.section-news .heading .link {
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .section.section-news .heading .link {
    font-size: 19px;
  }
}
.section.section-news .heading .link a {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .section.section-news .heading {
    padding-left: 20px;
    margin-bottom: 90px;
  }
}
.section.section-news h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-news h2 {
    font-size: 40px;
  }
}
.section.section-news .wrap {
  border-left: 1px solid #FF6A13;
  padding-bottom: 140px;
  position: relative;
  padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  .section.section-news .wrap:before {
    content: "";
    width: 1px;
    left: calc(33.33% + 10px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
    top: 0;
  }
  .section.section-news .wrap:after {
    top: 0;
    content: "";
    width: 1px;
    left: calc(66.66% + 21px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
  }
}
.section.section-news .wrap .block {
  margin-bottom: -40px;
}
.section.section-news .wrap .block .image {
  margin-bottom: 20px;
  width: 100%;
  height: 53vw;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-news .wrap .block .image {
    width: 100%;
    height: 498px;
  }
}
.section.section-news .wrap .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .section.section-news .wrap .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -60px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.section.section-news .wrap .block .column {
  display: block;
  margin-bottom: 40px;
  position: relative;
  color: #000;
  overflow: hidden;
  line-height: 1.1;
}
.section.section-news .wrap .block .column:last-child {
  margin-bottom: 0;
}
.section.section-news .wrap .block .column:hover .image img {
  opacity: 0.7;
}
.section.section-news .wrap .block .column:hover .text .link p {
  background: #FF6A13;
  color: #fff;
  border-color: #FF6A13;
}
.section.section-news .wrap .block .column .text {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-news .wrap .block .column .text {
    padding-left: 20px;
  }
}
.section.section-news .wrap .block .column .text .date {
  margin-bottom: 15px;
}
.section.section-news .wrap .block .column .text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-news .wrap .block .column .text h3 {
    margin-bottom: 40px;
  }
}
.section.section-news .wrap .block .column .text .link p {
  display: inline-block;
  border: 1px solid #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-news .wrap .block .column .text .link p {
    font-size: 16px;
  }
}
.section.section-news .wrap .block .column p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-news .wrap .block .column {
    width: 33.33%;
    padding: 0 16px;
    margin-bottom: 60px;
  }
  .section.section-news .wrap .block .column:first-child:before {
    display: none;
  }
}
.section.section-partners {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section.section-partners h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-partners h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-partners h2 {
    margin-bottom: 100px;
  }
}
.section.section-partners .wrap {
  border-left: 1px solid #FF6A13;
  padding: 70px 0;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-partners .wrap {
    padding-left: 20px;
  }
}
.section.section-partners .slider {
  font-size: 0;
  padding-bottom: 60px;
  width: calc(100% + 20px);
}
@media only screen and (min-width: 992px) {
  .section.section-partners .slider {
    padding-bottom: 130px;
    width: 150%;
  }
}
.section.section-partners .slider .slick-arrow {
  position: absolute;
  bottom: 0;
  border: 0;
  font-size: 0;
  width: 24px;
  height: 36px;
  background: url(../images/arrow-right.svg) center no-repeat;
  background-size: contain;
  outline: 0;
  z-index: 1;
}
.section.section-partners .slider .slick-arrow:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .section.section-partners .slider .slick-arrow {
    width: 32px;
    height: 36px;
  }
}
.section.section-partners .slider .slick-arrow.slick-prev {
  left: 0px;
  transform: scaleX(-1);
}
.section.section-partners .slider .slick-arrow.slick-next {
  left: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-partners .slider .slick-arrow.slick-next {
    left: 50px;
  }
}
.section.section-partners .slider .logo {
  margin-right: 45px;
}
@media only screen and (min-width: 992px) {
  .section.section-partners .slider .logo {
    margin-right: 100px;
  }
}
.section.section-partners .slider .logo img {
  max-height: 60px;
}
@media only screen and (min-width: 992px) {
  .section.section-partners .slider .logo img {
    max-height: 80px;
  }
}
.section.section-testimonials {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials {
    background: url(../images/vector.svg) right bottom no-repeat;
    background-size: 736px;
  }
}
.section.section-testimonials h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials h2 {
    margin-bottom: 0px;
  }
}
.section.section-testimonials .container {
  position: relative;
  z-index: 2;
}
.section.section-testimonials .wrap {
  border-left: 1px solid #FF6A13;
  padding: 0 0 100px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials .wrap {
    padding: 0px 0 160px;
    padding-left: 20px;
    width: calc(66.66% + 22px);
    position: relative;
  }
  .section.section-testimonials .wrap:before {
    content: "";
    width: 1px;
    left: calc(50% - 1px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
    top: 0;
  }
}
.section.section-testimonials .slider .slick-arrow {
  position: absolute;
  bottom: 0;
  border: 0;
  font-size: 0;
  width: 24px;
  height: 36px;
  background: url(../images/arrow-right.svg) center no-repeat;
  background-size: contain;
  outline: 0;
  z-index: 1;
}
.section.section-testimonials .slider .slick-arrow:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials .slider .slick-arrow {
    width: 32px;
    height: 36px;
  }
}
.section.section-testimonials .slider .slick-arrow.slick-prev {
  transform: scaleX(-1);
  right: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials .slider .slick-arrow.slick-prev {
    right: 50px;
  }
}
.section.section-testimonials .slider .slick-arrow.slick-next {
  right: 0px;
}
.section.section-testimonials .slider .item {
  display: block;
  color: #4C4E56;
}
.section.section-testimonials .slider .item .text {
  width: calc(100% - 80px);
}
.section.section-testimonials .slider .item .image {
  margin-bottom: 20px;
  width: 100%;
  height: 53vw;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials .slider .item .image {
    width: 100%;
    height: 320px;
  }
}
.section.section-testimonials .slider .item .image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/play.svg) center no-repeat;
  background-size: 95px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section.section-testimonials .slider .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-testimonials .slider .item h3 {
  color: #FF6A13;
}
.section.section-testimonials .slider .item h3, .section.section-testimonials .slider .item p {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.section.section-testimonials .slider .item:hover .image img {
  opacity: 0.5;
}
.section.section-testimonials .block .item {
  display: flex;
  color: #4C4E56;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 40px;
  justify-content: space-between;
}
.section.section-testimonials .block .item .text {
  width: calc(50% - 10px);
  text-align: right;
  padding-right: 38px;
}
.section.section-testimonials .block .item .image {
  width: calc(50% + 10px);
  height: 238px;
  background: #000;
  position: relative;
  overflow: hidden;
}
.section.section-testimonials .block .item .image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/play.svg) center no-repeat;
  background-size: 95px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section.section-testimonials .block .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-testimonials .block .item h3 {
  color: #FF6A13;
}
.section.section-testimonials .block .item h3, .section.section-testimonials .block .item p {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.section.section-testimonials .block .item:hover .image img {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials .block {
    margin-top: -48px;
  }
}
.section.section-home-gallery {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.section.section-home-gallery .container {
  position: relative;
  z-index: 2;
}
.section.section-home-gallery .wrap {
  border-left: 1px solid #FF6A13;
  padding: 0 0 120px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-gallery .wrap {
    padding: 0px 0 100px;
    position: relative;
  }
  .section.section-home-gallery .wrap:before {
    content: "";
    width: 1px;
    left: calc(33.33% + 10px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
    top: 0;
  }
}
.section.section-home-gallery .block {
  display: flex;
  justify-content: space-between;
}
.section.section-home-gallery .block .column {
  width: calc(33.33% + 10px);
}
.section.section-home-gallery .block .column:first-child {
  padding-right: 30px;
  padding-top: 295px;
}
.section.section-home-gallery .block .column:last-child {
  width: calc(66.66% - 10px);
}
.section.section-about {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 70px 0 0;
}
@media only screen and (min-width: 992px) {
  .section.section-about {
    padding: 100px 0 0;
  }
}
.section.section-about h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-about h2 {
    font-size: 52px;
    margin-bottom: 60px;
  }
}
.section.section-about .link, .section.section-about .wp-block-button {
  margin-top: 30px;
  width: 100%;
}
.section.section-about .image .caption {
  margin-bottom: 0;
  font-size: 13px;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-about .intro {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #FF6A13;
  }
  .section.section-about .intro h2 {
    padding-left: 1px;
    margin-left: -1px;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .section.section-about .intro .column {
    width: 62%;
  }
  .section.section-about .intro .column:first-child .image {
    max-width: 744px;
  }
  .section.section-about .intro .column:last-child {
    width: 33%;
    position: relative;
  }
  .section.section-about .intro .column:last-child .line {
    margin-top: 200px;
    padding-bottom: 100px;
    border-left: 1px solid #FF6A13;
  }
}
.section.section-about .gallery {
  border-left: 1px solid #FF6A13;
}
.section.section-about .gallery .image {
  margin-top: 70px;
}
.section.section-about .gallery .image img {
  width: 100%;
}
.section.section-about .gallery .image:last-child {
  width: 73%;
  margin-left: auto;
  border-left: 1px solid #FF6A13;
  padding-bottom: 70px;
}
.section.section-vision {
  background: #D9D9D9;
  padding: 0;
}
.section.section-vision .wrap {
  border-left: 1px solid #FF6A13;
  padding: 70px 0;
}
@media only screen and (min-width: 992px) {
  .section.section-vision .wrap {
    padding: 100px 0;
  }
}
.section.section-vision .wrap h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-vision .wrap h2 {
    font-size: 40px;
  }
}
.section.section-vision .wrap .image {
  margin-top: 70px;
}
@media only screen and (min-width: 992px) {
  .section.section-vision .wrap .image {
    margin-top: 0;
  }
}
.section.section-vision .wrap .image img {
  width: 100%;
}
.section.section-vision .block .column:first-child {
  padding-left: 15px;
}
.section.section-vision .block .text {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
.section.section-vision .block .text *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-vision .block .text {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-vision .block {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .section.section-vision .block .column {
    width: 49%;
  }
  .section.section-vision .block .column:first-child {
    width: 40%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .section.section-vision .block .column:first-child .text {
    align-self: flex-end;
  }
}
.section.section-values {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section.section-values .wrap {
  border-left: 1px solid #FF6A13;
  padding: 70px 0 70px;
}
@media only screen and (min-width: 992px) {
  .section.section-values .wrap {
    padding: 100px 0 100px;
  }
}
.section.section-values h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-values h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-values h2 {
    margin-bottom: 50px;
  }
}
.section.section-values .heading {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-values .heading {
    padding-left: 20px;
    max-width: 750px;
  }
}
.section.section-values .list .item {
  padding: 50px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.section.section-values .list .item:before {
  content: "";
  background: #FF6A13;
  width: 150%;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.section.section-values .list .item .icon {
  width: 155px;
  height: 155px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-values .list .item .icon {
    width: 135px;
    height: 135px;
  }
}
.section.section-values .list .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section.section-values .list .item h3 {
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-values .list .item h3 {
    font-size: 40px;
  }
}
.section.section-values .list .item .text {
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
}
.section.section-values .list .item .text p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-values .list .item .text {
    width: calc(100% - 135px);
    margin-top: 0;
    padding-left: 50px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-values .list .item {
    padding: 30px 20px;
  }
}
.section.section-values .link {
  margin-top: 50px;
}
.section.section-values .block {
  margin-top: 70px;
  font-size: 18px;
}
.section.section-values .block .column:last-child {
  padding-left: 15px;
}
.section.section-values .block .image {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .section.section-values .block .image {
    margin-bottom: 0;
  }
}
.section.section-values .block .image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-values .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    font-size: 20px;
  }
  .section.section-values .block .column {
    width: 49%;
  }
  .section.section-values .block .column:last-child {
    width: 40%;
    padding-left: 0;
  }
}
.section.section-community {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 70px 0 0;
}
@media only screen and (min-width: 992px) {
  .section.section-community {
    padding: 100px 0 0;
  }
}
.section.section-community h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-community h2 {
    font-size: 52px;
    margin-bottom: 60px;
  }
}
.section.section-community h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-community h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-community h3 {
    margin-bottom: 40px;
  }
}
.section.section-community .intro {
  margin-bottom: 70px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .section.section-community .intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    font-size: 20px;
  }
  .section.section-community .intro .column {
    width: 50%;
  }
  .section.section-community .intro .column:last-child {
    width: 40%;
  }
}
.section.section-community .wrap {
  padding-bottom: 70px;
  border-left: 1px solid #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-community .wrap {
    padding-bottom: 100px;
  }
}
.section.section-community .link {
  margin-top: 30px;
}
.section.section-community .block {
  margin-bottom: 50px;
}
.section.section-community .block:last-child {
  margin-bottom: 0;
}
.section.section-community .block .image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-community .block .image {
    margin-bottom: 0;
  }
}
.section.section-community .block .image img {
  width: 100%;
}
.section.section-community .block .column:last-child {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-community .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
  .section.section-community .block .column {
    width: 50%;
  }
  .section.section-community .block .column p {
    max-width: 428px;
  }
  .section.section-community .block .column:last-child {
    width: 40%;
    padding-left: 0;
  }
}
.section.section-capability {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 70px 0 0;
}
@media only screen and (min-width: 992px) {
  .section.section-capability {
    padding: 100px 0 0;
  }
}
.section.section-capability h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-capability h2 {
    font-size: 52px;
    margin-bottom: 60px;
  }
}
.section.section-capability .image {
  margin-bottom: 20px;
  display: block;
  background: #000;
}
.section.section-capability .image.video {
  position: relative;
}
.section.section-capability .image.video:hover img {
  opacity: 0.6;
}
.section.section-capability .image.video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/play.svg) center no-repeat;
  background-size: 95px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .section.section-capability .image {
    margin-bottom: 0;
  }
}
.section.section-capability .image img {
  width: 100%;
}
.section.section-capability .accordion {
  margin-top: 40px;
}
.section.section-capability .intro {
  padding-bottom: 70px;
  border-left: 1px solid #FF6A13;
}
.section.section-capability .intro .column:last-child {
  padding-left: 15px;
}
.section.section-capability .intro ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
  color: #FF6A13;
  font-size: 20px;
  max-width: 520px;
}
.section.section-capability .intro ul li {
  margin-bottom: 10px;
}
.section.section-capability .intro ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-capability .intro {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
    border-left: 0;
    flex-direction: row-reverse;
  }
  .section.section-capability .intro .column {
    width: 51.5%;
    padding-bottom: 100px;
  }
  .section.section-capability .intro .column:last-child {
    width: 50%;
    padding-left: 0;
    border-right: 1px solid #FF6A13;
    padding-right: 62px;
  }
}
.section.section-news-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.section.section-news-list .wrap {
  border-left: 1px solid #FF6A13;
  padding-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section.section-news-list .wrap {
    padding-bottom: 100px;
  }
  .section.section-news-list .wrap:before {
    content: "";
    width: 1px;
    left: calc(33.33% + 10px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
    top: 0;
  }
  .section.section-news-list .wrap:after {
    top: 0;
    content: "";
    width: 1px;
    left: calc(66.66% + 21px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
  }
}
.section.section-news-list .wrap .result {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin-top: 40px;
}
.section.section-news-list .wrap .result p {
  margin-bottom: 0;
}
.section.section-news-list .wrap .block .image {
  margin-bottom: 20px;
  width: 100%;
  height: 53vw;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-news-list .wrap .block .image {
    width: 100%;
    height: 360px;
  }
}
.section.section-news-list .wrap .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .section.section-news-list .wrap .block {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.section.section-news-list .wrap .block .column {
  display: block;
  margin-bottom: 40px;
  position: relative;
  color: #000;
  overflow: hidden;
  line-height: 1.1;
}
.section.section-news-list .wrap .block .column:hover .image img {
  opacity: 0.7;
}
.section.section-news-list .wrap .block .column:hover .text .link p {
  background: #FF6A13;
  color: #fff;
  border-color: #FF6A13;
}
.section.section-news-list .wrap .block .column .text {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-news-list .wrap .block .column .text {
    padding-left: 20px;
  }
}
.section.section-news-list .wrap .block .column .text .date {
  margin-bottom: 15px;
}
.section.section-news-list .wrap .block .column .text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-news-list .wrap .block .column .text h3 {
    margin-bottom: 40px;
  }
}
.section.section-news-list .wrap .block .column .text .link p {
  display: inline-block;
  border: 1px solid #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-news-list .wrap .block .column .text .link p {
    font-size: 16px;
  }
}
.section.section-news-list .wrap .block .column p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-news-list .wrap .block .column {
    width: 33.33%;
    padding: 0 16px;
    margin-bottom: 60px;
  }
  .section.section-news-list .wrap .block .column:first-child:before {
    display: none;
  }
}
.section.section-article {
  padding-bottom: 0;
}
.section.section-article .wrap {
  border-left: 1px solid #FF6A13;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-article .wrap {
    padding-bottom: 50px;
  }
}
.section.section-article .back {
  font-weight: 700;
  font-size: 14px;
}
.section.section-article .container {
  max-width: 1152px;
}
.section.section-article .featured img {
  width: 100%;
}
.section.section-article .article {
  padding: 40px 15px;
  color: #000;
}
.section.section-article .article p a {
  color: #000;
}
@media only screen and (min-width: 992px) {
  .section.section-article .article {
    max-width: 950px;
    margin: 0 auto;
    padding: 50px;
  }
}
.section.section-article .article .date {
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-article .article .date {
    font-size: 20px;
  }
}
.section.section-article .article h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-article .article h2 {
    font-size: 40px;
  }
}
.section.section-article .article h3, .section.section-article .article h4, .section.section-article .article h5 {
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-article .article h3, .section.section-article .article h4, .section.section-article .article h5 {
    margin-top: 40px;
  }
}
.section.section-article .article ul, .section.section-article .article ol {
  margin-left: -24px;
}
.section.section-article .article ul li, .section.section-article .article ol li {
  margin-bottom: 5px;
}
.section.section-article .article p a {
  color: #000;
  text-decoration: underline;
}
.section.section-article .article p a:hover {
  color: #FF6A13;
}
.section.section-article .article .wp-block-image {
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .section.section-article .article .wp-block-image {
    margin: 30px 0;
  }
}
.section.section-article .article .wp-block-image img {
  width: 100%;
}
.section.section-article .article .wp-block-embed {
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .section.section-article .article .wp-block-embed {
    margin: 30px 0;
  }
}
.section.section-article .article .wp-block-embed .wp-block-embed__wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.section.section-article .article .wp-block-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section.section-contact {
  position: relative;
  overflow: hidden;
}
.section.section-contact h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-contact h2 {
    font-size: 56px;
  }
}
.section.section-contact .intro {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-contact .intro .column {
    width: 30%;
  }
  .section.section-contact .intro .column:last-child {
    width: 65.5%;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-contact .intro.sm .column {
    width: 50%;
    font-size: 20px;
  }
  .section.section-contact .intro.sm .column:last-child {
    width: 40%;
  }
  .section.section-contact .intro.sm .column:last-child p {
    max-width: 460px;
  }
}
.section.section-contact .social {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
}
.section.section-contact .social li {
  margin-right: 30px;
  width: 50px;
  height: 50px;
}
.section.section-contact .social li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .social li {
    margin-right: 60px;
  }
}
.section.section-contact .social li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section.section-contact .social li a {
  display: inline-block;
}
.section.section-contact .social li a:hover {
  opacity: 0.5;
}
.section.section-contact .link {
  margin-top: 30px;
}
.section.section-contact .map {
  background: #ddd;
  height: 300px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .map {
    height: 520px;
    margin-bottom: 120px;
  }
}
.section.section-contact .form .form-control {
  font-weight: 700;
  color: #000;
}
.section.section-contact .form .submit {
  position: relative;
  text-align: right;
}
.section.section-contact .form .submit .wpcf7-spinner {
  left: -65px;
}
.section.section-contact .form .submit .button-wrap {
  position: relative;
  display: inline-block;
  border-radius: 30px;
}
.section.section-contact .form .submit .button-wrap:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(../images/arrow-right.svg) center no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  margin-top: -14px;
}
.section.section-contact .form .submit .button-wrap:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(../images/arrow-right-w.svg) center no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  margin-top: -14px;
  opacity: 0;
}
.section.section-contact .form .submit .button-wrap:hover {
  background: #FF6A13;
  color: #fff;
  border-color: #FF6A13;
}
.section.section-contact .form .submit .button-wrap:hover:before {
  opacity: 0;
}
.section.section-contact .form .submit .button-wrap:hover:after {
  opacity: 1;
  left: 23px;
}
.section.section-contact .form .form-group {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 850px;
    margin-bottom: -70px;
  }
  .section.section-contact .form .form-group {
    width: 100%;
    margin-bottom: 70px;
  }
  .section.section-contact .form .form-group.sm {
    width: calc(50% - 15px);
  }
}
.section.section-career-form {
  background: #D9D9D9;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-career-form {
    padding-top: 80px;
  }
}
.section.section-career-form h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-career-form h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-career-form h2 {
    padding-left: 20px;
    max-width: 930px;
  }
}
.section.section-career-form .wrap {
  border-left: 1px solid #FF6A13;
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .section.section-career-form .wrap {
    padding-bottom: 100px;
  }
}
.section.section-career-form .form .form-control {
  font-weight: 700;
  color: #000;
}
.section.section-career-form .form .hidden-file-input {
  display: none;
}
.section.section-career-form .form .wpcf7-not-valid-tip {
  margin-left: 12px;
}
.section.section-career-form .form .file-input-container {
  margin-left: 15px;
}
.section.section-career-form .form .file-input-container .file-name-text {
  display: block;
}
.section.section-career-form .form .file-input-container .wpcf7-not-valid-tip {
  margin-left: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-career-form .form .file-input-container {
    margin-left: 20px;
  }
}
.section.section-career-form .form .upload-button {
  display: inline-block;
  border: 1px solid #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 30px;
  color: #000;
}
.section.section-career-form .form .upload-button:hover {
  background: #000;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .section.section-career-form .form .upload-button {
    font-size: 16px;
  }
}
.section.section-career-form .form .submit {
  padding-left: 15px;
  position: relative;
}
.section.section-career-form .form .submit .button-wrap {
  position: relative;
  display: inline-block;
  border-radius: 30px;
}
.section.section-career-form .form .submit .button-wrap .wpcf7-spinner {
  right: -65px;
}
@media only screen and (min-width: 992px) {
  .section.section-career-form .form .submit .button-wrap .wpcf7-spinner {
    right: 0;
    left: -65px;
  }
}
.section.section-career-form .form .submit .button-wrap:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(../images/arrow-right.svg) center no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  margin-top: -14px;
}
.section.section-career-form .form .submit .button-wrap:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(../images/arrow-right-w.svg) center no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  margin-top: -14px;
  opacity: 0;
}
.section.section-career-form .form .submit .button-wrap:hover {
  background: #FF6A13;
  color: #fff;
  border-color: #FF6A13;
}
.section.section-career-form .form .submit .button-wrap:hover:before {
  opacity: 0;
}
.section.section-career-form .form .submit .button-wrap:hover:after {
  opacity: 1;
  left: 23px;
}
@media only screen and (min-width: 992px) {
  .section.section-career-form .form .submit {
    text-align: right;
  }
}
.section.section-career-form .form .form-group {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-career-form .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 850px;
    margin-bottom: -70px;
  }
  .section.section-career-form .form .form-group {
    width: 100%;
    margin-bottom: 70px;
  }
  .section.section-career-form .form .form-group.sm {
    width: calc(50% - 15px);
  }
}
.section.section-project-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.section.section-project-list h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list h2 {
    font-size: 52px;
    margin-bottom: 60px;
  }
}
.section.section-project-list .back {
  font-weight: 700;
  font-size: 14px;
}
.section.section-project-list .intro {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .intro {
    display: flex;
    justify-content: space-between;
  }
  .section.section-project-list .intro .column {
    width: 46%;
  }
  .section.section-project-list .intro .column:last-child {
    width: 42%;
    position: relative;
  }
}
.section.section-project-list .filter-nav {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .filter-nav {
    margin-bottom: 70px;
  }
}
.section.section-project-list .filter-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section.section-project-list .filter-nav .sf-field-category ul {
  display: flex;
  flex-wrap: wrap;
}
.section.section-project-list .filter-nav .sf-field-category ul li {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #000;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 20px;
}
.section.section-project-list .filter-nav .sf-field-category ul li:last-child {
  margin-right: 0;
}
.section.section-project-list .filter-nav .sf-field-category ul li input {
  display: none;
}
.section.section-project-list .filter-nav .sf-field-category ul li label {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .filter-nav .sf-field-category ul li {
    font-size: 14px;
  }
}
.section.section-project-list .filter-nav .sf-field-category ul li:hover, .section.section-project-list .filter-nav .sf-field-category ul li.sf-option-active {
  color: #fff;
  border-color: #FF6A13;
  background: #FF6A13;
}
.section.section-project-list .wrap {
  border-left: 1px solid #FF6A13;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .wrap {
    padding-bottom: 100px;
  }
  .section.section-project-list .wrap:before {
    content: "";
    width: 1px;
    left: calc(33.33% + 10px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
    top: 0;
  }
  .section.section-project-list .wrap:after {
    top: 0;
    content: "";
    width: 1px;
    left: calc(66.66% + 21px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
  }
}
.section.section-project-list .wrap .result {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin-top: 40px;
}
.section.section-project-list .wrap .result p {
  margin-bottom: 0;
}
.section.section-project-list .wrap .block .image {
  margin-bottom: 20px;
  width: 100%;
  height: 53vw;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .wrap .block .image {
    width: 100%;
    height: 320px;
  }
}
.section.section-project-list .wrap .block .image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(237, 192, 124, 0.8) url(../images/arrow-right.svg) center no-repeat;
  background-size: 95px;
  position: absolute;
  left: 0;
  top: 100%;
}
.section.section-project-list .wrap .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .wrap .block {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.section.section-project-list .wrap .block .column {
  display: block;
  margin-bottom: 40px;
  position: relative;
  color: #4C4E56;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  line-height: 1.1;
}
.section.section-project-list .wrap .block .column:hover {
  color: #FF6A13;
}
.section.section-project-list .wrap .block .column:hover .image:before {
  top: 0;
}
.section.section-project-list .wrap .block .column p {
  margin-bottom: 0;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .wrap .block .column p {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .wrap .block .column {
    width: 33.33%;
    font-size: 24px;
    padding: 0 16px;
    margin-bottom: 60px;
  }
  .section.section-project-list .wrap .block .column:first-child:before {
    display: none;
  }
}
.section.section-project-list .article {
  border-left: 1px solid #FF6A13;
  padding-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .article {
    padding-bottom: 100px;
  }
}
.section.section-project-list .article .slider {
  font-size: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .article .slider {
    margin-bottom: 60px;
  }
}
.section.section-project-list .article .slider img {
  width: 100%;
}
.section.section-project-list .article .slider .slick-arrow {
  position: absolute;
  bottom: 0;
  border: 0;
  font-size: 0;
  width: 24px;
  height: 36px;
  background: url(../images/arrow-left.svg) center no-repeat;
  background-size: contain;
  outline: 0;
  top: 50%;
  z-index: 2;
  margin-top: -18px;
}
.section.section-project-list .article .slider .slick-arrow:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  .section.section-project-list .article .slider .slick-arrow {
    width: 30px;
    height: 48px;
    margin-top: -24px;
  }
}
.section.section-project-list .article .slider .slick-arrow.slick-prev {
  left: 10px;
}
@media only screen and (min-width: 1024px) {
  .section.section-project-list .article .slider .slick-arrow.slick-prev {
    left: -60px;
  }
}
.section.section-project-list .article .slider .slick-arrow.slick-next {
  left: auto;
  right: 10px;
  transform: scaleX(-1);
}
@media only screen and (min-width: 1024px) {
  .section.section-project-list .article .slider .slick-arrow.slick-next {
    right: -60px;
  }
}
.section.section-project-list .article h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .article h3 {
    font-size: 27px;
  }
}
.section.section-project-list .article .text {
  padding-left: 15px;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .article .text {
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
  }
  .section.section-project-list .article .text .column {
    width: 48%;
  }
  .section.section-project-list .article .text p {
    max-width: 520px;
  }
}
.section.section-project-list .article .text table {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
}
.section.section-project-list .article .text table th {
  font-weight: 700;
  color: #FF6A13;
}
.section.section-project-list .article .text table th, .section.section-project-list .article .text table td {
  padding: 5px 0;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .article .text table {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.section.section-project-list .article .gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
}
.section.section-project-list .article .gallery:has(> *:first-child:last-child):before {
  display: none;
}
.section.section-project-list .article .gallery:before {
  width: 1px;
  left: calc(50% + 5px);
  top: 0;
  height: calc(100% + 100px);
  background: #FF6A13;
  position: absolute;
  content: "";
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .article .gallery:before {
    left: calc(50% + 10px);
    height: calc(100% + 200px);
  }
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .article .gallery {
    margin-top: 100px;
  }
}
.section.section-project-list .article .gallery a {
  display: block;
  width: calc(50% - 6px);
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  height: 200px;
  background: #000;
}
.section.section-project-list .article .gallery a:only-child {
  width: 100%;
  height: auto;
}
.section.section-project-list .article .gallery a.video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/play.svg) center no-repeat;
  background-size: 95px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section.section-project-list .article .gallery a:hover img {
  opacity: 0.5;
}
.section.section-project-list .article .gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .section.section-project-list .article .gallery a {
    height: 398px;
    width: calc(50% - 11px);
    margin-bottom: 22px;
  }
}
.section.section-team {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.section.section-team.alt {
  background: #D9D9D9;
}
.section.section-team h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-team h2 {
    font-size: 52px;
    margin-bottom: 60px;
  }
}
.section.section-team h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  color: #FF6A13;
}
@media only screen and (min-width: 992px) {
  .section.section-team h3 {
    font-size: 40px;
  }
}
.section.section-team .intro {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-team .intro {
    display: flex;
    justify-content: space-between;
  }
  .section.section-team .intro .column {
    width: 46%;
  }
  .section.section-team .intro .column:last-child {
    width: 42%;
    position: relative;
  }
}
.section.section-team .wrap {
  border-left: 1px solid #FF6A13;
  padding-bottom: 70px;
  position: relative;
}
.section.section-team .wrap:before {
  content: "";
  width: 1px;
  left: calc(50% + 7px);
  height: 100%;
  background: #FF6A13;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-team .wrap:before {
    left: calc(25% + 7px);
  }
}
@media only screen and (min-width: 992px) {
  .section.section-team .wrap {
    padding-bottom: 100px;
  }
  .section.section-team .wrap:after {
    top: 0;
    content: "";
    width: 1px;
    left: calc(50% + 15px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
  }
  .section.section-team .wrap .line {
    top: 0;
    content: "";
    width: 1px;
    left: calc(75% + 23px);
    height: 100%;
    background: #FF6A13;
    position: absolute;
  }
}
.section.section-team .wrap .block {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.section.section-team .wrap .block .image {
  margin-bottom: 20px;
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-team .wrap .block .image {
    width: 100%;
  }
}
.section.section-team .wrap .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .section.section-team .wrap .block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -60px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.section.section-team .wrap .block .column {
  display: block;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  line-height: 1.1;
  width: 50%;
  padding: 0 8px;
  font-size: 14px;
}
.section.section-team .wrap .block .column *:last-child {
  margin-bottom: 0;
}
.section.section-team .wrap .block .column h4, .section.section-team .wrap .block .column p {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-team .wrap .block .column h4, .section.section-team .wrap .block .column p {
    padding-left: 20px;
  }
}
.section.section-team .wrap .block .column h4 {
  color: #FF6A13;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .section.section-team .wrap .block .column h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-team .wrap .block .column {
    width: 25%;
    padding: 0 16px;
    margin-bottom: 60px;
  }
  .section.section-team .wrap .block .column:first-child:before {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .accordion.md {
    max-width: 750px;
  }
}
.accordion .item:last-child {
  margin-bottom: 0;
}
.accordion .item.active .heading:after {
  transform: rotateX(180deg);
}
.accordion .item .heading {
  position: relative;
  padding: 15px 0;
}
.accordion .item .heading:after {
  content: "+";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  font-weight: 700;
  font-size: 40px;
  color: #FF6A13;
  line-height: 1;
}
.accordion .item .heading.active:after {
  content: "–";
}
.accordion .item .heading h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  padding-right: 30px;
  color: #FF6A13;
  font-weight: 700;
}
.accordion .item .content {
  display: none;
  max-width: 520px;
}

footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #FF6A13;
  color: #fff;
}
footer p {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 992px) {
  footer {
    font-size: 13px;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #4C4E56;
}
footer .social {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}
footer .social li {
  margin-right: 25px;
}
footer .social li:last-child {
  margin-right: 0;
}
footer .social li a {
  display: inline-block;
}
footer .social li a:hover {
  opacity: 0.5;
}
footer .social li img {
  height: 28px;
}
footer .top {
  padding: 60px 0 0px;
}
@media only screen and (min-width: 992px) {
  footer .top {
    padding: 40px 0 10px;
    border-bottom: 1px solid #fff;
  }
}
footer .copy {
  padding: 20px 0;
}
footer .copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .copy ul li {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  footer .copy ul {
    display: flex;
  }
  footer .copy ul li {
    margin-right: 30px;
  }
}
footer .block {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  footer .block {
    margin-bottom: 100px;
  }
}
footer .block .img img {
  width: 100%;
  max-width: 468px;
}
@media only screen and (min-width: 992px) {
  footer .block .img {
    text-align: right;
  }
}
footer .block .footer-logo {
  display: flex;
  margin: 0 -10px;
}
@media only screen and (min-width: 992px) {
  footer .block .footer-logo {
    margin: 0 -20px;
  }
}
footer .block .footer-logo a {
  display: block;
  padding: 0 10px;
}
footer .block .footer-logo a:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 992px) {
  footer .block .footer-logo a {
    padding: 0 20px;
  }
}
footer .block .footer-logo img {
  max-height: 70px;
}
@media only screen and (min-width: 992px) {
  footer .block .footer-logo img {
    max-height: 90px;
  }
}
footer .block .item {
  margin-bottom: 40px;
}
footer .block .link {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  footer .block .column:first-child {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  footer .block .column:first-child .item {
    width: 40%;
    margin-bottom: 0;
  }
  footer .block .column:first-child .item:first-child {
    width: 55%;
  }
}
@media only screen and (min-width: 992px) {
  footer .block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .block .column:first-child {
    width: 55%;
    max-width: 570px;
  }
  footer .block .column:last-child {
    width: 42%;
    max-width: 520px;
  }
}
footer .bottom ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .bottom ul li {
  display: inline-block;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  footer .bottom ul {
    display: flex;
  }
  footer .bottom ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
footer .bottom .logo img {
  width: 100%;
  max-width: 233px;
}
@media only screen and (min-width: 992px) {
  footer .bottom .logo img {
    max-width: 190px;
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 5px;
}

.wpcf7-spinner {
  background-color: #FF6A13 !important;
  position: absolute !important;
  right: 0;
  top: 10px;
}
@media only screen and (min-width: 992px) {
  .wpcf7-spinner {
    top: 15px;
  }
}

.wpcf7 form .wpcf7-response-output {
  padding: 0 !important;
  border: 0 !important;
  text-align: center;
  font-weight: 600;
}

.grecaptcha-badge {
  display: none !important;
}

.search-filter-results .search-filter-scroll-loading {
  text-align: center;
  margin: 20px auto;
  border-right-color: #FF6A13;
}

.password-field-container {
  max-width: 475px;
}
.password-field-container .btn {
  min-width: 190px;
}

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