@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100;200;300;400;600;700;800;900&display=swap');









@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');







.body-wrapper.hs-site-page.page {
  background:#121212;
}

.row-fluid-wrapper.row-depth-1.row-number-10.dnd-row {
  width: 100%;
}

div#cta ul {
  padding-left: 1rem !important;
  list-style: disc !important;
}

.body-container-wrapper {
  background: #121212;
}

div#cta ul li {
  margin-bottom: 20px;
}

.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #FFFFFF;
}
.page-center {
  max-width: 1280px;
}

.page-center{margin:0 auto;}




html {

}

body {
  color: #FFFFFF;
  font-family: Hanken Grotesk;
  font-size: 20px;
}

p {
  font-family: Hanken Grotesk;
  font-weight: 500;
}

ol,ul{
  font-weight: 500;
}

a {
  font-family: Hanken Grotesk;
  color: rgba(255, 255, 255, 1.0);
  cursor: pointer;

}

a:hover,
a:focus {
  color: rgba(215, 63, 0, 1.0);
}

a:active {
  color: rgba(255, 255, 255, 1.0);
}

h1 {
  color: #FFFFFF;
  font-family: Hanken Grotesk;
  font-size: 50px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h1 {
    font-size: 42.5px;
  }
}

h2 {
  color: #FFFFFF;
  font-family: Hanken Grotesk;
  font-size: 30px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h2 {
    font-size: 25.5px;
  }
}

h3 {
  color: #FFFFFF;
  font-family: Hanken Grotesk;
  font-size: 24px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h3 {
    font-size: 20.4px;
  }
}

h4 {
  color: #FFFFFF;
  font-family: Hanken Grotesk;
  font-size: 240px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h4 {
    font-size: 204.0px;
  }
}

h5 {
  color: #FFFFFF;
  font-family: Hanken Grotesk;
  font-size: 18px;
  font-weight: 600;
}

h6 {
  color: ;
  font-family: Hanken Grotesk;
  font-size: 16px;
  font-weight: 500;
}







form,
.submitted-message {
  border-color: #fff;
  font-family: Hanken Grotesk;
}

