/*----------------- BANNER CONSENT -------------------*/

#hs-banner-parent {
  display: none;
}


/*----------------- GLOBAL -------------------*/


















body {
  background-color: #f4f4f4;
  color: #4d5758;
  font-family: Poppins,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins,sans-serif;
  font-weight: 600;
  color: #4f5758;
  margin: 20px 0 0;
}

p {
  margin: 0;
  color: #4d5758;
}

blockquote {
  color: #4f5758;
  max-width: 480px;
  padding: 30px 0;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  position: relative;
}

blockquote:before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzE5QkVEMyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMzMuOTkyIDguMDAyVjcuOTljMC00LjQxMy0zLjU4LTcuOTkxLTcuOTk2LTcuOTkxUzE4IDMuNTc3IDE4IDcuOTljMCA0LjQxNCAzLjU4IDcuOTkyIDcuOTk2IDcuOTkyLjkwOCAwIDEuNzc3LS4xNTkgMi41OS0uNDM3LTEuOCAxMC4zMTMtOS44NDcgMTYuOTY0LTIuMzg3IDExLjQ5IDguMjczLTYuMDcgNy44MDMtMTguOCA3Ljc5My0xOS4wMzNNNy45OTYgMTUuOTgyYy45MDggMCAxLjc3Ny0uMTU5IDIuNTktLjQzN0M4Ljc4NiAyNS44NTguNzM4IDMyLjUwOSA4LjIgMjcuMDM1YzguMjczLTYuMDcgNy44MDMtMTguOCA3Ljc5My0xOS4wMzNWNy45OUMxNS45OTMgMy41NzggMTIuNDEzIDAgNy45OTcgMFMwIDMuNTc3IDAgNy45OWMwIDQuNDE0IDMuNTggNy45OTIgNy45OTYgNy45OTIiLz48L2c+PC9zdmc+);
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  width: 34px;
  height: 29px;
  margin: 0 auto;
}


.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}


.body-container-wrapper input[type=email], 
.body-container-wrapper input[type=password], 
.body-container-wrapper input[type=search], 
.body-container-wrapper input[type=tel], 
.body-container-wrapper input[type=text], 
.body-container-wrapper input[type=url], 
.body-container-wrapper select, 
.body-container-wrapper textarea {
  background: none;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #333;
  font-family: inherit;
  margin-bottom: 12px;
  margin-top: 8px;
  max-width: 100%;
  outline: 0 none;
  padding: 15px;
  width: 100%;
}


.subscribe {
  background: #f4f4f4
}

.subscribe__content {
  max-width: 716px;
  margin: 0 auto;
  padding: 58px 20px 60px
}

.widget-type-form form .hs-form-field.hs-email > label {
  display: none;
}

.widget-type-form form .hs-fieldtype-select {
  margin-top: 25px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.widget-type-form form  label {
  font-size: inherit;
}

.widget-type-form form .hs-fieldtype-select .nice-select {
  margin-top: 15px;
  margin-bottom: 0;
  width: 100%;
  border: 1.3px solid #e1e2e3;
  border-radius: 5px;
  height: 53px;
  padding-left: 20px;
  float: none;
}


.widget-type-form form .hs-form .actions {
  margin-top: 64px;
  height: 53px;
}

@media (max-width: 767px) {
  .subscribe__content {
    padding:40px 30px 60px
  }
.home-posts .posts__filters {
    border: 0 !important;
}
.home-posts .posts-filters__list {
    margin: 0 !important;
}
}

@media (max-width: 576px) {
  .subscribe__content {
    padding:40px 15px 60px
  }
}

.subscribe__title {
  text-align: center;
  margin: 0
}

@media (max-width: 767px) {
  .subscribe__title {
    padding:0 15px;
    font-size: 20px;
    line-height: 28px
  }
}

.subscribe__subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: normal;
  color: #4f5758
}

@media (max-width: 767px) {
  .subscribe__subtitle {
    font-size:18px;
    line-height: 26px;
    margin-top: 15px
  }
}

.subscribe__small-text {
  font-size: 11px;
  line-height: normal;
  color: #4f5758;
  text-align: center;
  max-width: 605px;
  margin: 19px auto 0
}

