/* =========================================================
   Reskin Overrides
========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap");


/* =========================================================
   Variables
========================================================= */

:root {
	/* Colors */
	--kw-color-primary: #4d60fb;
	--kw-color-background: #050821;
	--kw-color-surface: #0d0f31;
	--kw-color-secondary: #ddd6fb;
	--kw-color-accent: #fdca13;
	--kw-color-light: #ffffff;
	--kw-color-paragraph: #9298c8;

	/* Transparent Colors */
	--kw-color-secondary-40: rgba(221, 214, 251, 0.4);
	--kw-color-primary-50: rgba(142, 156, 255, 0.5);
	--kw-color-primary-shadow: rgba(72, 96, 207, 0.38);

}


/* =========================================================
   Body
========================================================= */

body, button, input, select, textarea {
	font-family: "Host Grotesk", sans-serif !important;
	letter-spacing: -0.4px !important;
}

h1, h2, h3, h4, h5, h6, h3 a {
	font-family: "Host Grotesk", sans-serif !important;
	letter-spacing: -0.2px !important;
	color:var(--kw-color-light) !important;
}

#kw-hero-section,
#main .page-header-block,
#content .page-header-block,
body{
	margin-top: 0;
	background-color: var(--kw-color-background) !important;
	background-image: none !important;
}

.grid-x, .post-type-archive-wdsa-press-release .press-release-card, .post-type-archive-wdsa-press-release .container {
    max-width: 82.5rem !important;
}

.breadcrumb a, .entry-meta span{
	color:var(--kw-color-paragraph) !important
}
.content-wrapper .kw-section-split.is-highlighted{
	background-color:var(--kw-color-surface);
	border-left: solid 5px var(--kw-color-primary);
}

/* Buttons */
.kw-btn, .featured-resources .block-footer .button,  .cta-kw-newsletter-footer, .cta-double .double-cta .button-container .button, .promo-block .button0{
    background: rgba(0,0,0,0.2);
    border: 2px solid #ffc400;
    color: #ffc400 !important;
    border-radius: 20px !important;
    padding: 15px 35px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
    box-shadow: inset 0 0 28px rgba(255, 196, 0, 0.12), 0 0 14px rgba(255, 196, 0, 0.18);
    text-decoration:none !important;
	cursor:pointer;
}
.featured-resources .block-footer .button:hover, .cta-kw-newsletter-footer:hover, .cta-double .double-cta .button-container .button:hover, .promo-block .button0:hover{
  background: rgba(0,0,0,0.5);
  box-shadow: inset 0 -24px 30px rgba(255, 196, 0, 0.18), 0 18px 28px -22px rgba(255, 196, 0, 0.45);
   border: 2px solid #ffc400;
}

.featured-resources .block-footer .button.is-pressed, .cta-kw-newsletter-footer.is-pressed, .cta-double .double-cta .button-container .button.is-pressed, .promo-block .button0.is-pressed {
  background: rgba(0,0,0,0.6);
  transform: translateY(1px);
  box-shadow:
    inset 0 -28px 36px rgba(255, 196, 0, 0.24),
    inset 0 0 18px rgba(255, 196, 0, 0.10),
    0 14px 24px -24px rgba(255, 196, 0, 0.55);
	border: 2px solid #ffc400;
}
.featured-resources .block-footer .button:active, .cta-kw-newsletter-footer:active, .cta-double .double-cta .button-container .button:ative, .promo-block .button0:active{
  background: rgba(0,0,0,0.6);
  transform: translateY(1px);
  box-shadow:
    inset 0 -28px 36px rgba(255, 196, 0, 0.24),
    inset 0 0 18px rgba(255, 196, 0, 0.10),
    0 14px 24px -24px rgba(255, 196, 0, 0.8);
	border: 2px solid #ffc400;
}
/*Buttons*/

