

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Josefin Sans', sans-serif; */
/* font-family: 'Inter', sans-serif; */







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1312px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 96px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1312px;
}





html {
  font-size: 20px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

a:hover,
a:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #d7d7d7;
}

a:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
}

/* Headings */

h1,
.h1 {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 40px;
  text-transform: uppercase;
}

h2,
.h2 {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 36px;
  text-transform: uppercase;
}

h3,
.h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 28px;
  text-transform: uppercase;
}

h4,
.h4 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 22px;
  text-transform: none;
}

h6,
.h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #29399E;
}





button,
.button,
.hs-blog-post-listing__post-button {
  border: 0px solid #89BC21;

  padding-top: 15px;
padding-right: 32px;
padding-bottom: 15px;
padding-left: 32px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(137, 188, 33, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 0px solid #111C55;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(17, 28, 85, 1.0)

;
  border-radius: 0px;
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(177, 228, 73, 1.0);
  border-color: #b1e449;
}





form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #FFFFFF;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #FFFFFF;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 32px;
  color: #29399e;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #111C55;
}

/* Help text */

form legend {
  color: #111C55;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #111C55;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #111C55;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #AAAAAA;
}

::-moz-placeholder {
  color: #AAAAAA;
}

:-ms-input-placeholder {
  color: #AAAAAA;
}

::placeholder {
  color: #AAAAAA;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #AAAAAA;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #ffffff;
;
  padding-top: 15px;
padding-right: 32px;
padding-bottom: 15px;
padding-left: 32px;
;
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  background-color: 

  
  
    
  


  rgba(137, 188, 33, 1.0)

;
  border-radius: 0px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(17, 28, 85, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(177, 228, 73, 1.0);
  border-color: #b1e449;
}





/* Table */

table {
  border: 1px solid #FFFFFF;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #FFFFFF;

  padding: 6px;

  color: #111C55;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #111C55;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #111C55;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #111C55;
  font-family: Inter;
}

.menu__child-toggle-icon {
  border-top-color: #111C55;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #00002d;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #00002d;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #39447d;
}

.menu__child-toggle-icon:active {
  border-top-color: #39447d;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #111C55;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 0px none #ffffff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 0px none #ffffff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #111C55;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #ffffff;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.header__language-switcher-label-current:after {
  border-top-color: #111C55;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #111C55;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(14, 22, 68, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 96px 0;
}

/* Blog post */

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

.blog-post__tag-link {
  color: #FFFFFF;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #d7d7d7;
}

.blog-post__tag-link:active {
  color: #ffffff;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: uppercase;
}

.blog-related-posts__title-link {
  color: #FFFFFF;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #d7d7d7;
}

.blog-related-posts__title-link:active {
  color: #ffffff;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 96px;
}

#comments-listing .comment-reply-to {
  color: #FFFFFF;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #d7d7d7;
}

#comments-listing .comment-reply-to:active {
  color: #ffffff;
}





.hs-search-results__title {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: uppercase;
}

.hs-blog-post-listing__post-title-link {
  color: #FFFFFF;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #d7d7d7;
}

.hs-blog-post-listing__post-title-link:active {
  color: #ffffff;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #FFFFFF;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #FFFFFF;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #d7d7d7;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #ffffff;
}

.hs-pagination__link-icon svg {
  fill: #FFFFFF;
}

/* Pricing card */

.card__price {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 28px;
}

.card__body svg {
  fill: #ffffff;
}

/* Social follow */

.social-links__icon {
  background-color: #ffffff;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #d7d7d7;
}

.social-links__icon:active {
  background-color: #ffffff;
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 28px;
}


/* Comman Css Start Here */

