/*
 * Epicore site-wide styles (migrated from DB global styles to git).
 *
 * Source: wp_global_styles export for twentytwentyfive-child. Preset colors,
 * layout widths, and font sizes live in theme.json; Field Notes in
 * tokens.css / field-notes.css.
 *
 * DB user global styles are disabled in inc/global-styles.php so deploy does
 * not require a per-environment re-key migration.
 */


/* Element defaults (from former theme.json user layer). */
body {
	font-family: var(--wp--preset--font-family--pp-neue-montreal);
	font-style: normal;
	font-weight: 400;
}

a:where(:not(.wp-element-button)) {
	font-family: var(--wp--preset--font-family--ibm-plex-mono);
	text-decoration: none;
}

:where(h1, h2, h3, h4, h5, h6) {
	font-family: var(--wp--preset--font-family--pp-neue-montreal);
	font-style: normal;
	font-weight: 500;
}

:where(.wp-element-caption, figcaption) {
	font-family: var(--wp--preset--font-family--ibm-plex-mono);
}

.wp-element-button,
.wp-block-button__link {
	font-family: var(--wp--preset--font-family--ibm-plex-mono);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 2;
	text-transform: uppercase;
	border-radius: 8px;
	color: var(--wp--preset--color--accent-2);
	background-color: var(--wp--preset--color--accent-1);
	padding: 0.5rem 1rem;
}

