/*
Theme Name: ThemeBuilder Theme Child
Theme URI: https://optimizepress.com
Template: op-minimal-theme
Author: OptimizePress
Author URI: https://optimizepress.com
Description: Theme Builder Theme to be used with OptimizePress Theme Builder
Version: 1.0.0.1780289695
Updated: 2026-06-01 04:54:55

*/
:root{
    --bg: #0a0c10;
    --bg-2: #0e1117;
    --panel: #11151c;
    --panel-2: #141923;
    --line: rgba(180,200,235,0.10);
    --line-bright: rgba(180,200,235,0.20);
    --text: #eef2f8;
    --text-dim: #8a93a6;
    --text-faint: #5b6477;
    --accent: #7fe7d4;
    --accent-2: #a9b6ff;
    --glow: rgba(127,231,212,0.18);
    --display: "Fraunces", Georgia, serif;
    --mono: "JetBrains Mono", ui-monospace, monospace;
  }
body{
    background-color: var(--bg) !important;
    font-family: var(--mono) !important;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
	font-size: 13px !important;
    color: var(--text-dim) !important;
    line-height: 1.7 !important;
}
a, a:hover{
	text-decoration: none !important;
}
.topbar_main .wrap {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 24px;
}
.links {
    display: flex;
    align-items: center;
    gap: 15px;
}
body .topbar_main{
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(8px);
    position: sticky;
	height:46px;
    top: 0;
    z-index: 60;
    background: rgba(10, 12, 16, 0.72);
}
body:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: radial-gradient(1100px 700px at 78% -8%, rgba(127, 231, 212, 0.10), transparent 60%), radial-gradient(900px 600px at 8% 4%, rgba(169, 182, 255, 0.09), transparent 55%), linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
body:after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .5;
    background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 84px 84px;
    -webkit-mask-image: radial-gradient(circle at 50% 30%, black, transparent 85%);
    mask-image: radial-gradient(circle at 50% 30%, black, transparent 85%);
}
.topbar_main .date {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .16em;
    color: var(--text-dim);
    text-transform: uppercase;
}
.topbar_main .sys {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-faint);
}
.topbar_main .op3-element[data-op3-element-type=customhtml]{
	font-family: var(--mono) !important;
}
.topbar_main .date {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .16em;
    color: var(--text-dim);
    text-transform: uppercase;
}
.topbar_main .links a {
    font-size: 11px;
    letter-spacing: .16em;
	line-height: 2;
    text-transform: uppercase;
    color: var(--text-dim) !important;
    transition: color .25s;
}
.topbar_main .ping {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 10px var(--accent);
}
.topbar_main .links a:hover {
    color: var(--accent) !important;
    text-decoration: none;
}
.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}
.eyebrow .tick {
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, var(--accent), transparent);
}
.label {
    font-family: var(--mono);
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 11px;
    color: var(--text-faint);
}
body .logo_title .op3-custom-html-wrapper span a {
    font-family: var(--display) !important;
    font-weight: 300 !important;
    font-optical-sizing: auto !important;
    font-size: clamp(30px, 5vw, 118px) !important;
    line-height: .9 !important;
    letter-spacing: -.025em !important;
	color: color: var(--text) !important;
	margin: 0 !important;
}
.logo_title span em {
    font-style: italic;
    color: var(--accent);
    font-weight: 400;
}
body .header_tag .op3-element__contenteditable p {
    font-family: var(--mono) !important;
    font-size: 12px !important;
    letter-spacing: .12em !important;
    color: var(--text-dim) !important;
    max-width: 34ch !important;
    text-align: right !important;
    line-height: 1.7 !important;
	margin-left: auto;
}
.menu_section{
	border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
body .menu_section a.op3-treemenuitem-link.op3-element__tcp--non-a{
	position: relative;
	line-height:1 !important;
}
.menu_section a.op3-treemenuitem-link.op3-element__tcp--non-a span{ 
	font-family: var(--mono);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    padding: 0;
/*     margin-right: 8px; */
    color: var(--text-dim);
    position: relative;
    transition: color .25s;
}
.menu_section .op3-element[data-op3-element-type=treemenu] .op3-treemenu-content>[data-op3-children]{
	justify-content: start;
}
.menu_section a.op3-treemenuitem-link.op3-element__tcp--non-a:before
{
    content: "";
    position: absolute;
    left: -2px;
    bottom: -8px;
    width: 0;
    height: 5px;
    background: var(--accent);
    box-shadow: 0 0 8px var(--glow);
    transition: width .25s;
}
.menu_section a.op3-treemenuitem-link.op3-element__tcp--non-a:hover span{
	color: #fff;
}
.menu_section a.op3-treemenuitem-link.op3-element__tcp--non-a:hover:before, .menu_section a.op3-element__tcp--non-a.active-category:before {
    width: 14px;
}
.menu_section a.op3-element__tcp--non-a.active-category span, .mobile_menu_tablet a.op3-treemenuitem-link.active-category span{
	color: var(--accent) !important;
}
body .op3-element[data-op3-element-type=section]{
	border-width: thin !important;
}
@media (max-width: 767px) {
	.links {
		display: none;
	}
	body .op3-element.left_post_col {
		border-right: 0;
	}
	body .op3-element.border_bottom {
		border-bottom: 0;
	}
}
@media (max-width: 1025px) {
	html[data-op3-support] .op3-designer-element #op3-element-G3vL7KSs .op3-hamburger{
        justify-content: end !important;
    }
	.eyebrow {
		margin-bottom: 12px;
	}
}
/*Footer CSS*/
body .op3-custom-html-wrapper .brand h3 {
    font-family: var(--display) !important;
    font-weight: 300 !important;
    font-size: 30px !important;
    letter-spacing: -.01em !important;
    margin-bottom: 18px !important;
	color: var(--text) !important;
}
body .op3-custom-html-wrapper .brand h3 a{ 
	color: var(--text) !important;
}
body .op3-custom-html-wrapper .brand p {
    font-family: var(--mono) !important;
    font-size: 12px !important;
    color: var(--text-dim) !important;
    line-height: 1.8 !important;
    max-width: 38ch !important;
	margin-bottom: 0 !important;
}
body .op3-custom-html-wrapper .brand h3 em{
    font-style: italic;
    color: var(--accent);
}
body .footer_title .op3-element__contenteditable h4 {
    font-family: var(--mono) !important;
    text-transform: uppercase !important;
    letter-spacing: .2em !important;
    font-size: 11px !important;
    color: var(--text-faint) !important;
    margin-bottom: 18px !important;
}
body .footer_menu .op3-list-menu-content ul li a {
    display: block;
    font-family: var(--mono);
    font-size: 13px;
    color: #8a93a6;
    padding: 6px 0;
    transition: color .25s;
}
body .footer_menu .op3-list-menu-content ul li a:hover, ul.footer_menu li a:hover{
	text-decoration: none !important;
	color: var(--accent) !important;
}
body .op3-custom-html-wrapper .footer_left p {
    font-family: var(--mono) !important;
    font-size: 10px !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: var(--text-faint) !important;
	    margin: 0 !important;
}
.footer_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.footer_menu {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 22px;
}
ul.footer_menu li{
	list-style: none;
	line-height: 13px !important;
}
ul.footer_menu li a{
	font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-faint) !important;
	position: relative;
}
ul.footer_menu li:not(:last-child) a::after{
    position: absolute;
    content: "";
    right: -11px;
    top: 50%;
    width: 2px;
    height: 2px;
    background: var(--text-faint);
    transform: translateY(-50%);
}
body .op3-element[data-op3-element-type=row]  {
	width: 1174px !important;
}
.menu_row_main {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
     border-width: thin !important;
}
body .op3-element.ctc_main {
    border: 1px solid var(--line-bright);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 160% at 100% 0%, rgba(169, 182, 255, 0.10), transparent 55%), radial-gradient(120% 160% at 0% 100%, rgba(127, 231, 212, 0.10), transparent 55%), var(--panel);
    text-align: center;
}
body .op3-element.sub_title p{
    font-family: var(--mono) !important;
    text-transform: uppercase !important;
    letter-spacing: .28em !important;
    font-size: 11px !important;
    color: var(--accent) !important;
}
body .home_hero_section .op3-element.sub_title p{
	 letter-spacing: .42em !important;
    font-size: 12px !important;
    font-weight: 600 !important;
	margin-bottom: 26px !important;
}
body .op3-element.sub_title{
	font-family: var(--display) !important;
    font-weight: 300 !important;
    font-size: clamp(28px, 4vw, 42px) !important;
    letter-spacing: -.01em !important;
    margin: 0px 0 20px !important;
    color: #fff !important;
}
body .op3-element.desc_pera p{
    font-family: var(--mono) !important;
    font-size: 13px !important;
    color: var(--text-dim) !important;
    max-width: 48ch !important;
    margin: 0 auto 20px !important;
    line-height: 1.8 !important;
}
body .home_hero_section .op3-element.sub_title{
	margin: 0 0 0 0px !important;
	}
