/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

* {
  line-height: 1.45;
}

html {
  font-size: 20px;
}

body {
  margin: 0;
  font-family: "Noto Sans";
  line-height: 1.45;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 2.8rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 span.b400 {
  color: #0CA14F;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-weight: 400;
  margin: 0;
  opacity: 0.8;
  letter-spacing: -0.5px;
}

a {
  font-weight: 700;
  color: #0CA14F;
}

.r2b {
  margin-bottom: 2rem;
}

article.page header {
  display: none;
}

#header {
  display: flex;
  width: 100%;
  position: fixed;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  align-items: flex-start;
  z-index: 90;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header ul {
  list-style: none;
}

#header nav {
  margin-left: -2%;
}

#header.active button ul li.upBar {
  transform: rotate(45deg);
  margin-top: 6px;
}

#header.active button ul li.downBar {
  width: 40px;
  transform: rotate(-45deg);
  margin-top: 6px;
}

#header.darkMode {
  background-color: rgba(255, 255, 255, 0);
  transition: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

#header.darkMode svg path {
  fill: #fff;
}

#header.darkMode a {
  color: #fff;
}

#header.darkMode button ul li {
  background-color: #fff;
}

#header.darkMode:hover {
  background-color: #fff;
}

#header.darkMode:hover svg path {
  fill: #000;
}

#header.darkMode:hover a {
  color: #000;
}

#header.darkMode:hover button ul li {
  background-color: #000;
}

#header button {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  cursor: pointer;
}

#header button ul {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}

#header button ul li {
  height: 6px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  transition: .2s ease;
}

#header button ul li.upBar {
  width: 40px;
}

#header button ul li.downBar {
  margin-top: 14px;
  width: 32px;
}

#header a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: flex;
}

#header .pcNav ul {
  display: flex;
}

#header .pcNav ul.menu {
  gap: 2.4rem;
}

#header .pcNav ul.menu ul {
  height: 0;
  opacity: 0;
  transition: .2s ease;
  padding: 0;
}

#header .pcNav ul.menu:hover ul {
  height: auto;
  opacity: 1;
  padding: 1rem 0;
}

#header .pcNav ul.menu li a span {
  height: 2rem;
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  border-radius: 4px;
}

#header .pcNav ul.menu .sub-menu {
  flex-direction: column;
  padding: 0;
  width: 3rem;
  white-space: nowrap;
}

#header .pcNav ul.menu .sub-menu a {
  color: #777;
  font-size: 0.9rem;
  font-weight: 500;
}

#header .pcNav ul.menu .sub-menu a:hover {
  color: #000;
  transform: .1s ease;
}

#header .pcNav ul.menu .sub-menu a span {
  height: 1.8rem;
}

#header .rHead {
  display: flex;
  height: 40px;
  gap: 40px;
  align-items: center;
}

#header .rHead .lang {
  gap: 8px;
  display: none;
}

#header .rHead .lang i {
  color: #999;
  font-weight: 100;
}

.mobileNav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  justify-content: center;
  align-items: center;
  z-index: 98;
  backdrop-filter: blur(64px);
}

.mobileNav.active {
  display: flex;
}

.mobileNav li {
  list-style: none;
}

.mobileNav .left {
  position: fixed;
  left: 20px;
  top: 20px;
}

.mobileNav .right {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.mobileNav .menu-menu-1-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.mobileNav .menu-menu-1-container .menu {
  display: flex;
  gap: 10%;
  width: 100%;
  max-width: 1100px;
  padding: 0 40px;
  box-sizing: border-box;
}

.mobileNav a {
  color: #fff;
  text-decoration: none;
}

.mobileNav a:hover {
  color: #0CA14F;
}

.mobileNav ul.menu li a {
  font-size: 1.2rem;
}

.mobileNav ul.menu .sub-menu {
  width: fit-content;
  height: fit-content;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mobileNav ul.menu .sub-menu li a {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.8;
}

.mobileNav ul.menu .sub-menu li a:hover {
  opacity: 1;
}

.h1500 {
  height: 1474px;
}

.btnWrap {
  margin-top: 2rem;
}

.btn {
  width: 176px;
  justify-content: center;
  display: flex;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 12px 28px;
}

.bBtn {
  color: #000;
  border: 3px solid #000;
  background: rgba(0, 0, 0, 0);
}

.bBtn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: .2s ease;
}

.wBtn {
  color: #fff;
  border: 3px solid #FFF;
  background: rgba(255, 255, 255, 0);
}

.wBtn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: .2s ease;
}