.widget-type-form {
  margin-top: 20px
}

@media (max-width: 767px) {
  .widget-type-form {
    margin-top:30px
  }
}

.subscribe-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 576px) {
  .subscribe-form__wrap {
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.widget-type-form input {
  margin: 0;
  display: block
}

.widget-type-form form input[type=email] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1.3px solid #e1e2e3;
  padding: 15px 18px;
  border-radius: 5px;
  color: #4d5758;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  height: auto;
}

.widget-type-form input[type=email]::-webkit-input-placeholder {
  color: #84888c
}

.widget-type-form input[type=email]::-moz-placeholder {
  color: #84888c
}

.widget-type-form input[type=email]:-ms-input-placeholder {
  color: #84888c
}

.widget-type-form input[type=email]::-ms-input-placeholder {
  color: #84888c
}

.widget-type-form input[type=email]::placeholder {
  color: #84888c
}

.widget-type-form input[type=email]:focus::-webkit-input-placeholder {
  color: transparent
}

.widget-type-form input[type=email]:focus::-moz-placeholder {
  color: transparent
}

.widget-type-form input[type=email]:focus:-ms-input-placeholder {
  color: transparent
}

.widget-type-form input[type=email]:focus::-ms-input-placeholder {
  color: transparent
}

.widget-type-form input[type=email]:focus::placeholder {
  color: transparent
}

.widget-type-form  input[type=submit] {
  border-radius: 5px;
  background: #19bed3;
  color: #fff;
  margin-left: 18px;
  width: 158px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: .88;
  height: 100%;
  font-family: Poppins,sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media (max-width: 767px) {
  .widget-type-form input[type=submit] {
    height:56px;
    margin: 30px auto 0
  }
}

.widget-type-form input[type=submit]:hover {
  background: #15b4c8;
  -webkit-transition: all .3s;
  transition: all .3s
}

.hbspt-form {
  margin-top: 20px
}

@media (max-width: 767px) {
  .hbspt-form {
    margin-top:30px
  }
}

.widget-type-form .hs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position:relative;
}

.widget-type-form .hs-form .hs_email {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 5px;
  width: 100%!important
}

.hs-input.invalid.error {
  border-color: #e1e2e3;
}


.widget-type-form .hs-form .hs_email label {
  display: none
}

@media (max-width: 767px) {
  .hbspt-formwidget-type-form  {
    margin:0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}


.submitted-message {
  text-align: center;
}


.widget-type-form .hs-form .hs-error-msgs {
  color: red;
  list-style: none;
  padding-left: 0;
  margin: 0
}

.widget-type-form .hs-form .hs-error-msgs li {
  margin: 5px 0 0;
  padding: 0;
  line-height: 16px;
  font-size: 11px
}

.widget-type-form .hs-form .hs-error-msgs li label {
  display: block
}

.hbspt-form .hs-fieldtype-select {
  margin-top: 25px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.hbspt-form .hs-fieldtype-select .nice-select {
  margin-top: 15px;
  margin-bottom: 0
}

.hbspt-form .hs-fieldtype-select .nice-select .list {
  max-width: 100%;
  overflow-y: auto
}

@media (max-width: 767px) {
  .hbspt-form .hs-fieldtype-select {
    width:100%
  }
}

.hbspt-form .submitted-message p {
  text-align: center;
  color: green
}

/*----------------- FOOTER -------------------*/

.page-footer {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #4f5758;
  color: #fff
}

.page-footer__content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 95px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width: 1439px) {
  .page-footer__content {
    padding:10px 6.7% 35px
  }
}

@media (max-width: 1024px) {
  .page-footer__content {
    padding:10px 30px 35px
  }
}

@media (max-width: 992px) {
  .page-footer__content {
    padding:10px 30px 35px;
    max-width: 740px;
    margin: 0 auto
  }
}

@media (max-width: 576px) {
  .page-footer__content {
    padding:10px 15px 35px
  }
}

.page-footer__row {
  width: 100%;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 2px solid #6f6f6f;
  position: relative
}

@media (max-width: 992px) {
  .page-footer__row {
    padding-top:0;
    border-top: none;
    margin-top: 45px
  }
}

.page-footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -73px;
  left: 0
}

@media (max-width: 992px) {
  .page-footer__social-icons {
    left:auto;
    top: auto;
    position: static;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.page-footer__social-icon {
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 992px) {
  .page-footer__social-icon {
    margin:0 13px 8px 0 !important;
  }
}

.page-footer__social-icon a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #19bed3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 992px) {
  .page-footer__social-icon a {
    border:3px solid #19bed3
  }
}

.page-footer__social-icon a:hover {
  background: #19bed3
}

.page-footer__social-icon img {
  max-height: 14px;
  max-width: 16px
}

/* .page-footer__social-icon:nth-child(2) img {
position:relative;
top:1px;
} */

.footer-block {
  width: 50%
}

@media (max-width: 1439px) {
  .footer-block {
    width:46%
  }
}

@media (max-width: 992px) {
  .footer-block {
    width:100%
  }
}

.footer-block__list .hs-menu-wrapper > ul  {
  padding:0;
  display: block;
}

.footer-block__list .hs-menu-wrapper > ul > li > a {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  position: relative;
  padding: 15px 0;
  pointer-events:none;
  color: #fff;
  display: block;
}

@media (max-width: 992px) {
  .footer-block__list .hs-menu-wrapper > ul > li > a {
    border-bottom:1px solid #818181;
    cursor: pointer;
    padding: 17px 0 11px;
    margin-top: 23px
  }
}

.footer-block__list .hs-menu-wrapper > ul > li > a:after {
  display: none;
  content: " ";
  width: 0;
  height: 0;
  vertical-align: middle;
  border-color: #2bc1d0;
  color: #2bc1d0;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  z-index: 1;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: calc(50% - 3px)
}

@media (max-width: 992px) {
  .footer-block__list .hs-menu-wrapper > ul > li > a:after {
    display:block
  }
}

.footer-block__list .hs-menu-wrapper > ul ul{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0;
  padding: 13px 0 0;
  max-width: 382px;
  display:block;
}

@media (max-width: 992px) {
  .footer-block__list .hs-menu-wrapper > ul ul {
    -webkit-column-count:1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 0;
    display: block;
    max-height: 0;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    overflow: hidden
  }
}

.footer-block__list .hs-menu-wrapper > ul ul > li {
  list-style: none;
  line-height: 25px
}

@media (max-width: 992px) {
  .footer-block__list .hs-menu-wrapper > ul ul > li:first-child {
    padding-top:24px
  }

  .footer-block__list .hs-menu-wrapper > ul ul > li:last-child {
    padding-bottom: 9px
  }
}

.footer-block__list .hs-menu-wrapper > ul ul > li > a {
  line-height: 25px;
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
  display: inline-block
}

@media (max-width: 992px) {
  .footer-block__list .hs-menu-wrapper > ul ul > li > a {
    line-height:42px
  }

  .footer-block__list .hs-menu-wrapper>ul>li>a {
    pointer-events:auto;
  }
}

.footer-block__list .hs-menu-wrapper > ul ul > li > a:hover {
  color: #19bed3
}

.footer-column {
  width: 25%
}

.footer-copyright__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.footer-copyright__links ul li {
  margin-right: 15px;
  display: block;
  line-height: 28px;
}

.page-footer li {
  margin-bottom: 0;
}

.footer-copyright__links ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

@media (max-width: 1439px) {
  .footer-column {
    width:27%
  }
}

@media (max-width: 992px) {
  .footer-column {
    width:100%
  }
}



.footer-column__list .hs-menu-wrapper > ul > li > a {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  position: relative;
  padding: 15px 0;
  pointer-events:none;
  color: #fff;
  display: block;
}

.footer-column__list .hs-menu-wrapper > ul {
  display: block;
  padding:0;
}

@media (max-width: 992px) {
  .footer-column__list .hs-menu-wrapper > ul > li > a {
    border-bottom:1px solid #818181;
    cursor: pointer;
    padding: 25px 0 11px;
    pointer-events:auto;
  }
}

.footer-column__list .hs-menu-wrapper > ul > li > a:after {
  display: none;
  content: " ";
  width: 0;
  height: 0;
  vertical-align: middle;
  border-color: #2bc1d0;
  color: #2bc1d0;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  z-index: 1;
  position: absolute;
  right: 0;
  top: calc(50% - 3px)
}

@media (max-width: 992px) {
  .footer-column__list .hs-menu-wrapper > ul > li > a:after {
    display:block
  }
}

.footer-column__list .hs-menu-wrapper > ul ul {
  margin: 0;
  padding: 13px 0 0
}

@media (max-width: 992px) {
  .footer-column__list .hs-menu-wrapper > ul ul{
    padding:0;
    display: block;
    max-height: 0;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    overflow: hidden
  }
}

.footer-column__list .hs-menu-wrapper>ul ul li {
  list-style: none;
  line-height: 25px
}

@media (max-width: 992px) {
  .footer-column__list .hs-menu-wrapper>ul ul li:first-child {
    padding-top:24px
  }

  .footer-column__list .hs-menu-wrapper>ul ul li:last-child {
    padding-bottom: 9px
  }
}

.footer-column__list .hs-menu-wrapper>ul ul>li>a {
  line-height: 25px;
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
  display: inline-block
}

@media (max-width: 992px) {
  .footer-column__list .hs-menu-wrapper>ul ul>li>a {
    line-height:42px
  }
}

.footer-column__list .hs-menu-wrapper>ul ul>li>a:hover {
  color: #19bed3
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 992px) {
  .footer-copyright {
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.footer-copyright__text {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 600
}

.footer-copyright__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 0 20px
}

@media (max-width: 992px) {
  .footer-copyright__links {
    padding:0
  }
}

.footer-copyright__links ul li {
  margin-right: 15px;
  display: block;
  line-height: 28px
}

@media (max-width: 992px) {
  .footer-copyright__links ul li {
    margin-right:5px
  }
}

.footer-copyright__links ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  display: inline-block
}

.footer-copyright__links ul li a:hover {
  color: #19bed3
}

.footer-block__list .hs-menu-wrapper>ul ul.tab-open,
.footer-column__list .hs-menu-wrapper>ul ul.tab-open{
  max-height: 500px;
  -webkit-transition: max-height .5s ease-in;
  transition: max-height .5s ease-in
}

.footer-block__list .hs-menu-wrapper>ul>li>a.tab-icon:after,
.footer-column__list .hs-menu-wrapper>ul>li>a.tab-icon:after{
  -webkit-transform: scale(-1);
  transform: scale(-1);
  border-color: #fff;
  color: #fff;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent
}












.footer-content,
.footer,
.page-footer{
  color:







rgba(255, 255, 255, 1.0)

;
  background-color:







rgba(79, 87, 88, 1.0)

;
}

.footer-heading h1,
.footer-heading h2,
.footer-heading h3,
.footer-heading h4,
.footer-heading h5,
.footer-heading h6,
.footer-block__list .hs-menu-wrapper>ul>li>a,
.footer-copyright__links ul li a{
  color:







rgba(255, 255, 255, 1.0)

;
}

.footer-copyright__links a,
.footer-block__list .hs-menu-wrapper>ul ul>li>a{
  color: 







rgba(224, 224, 224, 1.0)

;
}

.footer-copyright__links a:hover,
.footer-block__list .hs-menu-wrapper>ul ul>li>a:hover,
.footer-copyright__links ul li a:hover{
  color: 







rgba(25, 190, 211, 1.0)

;
}


/*----------------- HEADER -------------------*/

.headerTop-gap {
  padding-top:29px;
}

.headerHeight {
  min-height:120px;
}

.page-header {
  position: relative;
  z-index: 999
}

.header-scroll #myHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff !important;
}

#myHeader {
  background: #F4F4F4;
}

