







/* 1a. Containers */








/* 1b. Colors */




/* 1c. Typography */




























































/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */























/* 9. Blog */





/* 9. Blog */

/* 1h. Site footer */






















.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 0px;
}

.dnd-section > .row-fluid,
.content-wrapper{

}


@media (min-width: 576px){
  .content-wrapper,
  .container,
  .dnd-section > .row-fluid{
    max-width: 539.9999999988px;
  }
}

@media (min-width: 768px){
  .content-wrapper,
  .container,
  .dnd-section > .row-fluid{
    max-width: 719.9999999940001px;
  }
}

@media (min-width: 992px){
  .content-wrapper,
  .container,
  .dnd-section > .row-fluid{
    max-width: 959.9999999964px;
  }
}

@media (min-width: 1200px){
  .content-wrapper,
  .container,
  .dnd-section > .row-fluid{
    max-width: 1139.9999999916px;
  }
}

@media (min-width: 1400px){
  .content-wrapper,
  .container,
  .dnd-section > .row-fluid{
    max-width: 1320px;
  }
}









body {
  font-size: 1rem;
  color: #000000;
  font-weight: 300;
  font-family: Inter;
}

/* Paragraphs */

p {
  font-size: 1rem;
  color: #000000;
  font-weight: 300;
}

/* Anchors */

a {
  color: #F8035D;
}

a:hover,
a:focus,
a:active {
  color: #c6024a;
}

/* Headings */

h1 {
  font-family: Inter;
  font-size: calc(1.4499999999875rem + 2.4vw);
  color: #000000;
  font-weight: 700;
}

@media (min-width: 1200px){
  h1{
    font-size: 3.25rem;
  }
}

h2 {
  font-family: Inter;
  font-size: calc(1.4499999999875rem + 2.4vw);
  color: #000000;
  font-weight: 700;
}

@media (min-width: 1200px){
  h2{
    font-size: 3.25rem;
  }
}

h3 {
  font-family: Inter;
  font-size: calc(1.325rem + 0.9vw);
  color: #000000;
  font-weight: 700;
}

@media (min-width: 1200px){
  h3{
    font-size: 2rem;
  }
}

h4 {
  font-family: Inter;
  font-size: calc(1.2624999999975rem + 0.15vw);
  color: #000000;
  font-weight: 700;
}

@media (min-width: 1200px){
  h4{
    font-size: 1.375rem;
  }
}

h5 {
  font-family: Inter;
  font-size: 1.125rem;
  color: #000000;
  font-weight: 700;
}

h6 {
  font-family: Inter;
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color: #000000;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(248, 3, 93, 1.0)

;
  border: 3px solid 

  
  
    
  


  rgba(248, 3, 93, 1.0)

;
  border-radius: 0.25rem;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0.375rem 1rem;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(208, 0, 53, 1.0);
  border-color: #d00035;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(255, 43, 133, 1.0);
  border-color: #ff2b85;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





form,
.submitted-message {
  font-size: 1rem;
  color: #000000;
  font-weight: 300
}

/* Form title */

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

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(122, 122, 122, 1.0)

;
}

/* Form inputs */

form input[type=text],
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-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  border-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
}

/* Form placeholder text */

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(248, 3, 93, 1.0)

;
  border: 3px solid 

  
  
    
  


  rgba(248, 3, 93, 1.0)

;
  border-radius: 0.25rem;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0.375rem 1rem;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(249, 41, 117, 1.0)

;
  border-color: 

  
  
    
  


  rgba(249, 41, 117, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(249, 41, 117, 1.0)

;
  border-color: 

  
  
    
  


  rgba(249, 41, 117, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}





.logo_descriptin{
  color: ;
}

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

.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: ;
}

.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(246, 246, 246, 1.0)

;
  border-color: ;
}

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