.backBtn {
  width: 120px;
  padding: 8px 24px 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  position: fixed;
  top: 280px;
  left: 0;
  border-radius: 0 12px 12px 0;
  background-color: #000;
  color: #fff;
  border-left: none;
}

.backBtn svg path {
  stroke: #fff;
}

.backBtn:hover {
  background-color: #fff;
  color: #000;
}

.backBtn:hover svg path {
  stroke: #000;
}

.mOnly {
  display: none;
}

.pcOnly {
  display: flex;
}

.hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero .mask {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 60.42%, #222 100%);
  color: #fff;
}

.hero .mask.subPage {
  align-items: flex-end;
  padding: 140px 40px;
}

.hero .mask .heroTxt {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: left;
}

.mask {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.mask.mask20 {
  background: rgba(0, 0, 0, 0.2);
}

.mask .txtWrap {
  gap: 1rem;
}

.center {
  align-items: center;
  text-align: center;
}

.videoHero .videoBg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 8rem 0;
  align-items: center;
}

.section.noBottom {
  padding-bottom: 0;
}

.section.noPadding {
  padding: 0;
}

.c1200 {
  width: 100%;
  max-width: 1180px;
  padding: 0 40px;
  box-sizing: border-box;
}

.c1200 .txtBox {
  display: flex;
  justify-content: space-between;
}

.c1200 .txtBox .title {
  width: 320px;
}

.c1200 .txtBox p {
  max-width: 760px;
}

.c1200 .columnTxt {
  flex-direction: column;
  display: flex;
  gap: 1.4rem;
}

.w100 {
  width: 100%;
}

.sectionBar {
  width: 100%;
  height: 1px;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #000;
}

.col2_half {
  display: flex;
  gap: 3rem;
}

.col2_half div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qu {
  border-left: 3px solid #000;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 1.5rem;
  gap: 0.5rem;
}

.qu p.small {
  font-size: 0.8rem;
  font-weight: 700;
}

.wideImg {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wideImg .wGrad {
  width: 100%;
  height: 20vh;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.wideImg .bGrad {
  width: 100%;
  height: 20vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222 100%);
}

.grayBg {
  background-color: #222;
  color: #fff;
}

.lightBg {
  background-color: #f4f4f4;
}

.gradBg {
  background: linear-gradient(180deg, #1D2919 0%, #222 100%);
  color: #fff;
}

.mainTech {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.listTxt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.listTxt p {
  width: 100%;
  max-width: 560px;
}

.listTxt ul {
  width: 100%;
  max-width: 440px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.wLine {
  width: 100%;
  height: 1px;
  margin: 80px 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.imgBg {
  background-position: 50% 50%;
  background-size: cover;
  padding: 0;
}

.imgBg .mask {
  padding: 160px 40px;
  height: 100%;
}

.imgBg .mask.big {
  padding: 280px 40px;
}

.txtWrap {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.txtWrap .title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.txtWrap img {
  margin-top: 1.6rem;
}

.discUl {
  padding-left: 1.2rem;
}

.discUl li {
  list-style: disc;
  opacity: 0.8;
}

.videoW100 {
  width: 100%;
  margin-top: 1rem;
}

.col3 {
  display: flex;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  gap: 2rem;
}

.col3 h6 {
  opacity: 0.6;
}

.col3.noBorder {
  margin: 0;
}

.col3.noBorder li {
  border: none;
  padding: 0;
}

.col3 li {
  border-top: 1px solid;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.col3 li p {
  font-size: 0.9rem;
}

.gap0 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gap20 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gap40 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.gap60 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

footer {
  background: #f4f4f4;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
}

footer #copyright {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #777;
  font-size: 16px;
}

footer svg {
  height: 24px;
}

.display-posts-listing {
  margin-top: 1rem;
  gap: 1.4rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 3rem;
}

.display-posts-listing li {
  width: 100%;
  max-width: 381px;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.display-posts-listing li:hover .title {
  color: #0CA14F;
}

.display-posts-listing li .image {
  width: 100%;
  display: flex;
  margin-bottom: 0.3rem;
}

.display-posts-listing li .image img {
  width: 100%;
  object-fit: cover;
  height: 220px;
  border-radius: 8px;
}

.display-posts-listing li .title {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.display-posts-listing li .date {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.attachment-full {
  display: none;
}

.single-post #content {
  width: 100%;
  display: flex;
  padding: 240px 0;
  flex-direction: column;
  align-items: center;
}

.single-post #content article.post {
  width: 100%;
  max-width: 980px;
  padding: 0 40px;
}

.single-post #content article header {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
}

.single-post #content article .entry-title a {
  text-decoration: none;
  color: #000;
}

.single-post #content article .meta-sep {
  display: none;
}

.single-post #content article .author {
  display: none;
}

.single-post #content article .post-edit-link {
  display: none;
}

.single-post #content article .entry-date {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  padding: 1rem 0 2rem;
  display: flex;
}

.single-post #content article .wp-block-image {
  margin-bottom: 1rem;
}