.headerHeight {
  background: #F4F4F4;
}

.page-header__content {
  max-width: 1920px;
  padding: 10px 49px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 1024px) {
  .page-header__content {
    padding:13px 30px
  }
}

@media (max-width: 767px) {
  .page-header__content {
    padding:12px 30px
  }
}

@media (max-width: 576px) {
  .page-header__content {
    padding:12px 15px
  }
}

.page-header__logo {
  display: block;
  max-width: 292px;
  z-index: 999;
  width: 100%
}

#hs_cos_wrapper_header_logo_mobile {
  display: none;
}


@media (max-width: 767px) {
  .page-header__logo {
    max-width:216px
  }
  .mobile-open #hs_cos_wrapper_header_logo_mobile {
    display: block;
  }

  .mobile-open #hs_cos_wrapper_header_logo {
    display: none;
  }
}

.page-header .head-overlay {
  display: none;
}

@media (max-width: 1024px) {
  .page-header .head-overlay {
    position:fixed;
    width: 100%;
    height: 88px;
    background: #19bed3;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998
  }
}

@media (max-width: 767px) {
  .page-header .head-overlay {
    height:70px
  }
}

@media (max-width: 1024px) {
  .page-header .head-overlay-open {
    display:block
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #F4F4F4
}

.sticky+.content {
  padding-top: 81px
}

.page-header__content .widget-type-logo a {
  display: block;
  max-width: 292px;
  z-index: 999;
  width: 100%;
}

.page-header__content .widget-type-logo img {
  width: 100% !important;
}

.page-header__content .widget-type-logo {
  padding: 4px 0px;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: block;
  list-style: none;
  padding: 15px 12px;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  color: #4c5455;
  text-transform: none;
  letter-spacing: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  display: none;
  position: absolute;
  top: 100%;
  right: -12px;
  margin: 0;
  padding: 0;
  width: 250px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 5%);
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 5%);
  background: #fff;
  border: 1px solid #dddedf;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
  display:block;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:not(:first-child) > a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dddedf;
  margin: 0 auto;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:not(:first-child) > a:hover:before  {
  background: #19bed3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  color: #4c5455;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0 13px;
  font-size: 14px;
  line-height: 2.93;
  text-transform: inherit;
  color: #4d5758;
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
  background: #19bed3;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li:first-child > a {
  border-radius: 5px 5px 0 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  padding: 12px 24px;
  border: 1.3px solid #f70;
  color: #fff!important;
  background: #f70;
  border-radius: 5px;
}