.header__language-switcher .lang_list_class li:hover{
  background-color: 

  
  
    
  


  rgba(246, 246, 246, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(246, 246, 246, 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: ;
}


.custom-menu-wrapper .navigation-primary>ul>li>a{
/*   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

; */
  color: #fff;
}
.custom-menu-wrapper .navigation-primary>ul>li:not(.no-submenu):hover>a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

.custom-menu-wrapper .level-1>li{
  padding: 0;
}

.custom-menu-wrapper .level-1>li:not(.no-submenu):hover>a:after{
/*   background-color:  

  
  
    
  


  rgba(248, 3, 93, 1.0)

; */
  background-color: #450BFA;
}

.top-menu-w,
.fixed-header-w{
/*   background-color: 

  
  
    
  


  rgba(246, 246, 246, 1.0)

; */
  background-color: #0F1222;
}

.custom-menu-wrapper .level-1>li>a{
  letter-spacing: 0;
  padding: 35px 25px;
  font-size: 1rem;
}
.custom-menu-wrapper .level-1>li:last-child{
  margin-left: 5px;
}

.custom-menu-wrapper .level-1>li:last-child>a{
/*   border-color: 

  
  
    
  


  rgba(248, 3, 93, 1.0)

;
  background-color: 

  
  
    
  


  rgba(248, 3, 93, 1.0)

; */
  font-size: 1rem;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #450BFA;
  background-color:  #450BFA;
  letter-spacing: 0;
}

.custom-menu-wrapper .level-1>li:last-child>a:hover{
/*   border-color: 

  
  
    
  


  rgba(249, 41, 117, 1.0)

; */
/*   background-color: 

  
  
    
  


  rgba(249, 41, 117, 1.0)

; */
  border-color: #450BFA;
  background-color:  #450BFA;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.custom-menu-wrapper .navigation-primary ul.submenu.level-2{
  background: #450BFA;
  left: 0;
  transform: none;
}
.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a{
  color: #fff;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a:hover{
    color: #450BFA;
    transform: none;
    background: #fff;
}

.custom-menu-wrapper .level-2{
  padding: 0;
  text-transform: initial;
  font-size: 1rem;
  box-shadow: 0px -1px 0 #0F1222, 0 9px 15px 9px rgba(0, 0, 0, 0.2);
}
.custom-menu-wrapper .level-2 li{
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.custom-menu-wrapper .level-2 li:last-child{
  border-bottom: none;
}
.custom-menu-wrapper .level-2 li a{
  padding: 20px 35px;
  transition: all 0.2s ease;
}

.post-cta-w{
  background-color: #F6F6F6;
  padding: 50px;
  font-size: 20px;
  margin-top: 30px;
}
.post-cta{
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-gap: 60px;
  align-items: center;
}
.post-cta .post-cta__content{}
.post-cta .post-cta__media img{
  width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.31);
  display: block;
}
.post-cta .post-cta__btn{
    font-size: 1rem;
    border-color: #450BFA;
    background-color: #450BFA;
    letter-spacing: 0;
    border: #450BFA;
    border-radius: 0.25rem;
    text-transform: uppercase;
    padding: 10px 35px;
    color: #fff !important;
}

.post-cta .post-cta__action{
  padding-top: 15px;
}


@media (min-width: 991.98px){
   .custom-menu-wrapper .level-1>li:nth-child(2) .submenu{
    display: grid;
    grid-template-columns: 1fr;
  } 
}


@media (max-width: 991.98px){
  
  .sm-text-centered{
    text-align: center;
  }
  
  .post-cta-w{
    padding: 40px 15px;
  }
  .post-cta{
    grid-template-columns: 1fr;
    grid-gap: 30px;
    text-align: center;
  }


  .custom-menu-wrapper .navigation-primary>ul>li>a{
/*     color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

; */
    color: #fff;
    padding: 10px;
    font-size: 1rem;
  }

  .custom-menu-wrapper .navigation-primary>ul>li:not(.no-submenu):hover>a{
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2{
/*     background-color: 

  
  
    
  


  rgba(232, 232, 232, 1.0)

; */
    background-color: #460aff;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a{
/*     color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

; */
    color: #fff;
  }

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

  .custom-menu-wrapper .level-1>li:not(.no-submenu):hover>a:after{
/*     background-color:  

  
  
    
  


  rgba(248, 3, 93, 1.0)

; */
    background-color: initial;
  }
  
  .custom-menu-wrapper .level-1>li:last-child>a,
  .custom-menu-wrapper .level-1>li:last-child>a:hover{
    background-color: #0F1222;
    border-color: #0F1222;
  }
  
  
  .header .top-menu-w{
    background-color: #450BFA !important;
  }
  
  
  .mobile-menu-toggler{
    color: #fff;
  }
  
  .submenu .child-trigger{
    color: #fff;
  }
  
  
  
}







footer.footer {
  background-color: 

  
  
    
  


  rgba(15, 18, 34, 1.0)

;
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer-w .footer-i h4,
.footer-w .footer-copyright-w p,
.footer-w .footer-i p,
.footer-w .footer-i h6{
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

footer.footer a:hover,
footer.footer a:active,
footer.footer a:focus{
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

footer.footer .social-links ul li a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

footer.footer .social-links ul li a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer-w .footer-i .hs-button{
/*   border-color:

  
  
    
  


  rgba(248, 3, 93, 1.0)

;
  background-color:

  
  
    
  


  rgba(248, 3, 93, 1.0)

;*/
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
  
  border-color:#450BFA;
  background-color:#450BFA;
  outline: none;
  font-size: 1.125rem;
  padding: 0.5rem 2.25rem;
}

.footer-w .footer-i .hs-button:hover{
  /*border-color:

  
  
    
  


  rgba(249, 41, 117, 1.0)

;
  background-color:

  
  
    
  


  rgba(249, 41, 117, 1.0)

;*/
  border-color:#450BFA;
  background-color:#450BFA;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

 .footer-w .social-links ul li{
    margin-right: 15px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #450BFA;
}

.footer-w .social-links ul li i{
  display: block;
}
.footer-w .social-links ul li img{
  height: 19px;
  max-width: 22px;
  margin-bottom: 0;
}
.footer-w .social-links ul li a{
  font-size: 23px;
}

.pdmicon-phone:before{
  content: "\e903";
}
.footer-phone-icon{
	width: 29px;
  	height: 29px;
	position: relative;
	color: #fff;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  margin-right: 10px;
}
.footer-phone-icon:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #450BFA;
    transform: rotate(-45deg);
    z-index: -1;
}





/* Blog Header */

.blog-header {
  background-color: rgba(255, 255, 255, 0.0); 
}

.blog-header .blog-header__inner{
  max-width: 1100px;
}
.blog-header .blog-header__title{
  color: #fff;
  font-size: 3rem;
}
.blog-header .blog-header__subtitle{
  color: #fff;
  font-size: 1.4rem;
}

/* Blog Listing */

.blog-index__post-inner-card {
/*   box-shadow: -5px 0px 20px 0px rgba(73, 0, 0, 0.10); */
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
}

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

.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: #c6024a;
}

.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: #c6024a;
}

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #000000;
  font-family:Inter;
/*   font-size: 3.25rem; */
  font-weight: 700;
  color: #450BFA;
  font-size: 40px;
  text-align: center;
}

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

#comments-listing .comment-reply-to {
	color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: 

  
  
    
  


  rgba(248, 3, 93, 1.0)

;
}
 
#comments-listing .comment-reply-to:active {
	color: 

  
  
    
  


  rgba(248, 3, 93, 1.0)

;
}


/* Blog Grid Listing and Post styles */

.hs-blog-listing,
.hs-blog-post {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
/*   color: #c6024a; */
  color: #fff;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #c6024a;
}

.blog-index__post-content--small h2 {
  font-size: 2rem;
}

.blog-index__post-content a {
  color: #000000;
}

.blog-index__post-inner-card .blog-index__post-image{
  border-radius: 0;
}

.blog-post__read-more .read-more__arrow{
  display: none;
}
.blog-post__read-more svg {
  fill: #000000;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 0, 0, 0.10);
}

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

.blog__subscription-block {

}

.blog-related-posts{
  margin-top: 0;
  padding-top: 0;
}

.post-featured-image {
/*   max-height: 600px; */
  max-height: 500px;
}

.blog-post {
/*   box-shadow: -5px 0px 20px 0px rgba(73, 0, 0, 0.10); */
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    padding: 120px 0 80px;
}


.blog-post__meta{
  font-weight: 500;
  text-align: center;
}

.blog-post__meta a {
/*   color: #000000; */
}

.blog-post__meta a:hover {
  color: #c6024a;
}

.blog-post__links-container {
/*   border-top:  2px solid rgb(228, 0, 73); */
  border-top: 2px solid #450BFA;
}
.blog-post__links-container .blog-post__links{
  display: none;
}

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

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid 

  
  
    
  


  rgba(248, 3, 93, 1.0)

 !important;
}