.single-post #content article .entry-footer {
  display: none;
}

.single-post #content article a {
  color: #0CA14F;
  font-weight: 700;
}

.wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.newsWrap {
  display: flex;
  flex-direction: column;
  padding: 240px 40px;
  gap: 60px;
}

.newsWrap .pageTit p {
  font-size: 0.9rem;
}

.newsList {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.newsList .display-posts-listing {
  margin-top: 0;
}

.b400 {
  font-weight: 400;
}

.b700 {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

blockquote {
  padding: 0 0 0 1.2rem;
  border-left: 2px solid #000;
}

.board {
  padding: 80px 40px;
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
}

.board h1 {
  margin-bottom: 2rem;
}

.board dl {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.board dl dt {
  border-top: 1px solid #000;
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.board dl dt:hover {
  color: #0CA14F;
}

.board dl dt img {
  transform: rotate(180deg);
}

.board dl dd {
  width: 100%;
  padding: 0 0 4rem;
  margin: 0;
  display: none;
}

.board dl.active dt img {
  transform: rotate(0deg);
}

.board dl.active dd {
  display: flex;
}

.ceoInfo {
  background-image: url(/img/ceo.webp);
  background-size: cover;
  background-position: 100% 50%;
  padding: 0;
}

.ceoInfo .mask {
  padding: 160px 0;
  background-color: rgba(0, 0, 0, 0.2);
  flex-direction: column;
}

.ceoInfo .mask .maskCon {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1180px;
  padding: 40px;
  gap: 3rem;
}

.ceoInfo .mask .maskCon p {
  max-width: 680px;
}

.ceoInfo .mask .maskCon .ceoBox span {
  font-size: 0.8rem;
}

.pathway {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}

.pathway li {
  border-top: 1px solid #000;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.pathway li:nth-child(1) {
  width: 120px;
}

.pathway li:nth-child(2) {
  width: 180px;
}

.pathway li:nth-child(3) {
  width: 290px;
}

.pathway li:nth-child(4) {
  width: 417px;
}

.pathway li h5 {
  margin: 1.4rem 0;
}

.pathway li ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pathway li li {
  border: none;
  width: 100%;
}

.pathway li li:nth-child(1) {
  width: 100%;
}

.pathway li li:nth-child(2) {
  width: 100%;
}

.pathway li li:nth-child(3) {
  width: 100%;
}

.pathway li li:nth-child(4) {
  width: 100%;
}

.pathway li li p {
  font-size: 0.9rem;
}

.team {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 3rem;
}

.team li {
  list-style: none;
  border-top: 1px solid #000;
  width: 48%;
}

.team li h5 {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}

.team li h6 {
  font-family: 'Noto Sans';
  font-size: 0.8rem;
}

.team li ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.8rem 0 0.8rem 1rem;
}

.team li ul li {
  width: 100%;
  border: none;
  list-style: disc;
  font-size: 0.8rem;
}

.wideCardList {
  width: 100%;
  max-width: 1440px;
  padding: 2rem;
}

.wideCardList ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wideCardList li {
  list-style: none;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.wideCardList li.light a {
  color: #000;
}

.wideCardList li.dark a {
  color: #fff;
}

.wideCardList li:nth-child(even) img {
  order: -1;
}

.wideCardList li a {
  display: flex;
  width: 100%;
  text-decoration: none;
}

.wideCardList li a:hover p {
  text-decoration: underline;
}

.wideCardList li a img {
  width: 50%;
}

.wideCardList li a .wideCard {
  width: 50%;
  padding: 6.25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}

.wideCardList li a .wideCard p {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
}

.gradMask {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 160px 0 900px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 36.22%, rgba(0, 0, 0, 0) 100%);
}

.single-post .footer {
  display: none;
}

.single .footer {
  display: none;
}

.bgImgTxt {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: 10vh 0;
}

.col6-4 {
  display: flex;
  gap: 6%;
}

.col6-4 p {
  width: 37%;
}

.col6-4 p.six {
  width: 57%;
}

.oloGrad {
  color: #fff;
  background: linear-gradient(180deg, #667360 2.12%, #595959 97.9%);
}

.oloGrad ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  row-gap: 2rem;
}

.oloGrad li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid;
  padding: 1.4rem 0;
  list-style: none;
  width: 47%;
}

.oloBg {
  background-color: #595959;
  color: #fff;
}

.oloTxt {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3rem;
}

.oloTxt p {
  width: 100%;
  max-width: 696px;
  margin-top: 8px;
}

.olo1 {
  padding: 160px 0 1000px;
  color: #fff;
}

.oloList {
  width: 100%;
  padding: 120px 40px 40px 40px;
  color: #fff;
  background: linear-gradient(180deg, #8E8781 0%, #C5C1BE 100%);
}

.oloList ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.oloList ul li {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 50%;
  height: 800px;
  max-width: 90vh;
  background-size: cover;
  background-position: 50% 50%;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  gap: 0.2rem;
}

.contact {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}

.contact dl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact dl dt {
  width: 320px;
}

.contact dl dd {
  width: 100%;
  max-width: 700px;
  margin: 0.2rem 0 0;
}

.location h3 {
  margin-top: 160px;
}

.location .btn {
  width: fit-content;
}

.location ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.location ul li {
  border-top: 1px solid;
  list-style: none;
  padding: 1rem 0;
  width: 48%;
}

.location ul li b {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 8px 0 12px;
  display: block;
}

.location ul li p {
  font-size: 0.8rem;
}

.closeNav {
  cursor: pointer;
}

@media all and (max-width: 1180px) {
  html {
    font-size: 16px;
  }
  .listTxt {
    flex-direction: column;
    gap: 1.5rem;
  }
  .listTxt p {
    max-width: 100%;
  }
  .listTxt ul {
    max-width: 100%;
    padding: 1rem 0 1rem 1rem;
  }
  .hero .mask.subPage {
    padding: 140px 0;
  }
  .hero .mask .heroTxt {
    padding: 0 5%;
  }
  .c1200 {
    padding: 0 5%;
  }
  #header {
    display: flex;
  }
  #header a {
    color: #fff;
  }
  #header nav {
    display: none;
  }
  #header nav .menu-menu-1-container ul.menu {
    gap: 1.6rem;
  }
  #header nav .menu-menu-1-container ul.menu ul.sub-menu {
    flex-direction: column;
    padding: 0;
    margin-top: 0.4rem;
    width: fit-content;
    white-space: nowrap;
    color: #fff;
    height: fit-content;
    opacity: 1;
  }
}