#nav-icon {
  width: 24px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: 18px;
  display: none;
}

#nav-icon span {
  border-radius: 2px;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #979b9c;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:first-child {
  top: 0;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 6px;
}

#nav-icon span:nth-child(4) {
  top: 12px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMUw1LjUgNiAxIDEiIHN0cm9rZT0iIzE5QkVEMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  color: #19bed3;
  margin-left: 5px;
  line-height: 14px;
  position: relative;
  bottom: 1px;
}

@media(min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #19bed3;
  }

  #myHeader, .headerHeight{
    background: #F4F4F4;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color:







rgba(77, 87, 88, 1.0)

;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a.active{
    color:







rgba(77, 87, 88, 1.0)

;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color:







rgba(25, 190, 211, 1.0)

;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color:







rgba(255, 255, 255, 1.0)

;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:







rgba(77, 87, 88, 1.0)

;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a.active,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a{
    color:







rgba(77, 87, 88, 1.0)

;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color:







rgba(255, 255, 255, 1.0)

;
  }
}


@media (max-width: 1024px) {

  .main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #19bed3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 88px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: auto;
  }

  .nav-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }

  .page-header__content {
    padding: 13px 30px;
  }

  .headerTop-gap {
    padding: 0;
  }


  .page-header__content .widget-type-logo {
    padding: 0;
  }

  #nav-icon {
    display: block;
    z-index: 1000;
    position: relative;
  }


  .custom-menu-primary .hs-menu-wrapper > ul {
    opacity: 0;
  }

  .nav-open.custom-menu-primary .hs-menu-wrapper > ul {
    -webkit-animation: navlist;
    animation: navlist;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  @keyframes navlist {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: 100%;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    width: 100%;
    padding: 16px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMUw1LjUgNiAxIDEiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
    color: #fff;
    margin-left: 5px;
    line-height: 14px;
    position: relative;
    bottom: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    width: 100%;
    padding: 16px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-top: 12px;
    width: auto!important;
  }

  .mobile-open {
    overflow:hidden;
  }

  .page-header__content .widget-type-logo a {
    position: relative;
    z-index: 9;
    color: #fff !important;
  }

  .headerHeight {
    min-height: 87.78px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li:not(:first-child) > a:before {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    padding: 8px 0;
    color: #fff;
    line-height: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    padding-bottom: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: transparent !important;
    border: 0;
    box-shadow: none !important;
    text-align: center;
    position: static !important;
  }

}


@media (max-width: 767px) {
  .page-header__content {
    padding: 12px 30px;
  }

  .page-header__content .widget-type-logo a {
    max-width: 216px;
  }

  .headerHeight {
    min-height: 69.7px;
  }
}

#nav-icon.change-icon span:first-child {
  top: 12px;
  width: 0;
  left: 50%;
}