:root{
  --wp--preset--spacing--20: 1.5rem;
  --wp--preset--spacing--30: 2.5rem !important;
  --wp--preset--spacing--40: 4rem !important;
  --wp--preset--spacing--50: 6rem !important;
  --wp--preset--spacing--60: 8rem !important;
  --wp--preset--spacing--70: 9rem !important;
  --wp--preset--spacing--80: 18rem !important;
}
@media screen and (max-width: 62em){
  :root{
    --wp--preset--spacing--20: 1.5rem;
    --wp--preset--spacing--30: 1rem !important;
    --wp--preset--spacing--40: 3rem !important;
    --wp--preset--spacing--50: 1rem !important;
    --wp--preset--spacing--60: 4rem !important;
    --wp--preset--spacing--70: 7rem !important;
    --wp--preset--spacing--80: 1rem !important;
  }
  .full_video{
    margin-top: 4rem !important;
  }
}
li.team-member .hover_card img{
  background-color: #fff;
}
.contact_form_continer.no_margin_no_border{
  margin: 0 !important;
}
.contact_form_continer.no_margin_no_border input, .contact_form_continer.no_margin_no_border textarea{
  border: none !important;
}
html{
  margin: 0 !important;
  scroll-behavior: smooth;
}
a, button{
  text-decoration: none !important;
  outline: none !important;
  transition: filter .3s ease;
}
a.wp-block-button__link:hover, button:hover{
  filter: brightness(0.85);
}
p{
  white-space: break-spaces;
}
.inherit_a a{
  font-family: inherit !important;
}
li.wp-social-link{
  transform: scale(1) !important;
}
li.wp-social-link.inherit_a span{
  font-size: inherit !important;
}
.wp-block-social-links .wp-social-link span{
}
header{
  position: relative;
  z-index: 9999
}
.absolute_header{
  position: absolute;
  width: 100%;
  max-width: 100vw;
  top: 0;
  z-index:99
}
.absolute_header .header_background{
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.sticky_nav_container_parent{
  position: relative;
}
.sticky_nav_container{
  -webkit-transition: all 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  position: sticky;
  top: 0px;
  z-index: 100;
  width: 100%;
  transform: translateZ(0);
}
.sticky_nav{
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.footer_grid{
  max-width: 100%
}
.epicore-footer-icon{
  flex-shrink: 0;
  display: block;
  margin: 0;
}
.epicore-footer-divider{
  width: 100%;
  height: auto;
}
.swatch_container{
  max-wisth: 100vw;
  overflow: hidden;
}
.fit_height_column{
  max-height: 2.3em;
}
.contact_form_continer{
  width: 100%;
  margin-bottom: 5rem !important;
}
.contact_form_continer form{
  display: grid;
  gap: 1.5rem;
}
.contact_form_continer form br{
  display: none
}
.contact_form_continer form *{
  margin: 0 !important;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--pp-neue-montreal) !important;
  font-size: var(--wp--preset--font-size--small) !important;
  display: grid;
  gap: .5rem 1.5rem;
  min-width: 0;
}
.contact_form_continer form input, .contact_form_continer form textarea{
    border-color: #80868C;
    border-width: 1px;
    padding: .5rem 1rem;
    border-radius: 8px;
    min-height: 48px;
    width: 100%;
    color: #020e1a;
}
.contact_form_continer form textarea{
    height: 90px;
}
.contact_form_continer form > p:last-of-type{
  display: flex !important;
}
.contact_form_continer form input[type="submit"]{
    white-space: nowrap;
    vertical-align: middle;
    font-family: var(--wp--preset--font-family--ibm-plex-mono),serif !important;
  font-size: var(--wp--preset--font-size--custom-1) !important;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    height: 48px;
    -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    min-width: 196px;
    width: auto;
    background: #055cde;
    border-color: #055cde;
    cursor: pointer;
    color: #fff;
}
.contact_form_continer form  .full_name p{
    gap: 1.5rem;
}
.half_vh_img{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.half_vh_img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 782px) {
  .only_tablet_divider {
    display: none !important;
    margin-bottom: 0px;
  }
  .contact_stack{
    min-height: 100vh;
  }
  .contact_form_continer{
    margin-top: 11rem !important;
    width: 40%;
  }
  .contact_form_continer.no_margin_no_border{
    margin-top: 0rem !important;
    width: 50%;
  }
  .contact_form_continer form  .full_name p{
    grid-template-columns: 1fr 1fr;
  }
}
.hover_card, .hover_card *{
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.hover_card img{
  width: 100%;
}
.hover_card figure{
  position: relative;
}
.hover_card figure figcaption{
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  border-radius: 4px;
  background-color: rgb(229, 230, 232);
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-size: clamp(14px, -0.5728px + 0.875rem + 0.179vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
color: var(--wp--preset--color--accent-1) !important;
}
.hover_card h3+.wp-block-safe-svg-svg-icon{
  opacity: 0;
}
.hover_card h3+.wp-block-safe-svg-svg-icon svg{
  stroke: none !important;
}
.hover_card:not(.empty_col):hover{
  background-color: var(--wp--preset--color--accent-1) !important;
  cursor: pointer;
}
.hover_card:hover *{
  color: #fff;
  fill: #fff;
  opacity: 100% !important;
}
.blur_animation img{
  filter: blur(10px);
  transition: filter 0.8s ease-in-out;
}
.safe-svg-inside{
  width: 100% !important;
}
.divider_element.no_svg{
    background-image: url('../images/footer-divider-accent.png');
    background-position: 0 !important;
    background-repeat: repeat-x !important;
    background-size: auto 3px !important;
}

/* Full-bleed heroes: nested has-global-padding was insetting backgrounds ~96px per side. */
.has-global-padding:has(> .dynamic_slider.alignfull) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.has-global-padding > .dynamic_slider.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.back_img_banner.alignfull.has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.back_img_banner{
  position: relative;
  z-index: 999;
  transform: translateZ(0);
}
.back_img_banner .slide_banner_img_container{
  position: absolute;
  top: 0;
  max-width: none;
  width: 100%;
  z-index: -1;
}
.back_img_banner .slide_banner_img{
  width: 100%;
}
.back_img_banner .slide_banner_img img{
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.back_img_banner .slide_banner_content_container{
  position: relative;
}
.back_img_banner .aditional_left_img_container{
  position: static
}
.back_img_banner .aditional_left_img{
  position: absolute;
  right: var(--wp--preset--spacing--30);
  width: 40%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.back_img_banner:not(.slide_banner) .aditional_left_img img{
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(11.105262756347656px);
  backdrop-filter: blur(11.105262756347656px);
}
.btns_columns .wp-block-column {
  min-width: max-content;
}
.space_btw_columns{
  justify-content: space-between;
}
.auto_width_btn{
  width: clamp(196px, auto, 100%)
}
.logos_grid img{
  aspect-ratio: 16 / 7;
  object-fit: contain !important;
}
.logos_grid > div{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 782px) {
  .logos_grid:not(.no_wrap){
    grid-gap: .5rem !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .back_img_banner .aditional_left_img{
    display: none;
  }
  .btns_columns{
    width: 100%;
  }
}

.wp-container-core-columns-is-layout-106d23b7{
	margin-block-start: 2rem !important;
}