body .home_hero_section .op3-element.desc_pera p{
	 font-size: clamp(14px, 1.5vw, 16px) !important;
    line-height: 1.8 !important;
    letter-spacing: .02em !important;
	margin: 0 auto 33px !important;
	max-width: 441px !important;
}
body .home_hero_section ul.footer_menu li:not(:last-child) a::after {
	right: -24px;
}
/* Wrapper */
.contact_form_main {
     display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    background: var(--bg);
/*     border: 1px solid var(--line-bright); */
	    height: 47px;
}
body .op3-element.home_hero_section .contact_form_main{
	max-width: 520px;
}
body .op3-element.home_hero_section .contact_form_main, 
body .op3-element.home_hero_section .email_input .wpcf7-form-control.wpcf7-email,
body .op3-element.home_hero_section .contact_button .wpcf7-submit,
body .op3-element.home_hero_section .email_input input#email,
body .op3-element.home_hero_section .contact_button input[type="submit"]{
	height: 56px !important;
}
body .op3-element.home_hero_section .email_input input#email{
	font-size: 14px !important;
}
body .op3-element.home_hero_section .contact_button input[type="submit"] {
	padding: 0 30px;
}
.mc4wp-success p {
    color: #00ff01 !important;
    text-align: center;
    font-size: 14px !important;
    margin: 15px 0 0 0;
}
body .email_input input#email{
	font-size: 14px;
	    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--text);
    font-size: 13px;
    padding: 0 20px;
    box-sizing: border-box;
	border: 1px solid var(--line-bright);
	height: 47px !important;
}
body .contact_button input[type="submit"] {
    padding: 0 26px;
    letter-spacing: .2em;
    background: var(--accent);
    color: #06231e;
    border: none;
    font-family: var(--mono);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    transition: filter .25s;
	height: 47px !important;
}
.contact_button input[type="submit"]:hover {
    filter: brightness(1.12);
}
.mc4wp-form input[type="email"]::placeholder {
    color: #6b7587 !important;
	font-size: 13px;
}
.body .op3-element.home_hero_section .mc4wp-form input[type="email"]::placeholder{
	font-size: 14px;
}
.email_input {
  flex: 1;
}

