::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.top_image {
  position: relative;
}
.top_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.top_image .image_figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  z-index: 0;
}
.top_image .image_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_image .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.top_image .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_image .row {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.top_image * {
  color: #fff;
}
.top_image h1 {
  padding-bottom: 0;
  margin-bottom: -23px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top_image h1 {
    margin-bottom: 0;
  }
}
header {
  padding: 30px 0 35px;
  background: rgba(255, 255, 255, 0.94);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #cccecf;
}
@media (max-width: 1024px) {
  header {
    padding: 18px 0 15px;
  }
}
header .logo-header {
  width: 290px;
}
@media (max-width: 1024px) {
  header .logo-header {
    width: 150px;
  }
}
body.stick header {
  padding: 20px 0 20px;
}
@media (max-width: 1024px) {
  body.stick header {
    padding: 15px 0 12px;
  }
}
#wpadminbar {
  position: absolute;
}
footer {
  background: #cccecf;
  padding: 85px 155px 100px 155px;
}
@media (max-width: 1535px) {
  footer {
    padding: 85px 0 100px 0 !important;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0 40px 0 !important;
  }
}
footer .row {
  max-width: 100%;
}
@media (max-width: 1535px) {
  footer .row {
    max-width: 94%;
  }
}
footer .left-footer {
  flex-basis: 60%;
}
@media (max-width: 1024px) {
  footer .left-footer {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
footer .left-footer .logo-footer-wrap {
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  footer .left-footer .logo-footer-wrap {
    margin-bottom: 0px;
    width: 100%;
  }
}
footer .left-footer .logo-footer-wrap .logo-footer {
  width: 82px;
  margin-top: 20px;
  margin-right: 51px;
}
@media (max-width: 1024px) {
  footer .left-footer .logo-footer-wrap .logo-footer {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  footer .left-footer .logo-footer-wrap .logo-footer img {
    display: inline-block;
  }
}
footer .left-footer .logo-footer-wrap > div {
  flex: 1;
}
@media (max-width: 1024px) {
}
@media (max-width: 1024px) and (max-width: 1024px) {
  footer .left-footer .logo-footer-wrap > div {
    text-align: center;
  }
}
footer .left-footer .logo-footer-wrap h2 {
  font-weight: 300;
  line-height: 1.2;
}
footer .right-footer {
  flex-basis: 33%;
  position: relative;
  margin-top: -20px;
}
@media (max-width: 1024px) {
  footer .right-footer {
    flex-basis: 100%;
    margin-top: 0;
  }
}
footer .right-footer .wpcf7 .wpcf7-spinner {
  top: auto;
  bottom: 3px;
}
@media (max-width: 1024px) {
  footer .right-footer .wpcf7 .wpcf7-not-valid-tip {
    line-height: 52px;
  }
}
footer .soc-footer {
  position: static;
  margin-bottom: 25px;
  flex-basis: 100%;
}
@media (max-width: 1024px) {
  footer .soc-footer {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
footer .soc-footer h2 {
  color: #707070;
}
footer .soc-footer .soc-items {
  flex-basis: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  footer .soc-footer .soc-items {
    margin-bottom: 30px;
    display: block;
  }
}
footer .soc-footer .soc-items a {
  margin: 0 10px 0 0;
}
@media (max-width: 1024px) {
  footer .soc-footer .wpcf7 {
    width: 100%;
  }
}
footer .soc-footer form {
  text-align: left;
}
@media (max-width: 1024px) {
  footer .soc-footer input[type="text"], footer .soc-footer input[type="number"], footer .soc-footer input[type="email"], footer .soc-footer input[type="password"], footer .soc-footer input[type="search"], footer .soc-footer input[type="tel"], footer .soc-footer select, footer .soc-footer textarea {
    width: 100% !important;
  }
}
footer .soc-footer .wpcf7 h2 {
  color: #3f3a3a;
  padding-bottom: 5px;
  line-height: 1.3;
}
footer .soc-footer .wpcf7-not-valid-tip {
  line-height: 33px;
}
footer .soc-footer .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
form {
  position: relative;
}
@media (max-width: 1024px) {
  form {
    text-align: center;
  }
}
form label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  form input[type="text"], form input[type="number"], form input[type="email"], form input[type="password"], form input[type="search"], form input[type="tel"], form select, form textarea {
    text-align: center;
  }
}
.footer-menu {
  flex-basis: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-menu nav {
  padding: 0 90px;
  position: relative;
}
@media (max-width: 1535px) {
  .footer-menu nav {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .footer-menu nav {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.footer-menu nav:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #000;
}
@media (max-width: 1024px) {
  .footer-menu nav:before {
    display: none;
  }
}
.footer-menu nav:first-child {
  padding-left: 0;
}
.footer-menu nav:last-child:before {
  display: none;
}
.footer-menu nav ul > li {
  margin-bottom: 10px;
  width: 100%;
}
.footer-menu nav ul > li:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .footer-menu nav ul > li:last-child {
    margin-bottom: 10px;
  }
}
.footer-menu nav ul > li > a {
  display: inline-block;
  color: #3f3a3a;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.footer-menu nav ul > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #3f3a3a;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-menu nav ul > li > a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.footer-menu nav ul > li.current-menu-item > a:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.button-block {
  text-align: center;
}
.pic-box {
  text-align: center;
}
.pic-box .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pic-box .pic-figure {
  padding: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .pic-box .pic-figure {
    padding: 20px;
  }
}
.pic-box .pic-figure:before {
  content: "";
  background: url("../img/ggg.svg");
  background-size: 100%;
  width: 98px;
  height: 98px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .pic-box .pic-figure:before {
    width: 30px;
    height: 30px;
  }
}
.pic-box .pic-figure:after {
  content: "";
  background: url("../img/ggg.svg");
  background-size: 100%;
  width: 98px;
  height: 98px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .pic-box .pic-figure:after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .three-column-block {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }
}
.three-column-block .three-column-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.three-column-block .three-column-items .three-column-item {
  width: 33.3%;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .three-column-block .three-column-items .three-column-item {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .three-column-block .three-column-items .three-column-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.three-column-block .three-column-items .three-column-item:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #707070;
}
@media (max-width: 768px) {
  .three-column-block .three-column-items .three-column-item:before {
    right: 0;
    left: 0;
    top: auto;
    bottom: -10px;
    width: 100%;
    height: 1px;
  }
}
.three-column-block .three-column-items .three-column-item p {
  line-height: 1.5;
}
.three-column-block .three-column-items .three-column-item:last-child:before {
  display: none;
}
.image-block-box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .image-block-box {
    height: auto !important;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .image-block-box {
    min-height: 300px;
  }
}
.image-block-box .overlay {
  width: 35%;
  left: auto;
}
@media (max-width: 768px) {
  .background-image-block {
    height: 400px !important;
  }
}
.background-image-block .image-box {
  height: 100%;
}
.background-image-block .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-images-block .image-1 {
  text-align: right;
}
.three-images-block .image-1 > div {
  width: 60%;
  height: 804px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .three-images-block .image-1 > div {
    width: 100%;
    height: 400px;
  }
}
.three-images-block .image-2 {
  text-align: left;
  margin-top: -200px;
}
@media (max-width: 1024px) {
  .three-images-block .image-2 {
    margin-top: 0;
  }
}
.three-images-block .image-2 > div {
  width: 35%;
  height: 870px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .three-images-block .image-2 > div {
    width: 100%;
    height: 400px;
  }
}
.three-images-block .image-3 {
  text-align: right;
  margin-top: -200px;
  margin-right: 100px;
}
@media (max-width: 1024px) {
  .three-images-block .image-3 {
    margin-top: 0;
    margin-right: 0;
  }
}
.three-images-block .image-3 > div {
  width: 30%;
  height: 804px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .three-images-block .image-3 > div {
    width: 100%;
    height: 400px;
  }
}
.three-images-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-images-block {
  display: flex;
  align-items: flex-end;
  padding-top: 400px;
  position: relative;
}
@media (max-width: 1024px) {
  .two-images-block {
    padding-top: 100px;
  }
}
.two-images-block .overlay {
  bottom: auto;
  height: 500px;
}
@media (max-width: 1024px) {
  .two-images-block .overlay {
    height: 200px;
  }
}
.two-images-block .flex {
  flex-basis: 100%;
  justify-content: flex-end;
}
.two-images-block figure {
  width: 35%;
  height: 717px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .two-images-block figure {
    margin-right: 0;
    width: 100%;
    height: 400px;
  }
}
.two-images-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1700px) {
  .image-slider-gallery {
    height: 600px !important;
  }
}
@media (max-width: 1024px) {
  .image-slider-gallery {
    height: 400px !important;
  }
}
.image-slider-gallery .swiper {
  height: 100%;
}
.image-slider-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.image-slider-gallery .swiper-slide .image_figure {
  width: 100%;
  height: 100%;
}
.image-slider-gallery .swiper-slide .image_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider-gallery .swiper-slide .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.image-slider-gallery .swiper-slide .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-slider-gallery .swiper-slide .row {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.image-slider-gallery .swiper-slide * {
  color: #fff;
}
.image-slider-gallery .swiper-slide h1 {
  padding-bottom: 0;
  margin-bottom: -23px;
  line-height: 1;
}
.swiper-pagination {
  bottom: 80px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 0;
  margin: 0 25px !important;
}
.video-block {
  position: relative;
}
@media (max-width: 1700px) {
  .video-block {
    height: 600px !important;
  }
}
@media (max-width: 1024px) {
  .video-block {
    height: 400px !important;
  }
}
.video-block .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.video-block .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headlineimage_one {
  position: relative;
  overflow: hidden;
}
.headlineimage_one .overlay-text {
  width: 740px;
  max-width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 20px 100px 180px;
  position: relative;
  z-index: 1;
  right: 20px;
}
@media (max-width: 1024px) {
  .headlineimage_one .overlay-text {
    height: auto !important;
    min-height: 400px;
    padding: 0px 20px 10px 10px;
  }
}
.headlineimage_one .overlay-text * {
  color: #fff;
}
.headlineimage_one .pic-figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 900px;
  z-index: 0;
}
.headlineimage_one .pic-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headline_images-block .headline-left {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .headline_images-block .headline-left {
    flex-basis: 100%;
  }
}
.headline_images-block .headline-left .text {
  width: 100%;
  max-width: 100%;
  margin-bottom: 150px;
  padding-left: 100px;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .headline_images-block .headline-left .text {
    width: 100%;
    margin-bottom: 0;
  }
}
.headline_images-block .headline-left p {
  font-size: 50px;
  line-height: 65px;
  color: #000;
}
@media (max-width: 1024px) {
  .headline_images-block .headline-left p {
    font-size: 35px;
  }
}
.headline_images-block .headline-left .image-1 {
  position: relative;
  padding: 0 0 100px 100px;
}
@media (max-width: 1024px) {
  .headline_images-block .headline-left .image-1 {
    padding: 20px 20px 20px 20px;
  }
}
.headline_images-block .headline-left .image-1:before {
  content: "";
  background: url(../img/ggg.svg);
  background-size: 100%;
  width: 98px;
  height: 98px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .headline_images-block .headline-left .image-1:before {
    width: 30px;
    height: 30px;
  }
}
.headline_images-block .headline-right {
  flex-basis: 50%;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .headline_images-block .headline-right {
    flex-basis: 100%;
  }
}
.headline_images-block .headline-right .image-2 {
  position: relative;
  padding: 100px 100px 0 0;
}
@media (max-width: 1024px) {
  .headline_images-block .headline-right .image-2 {
    padding: 20px 20px 20px 20px;
  }
}
.headline_images-block .headline-right .image-2:before {
  content: "";
  background: url(../img/ggg.svg);
  background-size: 100%;
  width: 98px;
  height: 98px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .headline_images-block .headline-right .image-2:before {
    width: 30px;
    height: 30px;
  }
}
.headline_images-block .headline-right .text {
  min-height: 600px;
}
@media (max-width: 1024px) {
  .headline_images-block .headline-right .text {
    min-height: 1px;
  }
}
@media (max-width: 1024px) {
  .headline_images-block .headline-right .text p br {
    display: none;
  }
}
.headline_images-block .headline-right .text > div {
  width: 400px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .headline_images-block .headline-right .text > div {
    width: 100%;
    margin-bottom: 0;
  }
}
.headline_images-block .headline-button {
  text-align: center;
}
.posts_grid_wrap {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .posts_grid_wrap {
    margin: 40px 0;
  }
}
.posts_grid_wrap .row > h2 {
  text-align: center;
  font-size: 38px;
}
.posts_grid_wrap .row > h2:before {
  display: none;
}
.posts_grid_wrap .categories-list {
  margin-bottom: 30px;
}
.posts_grid_wrap .categories-list li {
  margin: 5px 10px;
}
.posts_grid_wrap .categories-list li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 13.906px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding: 15px 50px 15px 50px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0 !important;
  margin: 15px 0;
  text-decoration: none;
  background: rgba(80, 78, 78, 1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-align: center;
}
.posts_grid_wrap .categories-list li a:hover {
  background: rgba(80, 78, 78, 0.8);
  color: #fff;
}
.posts_grid_wrap .categories-list li.current-cat a {
  background: rgba(80, 78, 78, 0.8);
  color: #fff;
}
.posts_grid_wrap .posts_grid_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;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-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%;
}
.posts_grid_wrap .posts_grid_items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .posts_grid_wrap .posts_grid_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;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-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.5%;
    width: 101%;
  }
  .posts_grid_wrap .posts_grid_items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 767px) {
  .posts_grid_wrap .posts_grid_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;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-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.5%;
    width: 101%;
  }
  .posts_grid_wrap .posts_grid_items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.posts_grid_wrap .posts_grid_items .posts_grid_item {
  position: relative;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .thumb {
  display: block;
  height: 240px;
  margin-bottom: 10px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info {
  padding: 0 0 30px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info span {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 15px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info h3 em, .posts_grid_wrap .posts_grid_items .posts_grid_item .info h3 br {
  display: none;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info .read_more {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-position: 0 4rem;
  background-size: 4px 4px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 9px 26px 9px 3px;
  line-height: 22px;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info .read_more .html-arrow-right {
  position: absolute;
  right: 5px;
  top: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info .read_more:hover .html-arrow-right {
  right: 0;
}
.pagenavi__wrapper {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pagenavi__wrapper {
    margin-top: 0;
  }
}
.pagenavi__wrapper a, .pagenavi__wrapper span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
  color: rgba(80, 78, 78, 1);
  width: 30px;
  height: 30px;
  line-height: 23px;
  display: inline-block;
}
.pagenavi__wrapper a {
  border: 1px solid rgba(80, 78, 78, 1);
}
.pagenavi__wrapper .current, .pagenavi__wrapper a:hover {
  color: #fff;
  border-color: rgba(80, 78, 78, 1);
  background: rgba(80, 78, 78, 1);
}
.top-banner__section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 70px;
}
@media (max-width: 1024px) {
  .top-banner__section {
    padding: 40px 40px 70px;
    min-height: 550px !important;
  }
}
@media (max-width: 768px) {
  .top-banner__section {
    min-height: 450px !important;
  }
}
@media (max-width: 576px) {
  .top-banner__section {
    min-height: 350px !important;
  }
}
.top-banner__section.single-post-banner {
  min-height: 700px;
}
@media (max-width: 1024px) {
  .top-banner__section.single-post-banner {
    padding: 40px 40px 70px;
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .top-banner__section.single-post-banner {
    min-height: 450px;
  }
}
@media (max-width: 576px) {
  .top-banner__section.single-post-banner {
    min-height: 350px;
  }
}
.top-banner__section .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.top-banner__section .embed-video 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%);
}
.top-banner__section .banner-text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.top-banner__section .banner-text-center h1, .top-banner__section .banner-text-center h2, .top-banner__section .banner-text-center h3, .top-banner__section .banner-text-center h4, .top-banner__section .banner-text-center h5, .top-banner__section .banner-text-center h6 {
  padding-bottom: 0;
}
.top-banner__section .banner-left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.top-banner__section .banner-left-text h2 {
  font-size: 50px;
}
.top-banner__section .banner-left-text h2:before {
  display: none;
}
@media (max-width: 767px) {
  .top-banner__section .banner-left-text h2 {
    font-size: 30px;
  }
}
.top-banner__section .scroll-down-btn {
  bottom: 70px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
@media (max-width: 767px) {
  .top-banner__section .scroll-down-btn {
    width: 25px;
    height: 25px;
    bottom: 20px;
  }
}
.top-banner__section .scroll-down-btn .img_svg path {
  fill: #fff;
}
.banner-left-text h1 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  .banner-left-text h1 {
    font-size: 50px !important;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .banner-left-text h1 {
    font-size: 40px !important;
  }
}
.content-single-post {
  padding: 5vh 3vw;
}
.text-image-no-wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.text-image-no-wrap .image {
  -webkit-flex-basis: 56%;
  -moz-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
  min-height: 440px;
}
@media (max-width: 1024px) {
  .text-image-no-wrap .image {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .text-image-no-wrap .image {
    height: 300px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.text-image-no-wrap .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 65px;
}
@media (max-width: 1024px) {
  .text-image-no-wrap .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .text-image-no-wrap .text-wrapper {
    padding: 0 30px 40px;
  }
}
.text-image-no-wrap .text {
  max-width: 350px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .text-image-no-wrap .text {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
.text-image-no-wrap .text h2 {
  margin-bottom: 22px;
}
.text-image-no-wrap .text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.text-image-no-wrap.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.text-image-no-wrap.reverse .text {
  margin-left: initial;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .text-image-no-wrap.reverse .text {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .text-image-no-wrap.reverse .text {
    margin: 0 auto;
  }
}
.team-box {
  margin: 80px 0;
}
.team-box .row1050 {
  width: 1050px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.team-box h2 {
  text-align: center;
}
.team-box .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .team-box .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .team-box .team-grid {
    grid-template-columns: repeat(1, 400px);
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .team-box .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-box .team-grid .teammate {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.team-box .team-grid .teammate .photo {
  position: relative;
}
.team-box .team-grid .teammate .photo:after {
  content: "";
  display: block;
  padding-bottom: 96.6%;
}
.team-box .team-grid .teammate .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.team-box .team-grid .teammate .name-wrap {
  padding: 45px;
}
@media (max-width: 1024px) {
  .team-box .team-grid .teammate .name-wrap {
    padding: 20px;
  }
}
.team-box .team-grid .teammate .name-wrap span {
  display: block;
}
.team-box .team-grid .teammate .name-wrap span.name {
  font-size: 20px;
  padding-bottom: 5px;
}
.team-box .team-grid .teammate .name-wrap span.postion {
  font-size: 15px;
}
.teammate-popup {
  max-width: 550px;
  padding: 60px 80px;
  position: relative;
}
@media (max-width: 768px) {
  .teammate-popup {
    padding: 40px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .teammate-popup {
    padding: 20px;
  }
}
.teammate-popup .info .name {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.teammate-popup .info .name h3 {
  padding-bottom: 15px;
}
.teammate-popup .carousel__button.is-close {
  position: absolute;
  top: -25px;
  right: -25px;
  left: auto;
  z-index: 20;
  transform: none;
}
@media (max-width: 768px) {
  .teammate-popup .carousel__button.is-close {
    right: 0;
    top: 0;
  }
}
.contact-items {
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .contact-items {
    justify-content: center;
  }
}
.contact-items .contact-item {
  padding: 0 35px;
  position: relative;
}
@media (max-width: 1850px) {
  .contact-items .contact-item {
    padding: 0 25px;
  }
}
@media (max-width: 1750px) {
  .contact-items .contact-item {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .contact-items .contact-item {
    flex-basis: 100%;
    padding: 0 0 10px;
    text-align: center;
  }
  .contact-items .contact-item:before {
    display: none;
  }
}
.contact-items .contact-item:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #000;
}
.contact-items .contact-item:first-child {
  padding-left: 0;
}
.contact-items .contact-item:last-child:before {
  display: none;
}
.contact-items .contact-item p {
  color: #3f3a3a;
  font-size: 15px;
  padding-bottom: 0;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
@media (max-width: 768px) {
  .one-column-block {
    margin: 40px 0 !important;
  }
}
.one-column-block .text {
  max-width: 1400px;
  margin: 0 auto;
}
.image-left-right-block {
  padding: 0 125px;
}
@media (max-width: 1024px) {
  .image-left-right-block {
    padding: 0 0;
  }
}
.image-left-right-block figure {
  max-width: 1065px;
}
@media (max-width: 1024px) {
  .image-left-right-block figure {
    max-width: 100%;
  }
}
.image-left-right-block.right figure {
  margin-left: auto;
}
.text-image-box-block {
  position: relative;
}
.text-image-box-block .row {
  max-width: 1200px;
}
.text-image-box-block .overlay {
  bottom: auto;
  height: 500px;
  padding: 160px 0 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .text-image-box-block .overlay {
    padding: 80px 0 120px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .text-image-box-block .overlay {
    padding: 60px 0 120px;
  }
}
@media (max-width: 576px) {
  .text-image-box-block .overlay {
    padding: 40px 0 120px;
  }
}
.text-image-box-block .image-wrapper {
  width: 817px;
  max-width: 100%;
  margin-top: -100px;
}
.text-image-box-block-two {
  position: relative;
}
.text-image-box-block-two .overlay {
  bottom: auto;
  height: 500px;
  padding: 160px 0 130px;
  position: relative;
}
@media (max-width: 1024px) {
  .text-image-box-block-two .overlay {
    padding: 80px 0 130px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .text-image-box-block-two .overlay {
    padding: 60px 0 130px;
  }
}
@media (max-width: 576px) {
  .text-image-box-block-two .overlay {
    padding: 40px 0 130px;
  }
}
.text-image-box-block-two .overlay .text-image-box .row .text {
  max-width: 560px;
}
.text-image-box-block-two .image-wrapper {
  max-width: 56%;
  margin-left: auto;
  margin-top: -150px;
}
@media (max-width: 1024px) {
  .text-image-box-block-two .image-wrapper {
    max-width: 100%;
    margin-top: -100px;
  }
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.tabs-block {
  background: #fff;
}
.tabs-block .row {
  width: 1678px;
}
.tabs-block .tabs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 52px 0;
  border-bottom: 1px solid #5f5f5f;
  position: relative;
}
@media (max-width: 1024px) {
  .tabs-block .tabs {
    margin-bottom: 30px;
  }
}
.tabs-block .tabs::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -39px;
  width: 40px;
  height: 1px;
  background-color: #5f5f5f;
  z-index: 9;
}
@media (max-width: 768px) {
  .tabs-block .tabs::before {
    display: none;
  }
}
.tabs-block .tabs::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -39px;
  width: 40px;
  height: 1px;
  background-color: #5f5f5f;
  z-index: 9;
}
@media (max-width: 768px) {
  .tabs-block .tabs::after {
    display: none;
  }
}
.tabs-block .tabs .tab-title {
  padding: 20px 50px 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .tabs-block .tabs .tab-title {
    padding: 15px 15px 15px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .tabs-block .tabs .tab-title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: 1px solid #5f5f5f;
    border-bottom: 0;
  }
}
.tabs-block .tabs .tab-title.active {
  border: 1px solid #5f5f5f;
  border-bottom: 0;
  font-weight: 700;
}
.tabs-block .tabs .tab-title.active:before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 10px;
  width: 100%;
  background: #fff;
  left: 0;
}
@media (max-width: 768px) {
  .tabs-block .tabs .tab-title.active:before {
    display: none;
  }
}
.tabs-block .tab-content {
  display: none;
  padding: 0 50px;
}
.tabs-block .tab-content .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;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-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%;
}
.tabs-block .tab-content .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .tabs-block .tab-content .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;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-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%;
  }
  .tabs-block .tab-content .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .tabs-block .tab-content .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;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-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%;
  }
  .tabs-block .tab-content .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.tabs-block .tab-content .items .text {
  margin: 0 auto 30px;
}
@media (max-width: 1024px) {
  .tabs-block .tab-content .items .text {
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .tabs-block .tab-content .items .text {
    max-width: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .tabs-block .tab-content .items .text br {
    display: none;
  }
}
.tabs-block .more-button {
  text-align: center;
}
.headline-two-image {
  position: relative;
  overflow: hidden;
}
.headline-two-image .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.headline-two-image .overlay {
  z-index: 0;
  position: absolute;
  width: 53%;
  left: auto;
  height: 100%;
  bottom: 100px;
  right: 0;
}
@media (max-width: 1440px) {
  .headline-two-image .overlay {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .headline-two-image .overlay {
    bottom: 0;
    width: 100%;
    top: 490px;
  }
}
@media (max-width: 768px) {
  .headline-two-image .overlay {
    display: none;
  }
}
.headline-two-image .image-box {
  margin-top: 100px;
  -webkit-flex-basis: 53%;
  -moz-flex-basis: 53%;
  -ms-flex-preferred-size: 53%;
  flex-basis: 53%;
  position: relative;
  z-index: -1;
}
@media (max-width: 1240px) {
  .headline-two-image .image-box {
    -webkit-flex-basis: 53%;
    -moz-flex-basis: 53%;
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .headline-two-image .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.headline-two-image .image-box img {
  width: 100%;
  height: 100%;
  min-height: 995px;
  object-fit: cover;
}
@media (max-width: 1240px) {
  .headline-two-image .image-box img {
    min-height: 800px;
  }
}
@media (max-width: 1024px) {
  .headline-two-image .image-box img {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .headline-two-image .image-box img {
    min-height: 300px;
  }
}
.headline-two-image .text-box {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .headline-two-image .text-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 30px;
    width: 1024px;
    max-width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .headline-two-image .text-box {
    z-index: 1;
  }
}
.headline-two-image .text-box .text {
  margin: 0 auto 50px;
  max-width: 480px;
}
@media (max-width: 1024px) {
  .headline-two-image .text-box .text {
    margin: 0 auto 10px;
    max-width: none;
  }
}
.headline-two-image .text-box .text h4 {
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1240px) {
  .headline-two-image .text-box .text h4 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .headline-two-image .text-box .text h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .headline-two-image .text-box .text h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .headline-two-image .text-box .text br {
    display: none;
  }
}
.headline-two-image .text-box .headline-button {
  text-align: center;
}