/* resouces CSS  */
.card-footer {
   position: absolute;
   bottom: 0px;
}
.post-card, .team-tile{
    background: linear-gradient(180deg, rgba(21, 29, 83, 0.93) 0%, rgb(13 15 48) 100%);
    border: 1px solid rgba(100, 115, 235, 0.23);
    border-radius: 10px;
    box-shadow: inset 0 0 34px rgba(128, 148, 255, 0.22), 0 16px 42px rgba(0, 0, 0, 0.28);
    padding: 18px 18px 20px;
    min-height: 174px;
    position: relative;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.post-card .card-title{
    color:var(--kw-color-light) !important;
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 0 0 8px;
    font-weight: 500;
    letter-spacing:0.2px !important;
}
.featured-resources .post-term {
   margin: 2.625rem 0 1.5rem !important;
}
.post-card .card-image, .promo-block img{
    border-radius:10px; 
}
.post-cards-grid .card-section{
    border:none;
    padding-top:15px;
}
.featured-resources h2, .modal-content0 h2 {
   font-weight: 700;
   padding: unset !important;
   font-size: 2.3125rem !important;
   color:var(--kw-color-light) !important;
}
/* resouces CSS  */

/*Footer Get Started*/
#kw-newsletter-section{
    background-image: none !important;
    background-color: var(--kw-color-surface) !important;
}
#kw-newsletter-section .grid-x, #kw-newsletter-section .grid-x h2, #kw-newsletter-section .grid-x div{
    text-align:Center;
    max-width:100%;
    justify-content: center;
}
#kw-newsletter-section p, #kw-newsletter-section>div>div:nth-child(3){
    margin-left:0% !important;
}
.cta-newsletter-home-con {
    background-color: transparent !important;
    width: auto !important;
    text-transform: none !important;
    height: auto !important;
    display: block !important;
}
.cta-newsletter-home-con:hover{
    background:transparent;
}

/* Company Main Page */
#content #generic-content-2.color-as-background, #content  #why-kw, #content #generic-content-5.image-as-background, #generic-content-3.color-as-background ,#generic-content-5.color-as-background, #generic-content-7.image-as-background{
	background-image: url() !important;
    background-color:var(--kw-color-surface) !important;
}
#content  .row{
	display:flex;
	gap:20px;
}
#content  .row .col-6, #content  .row .col-5{
	align-content: center;
	padding:0px;
}
#content h2, #content h3{
	color:var(--kw-color-light) !important;
}
#content p{
	color:var(--kw-color-paragraph) !important;
}
#content  p a{
	color:var(--kw-color-accent);
	text-decoration:none;
}
#content  p a:hover{
	text-decoration:underline;
}
#content .about-us-content{
    padding-left:0px;
}
/*Management Page*/
.team-tile{
	width:32% !important;
}
.promo-block{
    border: none !important;
    box-shadow: none !important;
    transition: box-shadow .2s ease-in-out;
    text-align: center;
}
.promo-block p{
	color:var(--kw-color-paragraph) !important;
}
.promo-block .button0{
	width: auto;
	height: auto;
	padding:10px 30px;
	text-transform:capitalize;
}
.modal-content0 {
    background-color: var(--kw-color-background) !important;
    border: solid 0px var(--kw-color-primary) !important;
    border-radius:15px;
}
.modal-content0 img{
	border-radius:10px;
}
.modal-content0 p, .team-member-title, #page-content ul li { 
	color: var(--kw-color-paragraph) !important;
}
.close, .breadcrumb .active,  #page-content ul li a{
	color:var(--kw-color-accent) !important;
}
.teamOne, .teamTwo{
	background: #445dc530 !important;
    border: solid 1px #4D60FB33 !important;
    border-radius: 12px;
    padding: 13px 16px !important;
    font-size: 1rem;
    line-height: 1.2;
    color: #9298c8 !important;
    cursor: pointer;
    transition: all 0.2s ease !important;
}
#kw-team-padding-bottom .row p span[style*="border: 1px solid black"]{
	background: linear-gradient(1deg, rgba(89, 108, 255, 0.9) 0%, #424eac00 100%) !important;
    border-color: rgba(142, 156, 255, 0.52)  !important;
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.12), 0 12px 34px rgba(72, 96, 207, 0.35)  !important;
    color: #fff  !important;
    border: 0  !important;
}
/*Investors*/
header.page-header .page-title{
	margin-top:3rem;
}
.kw-flex-container.kw-align-middle{
    display:flex;
    gap:20px;
    padding:0px !important;
}
.col-4.kw-padding-none{
    align-content:center;
    padding:0px;
}
/*Career Page*/
#in-page-menu-2 {
    background-color: var(--kw-color-primary) !important;
}

/*press-release*/
.archive-press-release-temp{
    padding-top: 0rem;
}