.email_input .wpcf7-form-control.wpcf7-email {
  width: 100%;
  height: 47px;
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--text);
    font-size: 13px;
  padding: 0 20px;
  box-sizing: border-box;
}

.email_input .wpcf7-form-control.wpcf7-email::placeholder {
  color: #6b7587;
 font-family: var(--mono);
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
}
body .op3-designer-element .heading_h2 h2{
    font-family: var(--display) !important;
    font-weight: 300 !important;
    font-size: clamp(22px, 4vw, 42px) !important;
    letter-spacing: -.01em !important;
    margin: 0px 0 10px !important;
	    color: var(--text) !important;
}

/* Submit button wrapper */
.contact_button {
  flex-shrink: 0;
}

.contact_button .wpcf7-submit {
      background: var(--accent);
    color: #06231e;
    border: none;
    font-family: var(--mono);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 600;
    padding: 0 26px;
    cursor: pointer;
    transition: filter .25s;
	    height: 45px;
}
.op3-element[data-op3-element-type=customhtml]{
	font-family: var(--mono) !important;
}
.contact_button .wpcf7-submit:hover {
      filter: brightness(1.12);
}
.contact_form_main p{
    margin: 0 !important;
}
.wpcf7-spinner {
	position: absolute !important;
}
@media (max-width: 767px) {
	body .op3-element.sub_title{
		margin: 0px 0 10px !important;
	}
	body .op3-custom-html-wrapper .brand p {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		        margin: 0 auto;
	}
	ul.footer_menu {
		gap: 12px;
	}
	ul.footer_menu li:not(:last-child) a::after {
		right: -7px;
	}
	.footer_bottom {
		flex-flow: column;
	}
	.footer_left {
		order: 2;
	}
	body .op3-custom-html-wrapper .footer_left p {
		font-size: 9px !important;
		text-align: center;
	}
	.email_input .wpcf7-form-control.wpcf7-email {
		background: var(--bg);
		border: 1px solid var(--line-bright);
	}
	.contact_button .wpcf7-submit {
		display: block;
        width: 100%;
	}
	.contact_form_main {
		background: transparent;
		border: 0;
		height: auto;
		flex-flow: column;
		gap: 12px;
	}
	body .contact_button input[type="submit"] {
		display: block;
		width: 100%;
	}
}
@media (max-width: 1025px) {
	body .op3-element.desc_pera p {
		margin: 0 auto 10px !important;
	}
	body .op3-designer-element .heading_h2 h2 {
		margin: 0px 0 0px !important;
	}
	.contact_button .wpcf7-submit {
		padding: 0 12px;
	}
	body .footer_title .op3-element__contenteditable h4 {
		margin-bottom: 10px !important;
	}
	body .footer_menu .op3-list-menu-content ul li a {
		padding: 2px 0;
	}
	body .op3-custom-html-wrapper .brand h3 {
    	margin-bottom: 8px !important;
	}
}
/*blog*/
.card {
    background: var(--bg);
    padding: 26px;
    cursor: pointer;
    transition: background .3s, transform .3s;
    position: relative;
}
.card .thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    border: 1px solid var(--line);
    border-radius: 2px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d1219, #0b0e13);
}
.card .thumb .tag
{
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text);
    background: rgba(10, 12, 16, 0.6);
    border: 1px solid var(--line-bright);
    padding: 5px 10px;
    border-radius: 2px;
    backdrop-filter: blur(4px);
}
.card .cat{
    font-family: var(--mono);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 10px;
    color: var(--accent);
    margin-bottom: 12px;
}
.card h3 a, .card h3{
    font-weight: 400 !important;
    font-size: 21px !important;
    line-height: 1.22 !important;
    margin-bottom: 12px !important;
    transition: color .25s !important;
	color: #fff !important;
}
body .op3-custom-html-wrapper .card p {
    font-family: var(--mono) !important;
    font-size: 13px !important;
    color: var(--text-dim) !important;
    line-height: 1.7 !important;
    margin-bottom: 18px !important;
	margin-top: 0 !important;
	 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card .foot {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-faint);
    display: flex;
    justify-content: space-between;
}
.card .foot .arrow {
    color: var(--accent) !important;
    opacity: 0;
    transform: translateX(-6px);
    transition: .25s;
}
.card:hover {
    background: var(--panel);
}
.card:hover .foot .arrow {
    opacity: 1;
    transform: none;
}
.card:hover h3 a{
	color: var(--accent) !important;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 2px;
    overflow: hidden;
}
.aag-card__body h3 {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
	line-height: 1.22 !important;
}
.card.even .cat{
    color: var(--accent-2);
}
.wpcf7 form .wpcf7-response-output {
    border: 0;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #46b450;
}
.sec-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 64px 0 30px;
}
.sec-head .label {
    white-space: nowrap;
}
body .op3-designer-element h2, 
.op3-designer-element h3, 
.op3-designer-element h4,
.op3-designer-element h5,
.op3-designer-element h6{
	 font-family: var(--display) !important;
	color: var(--text) !important;
}
body .op3-designer-element .sec-head h2 {
    font-family: var(--display) !important;
    font-weight: 300 !important;
    font-size: 30px !important;
	color: #fff !important;
    letter-spacing: -.01em !important;
    white-space: nowrap !important;
	margin: 0 !important;
	    color: var(--text) !important;
}
.sec-head .line {
    flex: 1;
    height: 1px;
    background: var(--line-bright);
}
.sec-head .more {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--accent) !important;
    transition: opacity .25s;
}
.sec-head .more:hover {
    opacity: .6;
}
body .post_row{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    cursor: pointer;
    transition: padding-left .25s;
}
body .post_row .n {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--accent);
    padding-top: 3px;
}
body .op3-designer-element .post_row h4 {
    font-size: 18px !important;;
    line-height: 1.25 !important;;
    color: var(--text) !important;
    transition: color .25s !important;;
}
body .post_row small {
    display: block;
    margin-top: 7px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-faint);
}
body .post_row:hover {
    padding-left: 8px;
}
body .post_row:hover h4 {
    color: var(--accent) !important;
}

