/*!
Theme Name: HycAero
Theme URI: http://hycaero.com
Author: OnDesign
Author URI: http://ondesign.co.uk
Description: Responsive WordPress theme for HycAero.
Version: 1.0.0
Text Domain: hycrome
*/
@font-face {
  font-family: 'N27';
  src: url('assets/fonts/N27-Light.woff2') format('woff2'), url('assets/fonts/N27-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('assets/fonts/N27-Regular.woff2') format('woff2'), url('assets/fonts/N27-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('assets/fonts/N27-Bold.woff2') format('woff2'), url('assets/fonts/N27-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000000;
}
body {
  font-family: 'N27', sans-serif;
  height: 100%;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  animation: myfadeInAnimation 0.8s;
}
@keyframe myfadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes myfadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  background-color: transparent;
}
a:hover,
a:active {
  outline: 0;
}
a,
.trans {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.normal-link {
  color: #FFFFFF;
}
.normal-link:hover {
  color: #00EA7A;
}
.dark-link {
  color: #000000;
}
.dark-link:hover {
  text-decoration: underline;
}
#page {
  background: #111111;
  color: #FFFFFF;
  width: 100%;
}
.home-main {
  width: 100vw;
}
.home-main .home-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  left: 45px;
  color: #FFFFFF;
  font-size: 65px;
  line-height: 68px;
  font-weight: 500;
  z-index: 2;
}
@media only screen and (max-width: 1600px) {
  .home-main .home-text {
    font-size: 4.5vw;
    line-height: 4.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .home-main .home-text {
    left: 12px;
    font-size: 38px;
    line-height: 40px;
  }
}
.text-green {
  color: #00EA7A;
}
.vertical {
  position: fixed;
  right: 180px;
  width: 1px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 32;
}
@media only screen and (max-width: 768px) {
  .vertical {
    right: 65px;
  }
}
a.button {
  padding: 15px 30px;
  display: inline-block;
  background: #000000;
  color: #FFFFFF;
  margin: 15px 0;
}
a.button:hover {
  color: #000000;
  background: #FFFFFF;
}
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  opacity: 0.3;
  transform: translateX(-50%) translateY(-50%);
  background: #000000;
  background-size: cover;
  transition: 1s opacity;
}
@media only screen and (max-width: 768px) {
  video {
    opacity: 0.4;
  }
}
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 30vh;
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, rgba(17, 17, 17, 0) 100%);
  z-index: 2;
}
.plain-page header {
  background: #000000;
}
.plain-page header .header-overlay {
  display: none;
}
.plain-page .vertical {
  width: 1px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 180px;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .plain-page .vertical {
    display: none;
  }
}
.plain-page .content {
  margin: 130px 210px 0px 30px;
}
@media only screen and (max-width: 768px) {
  .plain-page .content {
    margin: 92px 12px 0 12px;
  }
}
.plain-page .content-inner {
  background: #ECEFF1;
  padding: 60px;
  max-width: 1000px;
  margin: 0 auto;
  color: #4D5258;
}
@media only screen and (max-width: 768px) {
  .plain-page .content-inner {
    padding: 20px;
    font-size: 14px;
  }
}
.plain-page .content-inner h3 {
  color: #000000;
  font-size: 28px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .plain-page .content-inner h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.plain-page .content-inner a {
  color: #000000;
}
.plain-page .content-inner a:hover {
  text-decoration: underline;
}
.meet-the-team {
  background: #000000;
  z-index: 5;
  position: relative;
}
.meet-the-team__grid {
  padding: 60px 30px;
  margin-right: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .meet-the-team__grid {
    margin-right: 0;
  }
}
.meet-the-team__grid .team-card {
  width: calc(25% - 30px);
  margin: 15px;
  background: #111111;
  transition: all 0.5s ease;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .meet-the-team__grid .team-card {
    width: calc(33.33% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .meet-the-team__grid .team-card {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 520px) {
  .meet-the-team__grid .team-card {
    width: 100%;
  }
}
.meet-the-team__grid .team-card__image {
  padding-bottom: 130%;
  background-size: cover;
  background-position: top;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.5s ease;
}
.meet-the-team__grid .team-card:hover {
  transform: scale(1.04);
}
.meet-the-team__grid .team-card:hover .team-card__image {
  opacity: 0.8;
  -webkit-filter: grayscale(30%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(30%);
}
.meet-the-team__grid .team-card__info {
  color: #FFFFFF;
  padding: 15px;
}
.meet-the-team__grid .team-card__info h3 {
  margin: 0;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 300;
}
.meet-the-team__grid .team-card__info h4 {
  margin: 0;
  font-size: 14px;
  color: #00EA7A;
  font-weight: 300;
  margin-bottom: 60px;
}
.meet-the-team__grid .team-card__info .contact-links {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.meet-the-team__grid .team-card__info .contact-links a:hover svg .cls-1 {
  fill: #00EA7A;
}
.meet-the-team__grid .team-card__info svg {
  height: 25px;
  width: auto;
  margin-right: 15px;
}
.meet-the-team__grid .team-card__info svg .cls-1 {
  transition: all 0.5s ease;
}
.meet-the-team .horizontal-1 {
  position: absolute;
  bottom: 0;
  width: calc(100% + 60px);
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-left: -60px;
}
@media only screen and (max-width: 1024px) {
  .meet-the-team .horizontal-1 {
    width: calc(100% + 60px);
  }
}
.meet-the-team h2 {
  color: #00EA7A;
  font-weight: 300;
  font-size: 32px;
  margin: 0 0 30px 60px;
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .meet-the-team h2 {
    font-size: 24px;
  }
}
.meet-the-team .horizontal-2 {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-left: -180px;
}
@media only screen and (max-width: 1024px) {
  .meet-the-team .horizontal-2 {
    width: calc(100%);
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .post-template-default .vertical {
    display: none;
  }
}
.news-intro {
  width: calc(100% - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  text-align: center;
  height: 40vh;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .news-intro {
    width: calc(100%);
    margin-top: 80px;
  }
}
.news-intro h1 {
  margin: 0;
  color: #FFFFFF;
  font-weight: 300;
  z-index: 1;
  font-size: 48px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .news-intro h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .news-intro h1 {
    font-size: 24px;
  }
}
.news-intro h2 {
  color: #00EA7A;
  font-size: 16px;
  display: block;
  z-index: 1;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .news-intro h2 {
    font-size: 14px;
  }
}
.news-intro__overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(0);
  opacity: 0.3;
}
@media only screen and (max-width: 768px) {
  .blog .news-intro {
    width: calc(100% - 65px);
  }
}
.news-listing {
  background: transparent;
}
.news-listing__grid {
  background: transparent;
  width: calc(100% - 260px);
  margin-left: 40px;
  padding: 0 0 100px 0;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .news-listing__grid {
    width: calc(100% - 65px);
    margin-left: 0px;
  }
}
.news-listing .news-button {
  background: #00EA7A;
  color: #000000;
  margin: 20px 40px;
  position: absolute;
  bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .news-listing .news-button {
    margin: 30px 15px;
    font-size: 15px;
    padding: 10px 15px;
  }
}
.news-listing .news-button i.fa-chevron-left {
  margin-right: 15px;
  font-size: 14px;
}
.news-listing .news-button i.fa-chevron-right {
  margin-left: 15px;
  font-size: 14px;
}
.news-listing .news-button.news-button-prev {
  right: 180px;
}
@media only screen and (max-width: 768px) {
  .news-listing .news-button.news-button-prev {
    right: 65px;
  }
}
.news-listing .news-button.news-button-next {
  left: 0px;
}
@media only screen and (max-width: 1024px) {
  .news-listing .team-card {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .news-listing .team-card {
    width: 100%;
    margin-bottom: 0px;
  }
}
.news-listing .team-card__image {
  padding-bottom: 70%;
}
.news-listing .team-card__info h3 {
  color: #FFFFFF;
}
.news-listing .team-card__info h4 {
  margin-bottom: 0;
}
.news-listing .team-card__info p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  opacity: 0.6;
  transition: all 0.5s ease;
}
.news-listing .team-card .button {
  background: #00EA7A;
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  color: #000000;
  transition: all 0.5s ease;
}
.news-listing .team-card:hover .team-card__info p {
  opacity: 1;
}
.news-listing .team-card:hover .button {
  background: #FFFFFF;
}
.news-inner {
  width: calc(100% - 180px);
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .news-inner {
    width: calc(100%);
    padding: 15px;
  }
}
.news-inner__inner {
  margin: -120px auto 40px auto;
  z-index: 1;
  position: relative;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .news-inner__inner {
    margin: -40px auto 0px auto;
  }
}
.news-inner__text {
  background: #ECEFF1;
  padding: 60px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .news-inner__text {
    padding: 20px;
    font-size: 15px;
  }
}
.news-inner__image {
  padding-bottom: 50%;
  background-position: center;
  background-size: cover;
}
.news-inner .wp-block-image {
  margin-left: -60px;
  margin-right: -60px;
  width: calc(100% + 120px);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .news-inner .wp-block-image {
    margin-left: -20px;
    margin-right: -15px;
    width: calc(100% + 40px);
  }
}
.blog .footer__line {
  display: none;
}
.wp-block-quote {
  border-left: 2px #00EA7A solid;
  margin: 0;
  padding: 0 0 0 30px;
  color: #555;
}
.post-template-default header {
  background: #000000;
}
.post-template-default .header-overlay {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 50;
  transition: background 0.5s ease;
}
header.dark {
  background: #111111;
}
header .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 22vh;
  width: 100%;
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, rgba(17, 17, 17, 0) 100%);
  transition: all 0.5s ease;
  pointer-events: none;
}
header .header-line {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}
header .logo {
  position: absolute;
  left: 40px;
  line-height: 0;
  width: 187px;
  height: 53px;
  background: url('assets/images/hycrome.svg');
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  header .logo {
    left: 15px;
  }
}
header .menu {
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  header .menu {
    display: none;
  }
}
header .menu .mega-hide-desktop {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  header .menu .mega-hide-desktop {
    display: block !important;
  }
}
header .menu span.mega-indicator {
  color: #00EA7A !important;
}
header .menu li.mega-menu-item span.mega-indicator::after {
  transition: transform 0.3s ease;
}
header .menu li.mega-menu-item.mega-toggle-on span.mega-indicator::after {
  transform: rotate(180deg) !important;
}
header .menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 300;
}
header .menu .mega-sub-menu {
  right: 0px !important;
  padding-bottom: 5px !important;
  padding-top: 20px !important;
  transition: all 0.5s ease !important;
  transform: translateY(40px) !important;
}
header .menu .mega-sub-menu li a {
  font-size: 20px !important;
  text-align: right !important;
  padding: 0px 20px 10px 20px !important;
  background: transparent !important;
  transition: background 0.5s ease, color 0.5s ease !important;
  color: #FFFFFF !important;
  font-weight: 200 !important;
}
@media only screen and (max-width: 1024px) {
  header .menu .mega-sub-menu li a {
    font-size: 17px !important;
    padding: 0 0 5px 0 !important;
  }
}
header .menu .mega-sub-menu li a:hover {
  color: #00EA7A !important;
}
header .menu .mega-sub-menu li:first-child a {
  padding: 10px 20px 10px 20px !important;
}
header .mobile-menu {
  background: #00EA7A;
  width: 65px;
  height: 80px;
  cursor: pointer;
  transition: background 0.5s ease;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
header .mobile-menu__trigger {
  height: 10px;
  width: 25px;
  display: inline-block;
  position: relative;
}
header .mobile-menu__trigger::before {
  content: '';
  width: 100%;
  top: 0;
  position: absolute;
  height: 2px;
  background: #000000;
  transition: transform 0.5s ease;
}
header .mobile-menu__trigger::after {
  content: '';
  width: 100%;
  bottom: 0;
  position: absolute;
  height: 2px;
  background: #000000;
  transition: transform 0.5s ease;
}
header .mobile-menu.active .mobile-menu__trigger::before {
  transform: rotate(45deg) translate(2px, 2px);
}
header .mobile-menu.active .mobile-menu__trigger::after {
  transform: rotate(-45deg) translate(4px, -3px);
}
@media only screen and (max-width: 768px) {
  header .mobile-menu {
    display: flex;
  }
}
header .mobile-menu:hover {
  background: #FFFFFF;
}
header .contact-button {
  height: 100%;
  width: 180px;
  background: #00EA7A;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.5s ease;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  header .contact-button {
    display: none;
  }
}
header .contact-button span {
  color: #111111;
  transition: transform 0.5s ease;
}
header .contact-button:hover {
  background: #FFFFFF;
}
header .contact-button:hover span {
  color: #000000;
}
.scrolled header .menu .mega-sub-menu,
.page-id-28 header .menu .mega-sub-menu,
.plain-page header .menu .mega-sub-menu {
  transform: translateY(-15px) !important;
}
.scrolled header .menu .mega-sub-menu li a,
.page-id-28 header .menu .mega-sub-menu li a,
.plain-page header .menu .mega-sub-menu li a {
  background: #000 !important;
}
.mob-menu {
  background: #00EA7A;
  width: 100vw;
  height: 100%;
  z-index: 20;
  position: fixed;
  transition: top 0.5s ease;
  top: -150%;
  display: none;
  padding-top: 100px;
  z-index: 10;
}
.mob-menu #mega-menu-main-menu {
  background: transparent !important;
}
.mob-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  font-weight: 700 !important;
}
.mob-menu li.mega-menu-item {
  width: calc(100% - 11px) !important;
  margin-left: 11px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mob-menu li.mega-menu-item a {
  height: auto !important;
  color: #000000 !important;
  font-size: 22px !important;
  padding: 5px 21px 5px 5px !important;
}
.mob-menu li.mega-menu-item.mega-toggle-on a {
  background: transparent !important;
}
.mob-menu li.mega-menu-item ul.mega-sub-menu li {
  margin: 0 !important;
  border-bottom: none !important;
}
.mob-menu li.mega-menu-item ul.mega-sub-menu li:first-child {
  padding-top: 12px !important;
}
.mob-menu li.mega-menu-item ul.mega-sub-menu a {
  font-size: 15px !important;
  line-height: 15px;
  padding: 0px 3px !important;
  font-weight: 300 !important;
}
@media only screen and (max-width: 768px) {
  .mob-menu {
    display: block;
  }
}
.mob-menu #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  transition: transform 0.3s ease;
}
.mob-menu #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  content: '\f347' !important;
  transform: rotate(180deg);
}
.mob-menu-open header {
  background: transparent !important;
}
.mob-menu-open footer {
  background: transparent !important;
}
.mob-menu-open .header-overlay {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .mob-menu-open .mob-menu {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mob-menu-open .logo {
    background: url('assets/images/hycrome-dark.svg');
  }
}
.home header.dark {
  background: transparent !important;
}
.page-id-28 .header-overlay {
  opacity: 0;
  pointer-events: none;
}
.page-id-60 header,
.blog header {
  background: #000000;
}
.blog .header-overlay {
  display: none;
}
.socials {
  position: fixed;
  width: 180px;
  text-align: center;
  padding-bottom: 30px;
  right: 0;
  bottom: 0;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  .socials {
    display: none;
  }
}
.socials a {
  width: 40px;
  height: 40px;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.1);
  color: #00EA7A;
  border-radius: 60px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.socials a:hover {
  color: #000000;
  background: #00EA7A;
}
.mob-menu .socials {
  position: relative;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-top: 30px;
}
.mob-menu .socials a {
  background: #000000;
  color: #00EA7A;
}
.mob-menu .socials a:hover {
  background: #FFFFFF;
}
.rename-banner {
  position: fixed;
  top: 50%;
  transform: translateY(-55%);
  right: 15px;
  background: #00EA7A;
  z-index: 60;
  padding: 30px;
  max-width: 450px;
  margin-top: 60px;
  transition: all 0.6s ease;
}
.rename-banner.closed {
  right: -500px;
}
@media only screen and (max-width: 1024px) {
  .rename-banner.closed {
    right: 10px;
    bottom: -500px;
  }
}
.rename-banner h3 {
  font-size: 30px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .rename-banner h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .rename-banner p {
    font-size: 15px;
    line-height: 18px;
    margin: 5px 0;
  }
}
.rename-banner a.button {
  display: inline-block;
  background: #000000;
  color: #FFFFFF;
  padding: 15px 30px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .rename-banner a.button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.rename-banner a.button:hover {
  color: #000000;
  background: #FFFFFF;
}
.rename-banner span.close {
  color: #000000;
  transition: all 0.5s ease;
  margin-left: 15px;
  cursor: pointer;
}
.rename-banner span.close:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .rename-banner span.close {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .rename-banner {
    right: 10px;
    transform: none;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    max-width: initial;
    top: auto;
  }
}
@media only screen and (max-width: 768px) {
  .rename-banner {
    padding: 10px 15px 15px 15px;
  }
}
#contact {
  position: fixed;
  top: 100px;
  right: 180px;
  left: 100%;
  min-height: 100%;
  background: #00EA7A;
  transition: all 0.5s ease;
  z-index: 60;
  color: #111111;
}
@media only screen and (max-width: 1024px) {
  #contact {
    position: absolute;
    padding-bottom: 60px;
    overflow: hidden;
    z-index: 60;
  }
}
#contact.active {
  left: 0;
}
#contact .contact__inner {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  display: flex;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  #contact .contact__inner {
    flex-wrap: wrap;
  }
}
#contact .contact__inner.active {
  opacity: 1;
  pointer-events: all;
}
#contact .contact__inner h3 {
  font-size: 48px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  #contact .contact__inner h3 {
    font-size: 32px;
  }
}
#contact .contact__inner--r {
  padding: 60px 50px 0 80px;
  width: 37%;
  flex-basis: auto;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #contact .contact__inner--r {
    padding: 40px 50px 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #contact .contact__inner--r {
    width: 100%;
    padding: 0 30px;
  }
}
#contact .contact__inner--r .scale-link {
  display: inline-block;
  margin-top: 30px;
}
#contact .contact__inner--r .scale-link img {
  width: 140px;
  height: auto;
}
#contact .contact__inner--r .scale-link:hover {
  transform: scale(1.1);
}
#contact .contact__inner--r .contact-line {
  width: 1px;
  height: 100vh;
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: -200%;
  transition: all 1s ease;
}
@media only screen and (max-width: 1024px) {
  #contact .contact__inner--r .contact-line {
    width: 100vw;
    height: 1px;
    left: -200%;
    top: 0px;
  }
}
#contact .contact__inner--r .contact-line.active {
  top: -100px;
}
@media only screen and (max-width: 1024px) {
  #contact .contact__inner--r .contact-line.active {
    top: 0;
    left: 0;
  }
}
#contact .contact__inner--l {
  padding: 60px 80px 0 50px;
  width: 63%;
  flex-basis: auto;
}
@media only screen and (max-width: 1200px) {
  #contact .contact__inner--l {
    padding: 40px 40px 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #contact .contact__inner--l {
    width: 100%;
    padding: 0 30px 40px 30px;
  }
}
#contact .contact__inner--l .contact-form__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #contact .contact__inner--l .contact-form__top {
    flex-wrap: wrap;
  }
}
#contact .contact__inner--l .contact-form__top--r {
  width: calc(50% - 8px);
  flex-basis: auto;
}
@media only screen and (max-width: 768px) {
  #contact .contact__inner--l .contact-form__top--r {
    width: 100%;
  }
}
#contact .contact__inner--l .contact-form__top--l {
  width: calc(50% - 8px);
  flex-basis: auto;
}
@media only screen and (max-width: 768px) {
  #contact .contact__inner--l .contact-form__top--l {
    width: 100%;
  }
}
#contact .contact__inner--l .contact-form__bottom {
  width: 100%;
  position: relative;
}
#contact .contact__inner--l .contact-form__bottom .wpcf7-not-valid-tip {
  top: -26px;
}
#contact .contact__inner--l .contact-form input,
#contact .contact__inner--l .contact-form textarea {
  width: 100%;
  background: transparent;
  color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 15px;
  margin-bottom: 15px;
  font-family: 'N27', sans-serif;
  resize: none;
  font-size: 16px;
  border-radius: 0;
}
#contact .contact__inner--l .contact-form input:focus,
#contact .contact__inner--l .contact-form textarea:focus {
  outline: none;
  border: 1px solid #FFFFFF;
}
#contact .contact__inner--l .contact-form input::placeholder,
#contact .contact__inner--l .contact-form textarea::placeholder {
  color: rgba(17, 17, 17, 0.6);
}
#contact .contact__inner--l .contact-form textarea {
  height: 195px;
}
@media only screen and (max-width: 1024px) {
  #contact .contact__inner--l .contact-form textarea {
    height: 150px;
  }
}
#contact .contact__inner--l .contact-form input.button {
  padding: 22px 30px;
  display: inline-block;
  background: #000000;
  color: #FFFFFF;
  margin-top: -8px;
  border: none;
  font-size: 18px;
  transition: all 0.5s ease;
  cursor: pointer;
  font-weight: 300;
  -webkit-appearance: none;
}
#contact .contact__inner--l .contact-form input.button:hover {
  color: #000000;
  background: #FFFFFF;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 12px;
}
.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 0 !important;
  text-align: center;
  font-size: 16px;
}
.wpcf7-spinner {
  position: absolute;
  right: 0px;
  /* top: 100px; */
  bottom: 36px;
  z-index: 10;
  background: #00EA7A !important;
}
.wpcf7-spinner::before {
  background-color: #000000 !important;
}
.page-id-28 header {
  background: #111111;
}
.page-id-28 footer {
  position: relative;
}
.page-id-28 .contact-button {
  pointer-events: none;
}
.page-id-28 .contact-button span {
  font-weight: 700;
}
.page-id-28 .vertical {
  display: none;
}
.page-id-28 #contact {
  left: 0;
  position: relative;
  padding-bottom: 60px;
  top: 0;
  padding-top: 100px;
  min-height: calc(100% - 100px);
  width: calc(100% - 180px);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-id-28 #contact {
    width: 100%;
  }
}
.page-id-28 #contact .contact__inner {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 768px) {
  .page-id-28 #contact .contact__inner--l {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-28 #contact .contact__inner--r {
    padding: 0 13px;
  }
}
footer {
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  padding: 0;
  background: #000000;
  z-index: 40;
}
@media only screen and (max-width: 768px) {
  footer {
    height: 60px;
  }
}
footer .footer__inner {
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner {
    padding: 0 15px;
  }
}
footer .footer__inner ul {
  margin: 0;
  padding: 0;
}
footer .footer__inner ul li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 300;
}
footer .footer__inner ul li a {
  color: #FFFFFF;
  position: relative;
  top: -1px;
}
footer .footer__inner ul li a:hover {
  color: #00EA7A;
}
.ondesign-link .ondesign-text {
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 14px;
  margin-right: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .ondesign-link .ondesign-text {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .ondesign-link {
    margin-right: 30px;
  }
}
.ondesign-link:hover .ondesign-text {
  width: 146px;
}
.ondesign-link .link2::before {
  background-color: transparent;
}
.ondesign-link .ondesign-image {
  display: inline-block;
}
.ondesign-link .ondesign-image .ondesign-logo {
  width: 22px;
  height: 27px;
  transition: background 0.5s ease;
  background: url('assets/images/ondesign.svg');
  position: relative;
  bottom: -3px;
  margin-right: 10px;
}
.home footer {
  background: transparent;
  position: fixed;
}
@media only screen and (max-width: 768px) {
  .mob-menu-open .ondesign-link .ondesign-image .ondesign-logo {
    background: url('assets/images/ondesign-dark.svg');
  }
}
@media only screen and (max-width: 768px) {
  .mob-menu-open footer .footer__inner ul li a {
    color: #111111;
  }
}
@media only screen and (max-width: 768px) {
  .mob-menu-open footer .footer__inner ul li a:hover {
    text-decoration: underline;
  }
}
.footer__line {
  position: absolute;
  height: 100px;
  width: 1px;
  background: #fff;
  right: 179px;
  opacity: 0.3;
}
@media only screen and (max-width: 768px) {
  .footer__line {
    display: none;
  }
}
.home .footer__line,
.post-template-default .footer__line {
  display: none;
}
.service-top {
  background-size: cover;
  background-position: top center;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service-top {
    height: 80%;
  }
}
.service-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.service-top .title {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 45px;
  z-index: 4;
  max-width: 50vw;
}
@media only screen and (max-width: 768px) {
  .service-top .title {
    left: 12px;
    max-width: calc(100vw - 120px);
  }
}
.service-top .title h1 {
  color: #FFFFFF;
  font-size: 65px;
  line-height: 68px;
  font-weight: 500;
}
@media only screen and (max-width: 1600px) {
  .service-top .title h1 {
    font-size: 4.5vw;
    line-height: 4.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .service-top .title h1 {
    font-size: 38px;
    line-height: 40px;
  }
}
.service-top .play-bar {
  position: absolute;
  right: 180px;
  width: 1px;
  height: 100%;
  transform: translateX(50%);
  z-index: 6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service-top .play-bar {
    right: 65px;
  }
}
.service-top .play-bar-top {
  position: relative;
  display: block;
  width: 1px;
  height: calc(60% - 50px);
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .service-top .play-bar-top {
    height: calc(60% - 40px);
  }
}
.service-top .play-bar-bottom {
  position: relative;
  display: block;
  width: 1px;
  height: calc(40% - 50px);
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .service-top .play-bar-bottom {
    height: calc(40% - 65px);
    margin-top: 35px;
  }
}
.service-top .play-bar-icon {
  margin-left: 3px;
  transition: all 0.5s ease;
}
.service-top .play-bar-mid {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 1px solid #00EA7A;
  display: block;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  box-shadow: 0 0 0 0 rgba(0, 234, 122, 0.3);
  -webkit-animation: pulse 1.5s infinite;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .service-top .play-bar-mid {
    height: 70px;
    width: 70px;
  }
}
.service-top .play-bar-mid:hover {
  background: #00EA7A;
  box-shadow: none ;
  box-shadow: 0 0 0 0 rgba(0, 234, 122, 0);
  -webkit-animation: none;
}
.service-top .play-bar-mid:hover .play-bar-icon {
  transform: scale(1.2);
}
.service-top .play-bar-mid:hover .play-bar-label {
  left: -85px;
}
@media only screen and (max-width: 768px) {
  .service-top .play-bar-mid:hover .play-bar-label {
    left: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    @include transform(scale(0.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(0, 234, 122, 0);
  }
  100% {
    @include transform(scale(0.9));
    box-shadow: 0 0 0 0 rgba(0, 234, 122, 0);
  }
}
.service-top .play-bar-label {
  position: absolute;
  left: -90px;
  color: #FFFFFF;
  top: 50%;
  font-size: 15px;
  font-weight: 300;
  transform: translateY(-50%);
  line-height: 0;
  transition: all 0.5s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .service-top .play-bar-label {
    left: 0;
    top: auto;
    bottom: -20px;
  }
}
.service-top .horizontal-1 {
  position: absolute;
  bottom: 50px;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .service-top .horizontal-1 {
    display: none;
  }
}
.service-top .vertical-1 {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 50px;
  left: 40%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .service-top .vertical-1 {
    display: none;
  }
}
.service-top .tab-buttons {
  position: absolute;
  bottom: 80px;
  left: 60px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .service-top .tab-buttons {
    display: none;
  }
}
.service-top .tab-buttons .tab-button {
  display: inline-block;
  margin-right: 60px;
  color: #FFFFFF;
  font-size: 24px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.service-top .tab-buttons .tab-button .plus-sign {
  width: 21px;
  height: 21px;
  top: 1px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.service-top .tab-buttons .tab-button .plus-sign::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 21px;
  background: #00EA7A;
  top: 0;
  left: 10px;
  transition: all 0.5s ease;
}
.service-top .tab-buttons .tab-button .plus-sign::after {
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 1px;
  background: #00EA7A;
  top: 10px;
  left: 0;
}
.service-top .tab-buttons .tab-button:hover {
  color: #00EA7A;
}
.service-top .tab-buttons .tab-button.active .plus-sign::before {
  height: 0;
  top: 10px;
}
.capabilities-tops {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tab-tops {
  display: none;
  font-weight: 300;
  font-size: 20px;
  padding: 20px;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
.tab-tops .vertical-3 {
  position: absolute;
  right: 65px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
}
.tab-tops .plus-sign {
  width: 21px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  right: 23px;
}
.tab-tops .plus-sign::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 21px;
  background: #00EA7A;
  top: 0;
  left: 10px;
  transition: all 0.5s ease;
}
.tab-tops .plus-sign::after {
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 1px;
  background: #00EA7A;
  top: 10px;
  left: 0;
}
.tab-tops:hover {
  color: #00EA7A;
}
.tab-tops.active .plus-sign::before {
  height: 0;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .tab-tops {
    display: block;
  }
}
.service-bottom {
  background: #111111;
  color: #FFFFFF;
}
.service-bottom h2 {
  font-weight: 300;
  font-size: 28px;
  margin: -10px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .service-bottom h2 {
    display: none;
  }
}
.service-bottom .capabilities-panel {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service-bottom .capabilities-panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.service-bottom .capabilities-panel .panel-inner {
  display: flex;
}
.service-bottom .capabilities-panel .panel-l {
  width: 40%;
  padding: 60px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .service-bottom .capabilities-panel .panel-l {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .service-bottom .capabilities-panel .panel-l {
    width: calc(100% - 65px);
    padding: 20px;
    font-size: 14px;
  }
}
.service-bottom .capabilities-panel .panel-l ul {
  padding: 0;
  margin: 0;
}
.service-bottom .capabilities-panel .panel-l ul li {
  list-style: none;
  margin: 10px 0 0 25px;
  position: relative;
}
.service-bottom .capabilities-panel .panel-l ul li::before {
  position: absolute;
  left: -25px;
  width: 14px;
  content: '';
  height: 2px;
  bottom: 3px;
  background: #00EA7A;
}
.service-bottom .capabilities-panel .panel-r {
  width: 60%;
  padding: 60px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .service-bottom .capabilities-panel .panel-r {
    width: 40%;
    padding: 60px 60px 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .service-bottom .capabilities-panel .panel-r {
    display: none;
  }
}
.service-bottom .capabilities-panel .panel-r-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  min-height: 450px;
}
@media only screen and (max-width: 1024px) {
  .service-bottom .capabilities-panel .panel-r-image {
    max-height: 300px;
    min-height: initial;
  }
}
.service-bottom .capabilities-panel .vertical-1 {
  position: absolute;
  left: 40%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .service-bottom .capabilities-panel .vertical-1 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .service-bottom .capabilities-panel .vertical-1 {
    display: none;
  }
}
.service-bottom .capabilities-panel .vertical-2 {
  position: absolute;
  right: 180px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .service-bottom .capabilities-panel .vertical-2 {
    right: 65px;
  }
}
.service-bottom .equipment-panel {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service-bottom .equipment-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.service-bottom .equipment-panel .panel-inner {
  display: flex;
}
.service-bottom .equipment-panel .panel-r {
  width: 45%;
  padding: 60px 60px 60px 0;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .service-bottom .equipment-panel .panel-r {
    width: 60%;
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .service-bottom .equipment-panel .panel-r {
    width: calc(100% - 65px);
    padding: 20px;
    font-size: 14px;
  }
}
.service-bottom .equipment-panel .panel-r ul {
  padding: 0;
  margin: 0;
}
.service-bottom .equipment-panel .panel-r ul li {
  list-style: none;
  margin: 10px 0 0 25px;
  position: relative;
}
.service-bottom .equipment-panel .panel-r ul li::before {
  position: absolute;
  left: -25px;
  width: 14px;
  content: '';
  height: 2px;
  bottom: 3px;
  background: #00EA7A;
}
.service-bottom .equipment-panel .panel-l {
  width: 55%;
  padding: 60px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .service-bottom .equipment-panel .panel-l {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .service-bottom .equipment-panel .panel-l {
    display: none;
  }
}
.service-bottom .equipment-panel .panel-l-image {
  height: 100%;
  width: 100%;
  background-position: center right;
  background-size: cover;
  min-height: 450px;
}
@media only screen and (max-width: 1024px) {
  .service-bottom .equipment-panel .panel-l-image {
    max-height: 300px;
    min-height: initial;
  }
}
.service-bottom .equipment-panel .vertical-1 {
  position: absolute;
  left: 40%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .service-bottom .equipment-panel .vertical-1 {
    display: none;
  }
}
.service-bottom .equipment-panel .vertical-2 {
  position: absolute;
  right: 180px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .service-bottom .equipment-panel .vertical-2 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .service-bottom .equipment-panel .vertical-2 {
    display: block;
    right: 65px;
  }
}
.page-id-60 header .header-overlay {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .page-id-60 .vertical {
    display: none;
  }
}
.page-id-60 .vertical-2 {
  position: fixed;
  top: 100px;
  height: calc(100% - 100px);
  width: 1px;
  left: calc(50vw - 90px);
  background: rgba(255, 255, 255, 0.2);
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .page-id-60 .vertical-2 {
    display: none;
  }
}
.about-block {
  color: #FFFFFF;
  font-weight: 300;
  min-height: calc(100% - 100px);
  display: flex;
  background: #111111;
  width: 100%;
  padding-right: 180px;
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-block {
    flex-wrap: wrap;
    padding-right: 0;
    min-height: initial;
  }
}
@media only screen and (max-width: 768px) {
  .about-block {
    margin-top: 80px;
  }
}
.about-block-text {
  width: 50%;
  flex-basis: auto;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .about-block-text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about-block-text {
    padding: 20px 15px;
  }
}
.about-block-text h1 {
  color: #00EA7A;
  font-weight: 300;
  font-size: 40px;
  margin: 0 0 30px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .about-block-text h1 {
    font-size: 32px;
  }
}
.about-block-text p {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .about-block-text p {
    font-size: 14px;
  }
}
.about-block-text .horizontal-2 {
  position: relative;
  width: calc(100% + 120px);
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-left: -60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .about-block-text .horizontal-2 {
    width: calc(100% + 75px);
  }
}
.about-block-img {
  width: 50%;
  flex-basis: auto;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-block-img {
    width: 100%;
    height: 65vw;
  }
}
.about-block-img .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.about-block .horizontal-1 {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.accred-block {
  color: #FFFFFF;
  font-weight: 300;
  min-height: calc(100% - 100px);
  background: #000000;
  display: flex;
  width: 100%;
  padding-right: 180px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .accred-block {
    flex-wrap: wrap;
    padding-right: 0;
    min-height: initial;
  }
}
.accred-block-text {
  width: 50%;
  flex-basis: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .accred-block-text {
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .accred-block-text {
    padding: 20px 15px;
  }
}
.accred-block-text__inner {
  width: 100%;
}
.accred-block-text h2 {
  color: #00EA7A;
  font-weight: 300;
  font-size: 32px;
  margin: 0 0 30px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .accred-block-text h2 {
    font-size: 24px;
  }
}
.accred-block-text .horizontal-2 {
  position: relative;
  width: calc(100% + 120px);
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-left: -60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .accred-block-text .horizontal-2 {
    width: calc(100% + 75px);
  }
}
.accred-block-img {
  width: 50%;
  flex-basis: auto;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .accred-block-img {
    width: 100%;
    height: 65vw;
    order: 2;
  }
}
.accred-block-img .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.accred-block .horizontal-1 {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.accred-block .accred-list {
  width: 100%;
}
.accred-block .accred-list .accreditation {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  justify-content: space-between;
}
.accred-block .accred-list .accreditation:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .accred-block .accred-list .accreditation {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.accred-block .accred-list .accreditation .accred-right {
  width: 70%;
  text-align: center;
}
.accred-block .accred-list .accreditation .description {
  width: 100%;
}
.accred-block .accred-list .accreditation img {
  width: 35%;
  max-width: 170px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .accred-block .accred-list .accreditation img {
    margin: 20px 0;
  }
}
.accred-block .accred-list .accreditation .button {
  background: #00EA7A;
  color: #000000;
  width: 150px;
  text-align: center;
}
.accred-block .accred-list .accreditation .button:hover {
  background: #FFFFFF;
}
.approval-block {
  color: #FFFFFF;
  font-weight: 300;
  width: 100%;
  padding-right: 180px;
  position: relative;
  background: #111111;
}
@media only screen and (max-width: 1024px) {
  .approval-block {
    padding-right: 0;
    min-height: initial;
  }
}
.approval-block-text {
  width: calc(50%);
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .approval-block-text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .approval-block-text {
    padding: 60px 15px;
  }
}
.approval-block-text__inner {
  display: inline-block;
}
.approval-block-text__inner h2 {
  color: #00EA7A;
  font-weight: 300;
  font-size: 32px;
  margin: 0 0 30px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .approval-block-text__inner h2 {
    font-size: 24px;
  }
}
.approval-block-text__inner .horizontal-2 {
  position: relative;
  width: calc(100% + 120px);
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-left: -60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .approval-block-text__inner .horizontal-2 {
    width: calc(100% + 120px);
  }
}
@media only screen and (max-width: 768px) {
  .approval-block-text__inner .horizontal-2 {
    width: calc(100% + 75px);
  }
}
.approval-block-img {
  width: calc(100% - 180px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .approval-block-img {
    width: 100%;
  }
}
.approval-block .horizontal-1 {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.approvals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.approvals .approval {
  width: 50%;
  max-width: 360px;
  height: 160px;
  display: flex;
  align-items: center;
  padding: 30px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1200px) {
  .approvals .approval {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .approvals .approval {
    padding: 15px;
    height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .approvals .approval {
    height: 110px;
  }
}
.approvals .approval:hover {
  transform: scale(1.1);
}
.approvals .approval img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */