/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */










/* Test */















.body-container-wrapper {
  /* margin: 0 0 80px 0; */
}


.dnd-section > .row-fluid {
  max-width: 1500px;
}

.dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1500px;
}




html {
  /* 	font-size: 18; */
}

body {
  /*   color: #000000; */
  color: rgba(0, 0, 0, 1.0);
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

p {
  /* 	font-family: 'Proxima Nova', sans-serif; */

}

a {
  /* 	font-family: 'Proxima Nova', sans-serif; */
  color: rgba(0, 0, 0, 1.0);
  font-weight: 700;
}

a:hover,
a:focus {
  color:#17183F;
}

a:active {
  color: rgba(40, 40, 40, 1.0);
}

h1 {
  color: #000000;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 60px;
  font-weight: 500;
}

@media(max-width: 767px) {
/*   h1 {
    font-size: 51.0px;
  } */
}

h2 {
  color: #000000;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 40px;
  font-weight: 500;
}

@media(max-width: 767px) {
/*   h2 {
    font-size: 34.0px;
  } */
}

h3 {
  color: #000000;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 26px;
  font-weight: 500;
}

@media(max-width: 767px) {
/*   h3 {
    font-size: 22.099999999999998px;
  } */
}

h4 {
  color: #000000;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

@media(max-width: 767px) {
/*   h4 {
    font-size: 18.7px;
  } */
}

h5 {
  color: #000000;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 17px;
  font-weight: 700;
}

h6 {
  color: #000000;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: 'Proxima Nova', sans-serif;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(23, 24, 63, 1.0);
}

.hs-button,
.button--primary {
  /* border-color: rgba(232, 37, 55, 1.0);
  color: rgba(255, 255, 255, 1.0); */
  /* border-radius: 100px; */
  border-radius: 0px;
  border-width: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
  /* background-image: linear-gradient(180deg, rgba(232, 37, 55, 1.0) 0%, rgba(183, 26, 40, 1.0) 100%); */
  /* background-color: rgba(232, 37, 55, 1.0); */
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  /* border-color: rgba(232, 37, 55, 1.0);
  color: rgba(255, 255, 255, 1.0); */
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.hs-button:active,
.button--primary:active {
  /* background-color: rgba(255, 77, 95, 1.0);
  border-color: rgba(255, 77, 95, 1.0);
  color: rgba(255, 255, 255, 1.0); */
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}


  
.hs-form label,
.hs-form-field > label {
  color: rgba(23, 24, 63, 0.9);
}

.hs-form legend {
  color: rgba(85, 85, 85, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(174, 176, 182, 0.0);
  color: rgba(19, 33, 83, 1.0);
  border-radius: 5px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(174, 176, 182, 0.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: #000000;
}

.hs-input:-moz-placeholder {
  color: rgba(19, 33, 83, 1.0);
}

.hs-input::-webkit-input-placeholder {
  color: rgba(19, 33, 83, 1.0);
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Proxima Nova', sans-serif;
}

.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F8FAFC !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(23, 24, 63, 1.0);
  color: rgba(23, 24, 63, 1.0);
}

thead th,
thead td {
  background-color: rgba(23, 24, 63, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(23, 24, 63, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(23, 24, 63, 1.0);
}





.header_top, 
.header_main {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1500px;
}

.header_top {
  border-color: rgba(37, 38, 75, 0.15);
}


.header_top a,
.header_top_links ul li a,
.header_top_links ul li a svg{
  color: rgba(23, 24, 63, 1.0);
}

.header_top a:hover,
.header_top_links ul li a:hover {
  color: rgba(211, 33, 49, 1.0);
}


.header_top .header_covid_link a {
  color: rgba(211, 33, 49, 1.0);
}


.header_top .header_covid_link a:hover {
  color: rgba(211, 33, 49, 1.0);
}


.header_demo-btn a {
  border-color: rgba(232, 37, 55, 1.0);
  color: rgba(255, 255, 255, 1.0);
  background-image: linear-gradient(180deg, rgba(232, 37, 55, 1.0) 0%, rgba(183, 26, 40, 1.0) 100%);
  background-color: rgba(232, 37, 55, 1.0);
}

.header_demo-btn a:hover {
  border-color: rgba(232, 37, 55, 1.0);
  color: rgba(255, 255, 255, 1.0);
}




.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(23, 24, 63, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(23, 24, 63, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: rgba(23, 24, 63, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

 

.custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
  color: rgba(23, 24, 63, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
  background-color: rgba(249, 249, 249, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a {
  color: rgba(23, 24, 63, 1.0);
  background-color: rgba(249, 249, 249, 0.0);
}

@media  (min-width: 1000px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    border-color: rgba(211, 33, 49, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul  {
    background-color: rgba(249, 249, 249, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    color: rgba(211, 33, 49, 1.0);
    background-color: rgba(249, 249, 249, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:first-child > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:first-child > a:hover {
    color: rgba(23, 24, 63, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.solutions>ul ul li>a b {
    color: rgba(23, 24, 63, 1.0);
  }
}


@media(max-width: 999px) {
  .mobile_menu_section {
    background-color: rgba(255, 255, 255, 1.0);
  }

}





footer.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(28, 24, 56, 1.0);
}

.footer__container {
  max-width: 1500px;
}

footer.footer a {
  color: rgba(28, 24, 56, 1.0);
}

footer.footer a:hover {
  color: rgba(28, 24, 56, 1.0);
}

footer.footer .footer-copyright {
  color: rgba(28, 24, 56, 1.0);
}

footer.footer .footer-copyright a {
  color: rgba(28, 24, 56, 1.0);
}

footer.footer .footer-copyright a:hover {
  color: rgba(211, 33, 49, 1.0);
}

.footer-social-icons ul li a .svg-inline--fa.fa-stack-1x {
  color: rgba(255, 255, 255, 1.0);
}

.footer-social-icons ul li a:hover .svg-inline--fa.fa-stack-1x {
  color: rgba(255, 255, 255, 1.0);
}

.footer-social-icons ul li a {
  color: rgba(28, 24, 56, 1.0);
}

.footer-social-icons ul li a:hover {
  color: rgba(211, 33, 49, 1.0);
}









.content-wrapper {
  max-width: 1500px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-post__date {
  border-color: #000000;
}

.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: #000000;
}

.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: #282828;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  color: #000000;
  font-family:'Proxima Nova', sans-serif;
  font-size: 40px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #FFFFFF;
}



.blog-post__tag-link:hover{
  color: #17183F;
}

.blog-post__read-more svg {
  fill: #000000;
}



.blog-post__read-more a:hover svg {
  fill: #17183F;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: #000000;
}

.blog-sidebar a:hover {
  color: #17183F;
}

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}



.blog-post__meta a {
  color: #000000;
}

.blog-post__body, .blog-post__tags a {
  color: #000000;
}

.blog-post__meta a:hover {
  color: #17183F
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #000000;
}

.blog-post__back-to-blog:hover {
  color: #17183F;
}

.blog-post__back-to-blog svg {
  fill: #000000;
}

a.blog-post__back-to-blog:hover svg {
  fill: #17183F;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}



.blog-index_post-content-text {
  /*    color: rgba(0, 0, 0, 1.0); */
  color: #000000;
}

.blog-index .blog-index__post:first-child .blog-index_post-read-more {
  border-color: rgba(232, 37, 55, 1.0);
  color: rgba(255, 255, 255, 1.0);
  background-image: linear-gradient(180deg, rgba(232, 37, 55, 1.0) 0%, rgba(183, 26, 40, 1.0) 100%);
  background-color: rgba(232, 37, 55, 1.0);
}

.blog-post__body,
.blog-post__tags a {
  color: #000000;
}










body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494A52;
}

body .social-links__icon {
  background-color: #494A52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 1500px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}


/* NEW BUTTONS */



a .btn--black,
a.btn--black,
.btn--black {
  background-color: #000000;
  color: #ffffff !important;
  border-color: #000000;
  text-decoration: none;
  display: inline-block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  text-align: center;
  cursor:pointer;
  padding: 0.75rem;
  transition: all 300ms ease-in-out;
}
a:hover .btn--black,
a:hover.btn--black,
.btn--black:hover,
a:focus .btn--black,
a:focus.btn--black,
.btn--black:focus {
  background-color: #000000;
  color: #ffffff !important;
  border-color: #000000;
}
a:active .btn--black,
a:active.btn--black,
.btn--black:active {
  background-color: #000000;
  color: #ffffff !important;
  border-color: #000000;
}


a .btn--white,
a.btn--white,
.btn--white {
  background-color: #ffffff;
  color: #000000 !important;
  border-color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  text-align: center;
  cursor:pointer;
  padding: 0.75rem;
  transition: all 300ms ease-in-out;
}
a:hover .btn--white,
a:hover.btn--white,
.btn--white:hover,
a:focus .btn--white,
a:focus.btn--white,
.btn--white:focus {
  background-color: #e6e6e6;
  color: #000000 !important;
  border-color: #e6e6e6;
}
a:active .btn--white,
a:active.btn--white,
.btn--white:active {
  background-color: #e6e6e6;
  color: #000000 !important;
  border-color: #e6e6e6;
}


a .btn--red,
a.btn--red,
.btn--red {
  background-color: #d32131;
  color: #ffffff !important;
  border-color: #d32131;
  text-decoration: none;
  display: inline-block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  text-align: center;
  cursor:pointer;
  padding: 0.75rem;
  transition: all 300ms ease-in-out;
}
a:hover .btn--red,
a:hover.btn--red,
.btn--red:hover,
a:focus .btn--red,
a:focus.btn--red,
.btn--red:focus {
  background-color: #a71a27;
  color: #ffffff !important;
  border-color: #a71a27;
}
a:active .btn--red,
a:active.btn--red,
.btn--red:active {
  background-color: #a71a27;
  color: #ffffff !important;
  border-color: #a71a27;
}


a .btn--blue,
a.btn--blue,
.btn--blue {
  background-color: #2e71dd;
  color: #ffffff !important;
  border-color: #2e71dd;
  text-decoration: none;
  display: inline-block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  text-align: center;
  cursor:pointer;
  padding: 0.75rem;
  transition: all 300ms ease-in-out;
}
a:hover .btn--blue,
a:hover.btn--blue,
.btn--blue:hover,
a:focus .btn--blue,
a:focus.btn--blue,
.btn--blue:focus {
  background-color: #1e5aba;
  color: #ffffff !important;
  border-color: #1e5aba;
}
a:active .btn--blue,
a:active.btn--blue,
.btn--blue:active {
  background-color: #1e5aba;
  color: #ffffff !important;
  border-color: #1e5aba;
}


/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
  color: ;
  font-size: 1rem;
  z-index: 100000;
}



/* NEW NAVIGATION */
.sticky header.global--nav .header_main {
  top: auto !important;
  position: relative !important;
}
header.header.global--nav {
  min-height: 0px;
}
header .header__container {
  max-width: 1500px;
  transition: 500ms ease;
  width: 90%;
  margin: 0 auto;
  padding: 0px !important;
}
@media screen and (max-width: 1199px) {
  header.global--nav .header__container {
    width: 96%;
  }
}

header.global--nav .header__logo {
  max-width: 90px
}
/* CTA */
header.global--nav .header_demo-btn a {
  border: 0px;
  background: #000000 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
/* level 1 */
  header.global--nav ul li:hover {
    border-top: 0px !important;
  }
  header.global--nav ul li.hs-menu-depth-1 a {
    font-size: 18px;
    font-weight: 400;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) .hs-menu-wrapper>ul>li.solutions {
    position: relative;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) .hs-menu-wrapper > ul > li.hs-menu-depth-1 {
    margin-left: 40px !important;
    padding-left: 0px !important;
  }
/* level 2 */
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) .hs-menu-wrapper > ul ul:has(li.-item-has-children) {
    padding: 0px !important;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) .hs-menu-wrapper ul ul {
    background-color: #ffffff !important;
    border-radius: 0px;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) ul li ul {
    margin-right: 20px;
    width: auto !important;
    right: auto !important;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) .header--megamenu ul {
    margin-right: 0;
    width: unset !important;
    right: unset !important;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) ul li ul li {
    padding: 0px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-bottom: 10px;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) ul li ul {
    padding: 20px !important;
   }
   
  header.global--nav .custom-menu-primary .header--megamenu ul li ul {
    padding: 0 !important;
  }
   
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) ul li ul li.hs-item-has-children.hs-menu-depth-2 {
    padding: 0 20px 0 0 !important;
    background-color: #ffffff !important;
    width: auto !important;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) ul li ul li.hs-menu-depth-2 a {
    color: #000000 !important;
    font-weight: 400;
    font-size: 15px !important;
    text-align: left;
    padding-bottom: 0px !important;
    width: fit-content;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) ul li ul li.hs-menu-depth-2 a:hover {
    font-weight: 700;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) ul li.solutions ul li.hs-menu-depth-2 a[href="javascript:;"] {
    pointer-events: none;
    line-height: 100% !important;
    color: #000000 !important;
    font-weight: 700;
    font-size: 15px !important;
    text-align: left;
    padding-bottom: 0px !important;
    width: fit-content;
  }
  header.global--nav .custom-menu-primary:not(:has(.header--megamenu)) ul li.solutions ul {
    display: flex;
  }
/* level 3 */
  header.global--nav .custom-menu-primary .hs-menu-wrapper>ul>li.solutions>ul ul li .arrow {
    display: none !important;
  }
  header.global--nav .custom-menu-primary ul li.solutions ul li ul {
    display: flex;
    padding: 20px 0 0 !important;
    min-width: 140px;
  }
  header.global--nav .custom-menu-primary ul li ul li ul {
    flex-direction: column !important;
    padding-left: 0px !important;
    padding-top: 20px !important;
    width: 100% !important;
  }
  header.global--nav .custom-menu-primary ul li ul li ul li.hs-menu-depth-3 {
    width: auto !important;
    padding: 0 !important;
  }
  header.global--nav .custom-menu-primary ul li ul li ul li a {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    text-transform: none !important;
  }
  header.global--nav .custom-menu-primary ul li.solutions ul li:last-child ul li {
    border-right: 0px !important;
  }
  header.global--nav .custom-menu-primary ul li.solutions ul li ul li,
  header.global--nav .custom-menu-primary ul li.solutions ul li ul li a {
    width: fit-content !important;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
  }
  header.global--nav .custom-menu-primary ul li.solutions ul li ul li a:hover {
    font-weight: 700 !important;
  }
  @media screen and (max-width: 999px) {
    header.header.global--nav .header_navigation {
      display: none;
    }
    .mobile_menu_section.global--nav .custom-menu-primary.mobile {
      display: block;
    }
    .global--nav .header__logo img {
      max-width: 70px;
    }
    .mobile_menu_section.global--nav .header_demo-btn,
    .mobile_menu_section.global--nav .header_demo-btn-mobile {
      display: none !important;
    }
    .mobile_menu_section.global--nav ul li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
    .mobile_menu_section.global--nav ul li ul {
      width: 100% !important;
    }
    .mobile_menu_section.global--nav .child-trigger {
      position: relative !important;
    }
  }
  header.global--nav .header_navigation {
    width:calc(100% - 300px);
    text-align:right;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    position:relative;
  }
  header.global--nav .header_navigation .slider-bar {
    background:#2e71dd;
    height:4px;
    position:absolute;
    top:37px;
    left:0;
    transition:600ms ease-in-out;
    opacity:0;
  }
/* NEW FOOTER */
footer.global--footer {
  background: #202020;
  color: #ffffff;
}
footer.global--footer .container {
  max-width: 1500px;
  width: 90%;
  margin: auto;
  transition: 500ms ease;
}
@media screen and (max-width: 1199px) {
  footer.global--footer .container {
    width: 96%;
  }
}
footer.global--footer .container.footer--nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer.global--footer .footer--menu {
  /* flex-grow: 1; */
  width: calc(100% - 300px);
  padding-top: 10px;
}
footer.global--footer .footer--menu a {
  color: #ffffff !important;
  transition: 500ms ease;
}
footer.global--footer .footer--menu a:hover {
  color: #d32131 !important;
  text-decoration: none;
  transition: 500ms ease;
}
footer.global--footer .footer--menu ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
}
footer.global--footer .footer--menu ul li.hs-item-has-children {
  font-weight: 700;
  font-size: 18px;
  pointer-events: none;
}
footer.global--footer .footer--menu ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1099px) {
  footer.global--footer .footer--menu ul li.hs-item-has-children {
    width: 48%;
    margin-bottom: 50px;
  }
}
footer.global--footer .footer--menu ul li ul {
  padding-top: 30px;
}
footer.global--footer .footer--menu ul li ul.hs-menu-children-wrapper {
  display: block;
}
footer.global--footer .footer--menu ul li ul li {
  font-weight: 400;
  pointer-events: all;
  margin-bottom: 15px;
  line-height: 100%;
}
footer.global--footer .footer--menu ul li ul li a {
  font-weight: 400;
}
footer.global--footer .footer--cta a {
  background-color: #ffffff;
  width: fit-content;
  color: #000000 !important;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 50px;
  padding: 0 40px;
}
footer.global--footer .footer--cta a:hover {
  background-color: #e6e6e6;
  color: #000000 !important;
}
/* footer.global--footer .footer--menu ul li ul li:last-of-type a {
  background: transparent;
  color: #ffffff !important;
  padding: 0px;
  font-size: 18px;
  height: auto;
}
footer.global--footer .footer--menu ul li ul li:last-of-type a:hover {
  background: transparent;
  color: #d32131 !important;
} */
@media screen and (max-width: 699px) {
  footer.global--footer .footer--menu {
    width: 100%;
    padding: 0;
  }
  footer.global--footer .footer--menu ul {
    justify-content: center;
  }
  footer.global--footer .footer--menu ul li {
    text-align: center;
  }
  footer.global--footer .footer--cta {
    margin: 0 auto;
  }
}
footer.global--footer .container.footer--lower {
  padding-top: 100px;
}
footer.global--footer .footer--lower .bottom--left {
  width: 45%;
  max-width: 500px;
}
footer.global--footer .footer--lower .bottom--right {
  width: 53%;
  text-align: right;
}
@media screen and (max-width: 1099px) {
  footer.global--footer .footer--lower .bottom--left {
    width: 35%;
  }
  footer.global--footer .footer--lower .bottom--right {
    width: 60%;
  }
}
@media screen and (max-width: 999px) {
  footer.global--footer .footer--lower {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  footer.global--footer .footer--lower .bottom--left {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
  footer.global--footer .footer--lower .bottom--right {
    width: 100%;
    text-align: center;
  }
}
footer.global--footer .footer--lower .bottom--right a {
  color: #ffffff;
}
footer.global--footer .footer--lower .footer__logo img,
footer.global--footer .footer__logo img {
  max-height: 29px;
}
/* FOOTER ABOUT */
  footer.global--footer .footer--about {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding-top: 15px;
  }
/* FOOTER SOCIAL LINKS */
  footer.global--footer .footer__social {
    margin-bottom: 20px;
    justify-content: flex-end;
  }
  footer.global--footer .footer__social a {
    background: #ffffff;
    padding: 5px;
    margin-left: 15px;
    aspect-ratio: 1;
  }
  footer.global--footer .footer__social a svg {
    color: #202020;
    fill: #202020;
    width: 20px;
    height: 20px;
    display: block;
  }
  @media screen and (max-width: 999px) {
    footer.global--footer .footer__social {
      justify-content: center;
    }
    footer.global--footer .footer__social a {
      margin: 0 7px;
    }
  }
/* FOOTER CONTACT */
  footer.global--footer .footer--contact a {
    color: #ffffff;
    margin-bottom: 15px;
    text-decoration: underline;
    position: relative;
    font-size: 14px;
  }
  
/* FOOTER COPYRIGHT */
footer.global--footer .footer--copyright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
footer.global--footer .footer--copyright a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer.global--footer .footer--copyright a::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  height: 17px;
  position: relative;
  background: #ffffff;
  margin: 0 15px;
}
footer.global--footer .footer--copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  footer.global--footer .footer--copyright {
    justify-content: center;
  }
}
@media screen and (max-width: 699px) {
  footer.global--footer .footer--copyright {
    flex-flow: column nowrap;
  }
  footer.global--footer .footer--copyright a::before {
    display: none;
  }
}
/* FOOTER LP */
footer.footer.footer--lp {
  padding: 60px 0px;
}
footer.footer--lp .row {
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  footer.footer--lp .row {
    flex-direction: column;
    align-items: center;
  }
  footer.footer--lp .bottom--left .footer__logo a img {
    margin-bottom: 10px;
  }
}