h3.form-title {
  background-color: rgba(18, 18, 18, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(18, 18, 18, 0.0);
  background:transparent linear-gradient(90deg, #FF671F 0%, #F2A900 100%) 0% 0% no-repeat padding-box;
  border-color: rgba(18, 18, 18, 1.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(18, 18, 18, 0.1);
  border-color: #121212;
  color: rgba(255, 255, 255, 1.0);
}
.button--primary:hover{
  color:#fff;
  background: rgba(18, 18, 18, 0.0);
}
.hs-button:active,
.button--primary:active {
  background-color: rgba(58, 58, 58, 0.0);
  border-color: rgba(58, 58, 58, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

a.button--secondary{
  background-color:transparent;
  color:#fff;
  border:1.5px solid #FF671F;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 6px;transition: .3s ease-in-out;
}
a.button--secondary:hover{
  background:transparent linear-gradient(90deg, #FF671F 0%, #F2A900 100%) 0% 0% no-repeat padding-box;
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(255, 255, 255, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(18, 18, 18, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #FFFFFF;
}

.hs-richtext {
  font-size: 20;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Hanken Grotesk;
}

.fn-date-picker td.is-today .pika-button {
  color: #121212;
}

.fn-date-picker td.is-selected .pika-button {
  background: #121212;
}

.fn-date-picker td .pika-button:hover {
  background-color: #FFFFFF !important;
}





header {
  background-color: rgba(18, 18, 18, 1.0);
}

.header__container {
  max-width: 1280px;
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #121212;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {

}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {

}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Hanken Grotesk;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}


@media(min-width:993px){
  .custom-menu-primary ul.submenu.level-1>li>a{
    color: rgba(255, 255, 255, 1.0);
  }


  .custom-menu-primary ul.submenu.level-1 ul.submenu.level-2{
    background-color: rgba(18, 18, 18, 1.0);
  }

  .custom-menu-primary ul.submenu.level-2>li>a{
    color: rgba(255, 255, 255, 1.0);
  }

}



@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(18, 18, 18, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}





footer {
  background-color: rgba(18, 18, 18, 1.0);

}

.footer__container {
  max-width: 1280px;
}


.footer-inner h4{
  color: rgba(255, 255, 255, 1.0);
}


.footer-inner ul.submenu.level-1>li>a,
.footer-col:last-child a,
.social-links a{
  color: rgba(255, 255, 255, 1.0);
}

.footer-inner ul.submenu.level-1>li>a:hover,
.footer-col:last-child a:hover,
.social-links a{
  color: rgba(255, 103, 31, 1.0);
}


.copy p{
  color: rgba(255, 255, 255, 1.0);
}




.post-pagi_cta {
  width: 100%;
  display: inline-block;
}
.content-wrapper {
  max-width: 1280px;
}

.blog-post__date {
  border-color: #FFFFFF;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #FFFFFF;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #d7d7d7;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #ffffff;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #121212;
}

.blog-pagination__link {
  color: #FFFFFF;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #121212;
}

.blog-post__title {
  color: #FFFFFF;
  font-family:Hanken Grotesk;
  font-size: 30px;
  font-weight: ;
}

.blog-post__author {
  background-color: #FFFFFF;
}

.blog-post__tag-link:hover{
  color: #FF671F;
}

.blog-post__read-more svg {
  fill: #FFFFFF;
}

.blog-post__read-more a:hover svg {
  fill: #FF671F;
}

.blog-sidebar a {
  color: #FFFFFF;
}

.blog-sidebar a:hover {
  color: #FF671F;
}


.post-featured-image {
  max-height: px;
}



.blog-post__meta a {
  color: #FFFFFF;
}

.blog-post__body, .blog-post__tags a {
  color: #FFFFFF;
}

.blog-post__meta a:hover {
  color: #FF671F
}

.blog-post__back-to-blog {
  color: #FFFFFF;
}

.blog-post__back-to-blog:hover {
  color: #FF671F;
}

.blog-post__back-to-blog svg {
  fill: #FFFFFF;
}

a.blog-post__back-to-blog:hover svg {
  fill: #FF671F;
}











body .icon svg {
  fill: #121212;
}

body .tns-nav button.tns-nav-active {
  background-color: #121212;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #121212;
}

body .social-links__icon {
  background-color: #121212;
}

body .team-member__description {
  background-color: #FFFFFF;
}

.page-center {
  max-width: 1280px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}


.dnd-section>.row-fluid, .content-wrapper, .page-center, .header__container, .footer__container { margin-right: auto; margin-left: auto; width: 100%; padding-left: 0; padding-right: 0; }
.header__container, .footer__container, .content-wrapper { padding-left: 15px; padding-right: 15px; }

container{margin:0 auto;display:block;padding:0 15px;}

/* new-css */
* { margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.container{ margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px;max-width:1190px; float: none; box-sizing: border-box; }
.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }
input, button, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline: 0; border: 1px solid #666666; background: #fff; height: 43px; padding: 0 20px;font-family: 'Hanken Grotesk', sans-serif; border-radius: 4px; font-size: 16px; width: 100% }
input[type=checkbox], input[type=radio] { width: auto; height: auto;border-radius: 4px; }
textarea { padding: 15px 20px; height: 100px; border-radius: 4px; }
input[type=submit], button { width: auto; border: 0; cursor: pointer; font-size: 16px; line-height: 24px; font-weight: 600; padding: 8px 20px; background: #323586; color: #fff; display: inline-block; }
input[type=submit]:hover, button:hover { background-color: #666666 }

h1,h2,h3,h4,h5,h6 { margin-top:0; margin-bottom:10px; font-family: 'Hanken Grotesk', sans-serif;}

p{ font-family: 'Hanken Grotesk', sans-serif; color: #ffff; font-size: 16px; line-height: 26px; margin-bottom: 12px; }
p:last-child{ margin-bottom:0;  }
a{ text-decoration: none; cursor: pointer; }
img{ width: 100%; object-fit: contain; object-position: center; }
.pdtb-80{ padding-top: 80px; padding-bottom: 80px;}
.pdt-80 { padding-top: 80px; }
.pdtb-50{ padding-top: 50px; padding-bottom:50px; }
.pdb-50{ padding-bottom:50px; }
.white { color:#fff !important; }
.blue { color:#323586 !important; }
ul {list-style-type: none;margin: 0;padding: 0;}
.title{width:100%;display:inline-block;}
.contain{width:100%;display:inline-block;}
.cta{width:100%;display:inline-block;}
a.secondary-cta { padding: 10px 16px 12px 16px; border: 1.5px solid #FF671F; border-radius: 9px; font-size: 18px; line-height: 23px; display: flex; width: auto; align-items: center; justify-content: center; color: #fff; gap: 10px; font-weight: 500; transition: .3s ease-in-out; }
a.secondary-cta img { max-width: 14px; object-fit: contain; }
a.secondary-cta:hover { color: #fff; background: transparent linear-gradient(90deg, #FF671F 0%, #F2A900 100%) 0% 0% no-repeat padding-box; }
a.secondary-cta svg { width: 16px; height: 15px; display: block; margin: 0; fill: #fff; }

a.primary-cta { font-size: 17px; font-weight: 400; line-height: 21px; background: transparent linear-gradient(90deg, #FF671F 0%, #F2A900 100%) 0% 0% no-repeat padding-box; border-radius: 6px; padding: 10px 16px 10px; width: auto; display: block;font-size;17px; }
a.primary-cta:hover { background: #FF671F; color: #fff; }



.slick-next, .slick-prev { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: 0; background: 0 0 }
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover { color: transparent; outline: 0; background: 0 0 }
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before { opacity: 1 }
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before { opacity: .25 }
.slick-next:before, .slick-prev:before { font-family: slick; font-size: 20px; line-height: 1; opacity: .75; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.slick-prev { left: -25px }
[dir=rtl] .slick-prev { right: -25px; left: auto }
.slick-prev:before { content: '←' }
[dir=rtl] .slick-prev:before { content: '→' }
.slick-next { right: -25px }
[dir=rtl] .slick-next { right: auto; left: -25px }
.slick-next:before { content: '→' }
[dir=rtl] .slick-next:before { content: '←' }
.slick-dotted.slick-slider { margin-bottom: 30px }
.slick-dots { position: absolute; bottom: -30px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: 0; background: 0 0 }
.slick-dots li button:focus, .slick-dots li button:hover { outline: 0 }
.slick-dots li button:focus:before, .slick-dots li button:hover:before { opacity: 1 }
.slick-dots li button:before { font-size: 30px;font-family: slick; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: #FFF; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.slick-dots li.slick-active button:before { opacity: .75; color: #fff }

/*# sourceMappingURL=slick-theme.min.css.map */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0 }
.slick-list:focus { outline: 0 }
.slick-list.dragging { cursor: pointer; cursor: hand }
.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto }
.slick-track:after, .slick-track:before { display: table; content: '' }
.slick-track:after { clear: both }
.slick-loading .slick-track { visibility: hidden }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px }
[dir=rtl] .slick-slide { float: right }
.slick-slide img { display: block }
.slick-slide.slick-loading img { display: none }
.slick-slide.dragging img { pointer-events: none }
.slick-initialized .slick-slide { display: block }
.slick-loading .slick-slide { visibility: hidden }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent }
.slick-arrow.slick-hidden { display: none }



.header-sec { width: 100%; display: inline-block; padding: 17px 0 19px; }
.header-sec .header-inner { position: relative; gap: 15px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.header-sec .header-inner .logo { line-height: 0; width: 100%; max-width: 180px; margin: 0; display: inline-block; }
.header-sec .header-inner .right { margin: 0; display: flex; justify-content: space-between; align-items: center; width: calc(100% - 230px); }
.header-sec .header-inner .logo a { width: 100%; display: inline-block; }
.header-sec .header-inner .logo a img { width: 100%; display: inline-block; }
.header-sec .header-inner .menu { margin: 0; width: auto; display: inline-block; }
.header-sec .header-inner .cta { width: auto; align-items: center; display: flex; margin: 0; flex-wrap: wrap; gap: 30px; }
.header-sec .header-inner .cta .contact-cta { width: auto; display: inline-block; line-height: 0; }
.header-sec .header-inner .cta .login-cta { width: auto; display: inline-block; line-height: 0; }
.header-sec .header-inner .cta  a { font-size: 16px; line-height: 21px; font-weight: bold; }
.header-sec .header-inner .cta  a img { height: 16px; width: 16px; margin: 0; }
.header-sec .header-inner .cta  a img.default_img { display: block; }
.header-sec .header-inner .cta  a img.hover_img { display: none; }
.header-sec .header-inner .cta  a:hover img.default_img { display: none; }
.header-sec .header-inner .cta  a:hover img.hover_img { display: block; }
.header-sec .header-inner .cta .login-cta a { display: flex; gap: 6px; align-items: center; justify-content: center; }
.header-sec .header-inner .menu ul { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; justify-content: center; width: 100%; }
.header-sec .header-inner .menu ul ul { top: 100%; gap: 0; display: none; justify-content: flex-start; position: absolute; left: 0; width: 250px; background: #121212; padding: 20px 0; z-index: 999; }
.header-sec .header-inner .menu ul li a { position: relative; display: inline-block; padding: 10px 20px; font-size: 16px; line-height: 21px; font-weight: bold; }
.header-sec .header-inner .menu ul li { padding: 0; line-height: 0; cursor: pointer; }
.header-sec .header-inner .menu ul li { position: relative; }
.header-sec .header-inner .menu ul ul li { margin: 0; padding: 0; width: 100%; }
.header-sec .header-inner .menu ul li.hs-menu-depth-1.hs-item-has-children a:before { height: 7px; width: 14px; content: ""; position: absolute; right: -2px; background-image: url('https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/Ipushpull-2023/Image/menu-item-arrow-down-white@2x.png'); background-size: contain; background-repeat: no-repeat; top: 0; bottom: 0; margin: auto; display: block; line-height: 0; }
.header-sec .header-inner .menu ul li.hs-menu-depth-1.hs-item-has-children:hover a:before { background-image: url('https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/Ipushpull-2023/Image/menu-item-arrow-down-orange@2x.png'); }
.header-sec .header-inner .menu ul li.hs-menu-depth-1.hs-item-has-children a.selected:before { background-image: url('https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/Ipushpull-2023/Image/menu-item-arrow-up-orange@2x.png'); }
.header-sec .header-inner .menu ul ul a:before { display: none !important; }
.header-sec .header-inner .menu ul ul li a { padding: 7px 20px; }
.header-sec .header-inner .menu ul li:hover a { color: #FF671F; }
.header-sec .header-inner .menu ul li:hover ul a { color: #fff; }
.header-sec .header-inner .menu ul ul li:hover a { color: #FF671F; }
header { width: 100%; display: inline-block; position: fixed; top: 0; left: 0; right: 0; z-index: 999999999999; }
main.body-container-wrapper { width: 100%; display: inline-block; padding-top: 77px; }

@media(max-width:1199px) {
  .header-sec .header-inner { gap: 10px; }
  .header-sec .header-inner .logo { max-width: 150px; }
  .header-sec .header-inner .right { width: calc(100% - 170px); }
  .header-sec .header-inner .menu ul li a { padding: 14px 15px; }
  .header-sec .header-inner .cta { gap: 15px; }
  .header-sec .header-inner .menu ul { gap: 0; }
  main.body-container-wrapper {padding-top: 85px; }

}
@media(max-width:991px) {
  main.body-container-wrapper {padding-top: 72px; }
  .header-sec .header-inner .right { width: 100%; }
  .header-sec .header-inner { gap: 0; }
  .header-sec .header-inner .logo { max-width: 180px; }
  .header-sec .header-inner { gap: 0; }
  .header-sec .header-inner .logo { max-width: 180px; }
  .header-sec .header-inner .menu { width: 100%; }
  .header-sec .header-inner .right { flex-wrap: wrap; }
  body.mobile-open .header-sec .header-inner .cta { display: flex; margin-top: 20px; gap: 30px; }
  .header-sec .header-inner .menu ul { padding-top: 30px; }
  .header-sec .header-inner .menu ul li.hs-menu-depth-1.hs-item-has-children a:before { display: none; }
  .header-sec .header-inner .menu ul ul { width: 100%; padding: 0; }
  body.mobile-open .header-sec .header-inner .menu { height: 100vh; }
  .header-sec .header-inner .cta { position: absolute; bottom: 100px; display: none; }
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { overflow: visible !important; max-width: none !important; width: auto !important; }

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper { display: block !important; }
}
.mobile-trigger, .child-trigger { display: none; }
@media (max-width:991px) {
  .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a { display: block; float: none; position: static; top: auto; right: auto; left: auto; bottom: auto; padding: 0px; margin: 0px; background-image: none; background-color: transparent; border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; max-width: none; width: 100%; height: auto; line-height: 1; font-weight: normal; text-decoration: none; text-indent: 0px; text-align: left; }

  /* Toggle Button
  ========================================================================== */
  .mobile-trigger { display: inline-block !important; /* Show button on mobile */ cursor: pointer; /* Mouse pointer type on hover */ position: absolute; /*******************************************/ top: -35px;          /* Position Button at right of screen  */ right: 0;        /*******************************************/ width: auto; /* Button width */ height: auto; /* Button height */ padding: 7px 10px 8px 10px; background: #ffffff; /* Background color */ font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i { display: inline; position: relative; top: -4px; }
  .mobile-trigger i:before, .mobile-trigger i:after { position: absolute; content: ''; }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after { width: 22px; /* Icon line width */ height: 2px; /* Icon line height */ -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; background-color: #121212; /* Icon color */ display: inline-block; }
  .mobile-trigger i:before { top: -6px; /* Position top line */ }
  .mobile-trigger i:after { top: 6px; /* Position bottom line */ }
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after { background-color: #121212; /* Icon color */ }

  /* Child Toggle Button
  ========================================================================== */
  .child-trigger { display: block !important; /* Hide button on Desktop */ cursor: pointer; /* Mouse pointer type on hover */ position: absolute; top: 0px; right: 0px; width: 55px !important; /* Button width */ min-width: 55px !important; height: 45px !important; /* Button height */ padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20); }
  .child-trigger:hover { text-decoration: none; }
  .child-trigger i { position: relative; top: 50%; /* Centers icon inside button */ margin: 0 auto !important; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
  .child-trigger i:after { position: absolute; content: ''; }
  .child-trigger i, .child-trigger i:after { width: 10px; /* Icon line width */ height: 1px; /* Icon line height */ background-color: #fff; /* Icon color */ display: block; }
  .child-trigger i:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
  .child-trigger.child-open i:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
  .child-trigger.child-open i { }

  /* Menu Styles on Mobile Devices
  ========================================================================== */
  .custom-menu-primary.js-enabled { position: relative; padding-top: 0; /* Makes room for button */ margin: 10px 0 10px 0; }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper { display: none; }

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper { width: 100%; position: relative; /**************************************************************/ top: 0;             /* Positions the menu to drop from the very top of the screen */ left: 0;          /**************************************************************/ padding: 0; }
  .custom-menu-primary .hs-menu-wrapper { width: 100%; /* Full screen width */ }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li { position: relative; }
  .custom-menu-primary .hs-menu-wrapper > ul > li a { font-size: 22px; /* Font size of top level list items */ line-height: 45px; overflow: visible; }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li { border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */ }
  .custom-menu-primary .hs-menu-wrapper >  ul li a { padding: 0 10px; }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li { background-color: rgba(255, 255, 255, .08); }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a { text-indent: 10px; /* Indent Child lists */ font-size: 16px; /* Font size of child lists */ }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a { text-indent: 30px; /* Indent Child lists */ }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a { text-indent: 50px; /* Indent Child lists */ }
  .mobile-open .mobile-trigger i { background: transparent; }
  .mobile-open .mobile-trigger i:after { top: 0; transform: rotate(-45deg); }
  .mobile-open .mobile-trigger i:before { transform: rotate(45deg); top: 0; }
}

.typicle-slider-sec { width: 100%; display: block; vertical-align: top; padding: 51px 0 78px; overflow-x: hidden; background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.typicle-slider-sec .typicle_wrap { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; width: 100%; padding-left: calc(51% - 1190px / 2); position: relative; }
.typicle-slider-sec .typicle_wrap .typicle_left { margin: 0; width: 310px; padding-left: 0; }
.typicle-slider-sec  .typicle_slider { margin: 0; width: calc(100% - 310px); padding-left: 62px; }
.typicle-slider-sec .slideshow__box { min-height: 430px; background-color: #FFFFFF; box-shadow: 0px 3px 6px #00000029; border-radius: 10px; overflow: hidden; margin-left: 15px; }
.typicle-slider-sec .slideshow__box a{ width: 100%;display:inline-block;}
.typicle-slider-sec .slideshow__box .image { width: 100%; aspect-ratio: 16/9.6; }
.typicle-slider-sec .slideshow__box .image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.typicle-slider-sec .slideshow__box .content { padding: 20px 18.5px; background-color: #ffff; border-radius: 0 0 10px 10px; }
.typicle-slider-sec .slideshow__box .content h3 {line-height;26px;font-size: 20px; text-transform: capitalize; margin: 0 0 19px; color: #121212; font-weight: 800; }
.typicle-slider-sec .slideshow__box .content p { margin: 0 0; font-size: 16px; color: #121212; font-weight: 400; }
.typicle-slider-sec .slideshow__box .content .arrow { display: inline-block; width: 20px; height: 20px; margin-top: 20px; }
.typicle-slider-sec .slideshow__box .content .arrow img { width: 100%; height: 100%; fill: #FF671F; }
.typicle-slider-sec .typicle_wrap .typicle_left h2 { color: #fff; margin-bottom: 0; padding-right: 40px; }
.typicle-slider-sec .typicle_slider .slick-list.draggable { padding-left: 0 !important; }
.typicle-slider-sec .typicle_left_text { margin-bottom: 30px; display: inline-block; width: 100%; }
.typicle-slider-sec .typicle_wrap .typicle_left .btn-wrap { display: flex; gap: 10px; margin: 0; }
.typicle-slider-sec .typicle_wrap .typicle_left .btn-wrap span { position: relative; z-index: 9; margin: 0; height: 45px; transition: all .4s ease-in-out; width: 45px; position: unset; display: inline-block; cursor: pointer; color: transparent; border: none; outline: 0; background: 0 0; padding: 0; }
.typicle-slider-sec .typicle_wrap .typicle_left .btn-wrap span:after { background-image: url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/Ipushpull-2023/Image/btn-carousel-left-up@2x.png); background-position: 50%; background-repeat: no-repeat; background-size: contain; border-radius: 50%; content: ""; display: inline-block; height: 45px; opacity: 1; transition: all .4s ease-in-out; width: 45px; }
.typicle-slider-sec .typicle_wrap .typicle_left .btn-wrap span.next-btn:after { transform: scale(-1); }
.typicle-slider-sec .typicle_wrap .typicle_left .btn-wrap span:hover:after { background-color: #ff671f; }
.typicle-slider-sec .typicle_left_text p { font-size: 18px; line-height: 24px; font-weight: 300; margin-top: 20px; }
.typicle-slider-sec .slick-dots { bottom: -45px; }

@media (max-width:1199px) {
  .typicle-slider-sec .typicle_wrap { padding: 0 15px; }
  .typicle-slider-sec .typicle_wrap .typicle_left { align-items: flex-start; display: flex; justify-content: space-between; width: 100%; gap: 20px; margin-bottom: 20px; padding-left: 0; }
  .typicle-slider-sec  .typicle_slider { width: 100%; padding-left: 0; }
  .typicle-slider-sec .typicle_wrap .typicle_left .content { max-width: 500px; margin: 0; width: 100%; }
  .typicle-slider-sec { padding: 40px 0 60px; }
}
@media (max-width:767px) {
  .typicle-slider-sec { padding: 40px 0 80px; }
  .typicle-slider-sec .typicle_wrap .typicle_left .btn-wrap { position: absolute; bottom: -60px; justify-content: space-between; left: 30px; right: 20px; }
}
@media (max-width:600px) {
  .typicle-slider-sec .slideshow__box{margin-left:0;}
  .typicle-slider-sec .typicle_wrap .typicle_left .btn-wrap {left: 20px;}
}
@media (max-width:480px) {
  .typicle-slider-sec .typicle_wrap .typicle_left { flex-wrap: wrap; gap: 0; }
}

.blog-hero-banner-img-main {width: 100%;display: inline-block;position:relative; overflow: hidden;}
.blog-hero-banner-img-main .blog-container {max-width: 798px; margin: 0 auto; display: block;padding:0 15px;align-items: center;}
.blog-hero-banner-img img {height: 100% !important;object-fit: cover;}
.main-blog-post .blog-title {padding:100px 0; width: 100%; display: inline-block; position: relative; z-index: 9; }
.main-blog-post .blog-title h1 { margin: 0; }
.blog-hero-banner-img{background-position: center;background-size: cover;background-repeat: no-repeat;min-height: 400px;height: 100%;vertical-align: top; width: 100%;display: flex;align-items: center; position: relative; overflow: hidden;}
.main-blog-post .featured_image {line-height: 0;padding: 30px 0;vertical-align: top; width: 100%; display: inline-block; }
.main-blog-post .featured_image img{border-radius: 10px;}
.blog-hero-banner-img:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: rgb(18 18 18 / 60%); content: ""; }
.main-blog-post .blog-title p { color: #F2A900; margin-bottom: 7px; font-size: 14px; line-height: 14px; }
article.blog-post { width: 100%; display: block; padding:40px 0 80px 0;max-width:768px;margin:0 auto; }
article.blog-post .blog-post__meta { margin-bottom: 0; }
article.blog-post .blog-post__meta a { color: #F2A900; font-size: 14px; line-height: 14px; text-transform: uppercase; }
article.blog-post .blog-post__meta time.blog-post__timestamp { color: #F2A900; font-size: 14px; line-height: 14px; text-transform: uppercase; }
article.blog-post .blog-post__body { width: 100%; display: inline-block; }
article.blog-post .blog-post__body p { font-size: 18px; line-height: 24px; }
article.blog-post .blog-post__body p a { text-decoration: underline; }
article.blog-post .blog-post__body p a:hover { color: #FF671F; }
.list-pagination {max-width: 991px; display: flex;gap: 30px;justify-content: space-between; padding: 0 40px 80px;  width: 100%; }
.list-pagination a.pagination-btn { position: relative;font-size: 20px;line-height: 28px;gap: 16px; margin: 0; max-width: 361px;width: 100%;display: flex;align-items: center;}
.list-pagination a.pagination-btn:hover{color:#FF671F;}
.list-pagination a.pagination-btn span{margin: 0;}
.list-pagination a.pagination-btn img { position: absolute; display: block;margin: 0;max-width: 15px;object-fit: contain;}
.list-pagination a.pagination-btn.list-next-post {text-align: right;justify-content: flex-end;}
.list-pagination a.pagination-btn.list-prev-post {text-align: left;flex-direction: row-reverse;justify-content: flex-start;}
.list-pagination a.pagination-btn.list-prev-post img {transform: rotate(180deg); left: -30px; transition: .3s ease-in-out;}
.list-pagination a.pagination-btn.list-prev-post:hover img { left: -50px; }
.list-pagination a.pagination-btn.list-next-post img { right: -30px; transition: .3s ease-in-out;}
.list-pagination a.pagination-btn.list-next-post:hover img { right: -50px; }


@media (max-width:1199px) {
  article.blog-post{padding:60px 0;}
  .list-pagination{padding: 0 40px 60px;}
  .blog-hero-banner-img{min-height: 300px;}
  .main-blog-post .blog-title {padding: 30px 0;}
}

@media (max-width:991px) {
  article.blog-post{padding:50px 0;}
  .list-pagination{padding: 0 30px 50px;flex-wrap:wrap;}
  .list-pagination a.pagination-btn {max-width: 500px;margin: 0 auto;}
}
@media (max-width:767px) {
  article.blog-post{padding:40px 0;}
  .main-blog-post  .blog-title h1 {line-height: 50px;font-size: 40px; }
  .list-pagination{padding: 0 30px 40px;flex-wrap:wrap;}
}
@media (max-width:600px) {
  .list-pagination a.pagination-btn {max-width: 300px;}
  .list-pagination a.pagination-btn.list-prev-post:hover img { left: -35px; }
  .list-pagination a.pagination-btn.list-next-post:hover img { right: -35px; }
}
@media (max-width:480px) {
  .main-blog-post .blog-title h1 {font-size: 30px; line-height: 40px;}
}


.blog-listing-sec { width: 100%; display: inline-block;padding-bottom: 50px; }
.blog-listing-sec .blog-listing-inner { width: 100%; display: inline-block; }
.blog-listing-sec .blog-listing-inner .blog-sec { width: 100%; display: inline-block; }
.blog-listing-sec .blog-listing-inner .Blog-wrap { width: 100%; display: inline-block; }
.blog-listing-sec .blog-listing-inner .Blog-wrap .post-items { display: flex; flex-wrap: wrap; gap: 16px; width: 100%; justify-content: flex-start; }
.blog-listing-sec .post-items .post-item { background: #333; width: calc(100%/3 - 11px); margin: 0; display: inline-block; border-radius: 10px; overflow: hidden; }
.blog-listing-sec .post-items .post-item .post-item-img { vertical-align: top; height: 210px; width: 100%; display: inline-block; }
.blog-listing-sec .post-items .post-item .post-item-img a { line-height: 0; width: 100%; height: 100%; display: inline-block; }
.blog-listing-sec .post-items .post-item .post-item-img img { width: 100%; height: 100%; display: block; aspect-ratio: 1 / 1;object-fit: cover;}
.blog-listing-sec .post-items .post-item .post-item-content { padding: 28px 63px 28px 29px; }
.blog-listing-sec .post-items .post-item .post-item-content p { color: #ffff; opacity: 1; }
.blog-listing-sec .post-items .post-item .post-item-content a.more-link { font-size: 18px; line-height: 23px; display: flex; width: auto; align-items: center; justify-content: flex-start; color: #fff; gap: 10px; font-weight: 500; transition: .3s ease-in-out; }
.blog-listing-sec .post-items .post-item .post-item-content a.more-link:hover { color: #FF671F; }
.blog-listing-sec .post-items .post-item .post-item-content a.more-link img { margin: 0; display: block; max-width: 14px; object-fit: contain; }
.blog-listing-sec .post-items .post-item .post-item-content .blog-post__summary { width: 100%; display: inline-block; }
.blog-listing-sec .post-items .post-item .post-item-content .blog-post__summary p { font-size: 20px; line-height: 28px; margin: 21px 0; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags { flex-wrap: wrap; gap: 30px; width: 100%; display: flex; padding: 50px 0 61px 0; justify-content: space-between; align-items: center; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .title { width: auto; margin: 0; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .tag-filter { margin: 0; width: auto; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field { width: auto; margin: 0; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .title h2 { margin: 0; font-size: 30px; line-height: 29px; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field input.hs-search-field__input { width: 289px; max-width: 100%; font-weight: 400; color: #fff; text-transform: capitalize; background: transparent; color: #fff; border: 1px solid #F2A900; padding: 13px 20px 13px; font-size: 18px; line-height: 23px; height: auto; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field input::-webkit-input-placeholder { font-weight: 400; font-size: 18px; line-height: 23px; color: fff; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field input::-moz-placeholder { font-weight: 400; font-size: 18px; line-height: 23px; color: #fff; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field input:-ms-input-placeholder { font-weight: 400; font-size: 18px; line-height: 23px; color: #fff; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field input:-moz-placeholder { font-weight: 400; font-size: 18px; line-height: 23px; color: #fff; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field input.hs-search-field__input::placeholder { font-weight: 400; font-size: 18px; line-height: 23px; color: #fff; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field button svg { height: 19px; width: 18px; fill: #fff; margin: 0; display: block; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field form { position: relative; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field button { position: absolute; right: 0; background: transparent; top: 0; bottom: 0; margin: auto; font-weight: 600; padding: 25px 20px; display: flex; align-items: center; justify-content: center; }
.blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .search-field button span { line-height: 0; }
.blog-listing-sec .blog-listing-inner .blog-sec .tag-filter { display: flex; justify-content: center; align-items: center; gap: 20px; }
.blog-listing-sec .blog-listing-inner .blog-sec .tag-filter .tag.active { color: #F2A900; position: relative; }
.blog-listing-sec .blog-listing-inner .blog-sec .tag-filter .tag { cursor: pointer; padding: 6px 8px 6px; font-size: 18px; line-height: 27px; text-transform: capitalize; }
.blog-listing-sec .blog-listing-inner .blog-sec .tag-filter .tag.active:after { bottom: 0; bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 100%; background: transparent linear-gradient(90deg, #F2A900 0%, #FF671F 51%, #CE0F69 100%) 0% 0% no-repeat padding-box; }
.blog-listing-sec .post-items .post-item .post-item-content .hs-blog-post-listing__post-tag { color: #F2A900; letter-spacing: 0.7px; text-transform: uppercase; opacity: 1; font-size: 14px; }
.blog-listing-sec .blog-listing-inner .blog-sec .tag-filter .tag:hover{color:#fff;}
.blog-listing-sec .blog-listing-inner .blog-sec .tag-filter .tag.active:hover {color: #F2A900;}
article.blog-post .blog-post__meta { display: flex; justify-content: space-between; width: 100%; align-items: center; }
article.blog-post .blog-post__meta .blog-post__meta_left { margin: 0; }
article.blog-post .blog-post__meta .social-media-share { display: flex; gap: 10px; margin: 0; align-items: center; }
article.blog-post .blog-post__meta .social-media-share a { display: inline-block; width: 100%; }
article.blog-post .blog-post__meta .social-media-share a svg {fill: #F2A900;height: 18px; width: 20px; display: block; }
article.blog-post .blog-post__meta .social-media-share a img {height: 21px; width: 20px; display: block; }
article.blog-post .blog-post__meta .social-media-share a.twitter img {height: 18px; margin-top: 3px}
article.blog-post .blog-post__meta .social-media-share a.facebook img {height: 18px;}
.blog-listing-sec .blog-listing-inner .pagi-sec { padding: 50px 0; width: 100%; }
.blog-listing-sec .blog-listing-inner .pagi-sec .blog-pagination { width: 100%; display: flex; justify-content: center; gap: 15px; }
.blog-listing-sec .blog-listing-inner .pagi-sec .blog-pagination a { margin: 0; height: 50px; width: 50px; border: 2px solid #FF671F; border-radius: 9px; display: flex; justify-content: center; align-items: center; }
.blog-listing-sec .blog-listing-inner .pagi-sec .blog-pagination a.active { background: #FF671F; }
.blog-listing-sec .blog-listing-inner .pagi-sec .blog-pagination a:hover { background: #FF671F; color: #fff; }
div#event .image-container.post-item-img { height: 210px; }
div#podcast .image-container.post-item-img { height: 210px; }
article.blog-post ul {
  list-style-type: disc;
  padding-left: 15px;
}
article.blog-post ul li{margin-bottom:10px; }
div#resources .post-item-img {height: 210px;}
@media(max-width:991px) {
  .blog-listing-sec .post-items .post-item { width: calc(100%/2 - 10px); }
  .blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags .title { width: 100%; }
}
@media(max-width:767px) {
  .blog-listing-sec .blog-listing-inner .blog-sec .filtter-tags {padding: 30px 0;gap: 20px; }
  .blog-listing-sec .post-items .post-item .post-item-content {padding: 20px;}
  .blog-listing-sec .post-items .post-item .post-item-img{height:180px;}
  div#event .image-container.post-item-img { height: 210px; }
  div#podcast .image-container.post-item-img { height: 210px; }
  div#resources .post-item-img {height: 210px;}
  .blog-listing-sec { padding-bottom: 30px; }
  .blog-listing-sec .post-items .post-item .post-item-content .blog-post__summary p {font-size: 18px;margin: 15px 0;line-height: 24px;}
}
@media(max-width:600px) {
  .blog-listing-sec .post-items .post-item { width: 100%; }
  .blog-listing-sec .blog-listing-inner .blog-sec .tag-filter { gap: 8px; }
  .blog-listing-sec .blog-listing-inner .blog-sec .tag-filter .tag { font-size: 16px; line-height: 25px; padding: 6px; text-transform: capitalize; }
}

.error-page { padding: 10rem 0; text-align: center; position: relative; }
.error-page:before { content: attr(data-error); position: absolute; width: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%);  }
@media screen and (min-width:1100px) {
  .error-page:before { font-size: 20rem; }
}
.error-page_heading { margin-bottom: 1rem; }
.systems-page { padding: 3rem 20px; }
.systems-page .success { display: inline-block; margin: 2rem 0; background-color: #CDE3CC; border: 1.5px solid #4F7D24; border-radius: 6px; font-size: .75rem; color: #4F7D24; padding: .1rem .75rem; }
.hs-search-results { margin-top: 2rem; }
ul.hs-search-results__listing li { margin-bottom: 2rem; }
.hs-search-results__title:hover { text-decoration: none; }
.hs-search-results__description { padding-top: .5rem; }
.hs-search-highlight { font-weight: bold; }
.email-prefs .item.disabled { opacity: 0.6; cursor: not-allowed; }
.email-prefs .item.disabled input:disabled { cursor: not-allowed; }
form { max-width: 767px; }
.subscription input.email-edit.hs-input { width: 100% !important; }
ul.no-list.hs-error-msgs { padding-left: 0; }
.sp .systems-page { padding-left: 0; padding-right: 0; }
.prompt input#hs-pwd-widget-password { width: 100%; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: .25rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; display: inline-block; border-color: rgba(206, 212, 218, 1.0); color:; border-radius: 4px; height: auto !important; margin-bottom: 16px; }
.hs-error-msgs label { color: #f2545b !important; }
.prompt input#hs-pwd-widget-password:focus { color: #212529; background-color: #fff; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); border-color: rgba(134, 183, 254, 1.0); }
.systems-page ul.hs-search-results__listing li { background-color: #fff; padding: 3rem; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; }
.hs-digitisation-page-inner .section-report .cookie-reset-container { display: none; }
.systems-page ul.hs-search-results__listing li a.hs-search-results__title { font-size: 2.25rem; text-decoration: none; font-family: "Roboto", sans-serif; font-weight: 300; }
@media(max-width:767px) {
  .systems-page ul.hs-search-results__listing li a.hs-search-results__title { font-size: calc(1.325rem + .9vw); }
  .systems-page h1 { font-size: 28px; }
  .systems-page h2 { font-size: 26px; }
  .systems-page ul.hs-search-results__listing li {padding: 2rem;}

}
.service_in_page .banner-type-wrapper .btn-wrap { display: flex; flex-wrap: wrap; }
.systems-page * { color: #121212 ; }
.systems-page a:hover{color: #FF671F ;}
.systems-page a:active{color: #FF671F ;}
@media(max-width:600px) {
  .systems-page ul.hs-search-results__listing li a.hs-search-results__title { font-size: calc(1.325rem + .9vw); }
  .systems-page h1 { font-size: 28px; }
  .systems-page h2 { font-size: 26px; }
  .systems-page ul.hs-search-results__listing li {padding: 1rem;}

}