.comment.depth-1 {
  border-left: 2px solid 

  
  
    
  


  rgba(248, 3, 93, 1.0)

;
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: Inter
    font-size: 2rem;
  color: #000000;
  font-weight: 700
}
form#email-prefs-form h1 {
  font-family: Inter;
  font-weight: 400;
  color: #000000;
}
form#email-prefs-form h2 {
  font-family: Inter;
  font-weight: 400;
  color: #000000;
}
p.header {
  color: #000000;
}


.blog-post__body{
  margin-top: 50px;
}

.blog-post__body p, .blog-post__body ul{
  font-size: 1rem !important;
}
.blog-post__body a{
  color: #f8035d !important;  
}
.blog-post__body a span{
  color: #f8035d !important;
}

.mt-15{
  margin-top: 15px;
}

.footer-w{
  padding-top: 80px;
}
.footer-w .footer-sep-line{
  margin-top: 50px;
  width: 100%;
}
.footer_logo{
  margin-top: -10px;
}


@media (max-width: 768px){
  footer.footer .row > div:not(:last-child){
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  footer.footer .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }
  footer.footer .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
  }
  footer.footer .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  
  .hs_cos_wrapper_type_form form.hs-form fieldset .hs-form-field:not(:last-child) {
    padding: 0 10px 0 0;
  }

}