#nav-icon.change-icon span {
  background: #fff;
}

#nav-icon.change-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
}

#nav-icon.change-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 24px;
}

#nav-icon.change-icon span:nth-child(4) {
  top: 12px;
  width: 0;
  left: 50%;
}

@media (max-width: 1024px) and (max-width: 767px) {
  .main-nav {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .page-header__content {
    padding: 12px 15px;
  }
}



/*-------------------------- PAGES ------------------------*/


.featured-content-wrap.two-col-content {
  border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 24px 0 hsl(0deg 0% 82% / 50%);
  box-shadow: 0 2px 24px 0 hsl(0deg 0% 82% / 50%);
  position: relative;
}

.featured-content-wrap .content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 54.71%;
  padding: 35px 105px 39px 55px !important;
  margin-left: auto;
}

.featured-content-wrap .description h6 {
  color: #83888c;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  font-family: Poppins,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.featured-content-wrap .description h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 0;
  width: 100%;
  line-height: normal;
}

.featured-content-wrap .description p {
  margin-top: 10px;
  width: 100%;
}

.featured-content-wrap .btn-items a {
  display: inline-block;
  vertical-align: middle;
  background: #19bed3;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 15px 35px 18px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 38px;
  text-transform: uppercase;
}

.dnd-section {
  overflow: visible;
}

