@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Variable:opsz,wght@8..60,200..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");


@font-face {
  font-family: 'AkcelerAalt';
  src: url("https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/Apex-2025/Fonts/AkcelerAalt.eot") format("embedded-opentype"), 
    url(https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/raw_assets/public/Templates/Custom/Page/Apexhouse-2025/fonts/AkcelerAalt.woff2) format("woff2"), 
    url(https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/raw_assets/public/Templates/Custom/Page/Apexhouse-2025/fonts/AkcelerAalt.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AkcelerAalt';
  src: url("https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/Apex-2025/Fonts/AkcelerAalt-Bold.eot") format("embedded-opentype"), 
    url(https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/raw_assets/public/Templates/Custom/Page/Apexhouse-2025/fonts/AkcelerAalt-Bold.woff2) format("woff2"), 
    url(https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/raw_assets/public/Templates/Custom/Page/Apexhouse-2025/fonts/AkcelerAalt-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
body{
  font-family: "Source Sans Variable", "Source Sans 3", sans-serif;
  font-size:22px;
  line-height:1.22;
  font-weight:400;
  color:#000;
}
.hs-content-name-apex-hose-neverkink-flx {
    overflow-x: hidden;
}
.content-wrapper{ 
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ===============================
1. TYPOGRAPHY
================================ */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'AkcelerAalt';
}
h1{
  font-size:44.57px;
  color:#000;
}
h2{
  font-size: 47px;
  color:#536671;
  line-height:1.19;
}
h3{
  font-size: 45.6px; 
  color:#000;
  line-height:1.19;
}
h5{
  font-size:30px;
  font-weight:400;
  color:#000;
  line-height:1.16;
  font-family: "Source Sans Variable", "Source Sans 3", sans-serif;
}
h6{
  font-size:20px;
  font-family: "Source Sans Variable", "Source Sans 3", sans-serif;
  line-height: 1.2;
  color:#000;
}

p {
  margin-bottom: 16px;
  font-family: "Source Sans Variable", "Source Sans 3", sans-serif;
  font-size:22px;
  font-weight:400;
  line-height:1.22;
}
a {
  text-decoration: none;
  transition:0.5s all ease;
  font-family: "Source Sans Variable", "Source Sans 3", sans-serif;
  font-weight:700;
  font-size:25px;
}
img {
  width: 100%;
  display: block;
}

/* ===============================
5. BUTTONS
================================ */
a.cta-link{
  border-radius: 9px;
  display: inline-block;
  font-family: "Source Sans Variable", "Source Sans 3", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 6.5px 17.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease;
  position:relative;
}
.primary_button .hs-button.large.primary, .primary_button a.cta-link,
.primary_button a.cta_button[title], .primary_button input.hs-button.primary.large, form input[type=submit] {
  border: 1px solid #acfc44;
  background-color: #acfc44 ;
  color:#000;
}
.primary_button .hs-button.large.primary:hover, .primary_button a.cta-link:hover, .primary_button a.cta_button[title]:hover,
.primary_button input.hs-button.primary.large:hover, a.cta-link:hover, form input[type=submit]:hover{
  background:#F07E03;
  border: 1px solid #F07E03;
  color:#fff;
  opacity:1;
}

.secondary_button .hs-button.large.primary, .secondary_button a.cta-link, .secondary_button a.cta_button[title],
.secondary_button form input[type=submit], .secondary_button input.hs-button.primary.large {
  background-color:transparent;
  color: #acfc44;
  border:2px solid #acfc44;


}
.secondary_button .hs-button.large.primary:hover, .secondary_button a.cta-link:hover, .secondary_button a.cta_button[title]:hover, 
.secondary_button form input[type=submit]:hover, .secondary_button input.hs-button.primary.large:hover, .select-pool-btn:hover {
  background-color:transparent;
  color: #F07E03;
  border:2px solid #F07E03;
  opacity:1;
}
@media(max-width:1280px){
  a.cta-link{
    font-size: 22px; 
  }
}
@media(max-width:991px){
  h2{
    font-size: 32px;
  }
  a.cta-link{
    font-size: 18px; 
    padding:8px 12px;
  }
  h6{
    font-size:18px;
  }
}
@media(max-width:767px){
  a.cta-link{
    font-size: 16px; 
    padding:7px 10px;
  }
  h1 {
    font-size: 36px;
  }
  h2{
    font-size: 25px;
  }
  h5{
    font-size:22px;
  }
  h6{
    font-size:16px;
  }
  h3 {
    font-size: 22px;
  }
}
}

/* ===============================
8. UTILITIES
================================ */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/**********  Flex  **********/

.mob-flex,
.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.flex-wrap {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.flex-no-wrap,
.mob-flex.flex-no-wrap,
.flex.flex-no-wrap{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between-center{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/**********  Flex-Direction **********/

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/**********  Flex-Align **********/

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/**********  Flex-Justify **********/

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media(max-width:767px){
  .flex{
    display:block;
  }
  .mob-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mob-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mob-flex.flex-between-center{
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

}