html { font-size: 100%; }
* { margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
body { font-family: 'Inter', sans-serif; color:#29399E; }
.row-fluid [class*="span"].no-height { min-height: auto }
.container,
.row-fluid .container[class*="span"] { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after,
.row-fluid .container[class*="span"]:after { clear: both; content: ""; display: table }
.row { margin-right: -15px; margin-left: -15px }
.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 #111C55; background: #fff; height: 56px; padding: 12px 16px; font-family: 'Inter', sans-serif; border-radius: 0; font-size: 20px; width: 100% }
input[type=checkbox], input[type=radio] { width: auto; height: auto; border-radius: 0px; }
textarea { padding: 15px 20px; height: 102px; border-radius: 0; }
input[type=submit], button { width: auto; border: 0; cursor: pointer; background: #89BC21; font-size: 20px; line-height: 28px; font-weight: 700; padding: 15px 32px; color: #fff; display: inline-block; text-transform: uppercase; }
input[type=submit]:hover, button:hover { background: #111C55; }
ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; float: left; width: 100% }

h1,h2,h3,h4,h5,h6 { margin-top:0; font-weight:700; margin-bottom:10px; color:#29399E; font-family: Josefin Sans, sans-serif; }

h1{ font-size:40px; line-height: 48px; font-weight: 600; letter-spacing: -0.8px; }
h2{ font-size:32px; line-height: 110%; }
h3{ font-size:28px; line-height: 36px; }
h4{ font-size:24px; line-height: 32px; }
h5{ font-size:22px; line-height: 30px; }
h6{ font-size:20px; line-height: 28px; }
p { font-size:20px; line-height: 160%; margin-bottom:32px; }
p:last-child { margin-bottom:0; }
a { text-decoration: none; }
a.card-link { color: #111C55; font-weight: 700; text-decoration: underline; }
a[href=""] { pointer-events: none; }
a[href] { cursor: pointer; }


a#skip-to-content-link { display: none; }
span.hs-form-required { color: #89BC21; }  


.content-wrapper--vertical-spacing, .dnd-section { padding: 0; }
.dnd-section>.row-fluid { max-width: 100% !important; }
.dnd-section .dnd-column { padding: 0; }

.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:auto; height: auto; font-size:0px; color:#000000; cursor:pointer; transform: translateY(-50%);}
.slick-slider .slick-arrow.slick-prev:before{content:'\f104'; font-size:63px; line-height:30px; font-family: FontAwesome; color:white; }
.slick-slider .slick-arrow.slick-next:before{content:'\f105'; font-size:63px; line-height:30px; font-family: FontAwesome; color:white;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0px;}
.slick-slider .slick-dots{ padding-left:0px; position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:12px; height:12px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

.green-cta a, a.green-cta { width: auto; display: inline-block; font-family: 'Inter'; font-style: normal; font-weight: 700; font-size: 20px; line-height: 20px; letter-spacing: 0.04em; text-transform: uppercase; background: #89BC21; color: #fff; padding: 22px 48px; transition: 0.3s ease-in-out; }
.green-cta a:hover, a.green-cta:hover {  background: #111C55; color: #ffffff; }


/* Global CTA button styling */
a.cta-button, .cta a, button.cta, a.hs-button, .hs-button, button, a { transition: 0.3s ease-in-out; }
/* Hover + Focus state for ALL link-style buttons */
a:focus-visible, a.cta-button:focus-visible, .hs-button:focus-visible, button:focus-visible { transition: 0.3s ease-in-out; outline: 2px solid #29399e !important; outline-offset: -2px !important; }


@media(min-width:768px){
  .container,.row-fluid .container[class*="span"] { width:750px; }
}

@media(min-width:992px){
  .container,.row-fluid .container[class*="span"] { width:970px; }
}

@media(min-width:1200px){
  .container,.row-fluid .container[class*="span"] { width:1170px; }
}

@media(min-width:1342px){
  .container,.row-fluid .container[class*="span"] { width:1342px; }
}


@media(max-width:1600px) {

}

@media(max-width:1450px) {

}

@media(max-width:1341px) {

}

@media(max-width:1199px){
  h1, .h1 { font-size: 32px; line-height: 40px; }
  h2 { font-size: 28px; line-height: 44px; }
  h3 { font-size: 20px;  line-height: 28px; } 
}

@media(max-width:991px){

}

@media(max-width:767px){
  .white-cta a, a.white-cta { font-size:16px; }
  .gradient-cta a, a.gradient-cta { font-size:16px;}

  h1, .h1 { font-size: 28px;  line-height: 40px; }
  h2 { font-size: 24px; line-height: 36px; }
  h3 { font-size: 20px; line-height: 28px; }
  p{ font-size: 18px; line-height: 28px; }
  strong{ font-size: 18px; line-height: 28px; }
  ul li{ font-size: 18px; line-height: 28px; }
  ol li{ font-size: 18px; line-height: 28px; }
  p a{ font-size: 18px; line-height: 28px; }
  blockquote{ font-size: 18px; line-height: 28px; padding: 15px; }

  button, input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea { height: 45px; }
  textarea { height: 80px; }
}

@media(max-width:480px) {
  form fieldset.form-columns-2 { flex-wrap: wrap; }
  form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea { width: 100% !important; }
}


.inner-hero-sec { width: 100%; display: inline-block; background-color: #29399E; padding-left: calc(50% - 1312px /2); }
.inner-hero-sec .hero-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 64px; }
.inner-hero-sec .content { width: 50%; display: inline-block; padding: 96px 0 96px 0; }
.inner-hero-sec .image { width: 50%; display: inline-block; line-height: 0; vertical-align: top; }
.inner-hero-sec .image img { width: 100%; display: inline-block; object-fit: cover; object-position: center; vertical-align: top; line-height: 0; height: 100%; }
.inner-hero-sec .title, .inner-hero-sec .text, .inner-hero-sec .cta { width: 100%; display: inline-block; color:#ffffff; }
.inner-hero-sec .title h1 { width: 100%; display: inline-block; margin-bottom: 16px; color:#ffffff; }
.inner-hero-sec .title h1 span {font-size: 48px; letter-spacing: -0.96px; }
.inner-hero-sec .text p { width: 100%; display: inline-block; color:#ffffff; }
.inner-hero-sec .cta { margin-top: 32px; }
.inner-hero-sec .cta ul { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; padding: 0; margin: 0; gap: 32px; }
.inner-hero-sec .cta ul li { width: auto; display: inline-block; margin: 0; padding: 0; }
.inner-hero-sec .cta ul li a { width: auto; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 18px; line-height: 100%; text-align: center; text-transform: uppercase; background: #89BC21; padding: 15px 32px; color: #fff; transition: 0.4s ease-in-out; border: 1px solid #89bc21; }
.inner-hero-sec .cta ul li:nth-child(2) a { background: #111C55; border: 1px solid #111c55; }
/* .inner-hero-sec .cta ul li:nth-child(2) a:hover { background: #89BC21; border: 1px solid #89BC21; } */
.inner-hero-sec .cta ul li a:hover { background: transparent; border: 1px solid #fff; color: #fff; }
.inner-hero-sec .cta ul li a:focus-visible { outline: 2px solid #fff !important;outline-offset: -2px !important; background-color:transparent; }
.inner-hero-sec .cta ul li a img { width: 12px; height: 12px; object-fit: contain; object-position: center; }

@media(max-width:1750px) { 

}

@media(max-width:1520px) { 

}

@media(max-width:1440px) { 

}

@media(max-width:1375px) {

}

@media(max-width:1341px) {
  .inner-hero-sec .hero-inner { gap: 32px; }
  .inner-hero-sec { padding-left: calc(50% - 1140px / 2); }
}

@media(max-width:1199px) {
  .inner-hero-sec .cta ul { gap: 16px; }
  .inner-hero-sec .content { padding: 60px 0 60px 0; }
  .inner-hero-sec { padding-left: calc(50% - 940px / 2); }
  .inner-hero-sec .title h1 span { font-size: 38px; }
}

@media(max-width:991px) {
  .inner-hero-sec .title h1 br { display: none; }
  .inner-hero-sec .hero-inner { flex-wrap: wrap; gap: 0; flex-direction: column-reverse; }
  .inner-hero-sec .content { width: 100%; padding: 50px 15px 50px; }
  .inner-hero-sec .image img { max-height: 300px; }
  .inner-hero-sec .image { width: 100%; }
  .inner-hero-sec { padding: 0; }
  div#hs_cos_wrapper_dnd_area-module-2 { line-height: 0; }
}

@media(max-width:767px) {
  .inner-hero-sec .cta ul { flex-wrap: wrap; }
  .inner-hero-sec .title h1 span { font-size: 32px; }
}
.breadcrumb-sec {line-height: 0; background: #FFFFFF; padding: 32px 0 0 0; vertical-align: top; display: inline-block; width: 100%; }
.breadcrumb-sec .bread-menu { width: 100%; display: inline-block; }
.breadcrumb-sec .bread-menu ul { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; padding: 0; margin: 0; flex-wrap: wrap; }
.breadcrumb-sec .bread-menu ul li { width: auto; display: flex; align-items: center; justify-content: flex-start; margin: 0; line-height: 120%; }
.breadcrumb-sec .bread-menu ul li a { width: auto; display: inline-block; color: #29399E; padding-right: 0; margin-right: 0; position: relative; font-weight: 700; font-size: 16px; line-height: 120%; }
.breadcrumb-sec .bread-menu ul li a:hover { color: #89bc21; }
.breadcrumb-sec .bread-menu ul li span { width: auto; display: inline-block; color: #29399E; position: relative; font-size: 16px; line-height: 120%; }
.breadcrumb-sec .bread-menu ul li svg { width: 11px; display: inline; margin: 0 12px; }


@media(max-width:767px) {

  .breadcrumb-sec .bread-menu ul { display: inline; }
  .breadcrumb-sec .bread-menu ul li { display: inline; }
  .breadcrumb-sec .bread-menu ul li a { display: inline; }
  .breadcrumb-sec .bread-menu ul li span {display: inline; }
  .breadcrumb-sec .bread-menu ul li svg { margin: 0 8px; }

}
@media(max-width:480px) { }

.news-details { width: 100%; display:inline-block; padding: 96px 0 ; }
.news-details .news-inner { display: grid; grid-gap: 112px; align-items: start; grid-template-columns: 1fr 3fr; }
.news-details .news-img { width: 100%; display:inline-block; line-height: 0; vertical-align: top; }
.news-details .news-img img { width: 100%; height: 100%; object-fit:cover; object-position:center; border-radius: 0; }

.news-details .news-content { width: 100%; display:inline-block; color: #111c55; }
.news-details .news-content .news-title { width: 100%; display:inline-block; }
.news-details .news-content h1 { font-family: Josefin Sans; font-weight: 700; font-size: 32px; line-height: 110.00000000000001%; letter-spacing: 0; text-transform: uppercase; display: block; margin: 0 0 48px; color: #29399E; }
.news-details .news-content h2 { width: 100%; display: inline-block; font-size: 28px !important; color: #29399E; line-height: 120% !important; letter-spacing: -0.48px; font-family: 'Inter'; margin-bottom: 32px; text-transform: capitalize; }
.news-details .news-content h3 { width: 100%; display: inline-block; text-transform:capitalize; margin-bottom:8px;  font-size: 1.5rem !important; line-height: 2rem !important; color: #29399E; font-weight: 700;letter-spacing: -0.48px; font-family: "Inter", sans-serif; }
.news-details .news-content h4 { width: 100%; display: inline-block;  text-transform:capitalize; margin-bottom:8px; font-size:1.5rem !important; line-height: 2rem !important;  color: #29399E; font-weight: 700;letter-spacing: -0.48px; font-family: "Inter", sans-serif;  }
.news-details .news-content p { width: 100%; display: inline-block; margin:0 !important; font-size: 1.25rem; line-height: 2rem; color: #111c55  !important; font-weight: 400; padding: 0 0 32px 0; font-family: "Inter", sans-serif; }
.news-details .news-content strong { color: #111c55; font-weight: 600; font-size: 1.25rem; line-height: 2rem; }
.news-details .news-content ul { padding-left: 20px; }
.news-details .news-content ul li { color: #111c55 !important; font-family: "Inter", sans-serif; font-size: 1.25rem !important; line-height: 2rem !important; font-weight: 400 !important; list-style: disc /*!important*/; margin-bottom: 8px !important; }
.news-details .news-content ol { padding-left: 20px; margin-top: 0; }
.news-details .news-content ol li { color: #111c55 !important; font-family: "Inter", sans-serif; font-size: 1.25rem !important; line-height: 2rem !important; font-weight: 500 !important; margin-bottom: 10px !important; }
.news-details .news-content p a { margin:0;font-size: 1.25rem;line-height: 2rem;color: #111c55;font-weight: 400;font-family: "Inter", sans-serif;text-decoration: underline;text-underline-offset: 4px;text-decoration-color: #29399E;}
.news-details .news-content iframe { width: 100%; display: inline-block; margin-bottom: 32px; }
.news-details .news-content video { width: 100%; display: inline-block; margin-bottom: 32px; }
.news-details .news-content table, .news-details .news-content td, .news-details .news-content table th { border: 1px solid #111c55; text-align: left; color: #111c55; font-family: Inter,sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5rem; margin: 0; padding: 4px; }
.news-details .news-content table th { font-weight: bold; }
.news-details .news-content table { width: 100%; display: table; margin: 0 0 32px 0; }
.news-details .news-content blockquote { border-left: 4px solid rgba(98, 185, 203, 1); color: #ffffff; display: inline-block; font-family: Inter,sans-serif; font-size: 1.25rem; font-weight: 400; line-height: 2rem; margin: 0; padding: 20px 20px 20px 30px; width: 100%; background: rgb(17 28 85); margin-bottom: 32px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; }
.news-details .news-content p:last-child {padding: 0 0  0;}
.resource-details { color: #111c55; width: 100%; display:inline-block; padding: 96px 0 120px 0; }
.resource-details .resource-inner { align-items: flex-start; display: flex; flex-wrap: wrap; justify-content: flex-start; width: 100%; }

.resource-details .category-list { display: inline-block; margin: 0; padding-right: 144px; width: 35%; }
.resource-details .category-list h2, .npa-custom-h2 { width: 100%; display: inline-block; margin: 0 0 16px 0; font-family: 'Josefin Sans'; font-style: normal; font-weight: 700; font-size: 32px !important; line-height: 110% !important; text-transform: uppercase; color: #29399E; }
.resource-details .category-list ul { width: 100%; display: inline-block; padding: 8px 0 8px 40px; margin: 0; border-left: 1px solid rgba(137, 188, 33, 1); }
.resource-details .category-list ul li { width: 100%; display: inline-block; }
.resource-details .category-list ul li a { font-weight: 400; font-size: 1.25rem !important; line-height: 1.5rem !important; color: #111C55; width: 100%; display: inline-block; padding: 8px 0; }
.resource-details .category-list ul li a:hover { color: rgba(137, 188, 33, 1); }

.resource-details .resource-content { display: inline-block; width: 65%; }
.resource-details .resource-content .resource-title { width: 100%; display:inline-block; }
.resource-details .resource-content .resource-title h1 {color:#29399E; font-size: 32px !important; line-height: 110% !important; margin-bottom: 16px; }
.resource-details .resource-content .resource-date { display: inline-block; width: 100%; font-family: 'Inter'; font-style: normal; font-weight: 700; font-size: 20px !important; line-height: 32px !important; color: #111C55; }
.resource-details .resource-content .resource-tags { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; }
.resource-details .resource-content .resource-tags p { color: #29399E !important;margin:0; width: auto; display: inline-block; padding: 0; }
.resource-details .resource-content .resource-tags ul { margin-left: 4px !important;gap:5px; width: auto; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; padding: 0; margin: 0; }
.resource-details .resource-content .resource-tags ul li {width: auto; display: inline-block; margin: 0 !important;  }
.resource-details .resource-content .resource-tags ul li a {display: block;text-underline-offset: 0px; color: #29399E !important; font-family: Inter, sans-serif; font-size: 1.25rem !important; font-weight: 400 !important; line-height: 2rem !important; text-decoration: underline; text-underline-position: under; }
.resource-details .resource-content .resource-tags ul li:last-child a span { display: none; }
.resource-details .resource-content .content { width: 100%; display: inline-block; padding-top: 48px; }
.resource-details .resource-content .content img { width: 100% ; display: block;margin:0; max-width: 100%; object-fit: cover; object-position: center; border-radius: 0; }

.resource-details .resource-content h1 { width: 100%; display: inline-block; font-size: 2.5rem; font-family: Josefin Sans; line-height: 1.2; font-weight: 700; text-transform: uppercase; color: #29399E; margin-bottom: 32px; text-align: left; }
.resource-details .resource-content {
  :is(h2, h3, h4) {display: block; text-transform:capitalize; margin-bottom:8px; color: #29399E; font-weight: 500; letter-spacing: -0.48px; font-family: "Inter", sans-serif; text-align: left;  }
  & h2 { font-size: 2rem; line-height: 120%;letter-spacing:-0.48px; }
  & h3 { font-size: 1.5rem; line-height: 1.3;margin-block: 3rem 1rem;}
  & h4 { font-size: 1.25rem; line-height: 1.3 margin-block: 3rem 1rem;; }
}

.resource-details .resource-content h2, .resource-details .resource-content h3, .resource-details .resource-content h4 { display: block; text-transform: capitalize; color: #29399E; font-weight: 500; letter-spacing: -0.48px; font-family: "Inter", sans-serif; text-align: left; }
.resource-details .resource-content h2 {margin-block: 1rem 1rem; font-size: 2rem; line-height: 1.2; }
.resource-details .resource-content h3 {margin-block: 1rem 1rem; font-size: 1.5rem; line-height: 1.3;}
.resource-details .resource-content h4 { font-size: 1.25rem; line-height: 1.3; margin: 1rem 0 1rem; }
.resource-details .resource-content ol { margin-left: 1rem;margin-bottom: 2rem; }
.resource-details .resource-content ul { margin-left: 1rem;margin-bottom: 2rem; }
.resource-details .resource-content ol li { list-style-type: decimal; }
.resource-details .resource-content ol li ol li { list-style-type: lower-alpha; }

.resource-details .resource-content .content p:has(img) { margin: 0; }
.resource-details .resource-content .content img { margin: 0 0 32px; }
.resource-details .resource-content p { margin-bottom:32px; width: 100%; display: inline-block;  font-size: 1.25rem; line-height: 1.6; font-weight: 400; padding: 0 0 ; font-family: "Inter", sans-serif; text-align: left; }
.resource-details .resource-content p:has(+ ol, +ul) { margin-bottom: 0.5rem; padding-bottom: 0; }
.resource-details .resource-content strong { font-weight: 700; color: #111C55; }
.resource-details .resource-content ul { padding-left: 20px; text-align: left; }
.resource-details .resource-content ul li, 
.resource-details .resource-content ul li span { color: #111c55; font-family: "Inter", sans-serif; font-size: 1.25rem; line-height: 2rem; font-weight: 400; list-style: disc /*!important*/; margin-bottom: 8px; text-align: left; }
.resource-details .resource-content ol { padding-left: 20px; margin-top: 0; text-align: left !important; }
.resource-details .resource-content ol li, 
.resource-details .resource-content ol li span { color: #111c55; font-family: "Inter", sans-serif; font-size: 1.25rem; line-height: 2rem; font-weight: 500; margin-bottom: 10px; text-align: left; }
.resource-details .resource-content :is(p, li) a { margin: 0; /*font-size: 1.25rem; line-height: 2rem; */ color: #111c55; font-weight: 400; font-family: "Inter", sans-serif; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #29399E;}
.resource-details .resource-content iframe { width: 100%; display: inline-block; margin-bottom: 32px; }
.resource-details .resource-content video { width: 100%; display: inline-block; margin-bottom: 32px; }
.resource-details .resource-content table, .resource-details .resource-content td, .resource-details .resource-content table th { border: 1px solid #111c55; text-align: left; color: #111c55; font-family: Inter,sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5rem; margin: 0; padding: 4px; }
.resource-details .resource-content td { width: auto /*!important*/; }
.resource-details .resource-content td a { color: #111c55; }
.resource-details .resource-content table th { font-weight: bold; }
.resource-details .resource-content table { width: 100% /*!important*/; display: table; margin: 0 0 32px 0; }
.resource-details .resource-content blockquote { border-left: 4px solid rgba(98, 185, 203, 1); color: #ffffff; display: inline-block; font-family: Inter,sans-serif; font-size: 1.25rem; font-weight: 400; line-height: 2rem; margin: 0; padding: 20px 20px 20px 30px; width: 100%; background: rgb(17 28 85); margin-bottom: 32px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; }
.resource-details .resource-img { width: 100%; display:inline-block; line-height: 0; vertical-align: top; }
.resource-details .resource-img img { width: 100%; height: 100%; object-fit:cover; object-position:center; border-radius: 16px; }
.resource-details .resource-content h2 span { color: #111c55; font-size: 2.25rem; line-height: 2.75rem; font-weight: bold; }
.resource-details .content__sources { 
  margin-block: 2rem 0;
  & * { font-size: 0.8rem; }
  > span { display: block; margin-block: 0.75rem; }
  > span > sup { font-size: 0.8em; margin-right: 0.5rem; }
}
.resource-details .resource-content p:last-child { margin: 0;}
.blog-body__content a { color: #111c55; }
.resource-details .resource-content .content .footnotes a {text-decoration: underline;color: #111c55;font-family: Inter, sans-serif;}
/* .resource-details .resource-content .content:has(.blog25) {
  & h2 { font-size: 2rem; }
  & h3 { font-size: 1.5rem; font-weight: 600; }
  & h2, h3 { margin-block: 3rem 1rem; }
  & :is(h2, h3, h4) { & + & { margin-top: 0; } }
  & :is(h2, h3):has(+ h3, + h4) { margin-bottom: 0.5rem; }
  & ol li {
    list-style-type: number;
    & li { list-style-type: lower-alpha; }
  } 
  & p { display: block; margin-block: 0 2rem; padding: 0; }
  & p:has(+ ol, + ul) { margin-bottom: 0.5rem; }
  & :is(ol, ul) { margin-left: 1rem; }
  .disclosures, 
  .footnotes { 
    margin-block: 2rem;
    & li,  
    > * { font-size: 1rem; }
    > p { margin-bottom: 1rem; }
    > sup { font-weight: 700; }
  }

  /* Table Styles/Resets */
  & table strong { color: inherit; }

  /* Insets */
  .inset-block { 
    background-color: #EBEBEB;
    margin-block: clamp(24px, round(3svw,4px), 48px); 
    padding: 2rem 3rem;

    & :is(a, p, li) { font-size: 1rem; font-weight: 500; }
    & :is(p, ol, ul):last-child { margin-bottom: 0; }
  }

  /* Weekly Market Recap Styles */
  .bulletin-authors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px; 
  }

  .bulletin-author__card {
    margin: 1rem 0 0;
    & > * { display: block; text-align: center; }
    & > h2 { margin-block: 1rem 0.5rem; }
    & > h3 { font-size: 1.2rem; }
    & > img { margin: 0 auto 1rem; max-width: 250px; }
    & > p { font-size: 1rem; font-weight: 700; line-height: 1.3; margin-block: 0 0.5rem; padding: 0; }
  }

  .key-areas { 
    & :is(h2, h3):first-of-type { margin-top: 0; padding-top: 0; }
    background-color: #EBEBEB;
    padding: 2rem 1rem;
  }

  .weekly-market-charts {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr)); 

    & .chart h2 { color: #89BC21; }
  }
} */
.systems-page .submitted-message, form { background: #fff; border: #fff; }
.systems-page h1, .systems-page h2, .systems-page h3, .systems-page h4, .systems-page h5, .systems-page h6, .systems-page p, .systems-page span, .systems-page strong, .systems-page em { color: #111c55; }
.systems-page { padding: 80px 15px; }
.systems-page form label { font-size: 20px; }
.systems-page form input[type=checkbox] { height: 16px; width: 16px; }
.systems-page form input[type=submit] { height: auto; padding: 15px 48px; margin: 30px 0 10px 0; }
.backup-unsubscribe input[type=email] { font-size: 18px !important; }
.subscribe-options p { margin-bottom: 0; }
.email-prefs .item p { padding-top: 16px; font-weight: bold; }
.subscribe-options p.header { padding-top: 0px; font-weight: bold; }
@media(max-width:1341px) {
  .news-details .news-inner { grid-gap: 88px; }
  .resource-details .category-list { padding-right: 50px; }
  .resource-details .category-list ul { padding: 4px 0 4px 20px; }
}
@media(max-width:1199px) {
  .news-details .news-inner { grid-gap: 32px; }
  .news-details .news-content h1 { font-size: 2rem !important; line-height: 2.5rem !important; }
  .news-details .news-content h2 { font-size: 1.75rem !important; line-height: 2.75rem !important; }
  .news-details .news-content h3 { font-size: 1.25rem !important; line-height: 1.75rem !important; }
  .resource-details .resource-inner { grid-gap: 50px; }
  .resource-details .resource-content h1 { font-size: 2rem; line-height: 1.25; }
  .resource-details .resource-content h3 { font-size: 1.25rem; line-height: 1.4; }
  .resource-details .resource-content h2 span { font-size: 1.75rem; line-height: 1.6; }
  .resource-details .category-list { width: 100%; display: inline-block; padding: 0; }
  .resource-details .category-list h2 { margin: 0 0 15px; }
  .resource-details .resource-content { width: 100%; display: inline-block; }
  .resource-details { padding: 96px 0; }
  .resource-details .resource-content .resource-title h1 { font-size: 2rem; line-height: 2.5rem; }
    .news-details { padding: 80px 0; }
}
@media(max-width:991px) {
  .news-details .news-inner { grid-template-columns: 1fr; }
  .news-details { padding: 60px 0; }
  .resource-details .resource-inner { grid-template-columns: 1fr; }
  .resource-details { padding: 60px 0; }
  .resource-details .category-list h2, .npa-custom-h2 { font-size: 1.75rem !important; line-height: 2.75rem !important; }
  .error-wrap { padding: 96px 0; }
  .resource-details .resource-inner {gap: 30px;}
}
@media(max-width:767px) {
  .resource-details { padding: 50px 0; }
  .news-details { padding: 50px 0; }
  .news-details .news-content h1 {margin: 0 0 32px; font-size: 1.75rem !important; line-height: 2.5rem !important; }
  .news-details .news-content h2 {margin: 0 0 24px; font-size: 1.5rem !important; line-height: 2.25rem !important; }
  .news-details .news-content h3 {margin: 0 0 24px; font-size: 1.25rem !important; line-height: 1.75rem !important; }
  .news-details .news-content p {padding: 0 0 24px 0; font-size: 1.125rem; line-height: 1.75rem; }
  .news-details .news-content strong { font-size: 1.125rem; line-height: 1.75rem; }
  .news-details .news-content ul li { font-size: 1.125rem; line-height: 1.75rem; }
  .news-details .news-content ol li { font-size: 1.125rem; line-height: 1.75rem; }
  .news-details .news-content p a { font-size: 1.125rem; line-height: 1.75rem; }
  .resource-details .resource-inner { gap: 30px; }
  .resource-details .resource-content .content { padding-top: 32px;
    p { margin-block: 0 24px !important; }
  }
  .resource-details .resource-content .content img { margin: 0 0 24px; }
  .resource-details .resource-content .resource-tags ul li a { font-size: 18px !important; line-height: 28px !important; }
  .resource-details .resource-content .resource-date { font-size: 18px !important; line-height: 28px !important; }

  .news-details .news-content blockquote { font-size: 1.125rem; line-height: 1.75rem; padding: 15px; }
  .resource-details .resource-content { font-size: 1.125rem !important; line-height: 1.75rem !important; }
  .resource-details .resource-content h1 { font-size: 1.75rem !important; line-height: 2.5rem !important; }
  .resource-details .resource-content h2 {font-size: 24px;}
  .resource-details .resource-content h3 { font-size: 1.25rem !important; line-height: 1.75rem !important; }
  .resource-details .resource-content p { font-size: 1.125rem !important; line-height: 1.75rem !important; }
  .resource-details .resource-content strong { font-size: 1.125rem !important; line-height: 1.75rem !important; }
  .resource-details .resource-content ul li { font-size: 1.125rem !important; line-height: 1.75rem !important; }
  .resource-details .resource-content ol li { font-size: 1.125rem !important; line-height: 1.75rem !important; }
  .resource-details .resource-content blockquote { font-size: 1.125rem !important; line-height: 1.75rem !important; padding: 15px; }
  .resource-details .resource-content .resource-title h1 { font-size: 1.75rem !important; line-height: 2.5rem !important; }
  .systems-page h1 { font-size: 28px; line-height: 38px; }
  .systems-page h2 { font-size: 24px; line-height: 34px; }
  .systems-page form input[type=submit] { padding: 15px 20px; font-size: 16px; }
  .resource-post-listing .resource-post-wrap.bottom .category-list ul li a { font-size: 18px; padding: 6px 0; }
  .resource-details .category-list ul li a { font-size: 18px !important; padding: 6px 0; }

}