.subscription-form h3.form-title{
  font-size: 3rem;
  color: #fff;
}
.subscription-form form .hs-email > label{
  display: none;
}
.subscription-form form .hs-button{
    font-size: 1rem;
    border-color: #0F1222;
    background-color: #0F1222;
    padding: 13px 30px;
}
.subscription-form form .hs-button:hover,
.subscription-form form .hs-button:active,
.subscription-form form .hs-button:focus{
    border-color: #0F1222;
    background-color: #0F1222;
}

.dnd-section.dnd_area_subscription-row-0-background-color{
  position: relative;
}

.dnd-section.dnd_area_subscription-row-0-background-color:before{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 80px 80px 0 80px;
    border-color: #F8035D transparent transparent transparent;
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
  }
 .dnd-section.dnd_area_subscription-row-0-background-color:after{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 80px 80px 80px;;
    border-color: transparent transparent #F8035D transparent;
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
  }

.post-featured-image-w{
    background-color: #0F1222;
}
.post-featured-image-w .post-featured-image{
  margin-bottom: 0;
  margin-top: 0;
  transform: translateY(65px);
  z-index: 23;
  position: relative;
  max-height: 500px;
}

.blog-index__post-inner-card .blog-index__post-content{
  background: #450BFA;
  color: #fff;
}
.blog-index__post-content--small h2{
  font-size: 1.8rem;
}
.blog-index__post-content a{
  color: #fff;
}
.blog-related-posts h3{
  text-align: center;
  margin-bottom: 40px;
}
.blog-post__tags{
  padding: 15px 0;
  font-weight: 500;
}
.hs-blog-social-share .hs-blog-social-share-item-linkedin{
  margin-top: -4px;
}

.hs_cos_wrapper_type_form{
  max-width: 100% !important;
}

.hs_cos_wrapper_type_form form{
  max-width: 100%;
}

fieldset.form-columns-1 .hs-input:not([type="checkbox"]){
  width: 100% !important;
}


footer.footer .row{
  align-items: center;
}

@media (max-width: 400px) {
	form.hs-form fieldset .hs-form-field { padding: 0 !important; }
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form .form-columns-2 .hs-form-field .hs-input, 
	form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100% !important; }
	form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}



@media (min-width: 992px) {
	.custom-menu-wrapper .level-1>li>a{
		padding: 35px 15px;
    	font-size: 0.85rem;
	}
}

@media (min-width: 1200px) {
	.custom-menu-wrapper .level-1>li>a{
		padding: 35px 15px;
    	font-size: 1rem;
	}
}

@media (min-width: 1400px) {
	.custom-menu-wrapper .level-1>li>a{
		padding: 35px 25px;
	}
}