@media all and (max-width: 800px) {
  .mOnly {
    display: flex;
  }
  div.pcMask {
    backdrop-filter: blur(48px);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 160px 0;
  }
  .pcOnly {
    display: none;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
  .c1200 {
    padding: 0 5%;
  }
  .wideImg {
    height: 50vh;
  }
  footer {
    padding: 2rem 5%;
  }
  footer #copyright {
    padding: 0;
    font-size: 12px;
  }
  .post h1 {
    font-size: 1.4rem;
  }
  .backBtn {
    top: unset;
    bottom: 10px;
    justify-content: center;
    width: 90%;
    gap: 1rem;
    margin: 0 5%;
    border-radius: 8px;
  }
  .single-post #content article.post {
    padding: 0 5%;
  }
  .single-post #content {
    padding: 160px 0;
  }
  .col2_half {
    flex-direction: column;
  }
  .col3 {
    flex-direction: column;
  }
  .storyLogo {
    margin-top: 4rem;
  }
  .pathway {
    flex-direction: column;
  }
  .pathway li {
    display: flex;
    flex-direction: row;
  }
  .pathway li h5 {
    width: 70px;
    padding-right: 20px;
  }
  .pathway li ul {
    margin-top: 1.4rem;
    width: 80%;
  }
  .pathway li ul li {
    display: flex;
    flex-direction: column;
  }
  .pathway li:nth-child(1) {
    width: 100%;
  }
  .pathway li:nth-child(2) {
    width: 100%;
  }
  .pathway li:nth-child(3) {
    width: 100%;
  }
  .pathway li:nth-child(4) {
    width: 100%;
  }
  .ceoInfo .mask {
    padding: 320px 0 60px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .ceoInfo .mask .maskCon {
    padding: 0 5%;
    gap: 2rem;
  }
  .ceoInfo .mask .maskCon .ceoBox {
    text-align: right;
  }
  .imgBg .mask.big {
    padding: 160px 0;
  }
  .team li {
    width: 100%;
  }
  .mask.mask20 {
    background: rgba(0, 0, 0, 0.4);
  }
  .oloGrad ul li {
    width: 100%;
  }
  .oloTxt {
    flex-direction: column;
  }
  .oloLogo {
    width: 190px;
  }
  .olo1 {
    padding: 120px 0 600px;
  }
  .oloList {
    padding: 40px 5%;
  }
  .oloList ul {
    gap: 40px;
  }
  .oloList ul li {
    width: 100%;
    height: 400px;
    padding: 20px;
  }
  .gradMask {
    padding: 160px 0 600px;
  }
  .board dl dt {
    align-items: flex-start;
    gap: 1rem;
  }
  .wideCardList {
    padding: 0 5%;
  }
  .wideCardList h4 {
    font-size: 1.1rem;
  }
  .wideCardList li a {
    flex-direction: column;
  }
  .wideCardList li a .wideCard {
    width: 100%;
    gap: 1rem;
    order: 2;
  }
  .wideCardList li a img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }
  .imgBg .mask {
    padding: 160px 0;
  }
  .col6-4 {
    flex-direction: column;
    gap: 1rem;
  }
  .col6-4 p {
    width: 100%;
  }
  .col6-4 p.six {
    width: 100%;
  }
  .contact dl {
    flex-direction: column;
  }
  .location ul {
    flex-direction: column;
    gap: 3rem;
  }
  .location ul li {
    width: 100%;
  }
  .location ul li .btnWrap a {
    width: 100%;
  }
  .hero .mask.subPage {
    padding: 60px 0;
  }
  .board {
    padding: 0 5%;
  }
  #header {
    display: flex;
    padding: 10px 20px;
    align-items: center;
  }
  #header .logo svg {
    width: 58px;
  }
  .newsWrap {
    padding: 8rem 5%;
    gap: 2rem;
  }
  .display-posts-listing li .image img {
    border-radius: 4px;
  }
  .mobileNav .left {
    top: 16px;
  }
  .mobileNav .left img {
    width: 58px;
  }
  .mobileNav .right {
    top: 16px;
  }
  .mobileNav li {
    display: flex;
    flex-direction: row;
  }
  .mobileNav .menu-menu-1-container .menu {
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .mobileNav .menu-menu-1-container .menu li a {
    display: flex;
    width: 140px;
  }
  .mobileNav .menu-menu-1-container .menu .sub-menu {
    margin: 0.2rem;
    gap: 0.5rem;
    width: 180px;
  }
  .mobileNav .menu-menu-1-container .menu .sub-menu li a {
    font-size: 1.1rem;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */