/* @import url('http://example.com/example_style.css'); */
/*********************************************/
/* =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= */
/*                                           */
/* Hubspot POWER THEME                       */
/* by maka Ageny                             */
/*                                           */
/* STYLE SETTINGS FILE                       */
/*                                           */
/* =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= */
/*********************************************/























 






















 


 
 
































 





























    
















 






















































































































































 





































 
 















/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*** replaced with local font via theme settings as of v27 ***/
/*** local font install for accent font - maka Agency JN ***/
/*
@font-face { 
font-family: 'OpenSans'; 
src: local('OpenSans-Regular'),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-Regular.ttf") format("ttf"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-Regular.woff") format("woff"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-Regular.woff2") format("woff2"); 
font-weight: 400; 
font-style: normal;
font-display: swap;
} 
@font-face { 
font-family: 'OpenSans'; 
src: local('OpenSans-Light'),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-Light.ttf") format("ttf"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-Light.woff") format("woff"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-Light.woff2") format("woff2"); 
font-weight: 300; 
font-style: normal;
font-display: swap;
} 
@font-face { 
font-family: 'OpenSans'; 
src: local('OpenSans-SemiBold'),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-SemiBold.ttf") format("ttf"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-SemiBold.woff") format("woff"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-SemiBold.woff2") format("woff2"); 
font-weight: 600; 
font-style: normal;
font-display: swap;
} 
@font-face { 
font-family: 'OpenSans'; 
src: local('OpenSans-Bold'),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-Boldr.ttf") format("ttf"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-Bold.woff") format("woff"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-Bold.woff2") format("woff2"); 
font-weight: 700; 
font-style: normal;
font-display: swap;
} 
@font-face { 
font-family: 'OpenSans'; 
src: local('OpenSans-ExtraBold'),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-ExtraBold.ttf") format("ttf"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-ExtraBold.woff") format("woff"),
  url("https://7372593.fs1.hubspotusercontent-na1.net/hubfs/7372593/fonts/OpenSans-ExtraBold.woff2") format("woff2"); 
font-weight: 800; 
font-style: normal;
font-display: swap;
} 
:root {
    --ff-accent: OpenSans, sans-serif !important;
}
*/

/* Header Navigation: Change highlight */

.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a, 
.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a:after {
    color: inherit;
}

.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a {
    background-color: initial;
}

.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1):hover>a, 
.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1):hover>a:after {
    color: #ffffff;
}

.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1):hover>a{
    background-color: #1b4978;
}


.tooltip-container {
    cursor: pointer;
    position: relative;
    display: inline;
}


.tooltip {
    opacity: 0;
    z-index: 99;
    color: #ffffff;
    width: 190px;
    display: block;
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 3px;
    text-align: center;
    line-height: 1.35rem;
    text-shadow: 1px 1px 2px #111;
    background: rgba(4,17,37,1);
    border: 1px solid rgba(34,34,34,0.9);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: -80px;
    bottom: 35px;
}




.tooltip a, .tooltip a:hover  {
    color:#fff !important;
    text-decoration:underline;
    display:inline-block;
    font-weight:bold;
}

.tooltip:before,.tooltip:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(51,51,51,0.9);
    position: absolute;
    bottom: -11px;
    left: 45.5%;
}

.tooltip-container:hover .tooltip,a:hover .tooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tooltip-container svg  {
    position: relative;
    display: inherit !important;
    max-width:18px;
    max-height:18px;
}

.tooltip-container > span {
  line-height: 1em;
    vertical-align: middle;
}

.tooltip-container > img {
  line-height: 1em;
    vertical-align: middle;
}

.swiper-slide .pwr-hero__desc {
    max-width: 700px;
}