body .right_post_home .op3-custom-html-wrapper h3 {
    font-family: var(--mono) !important;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 11px !important;
    color: var(--text-faint) !important;
    padding-bottom: 16px !important;
    margin-bottom: 8px !important;
    border-bottom: 1px solid var(--line);
}
body .op3-element.left_post_col{
    border-right: 1px solid var(--line) !important;
}
.kicker {
    font-family: var(--mono);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 11px;
    color: var(--accent);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.kicker .id {
    color: var(--text-faint);
}
body .op3-designer-element .feature h2 {
    margin-top: 0 !important;
	font-weight: 400 !important;
    font-size: clamp(32px, 4.6vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.02em !important;
    margin-bottom: 22px !important;
	color: var(--text) !important;
}
body .op3-designer-element .feature h2 a{
	color: var(--text) !important;
}
.visual {
    width: 100%;
    aspect-ratio: 16 / 8;
    border: 1px solid var(--line-bright);
    border-radius: 2px;
    margin-bottom: 26px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 140% at 80% 0%, rgba(127, 231, 212, 0.16), transparent 55%), radial-gradient(120% 140% at 0% 100%, rgba(169, 182, 255, 0.14), transparent 55%), linear-gradient(135deg, #0d1219, #0a0d12);
}
.visual .scan {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.025) 3px 4px);
}
.visual .ring {
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 280px;
    height: 280px;
    border: 1px solid var(--line-bright);
    border-radius: 50%;
}
.visual .ring:before {
    content: "";
    position: absolute;
    inset: 34px;
    border: 1px solid var(--line);
    border-radius: 50%;
}
.visual .ring:after{
    content: "";
    position: absolute;
    inset: 74px;
    border: 1px solid var(--line);
    border-radius: 50%;
}
.visual .cap {
    position: absolute;
    left: 16px;
    bottom: 14px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-dim);
}
.visual img{
	width: 100%;
}
.card .thumb:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(80% 100% at 100% 0%, var(--cardglow, rgba(127, 231, 212, 0.15)), transparent 60%);
}
.card .thumb .grid-dots
{
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 18px 18px;
}
.feature .stand {
    font-family: var(--mono) !important;
    font-size: 15px !important;
    color: var(--text-dim) !important;
    line-height: 1.8 !important;
    max-width: 60ch !important;
    margin-bottom: 28px !important;
}
.byline {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-faint);
    border-top: 1px solid var(--line);
    padding-top: 16px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.byline b {
    color: var(--text);
    font-weight: 500;
}
body .op3-element.border_bottom {
    border-bottom: 1px solid var(--line) !important;
}
@media (max-width: 767px) {
	.sec-head {
    align-items: start;
    gap: 4px;
    margin: 0 0 20px;
}
	.line{
		display: none;
	}
	body .op3-designer-element .sec-head h2 {
		font-size: 20px !important;
	}
	.sec-head{
    align-items: start;
    gap: 4px;
    margin: 0 0 20px;
		flex-flow: column;
}
	body .op3-element.border_bottom {
		border-bottom: 0 !important;
	}
	.grid {
        grid-template-columns: 1fr;
    }
	body .op3-element.left_post_col{
    border-right: 0 !important;
}
}
@media (max-width: 1025px) {
	.op3-treemenu-content>[data-op3-children]{
		    background-color: #0a0c10 !important;
	}
	.feature .stand {
		font-size: 14px !important;
		line-height: 1.5 !important;
		margin-bottom: 18px !important;
	}
	body .op3-designer-element .post_row h4 {
    font-weight: 400;
		font-size: 16px !important;
	}
	.card h3 a, .card h3 {
    	font-weight: 400 !important;
		font-size: 16px !important;
	}
	a.op3-treemenuitem-link {
		margin: 4px 30px !important;
	}
	body .post_row {
    	padding: 10px 0;
	}
	body .op3-designer-element .sec-head h2 {
		font-size: 22px !important;
	}
	.sec-head {
		margin: 35px 0 30px;
	}
}
@media (min-width: 1026px) and (max-width: 1350px) {
    body .op3-element.ctc_main {
        max-width: 850px !important;
    }
	body .op3-element[data-op3-element-type=row] {
		padding-left: 30px;
		padding-right: 30px;
	}
	div#op3-element-MapRge7c {
		padding-left: 0;
		padding-right: 0;
	}
}

