/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root {
  --orange: #e67800;
  --petrol: #2f3045;
  --cream: #f4eede;
  --secondary-dark-petrol: #272539;
  --secondary-dark-grey: #1d1d1b;
  --secondary-mid-grey: #333331;
  --secondary-pale-purple: #ebeaf1;
  --secondary-light-purple: #d6d4e2;
  --secondary-mid-purple: #d0cbde;
  --purple: #91388c;
  --validation: #dd0303;
  --background: #f8f8f9;
  --green: #00987e;
}

@font-face {
  font-family: 'Santral';
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Light.eot');
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Light.eot?#iefix') format('embedded-opentype'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Light.woff2') format('woff2'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Light.woff') format('woff'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'Santral';
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-ExtraBold.eot');
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-ExtraBold.woff2') format('woff2'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-ExtraBold.woff') format('woff'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Santral';
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Regular.eot');
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Regular.woff2') format('woff2'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Regular.woff') format('woff'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Santral';
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Medium.eot');
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Medium.woff2') format('woff2'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Medium.woff') format('woff'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Santral';
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-RegularItalic.eot');
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-RegularItalic.woff2') format('woff2'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-RegularItalic.woff') format('woff'),
    url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Santral';
  src: url('https://www.puntersouthall.com/hubfs/Pension%20potential/fonts/Santral-RegularItalic.eot');
  src: url('//5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/fonts/Santral-SemiBold.woff2%29%20format%28%27woff2'),
    url(//5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/fonts/Santral-SemiBold.woff) format('woff');
    url(//5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/fonts/Santral-SemiBold.ttf) format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

body{
   font-family: 'Santral', sans-serif; 
}
.body-wrapper{
  background:var(--background);
}
.pattern-bg-light-purple{
  background-image:url('https://www.puntersouthall.com/hubfs/bg-shape-lilac.svg');
  background-repeat:repeat; 
}
h2, h3{
  font-weight:600;
} 
a.rounded-button,
.hero-header a.cta_button{
  border-radius:42px!important;
  display:flex!important;
  padding:15px 20px 15px 22px!important;
  text-decoration:none!important;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#FFF!important;
  font-size:18px!important;
  font-family:Santral;
  font-weight:normal;
  background:var(--green);
  transition: background-color 0.5s ease;
} 
a.rounded-button:after,
.hero-header a.cta_button:after{
  width:20px;
  height:20px;
  content:'';
  display:block;
  background:url(//5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/images/arrow-circle.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
}
a.rounded-button.green{
  background:var(--green)!important;
} 
a.rounded-button.orange{
  background:var(--orange)!important;
} 
a.rounded-button.petrol{
  background:var(--petrol)!important;
} 
a.rounded-button:hover,
.hero-header a.cta_button:hover{
  background:#21bda2!important;
} 
@media (max-width: 850px) {
  a.rounded-button{
    border-radius:32px!important;
    padding:15px 20px 15px 22px!important;
    font-size:14px!important;
  } 
  a.rounded-button:after{
    width:16px;
    height:16px;
  }
}
@media (max-width: 600px) {
  a.rounded-button,
  .hero-header a.cta_button{
    border-radius:32px!important;
    padding: 10px 15px 10px 18px !important;
    font-size:12px!important;
  } 
  a.rounded-button:after,
  .hero-header a.cta_button:after{
    width:16px;
    height:16px;
  }
}

  

h4,
.small-header{
  font-size:18px;
  line-height:150%;
  font-weight:600;
  color:var(--petrol);
  margin-bottom:10px;
}
h3, 
.medium-header{
  font-size:32px;
  line-height:150%;
  font-weight:600;
  color:var(--petrol);
} 
h1, 
.large-header,
.large-header h1{
  font-size:40px;
  line-height:150%;
  font-weight:600;
  color:var(--petrol);
} 
p,
.bodytext{
   font-size:18px;
}
p{
  margin-bottom:25px; 
}
.bodytext ul{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.module-padding{
  padding:80px 0 80px 0; 
}
@media only screen and (max-width: 850px) {
  h4,
  .small-header{
    font-size:15px;
  }
  h3, 
  .medium-header{
    font-size:24px;
  }
  h1,
  .large-header,
  .large-header h1{
    font-size:32px;
  }
  p,
  .bodytext{
     font-size:16px;
  }
  p{
    margin-bottom:20px; 
  }
  .module-padding{
    padding:60px 0 60px 0; 
  }
}
@media only screen and (max-width: 600px) {
  h4,
  .small-header{
    font-size:12px
  }
  h3,
  .medium-header{
    font-size:16px;
  }
  h1,
  .large-header,
  .large-header h1{
    font-size:22px;
  }
  p,
  .bodytext{
     font-size:12px;
  }
  p{
    margin-bottom:15px; 
  }
  .module-padding{
    padding:40px 0 40px 0; 
  }
}

.header-container{
  position:fixed;
  width:100%;
  z-index:1000;
  margin-top:20px;
}
header.header{
  background:#FFF;
  width:100%;
  padding:0;
}
.header-inner{
  display:flex;
  width:100%;
  justify-content: space-between;
  align-items:center;
}
.header__logo{
  margin:0;
} 
.mobile-nav-icon{
  width: 60px;
  height: 45px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  transform:scale(0.5);
  display:none;
}

.mobile-nav-icon span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background:var(--green);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav-icon span:nth-child(1) {
  top: 0px;
}
.mobile-nav-icon span:nth-child(2),
.mobile-nav-icon span:nth-child(3) {
  top: 18px;
}
.mobile-nav-icon span:nth-child(4) {
  top: 36px;
}
.mobile-nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media only screen and (max-width: 850px) {
  .header-container.mobile-menu-open{
    border-top:20px solid #4f4c6b; 
    margin-top:0;
    overflow:auto;
    height:100vh;
  }
  .header__container.content-wrapper{
    padding:0; 
  }
  .mobile-nav-icon{
    display:block; 
  }
  .header-inner{
    flex-direction:column; 
  }
  .header-left{
    display:flex;
    justify-content:space-between;
    width:100%;
    align-items:center;
  } 
  .header__logo{
    padding:6px 0 0 1rem;
  } 
  .header-right{
   
  } 
  .main-links{
    display:none;
    position:relative;
    top:0;
    left:0;
    padding:40px 12px 40px 12px;
    width:100vw;
    height:100vh;
    z-index:2;
    background-image:url(//5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/images/bg-shape-white-15.svg), linear-gradient(to bottom, #4f4c6b, var(--secondary-dark-petrol));  
    background-repeat:repeat;
    transition:all fade 0.3s;
  } 
  
  .header-container.mobile-menu-open .main-links{
    display:block;
  }
  .header-container.mobile-menu-open .main-links ul li.active .drop-menu{
    display:block;
  } 
  
}

@media (max-width: 600px) {
  .header__logo img{
    max-width:90px;
  }
}

.main-links ul{
  gap:0;
  display:flex;
  list-style-type:none;
  margin:0;
}
.main-links ul li{
  position:relative; 
}
  .main-links ul li .caret{
    display:none;   
  }
  .main-links ul li a{
    font-family: Santral;
    color:var(--green);
    font-size:18px;
    text-decoration:none;
    line-height:60px;
    padding:0 15px 0 15px;
  }
 .main-links ul li.active > a{
   text-shadow: 0.5px 0 0 currentColor;
  } 
.mobile-menu-open .main-links ul li.active > a{
   font-weight:normal; 
  } 

.mobile-menu-open .main-links ul{
    flex-direction:column; 
    margin:0;
    padding:0;
  }
.mobile-menu-open .main-links ul li > a{
    display:block;
    line-height: normal;
    padding: 15px 25px 15px 25px;
    color: #FFF;
}
.mobile-menu-open .main-links ul li a.caret{
  display:block;
  position:absolute;
  padding:20px;
  z-index:1000;
  top:0; 
  right: 35px;
}

.mobile-menu-open .main-links ul li a.caret .caret-inner{
  border-top:1px solid #FFF;
  border-left:1px solid #FFF; 
  width: 10px;
  height:10px;
  transform: rotate(45deg);
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.mobile-menu-open .main-links ul li.active a.caret .caret-inner{
    transform:rotate(225deg) ;
}

.drop-menu{
  min-height: 500px;
  background-image:url(//5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/images/bg-shape-white-15.svg), linear-gradient(to bottom, #4f4c6b, var(--secondary-dark-petrol));  
  background-repeat:repeat;
  padding:60px 0 60px 0;
  display:none;
  position: fixed;
  left: 0;
  width: 100%;
}
.mobile-menu-open li .drop-menu{
  background:none!important;
  min-height:auto;
  position: relative;
  overflow:hidden;
  height:auto;
  padding:0;
  display: grid; 
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.mobile-menu-open li .drop-menu .content-wrapper{
  overflow:hidden;
  margin:0;
}
.mobile-menu-open li.active .drop-menu{
   height:auto;
   background:none!important;
   position:relative;
   display:grid!important;
   padding:0 0 30px 0;
   grid-template-rows: 1fr;
}
.mobile-menu-open .drop-menu .panels{
   flex-direction:column; 
}

.drop-menu h3{
  color:#FFF;   
  font-weight:normal;
  margin-bottom:40px;
}
.mobile-menu-open .drop-menu h3{
  font-size:16px;
  margin:0 0 15px 0;
}
.drop-menu .panels{
  display:flex;
  gap:30px;
}
.mobile-menu-open .panels{
  flex-direction:column; 
  display:block;
  gap:10px;
  align-items:flex-start;
}
.drop-menu .panels .panel{
  flex:1;
  color:#FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width:200px;
} 
.mobile-menu-open .drop-menu .panels .panel{
  margin-bottom:15px;
} 
.drop-menu .panels .panel h4{
  color:#FFF;
  font-size:18px;
  font-weight:600; 
  padding-bottom:10px;
  border-bottom:1px solid #FFF;
  margin-bottom:15px;
  flex-grow:0;
}
.mobile-menu-open .drop-menu .panels .panel h4{
  display:none;
}
.drop-menu .panels .panel .text{
  color:#FFF;
  font-size:14px;
  line-height:170%;
  margin-bottom:25px;
   flex-grow:1;
}
.mobile-menu-open .drop-menu .panels .panel .text{
  display:none; 
}
.drop-menu .panels .panel .mobile-link{
  display:none;
  font-size:12px;
  color:#FFF;
  font-weight:normal;
  text-decoration:none;
  line-height:normal;
  padding:0;
}
.drop-menu .panels .panel .desktop-link{
  padding: 3px 10px 3px 15px;
  border-radius: 16px;
  border: solid 1px #fff; 
  display:flex;
  justify-content:space-between;
  line-height:24px;
  font-size:12px;
  color:#FFF;
  font-weight:normal;
  text-decoration:none;
  flex-grow:0;
  align-items:center;
  gap:10px;
  transition: all 0.3s ease;
}
.drop-menu .panels .panel .desktop-link:after{
  width:16px;
  height:16px;
  content:'';
  display:block;
  background:url(//5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/images/arrow-circle.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
}
.drop-menu .panels .panel .desktop-link:hover{
  border-color:#FFF;
  background-color:#FFF;
  color:#4f4c6b;
}
.drop-menu .panels .panel .desktop-link:hover:after{
   background:url(//5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/images/arrow-circle-blue.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
}
.mobile-menu-open .drop-menu .panels .panel .desktop-link{
  display:none; 
}
.mobile-menu-open .drop-menu .panels .panel .mobile-link{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
}
.mobile-menu-open .drop-menu .panels .panel .mobile-link:after{
  width:16px;
  height:16px;
  content:'';
  display:block;
  background:url(//5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/images/arrow-circle.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
}
footer.footer{
  background:var(--petrol);
  padding:80px 0 80px 0;  
} 
footer.footer > .content-wrapper{
  display:flex;
  gap:20px;
}
footer.footer > .content-wrapper.lower{
  display:block;
  color:#FFF;
  font-size:14px;
}
div.footer-left{
  flex:1;
  display:flex;
  gap:32px;
}
div.footer-left > div{
  flex:1;
  gap:20px;
}
div.footer-right{
  flex:1; 
}
footer.footer h5{
  font-weight:600;
  margin:0;
  font-size:18px;
  margin-bottom:32px;
} 
footer.footer ul{
  display:flex;
  flex-direction:column;
  gap:24px;
} 
footer.footer ul li{
  padding:0;
  line-height:100%;
}
footer.footer ul li a,
footer.footer ul li span,
footer.footer ul li.menu__item,
footer.footer ul .menu__link{
  color:#FFF;
  text-transform:none;
  font-size:14px;
  cursor:pointer;
  line-height:100%;
  text-decoration:none;
  padding:0!important;
  border:0!important;
} 
footer.footer p{
  color:#FFF;
  font-size:14px;
  line-height:150%;
}
@media (max-width: 850px) {
  footer.footer .content-wrapper{
    flex-direction:column; 
  }
  footer.footer ul{
    gap:15px; 
  }
  footer.footer ul li a,
  footer.footer ul li span,
  footer.footer ul li.menu__item,
  footer.footer ul .menu__link{
    font-size:12px;
  } 
  footer.footer h5{
    margin-bottom:15px; 
    font-size:12px;
  }
  footer.footer p{
    font-size:12px; 
  }
  footer.footer > .content-wrapper.lower{
    font-size:12px;
  }
}

ul.slick-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  list-style-type:none;
  padding:15px 0 15px 0;
}
ul.slick-dots li button{
  width:10px;
  height:10px;
  border-radius:50%;
  color:transparent;
  overflow:hidden;
  border:0;
  padding:0;
  background:var(--secondary-light-purple);
  cursor:pointer;
}
ul.slick-dots li.slick-active button{
  background:var(--green); 
}
ul.slick-dots > li:only-child {
    display: none;
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}