.featured-content-wrap.two-col-content .content-col .description {
  margin-bottom: 0;
}

.featured-content-wrap .parallax_inner {
  border-radius: 10px 0 0 10px;
}

.featured-content-wrap.two-col-content.cm_single_media .parallax_inner {
  width: 45.29%;
}

.featured-content-wrap .btn-items a:hover {
  background: #15b4c8;
}

.two-col-content.featured-content-wrap .img-col {
  padding: 0;
  width: 45.29%;
  top: 0;
  left: 0;
  bottom: 0;
}

.two-col-content.featured-content-wrap .img-col img {
  border-radius: 10px 0 0 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto !important;
}



.home_dnd_area_Main .widget-type-rich_text h2 ,
.carrer_bottom_sec .widget-type-rich_text h2{
  margin-top: 0;
}

.home_dnd_area_Main .widget-type-rich_text h6 ,
.carrer_bottom_sec .widget-type-rich_text h6 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: normal;
  color: #4f5758;
  font-weight: normal;
}





.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select.open,.nice-select:active,.nice-select:focus {
  border-color: #999
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .list {
  left: 0!important;
  right: 0!important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68,68,68,.11);
  box-shadow: 0 0 0 1px rgba(68,68,68,.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent!important
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s
}

.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover {
  background-color: #f6f6f6
}

.nice-select .option.selected {
  font-weight: 700
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.no-csspointerevents .nice-select.open .list {
  display: block
}


.hs-fieldtype-select .nice-select {
  margin-top: 15px;
  margin-bottom: 0;
}


.nice-select .current {
  position: relative;
  top: 12px;
  color: #c5c7c7;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  display: block;
  overflow: hidden;
  max-width: 85%;
}

.nice-select .list {
  min-width: 100%;
  width: auto;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 0 1.3px #e1e2e3;
  box-shadow: 0 0 0 1.3px #e1e2e3;
  max-height: 250px;
  overflow: auto;
}

.hs-fieldtype-select .nice-select .list {
  max-width: 100%;
  overflow-y: auto;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}

.nice-select:after {
  border-bottom: 1px solid #19bed3;
  border-right: 1px solid #19bed3;
  height: 9px;
  width: 9px;
  margin-top: -6px;
  right: 20px;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nice-select .option {
  padding: 5px 29px 5px 20px;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #4d5758;
}

.nice-select .selected {
  font-weight: 400!important;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .option:first-child {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.nice-select .option {
  line-height: 24px;
  white-space: normal;
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom:0;
}

.nice-select .option:hover {
  background: #19bed3!important;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hs-form .actions {
  margin-top: 64px;
  height: 53px;
}

.widget-type-form form .hs-fieldtype-select {
  margin-bottom: 0;
}

.body-container-wrapper .widget-type-text {
  max-width: 605px;
  margin: 19px auto 0;
  line-height: normal;
}



.cm-trending-posts h2.title {
  margin-top: 0;
}

.cm-trending-posts.blog-feed .recent-post-item {
  padding: 0 12px;
  margin-bottom: 58px;
}

.cm-trending-posts.blog-feed .feed-outer-wrp {
  margin: 44px -12px 0;
}

.cm-trending-posts .top_sec {
  margin-bottom: 0;
}

.cm-trending-posts.blog-feed .hs-featured-wrp .feature_img {
  border-radius: 5px;
  overflow: hidden;
}

.cm-trending-posts.blog-feed .recent-post-item .item_inner {
  box-shadow: none !important;
}

.cm-trending-posts.blog-feed .tags_wrap.bg_el {
  position: static;
  color: #83888c;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
  text-transform: uppercase;
}

.cm-trending-posts.blog-feed .tags_wrap:after {
  display: none;
}

.nice-select .current-active {
  color: #4d5758;
}

.hs-error-msg, .systems-page ul.no-list.hs-error-msgs label,
.hs-error-msgs label{
  color: #f00!important;
}
.tag-page .home-hero:after {
    display: none;
}
.post-list-filter-container > h2 {
  margin: 25px auto 30px;
  text-align: center;
  max-width: 612px;
}
.hs-search-results .hs-search-results__listing li {
  margin-bottom: 30px !important;
}
.hs-search-results {
  padding-left: 125px;
  padding-right: 125px;
}
.systems-page .hs-search-results__next-page, .systems-page .hs-search-results__prev-page {
  background: #19bed3 !important;
  border-color: #19bed3 !important;
}

@media(max-width: 1200px) {
  .hs-search-results {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(max-width: 767px) {
  .hs-search-results {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width:768px) {
  .hs_error_rollup {
    position: absolute;
    bottom: -20px;
  }
  .tag-page .cm-listing-section {
    margin-top: 120px;
  }
}

@media (max-width:767px) {


  .featured-content-wrap .content-col {
    width: 100%;
    padding: 30px !important;
  }

  .featured-content-wrap.two-col-content {
    max-width: 470px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    overflow: auto;
  }

  .featured-content-wrap.two-col-content.cm_single_media .parallax_inner {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .featured-content-wrap.two-col-content.cm_single_media .parallax_inner .single_parallax {
    width: 100%;
    position: relative;
    padding-bottom: 65.5%;
  }

  .featured-content-wrap.two-col-content .flex_row {
    row-gap: 0 !important;
  }

  .featured-content-wrap .description h2 {
    font-size: 18px;
    line-height: 27px;
  }

  .featured-content-wrap .description p {
    font-size: 13px;
    margin-top: 24px;
  }

  .featured-content-wrap .btn-items a {
    margin-top: 4px;
  }

  .hs-form .hs-submit {
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .hs-form .actions {
    margin: 0;
    height: auto;
    text-align: center;
  }

  .widget-type-form .hs-form {
    display: block;
  }


  .two-col-content.featured-content-wrap .img-col {
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
}

/* Wistia video formatting in blog post template */

/* .wistia_responsive_padding {
  padding: 3% 0 0 0 !important;
} */

.wistia_swatch img {
  display: none !important;
}

}