/*Blog Single Page*/
.meta-bar {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-faint);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
}
.meta-bar .author{
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-dim);
}
.meta-bar .avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--line-bright);
    background: radial-gradient(circle at 35% 30%, var(--accent-2), #1b2230);
}
.meta-bar .author b {
    color: var(--text);
    font-weight: 500;
}
.meta-bar .author {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-dim);
}
.meta-bar .spacer {
    flex: 1;
}
.meta-bar .share {
    display: flex;
    gap: 8px;
}
.meta-bar .share button {
    width: 32px;
    height: 32px;
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 2px;
    color: var(--text-dim);
    font-family: var(--mono);
    font-size: 12px;
    cursor: pointer;
    transition: .25s;
}
.meta-bar .share button:hover {
    border-color: var(--accent);
    color: var(--accent);
}
.breadcrumb {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-faint);
}
.breadcrumb a {
    color: var(--text-dim) !important;
    transition: color .25s;
}
.breadcrumb .sep {
    color: var(--text-faint);
    margin: 0 10px;
}
.art-hero {
    max-width: 1100px;
    margin: 40px auto 0;
}
.art-hero .frame {
    width: 100%;
    aspect-ratio: 16 / 8;
    border: 1px solid var(--line-bright);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 140% at 78% 0%, rgba(127, 231, 212, 0.16), transparent 55%), radial-gradient(120% 140% at 0% 100%, rgba(169, 182, 255, 0.14), transparent 55%), linear-gradient(135deg, #0d1219, #0a0d12);
}
.art-hero .dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 22px 22px;
}
.art-hero .scan{
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.022) 3px 4px);
}
.art-hero .ring {
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 360px;
    height: 360px;
    border: 1px solid var(--line-bright);
    border-radius: 50%;
}
.art-hero .ring:before {
    content: "";
    position: absolute;
    inset: 46px;
    border: 1px solid var(--line);
    border-radius: 50%;
}
.art-hero .ring:after {
    content: "";
    position: absolute;
    inset: 100px;
    border: 1px solid var(--line);
    border-radius: 50%;
}
.art-hero figcaption {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-faint);
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.art-hero img {
    width: 100%;
}
.related {
    border-top: 1px solid var(--line);
    padding-top: 30px;
    margin-top: 20px;
}
.single-post .sec-head{
    margin: 0px 0 28px;
}
.progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--accent);
    box-shadow: 0 0 10px var(--glow);
    z-index: 101;
    transition: width .1s linear;
}
.op3-element.art-body, body.single-post #op3-element-CLhm4EOB{
    max-width: 720px !important;
    margin: 0 auto;
}
body .op3-element.art-body p, body.single-post .op3-designer-element:not(a) p {
    font-family: var(--display) !important;
    font-weight: 300 !important;
    font-size: 19px !important;
    line-height: 1.75 !important;
    color: #d6dbe6 !important;
    margin-bottom: 26px !important;
    letter-spacing: .005em !important;
}
body .op3-element.art-body p.lead:first-of-type:first-letter{
	font-family:var(--display);
	font-weight:400;float:
		left;font-size:74px;
	line-height:.78;
	padding:6px 14px 0 0;
	color:var(--accent);
}
body .op3-designer-element .op3-element  .op3-custom-html-wrapper blockquote {
    border-left: 2px solid var(--accent);
    margin: 15px 0 0 0;
    padding: 6px 0 6px 28px;
    font-family: var(--display);
    font-style: italic;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.4;
    color: var(--text);
}
body .op3-designer-element .op3-element .op3-custom-html-wrapper blockquote cite {
    display: block;
    margin-top: 16px;
    font-family: var(--mono);
    font-style: normal;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-faint);
}
body .op3-designer-element .art-body .op3-element h2 {
    font-family: var(--display);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -.01em;
    margin: 46px 0 18px;
    color: var(--text);
}
body .op3-element.cell {
    background: var(--bg);
    padding: 26px 22px;
    text-align: center;
}
body .op3-element.cell .num {
    font-family: var(--display);
    font-weight: 300;
    font-size: 42px;
    color: var(--accent);
    line-height: 1;
}
body .op3-element.cell .lbl {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-faint);
    margin-top: 12px;
}
body .op3-designer-element .op3-element.pullstat_box{
	    border: 1px solid var(--line);
    background: var(--line);
}
body .post_img_col .op3-element-image__container{
	    width: 100%;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--line-bright);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d1219, #0b0e13);
}
body .post_img_col .op3-element-image__container:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(80% 100% at 100% 0%, rgba(169, 182, 255, 0.14), transparent 60%);
	    z-index: 2;
}
body .op3-designer-element .art-body figcaption {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-faint);
    margin-top: 12px;
}
body .op3-designer-element .art-body h3 {
    font-family: var(--mono);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 13px !important;
    color: var(--accent) !important;
    margin: 38px 0 14px !important;
}
body .op3-designer-element .art-body a.inline {
    color: var(--accent) !important;
    border-bottom: 1px solid var(--line-bright);
    transition: border-color .25s;
}
body .op3-designer-element .art-body a.inline:hover {
    border-color: var(--accent);
}
body .op3-designer-element .op3-element.post_title h1{
    font-family: var(--display);
    font-weight: 300;
    font-optical-sizing: auto;
    font-size: clamp(34px, 5.6vw, 68px);
    line-height: 1.02;
    letter-spacing: -.025em;
    margin-bottom: 26px;
	color: var(--text) !important;
}
body .op3-designer-element .op3-element.post_title h1 em {
    font-style: italic;
    color: var(--accent) !important;
    font-weight: 400;
}
body .op3-designer-element .op3-element .stand {
    font-family: var(--display);
    font-weight: 300;
    font-style: italic;
    font-size: clamp(18px, 2.4vw, 24px);
    line-height: 1.5;
    color: var(--text-dim) !important;
    max-width: 62ch;
    margin-bottom: 34px;
}
body .op3-element.post_single_title_col {
    max-width: 860px;
    margin: 0 auto;
}
body .op3-designer-element .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
/*     margin: 48px 0 0; */
}
body .op3-designer-element .tags a {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--text-dim) !important;
    border: 1px solid var(--line) !important;
    padding: 7px 14px;
    border-radius: 2px;
    transition: .25s;
}
body .op3-designer-element .tags a:hover {
    border-color: var(--accent) !important;
    color: var(--accent) !important;
}
body .op3-designer-element .author-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 44px 0;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: var(--panel);
}
body .op3-designer-element .author-card .av {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid var(--line-bright);
    background: radial-gradient(circle at 35% 30%, var(--accent-2), #1b2230);
}
body .op3-designer-element .author-card h4 {
    font-family: var(--display);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 6px;
}
body .op3-designer-element .author-card .role {
    font-family: var(--mono) !important;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
}
body .op3-designer-element .author-card p {
    font-family: var(--mono) !important;
    font-size: 12px !important;
    color: var(--text-dim) !important;
    line-height: 1.7;
}
body .op3-designer-element .op3-element.single_post_tag_user {
    max-width: 720px;
	margin: 0 auto;
}
body .logo_title .op3-custom-html-wrapper span a{
	color: var(--text) !important; 
}

@media (max-width: 1025px) {
	body .op3-element.art-body p, body.single-post .op3-designer-element:not(a) p {
    font-size: 16px !important;
    line-height: 1.35 !important;
		margin-bottom: 15px !important;
	}
	body .op3-designer-element .op3-element .op3-custom-html-wrapper blockquote {
    margin: 18px 0;
    font-size: 18px;
	 line-height: 1.2;
	}
	body .op3-designer-element .art-body .op3-element h2 {
    font-size: 20px;
		margin: 20px 0 10px;
	}
	body .op3-designer-element .author-card{
	 margin: 44px 0 0 0;
	}
}
@media (max-width: 767px) {
.meta-bar .avatar {
    width: 20px;
	height: 20px;
	}
	body.single-post #op3-element-CLhm4EOB {
		max-width: 100% !important;
	}
}
@media (max-width: 450px) {
	.author-card div {
		text-align: center;
	}
	    body .op3-designer-element .author-card {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
}
/*Banner*/
body .op3-designer-element .op3-element .banner_title h1{
	font-family: var(--display);
    font-weight: 300;
    font-optical-sizing: auto;
    font-size: clamp(44px, 9.5vw, 128px);
    line-height: .94;
    letter-spacing: -.03em;
    color: var(--text);
    margin-bottom: 30px;
}
body .op3-element.home_hero_section {
    border-bottom: 1px solid var(--line);
    background: radial-gradient(90% 70% at 0% 100%, rgba(127, 231, 212, 0.10), transparent 55%);
}
body .op3-element.home_hero_section ul.footer_menu {
     gap: 42px;
    justify-content: center;
    margin-top: 15px;
}
body .op3-element.home_hero_section ul.footer_menu li:last-child a{
	color: var(--accent) !important;
	font-weight: 500;
}
body .op3-element.home_hero_section .contact_button .wpcf7-submit{
	  padding: 0 30px;
	letter-spacing: .2em;
}
body .op3-element.home_hero_section ul.footer_menu li a{
	    font-size: 11px;
}
body .op3-element.home_hero_section {
    display: none !important; 
}
body .home_hero_section .email_input .wpcf7-form-control.wpcf7-email {
	font-size: 14px;
}
body.home .op3-element.home_hero_section {
    display: flex !important;
}
@media (max-width: 767px) {
	body .op3-element.home_hero_section ul.footer_menu {
		gap: 15px;
	}
	body .op3-element.home_hero_section .contact_form_main{
		height: auto !important;
	}
	body .op3-element.home_hero_section ul.footer_menu li a {
		font-size: 10px !important;
	}
}