.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul{
  flex-wrap: nowrap;
}
.icons-wrapper{
  top: calc(0px + 100px);
}
.dnd-section>.row-fluid {
  padding: 0 110px;
}
.content-wrapper.blog-main-post {
  padding-left: 110px;
  padding-right: 110px;
}

.search-form-open .search-form .search-form-background{
  opacity: .2;
}
/* Header Styling  */
.header-wrapper{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  transform: translateY(0);
  transition: transform .5s linear;
  padding: 0;
}
.header-height{
  min-height: 138px;
}
.header-wrapper .header_top{
  display: block;
  background-color: #e7f1f5;
}
.header-wrapper .header_top .page-center{
  height: 2.5rem;
}
.header-wrapper .header_top .row{
  display: flex;
  flex-wrap: wrap;
}
.header-wrapper .top-menu .hs-menu-wrapper>ul li {
  margin: 0;
}

.header-wrapper .top-menu .hs-menu-wrapper>ul li>a {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 20px 8px 20px !important;
  transition: background-color .35s ease;
  will-change: background-color;
  text-decoration: none;
  color: #38383a;
  height: 100%;
  line-height: 21px;
}
.header-wrapper .header_top .col{
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.header-wrapper .batlantic-button {
  background: transparent linear-gradient(90deg, #49cbd3, #69c6b8 34%, #cfb660 64%, #ffaf36) 0 0 no-repeat padding-box;
  height: 2.5rem;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
}

.header-wrapper .batlantic-button a {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.5rem 1.25rem 0.438rem 0;
  background: transparent;
  border: none;
  transition: background-color .35s ease;
  will-change: background-color;
  display: inline-block;
  height: 100%;
}

.header-wrapper .batlantic-button:before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 2.5rem;
  background: transparent linear-gradient(90deg, #000, transparent) 0 0 no-repeat padding-box;
  opacity: .1;
  position: absolute;
}

.header-wrapper .batlantic-button a:after {
  content: "";
  width: 0.625rem;
  height: 2.8rem;
  background: transparent linear-gradient(90deg, #000, transparent) 0 0 no-repeat padding-box;
  opacity: .1;
  position: absolute;
  transform: rotate(180deg);
  margin-top: -0.8rem;
  margin-left: 0.6rem;
}
.header-wrapper .batlantic-button img {
  width: 1rem;
  margin: 0 0.625rem 0.125rem 1.25rem;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 5px;
}
.header-wrapper .main-nav{
  padding: 0;
  box-shadow: 0 3px 6px rgba(0,0,0,.161);
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  min-height:65px;
}
.header-wrapper .main-nav .page-center{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-wrapper .header-logo img{
  display: inline-block;
  vertical-align: top;
  width:253px !important;                           ;
}
.header-wrapper .main-menu-wrapper{
  display: flex;
  flex-direction: row;
  flex: 1 0 0%;
  align-items: center
}
.header-wrapper .main-menu-wrapper .menu-links {
  flex: 1 0 0%;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul {
  justify-content: flex-end;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li {
  margin: 0;
  flex: 0 0 auto;
  width: auto;
}
.scroll-to-top{
  display: none !important;
}

.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li>a {
  font-size: 1.125rem;
  padding: 31.5px 19.998px;
  display: inline-block;
  transition: color .275s ease;
  background: transparent;
  will-change: color;
  position: relative;
  text-decoration: none;
  color: #293033;
  line-height: 27px;
  font-weight: 300;
}

.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li.account>a span,
.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li.search>a span,
.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li.cart>a span{
  display:none;
}

.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li svg {
  overflow: visible;
  box-sizing: content-box;
  height: 1em;
  vertical-align: -0.125em;
  display: inline-block;
  font-size: 1.625rem;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul > li:last-child > a {
  padding-right: 0 !important;
}
.header-wrapper .main-nav .header-logo a {
  padding: 14.98px 20.02px 16px 0;
  display: block;
  display: inline-block;
  line-height: 70px;
  font-size: calc(21.4px + 4.05vw);
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li:first-child>a {
  margin-left: -18px;
}
.search-form{
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  height: 100%;
  transform: translateY(-100%);
  transform-origin: center;
  transition: opacity .35s ease, transform .475s ease-in-out;
  z-index: 500;
}
.search-form .search-form-background{
  background: #293033;
  position: absolute;
  height: 200%;
  top: 0;
  transition: opacity .475s ease-in-out;
  left: 0;
  width: 100%;
  opacity: 0;
}
.search-form .page-center{
  padding-top: 141px;
  transition: padding-top .5s linear;
}
.search-form .search-form-wrapper{
  max-width: 840px;
  margin: 40px auto 0;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
  background-color: #fff;
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 18px;
}
.search-form .search-form-wrapper form input{
  font-size: inherit;
  padding: 24.750px 81px 24.750px 27px;
  width: 100%;
  border: 0;
  outline: 0;
  line-height: 1;
  margin: 0;
  font-family: inherit;
  height:auto;
  font-weight: 400;
}
.search-form .submit-btn{
  pointer-events: none;
  opacity: .59;
  position: absolute;
  font-size: 1.5em;
  top: 0;
  right: 0;
  background: transparent;
  line-height: 1;
  padding: 0.796em 1em;
  border: 0;
  color: #000;
  transition: opacity .275s ease;
}
.search-form .submit-btn svg{
  overflow: visible;
  box-sizing: content-box;
  height: 27px;
  vertical-align: -3.375px;
}
.search-form ::-webkit-input-placeholder{
  color: #757575;
}
.search-form-open .search-form {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

/* Footer Styling  */
.site-footer{
  position: relative;
  z-index: 9;
  background-color: #e7f1f5;
  line-height: 1rem;
  font-weight: 300;
}
.bottom-footer{
  font-size: 12px;
  padding: 20.250px 0;
  background-color: #fff;
}
.bottom-footer .page-center{
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: auto;
  justify-content: center;
  gap: 1.875rem;
  text-align: center;
}
.bottom-footer .privacy-menu .hs-menu-wrapper>ul>li{
  font-size: 15px;
  display: block;
  position: relative;
  padding: 3px 18px;
  line-height: 1.2;
  text-align: center;
  margin:0;
}
.bottom-footer .privacy-menu .hs-menu-wrapper>ul>li>a{
  font-size: inherit;
  padding: 0;
  text-decoration: none;
  border: 0;
  background: transparent;
  outline: 0;
  font-weight: 300;
}
.bottom-footer .page-center .copyright-text {
  grid-column: 1 / 2;
  text-align: start;
}

.bottom-footer .page-center .copyright-text p {
  margin: 0;
  font-size: .9375rem;
  font-weight: 300;
}
.bottom-footer .privacy-menu .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
.bottom-footer .privacy-menu .hs-menu-wrapper > ul > li:last-child > a::after {
  display: none;
}
.site-footer .footer_socials{
  border-top: 5px solid #fff;
}
.site-footer .footer_socials .page-center .social-icon-wrapper{
  gap: 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.top-footer.page-center {
  grid-template-columns: auto auto auto auto;
  gap: 1.25rem;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 20px;
  display: grid;
  grid-auto-rows: auto;
  justify-items: start;
}
.site-footer .footer-business-hours {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.site-footer .top-footer h2 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #292033;
  line-height: 16px;
}

.site-footer .top-footer .icon-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
}

.site-footer .top-footer .icon-wrapper {
  font-size: 18px;
  grid-column: 1 / 2;
  color: #aecc53;
  line-height: 0;
}

.site-footer .top-footer .icon-row svg {
  height: 18px;
  vertical-align: -2.25px;
  display: inline-block;
  overflow: visible;
  box-sizing: content-box;
  color: #AECC53;
}

.site-footer .footer-business-hours .icon-row p {
  margin: 0;
  font-size: 14px;
  grid-column: 2 / 3;
}

.site-footer .top-footer table {
  margin-top: 16px;
  margin-bottom: 0;
  caption-side: bottom;
  border-collapse: collapse;
  background: transparent;
}

.site-footer .top-footer table tr td {
  padding: 1px;
  font-size: 14px;
  padding-bottom: 10px;
  border-width: 0;
}

.site-footer .top-footer table tr td:last-child {
  padding-left: 25px;
}
.top-footer .footer-certificates {
  grid-row: 1 / 2;
  grid-column: 4 / 5;
  align-self: start;
  display: flex !important;
  width: auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
  grid-template-rows: auto;
  align-items: start;
  gap: 30px;
}
.top-footer .footer-certificates div:first-child {
  grid-column: 1 / 2;
}

.top-footer .footer-certificates img {
  display: block;
  width: auto !important;
  height: 76px !important;
  max-width: 100%;
  border-radius: 5px;
  vertical-align: middle;
}

.top-footer .footer-certificates div:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.top-footer .footer-certificates div:nth-child(3) {
  height: auto !important;
}

.top-footer .footer-certificates div:nth-child(2) img {
  margin: 0 auto 14px auto;
  max-width: 100%;
  vertical-align: middle;
}
.top-footer .footer_contact .icon-row:last-child {
  margin-top: 18px;
}

.top-footer .footer_contact .icon-row a {
  color: #293033;
  font-size: 14px;
}
.mobile-menu-wrapper .mobile-menu-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #293033;
  opacity: 0;
  transition: opacity .475s ease-out;
  z-index: 1000;
  pointer-events: none;
}
.mobile-menu-open .mobile-menu-wrapper .mobile-menu-overlay{
  opacity: .2;
}
.mobile-menu-wrapper #sidebar{
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(calc(100% + 6px));
  transition: transform .475s ease-out;
  pointer-events: none;
  width: 19.25rem;
  z-index: 1001;
  font-size: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  text-align: right;
}
.mobile-menu-wrapper #sidebar .sidebar-container{
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto 1fr auto;
  background-color: #fff;
  height: 100%;
  padding-top: 101px;
  transition: padding-top .5s linear;
}
.mobile-menu-wrapper .mobile-menu-btn{
  grid-row: 1 / 2;
  background: transparent linear-gradient(90deg, #49cbd3, #69c6b8 34%, #cfb660 64%, #ffaf36) 0 0 no-repeat padding-box;
  height: 2.5rem;
  text-align: left;
}
.mobile-menu-wrapper .mobile-menu-btn:before{
  content: "";
  display: block;
  width: 0.625rem;
  height: 2.5rem;
  background: transparent linear-gradient(90deg, #000, transparent) 0 0 no-repeat padding-box;
  opacity: .1;
  position: absolute;
}
.mobile-menu-wrapper .mobile-menu-btn .button-wrapper{
  padding-top: 9px;
  padding-bottom: 8px;
}
.mobile-menu-wrapper .mobile-menu-btn .button-wrapper a{
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 20px 7px 0;
  text-decoration: none;
}
.mobile-menu-wrapper .mobile-menu-btn .button-wrapper img{
  width: 16px;
  margin: 0 10px 0 20px;
}
.mobile-menu-wrapper .mobile-menu-btn .button-wrapper svg{
  float: right;
  margin-top: 3px;
  margin-right: 20px;
  height: 16px;
  vertical-align -2px
  overflow: visible;
  box-sizing: content-box;
}
.base-mobile-navigation {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  display: none;
}
.base-mobile-navigation .aside-item-wrapper{
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: #e7f1f5;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  padding-bottom: 10.25641vw;
  border-radius: 20px 20px 0 0;
  transform: translateY(100%);
  transition: transform 0.475s ease-out;
}
.base-mobile-navigation__wave{
  position: absolute;
  bottom: calc(100% - 1px);
  width: 100%;
  left: 0;
  pointer-events: none;
}
.base-mobile-navigation__wave svg {
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(180deg);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1607843137));
}
.base-mobile-navigation__content {
  position: relative;
}
.base-mobile-navigation__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background-color: #fff;
  z-index: 0;
}
.base-mobile-navigation__content .page-center{
  position: relative;
  z-index: 1;
  height: 4.6875rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.base-mobile-navigation .sidebar-toggle{
  grid-column: 3 / 4;
  background-color: transparent;
  font-size: 2rem;
  padding: 10px;
  margin: 0;
  border: none;
  cursor: pointer;
}
.base-mobile-navigation .sidebar-toggle svg{
  overflow: visible;
  box-sizing: content-box;
  height: 32px;
  vertical-align: -4px;
}
.mobile-menu-wrapper .group-div {
  grid-row: 3 / 4;
  padding-bottom: calc(4.6875rem + 13.84615vw);
  overflow: auto;
}
.mobile-menu-wrapper .group-div .hs-menu-wrapper>ul {
  display: block;
  text-align: left;
}

.mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li>a {
  border-bottom: 2px solid #f7f7f7;
  width: 100%;
  display: grid;
  padding: 0 20px;
  min-height: 47px;
  line-height: 25px;
  color: #38383a;
  text-align: left;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

.mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li {
  margin: 0;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li>a:hover {
  font-weight: 700;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li ul>li>a {
  margin: 0 !important;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li>a:hover {
  font-weight: 700;
}

.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li ul>li>a {
  margin: 0 !important;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li ul {
  background-color: #fff;
  min-width: 200px;
}
.social-icon-wrapper a span:last-child{
  font-size: 1.125rem;
}
.site-footer .top-footer table tr:last-child td {
  padding-bottom: 0;
}
.site-footer .top-footer .footer-phone table {
  margin-top: 0;
}
.row-fluid [class*=span] {
  min-height: 0;
}
/* mega-menu */
.mega-menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0,0,0,.16);
  width: 100%;
  left: 100%;
  display: none;
  z-index: 1;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li:hover .mega-menu {
  opacity: 1;
  pointer-events: all;
  left: 0;
  max-width: inherit;
  display: block;
}
.mega-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: transparent linear-gradient(180deg, #293033, rgba(41, 48, 51, 0)) 0 0 no-repeat padding-box;
  opacity: .1;
  position: absolute;
  left: 0;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li:hover .mega-menu:before{
  height: 0.625rem;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li ul {
  position: static ! IMPORTANT;
  min-width: inherit;
  opacity: 1;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li .mega-menu>.content-wrapper>ul {
  width: 100%;
  max-width: 100%;
  flex: 1 0 0%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem !important;
  flex-direction: inherit;
  justify-content: inherit;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li .mega-menu>.content-wrapper>ul>li {
  flex: 0 0 auto;
  width: 25%;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 1rem !important;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parent-icon {
  height: 60px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.parent-content {
  padding-right: 12px;
  margin-left: 0.75rem;
  flex: 0 0 20%;
  width: 20%;
  max-width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  text-align: left;
  padding-left: 0;
  padding-top: 60px;
  align-items: center;
}
.text-regular {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li .mega-menu>.content-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start !important;
  margin-top: calc(var(--bs-gutter-y)* -1);
}
.header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li .mega-menu>.content-wrapper>ul>li>a {
  position: relative;
  text-align: center;
  align-self: center !important;
  max-width: calc(100%);
  text-decoration: none;
  padding: 0;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  display: block;
}
.row-mega-image svg {
  overflow: visible;
  box-sizing: content-box;
  height: 2rem !important;
}

.strom .row-mega-image svg {
  color: #aecc53;
}
.glasfaser .row-mega-image svg{
  color: #462774;
}
.wärme .row-mega-image svg{
  color: #e7344c;
}
.energielösungen .row-mega-image svg{
  color: #fbba00;
}
.e-mobilität .row-mega-image svg{
  color: #3fb498;
}
.service .row-mega-image svg{
  color: #293033;
}



span.row-mega-title {
  padding-top: 1.063rem;
  display: block;
  font-size: 18px !important;
  font-weight: 700;
  color: #38383a;
  text-decoration: none;
  margin-bottom: 0.313rem;
}

.header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li .mega-menu>.content-wrapper>ul>li>a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-1px);
  left: calc(100% + 30px);
  background-color: #f7f7f7;
}
.hs-inline-edit .search-form,
.hs-inline-edit .mobile-menu-wrapper,
.hs-inline-edit .base-mobile-navigation{
  display: none;
}
.hs-inline-edit .icons-wrapper {
  height: 0;
}

@media (min-width: 768px){

  .page-center{
    padding-left: 20px;
    padding-right: 20px;
  }
  .bottom-footer {
    font-size: 15px;
  }
  .bottom-footer .privacy-menu .hs-menu-wrapper>ul>li:first-child{
    padding-left: 0;
  }
  .bottom-footer .privacy-menu .hs-menu-wrapper>ul>li{
    padding: 0 15px;
    display: inline-block;
  }
  .bottom-footer .privacy-menu .hs-menu-wrapper>ul>li>a:after{
    content: "";
    display: block;
    height: 1em;
    width: 1px;
    background-color: #293033;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}


@media (min-width: 992px){
  .bottom-footer {
    font-size: 15px;
  }
  .page-center{
    padding-left: 30px;
    padding-right: 30px;
  }
  .social-icon-wrapper a span:last-child{
    font-size: 1.125rem;
  }

}


@media (min-width: 1080px){
  .bottom-footer .page-center{
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .bottom-footer .page-center .privacy-menu {
    grid-column: 2 / 3;
    text-align: end;
  }
}


@media (min-width: 1200px){
  .page-center{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1400px){
  .page-center{
    padding-left: 80px;
    padding-right: 80px;
  }
  .top-footer .footer-certificates{
    display: inline-grid;
    width: auto;
    gap: 0.875rem;
  }
  .footer-certificates {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
  }

  .top-footer .footer-certificates div:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .top-footer .footer-certificates div:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
}



@media (min-width: 1680px){
  .top-footer .footer-certificates div:first-child{
    grid-column: 1 / 2;
  }
  .top-footer .footer-certificates div:nth-child(2){
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .top-footer .footer-certificates {
    gap: 1.875rem;
  }

}

@media (min-width: 1760px){
  .page-center{
    padding-left: 120px;
    padding-right: 120px;
  }
}


@media (max-width: 1950px){
  .content-wrapper, .dnd-section>.row-fluid{
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (max-width: 1759px){
  .page-center{
    padding: 0 80px;
  }
  .header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li .mega-menu>.content-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}




@media (min-width: 1200px){
  .header-wrapper .main-nav .header-logo a {
    font-size: 70px;
  }
}
@media (max-width: 1560px){
  .header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1580px){
  .body-wrapper{
    padding-bottom: 245px;
  }
  .scroll-to-top{
    display: block !important;
  }
  .header-height{
    min-height: 99px;
  }
  .header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul {
    flex-wrap: nowrap;
    justify-content: end;
  }
  .header-wrapper .header_top{
    display: none;
  }
  .header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(-n+8) {
    display: none;
  }
  .aside-content{
    display: none;
  }
  .base-mobile-navigation{
    display: block;
  }
  .page-center{
    padding: 0 80px;
  }
  .mobile-menu-open .mobile-menu-wrapper #sidebar{
    pointer-events: all;
    transform: translateX(0);
  }
  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: linear-gradient(180deg, #000, transparent);
    left: 0;
    top: -0.063rem;
    position: absolute;
    pointer-events: none;
    opacity: 0;
  }
  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li>a span {
    grid-column: 3 / 4;
    line-height: 1;
  }

  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li>a span svg {
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    overflow: visible;
    box-sizing: content-box;
    height: 1em;
    vertical-align: -0.125em;
  }
  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul>li>a {
    background-color: rgba(231, 241, 245, .45);
    border-bottom: 2px solid #e7f1f5;
    display: grid;
    width: 100%;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    line-height: 25px;
    color: #38383a;
    text-align: left;
    padding-right: 20px;
    padding-left: 38px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul>li {
    margin: 0;
  }
  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul {
    display: none;
  }
  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li.active>a svg {
    transform: rotate(-90deg);
  }
  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul>li>a svg {
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    overflow: visible;
    box-sizing: content-box;
    height: 1em;
    vertical-align: -0.125em;
  }

  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul>li>a span {
    grid-column: 3 / 4;
    line-height: 1;
  }

  .mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul>li.active>a svg {
    transform: rotate(-90deg);
  }
  .header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul>li>a {
    padding: 1.423em 0.769em !important;
    font-size: calc(1.0625rem + .75vw);
  }

}


@media (max-width: 1400px){
  .bottom-footer .page-center,
  .base-mobile-navigation__content .page-center{
    padding: 0 60px;
  }
  .page-center{
    padding: 0 60px;
  }
  .header-wrapper .main-nav .page-center{
    padding: 0 60px;
  }
  .top-footer.page-center{
    display: grid;
    flex-wrap: wrap;
    padding: 1.5625rem 0 1.25rem;
    padding-left: 60px;
    padding-right: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .top-footer .footer-certificates{
    justify-content: center;
    width: 100%;
    grid-row: 2 / 3;
    grid-column: 1 / 4;
  }
  .content-wrapper, .dnd-section>.row-fluid{
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 1240px){
  .page-center{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1200px){
  .content-wrapper.blog-main-post{
    padding-left: 50px;
    padding-right: 50px;
  }
  .header-wrapper .main-nav .page-center{
    padding: 0 30px;
  }
  .content-wrapper, .dnd-section>.row-fluid{
    padding-left: 50px;
    padding-right: 50px;
  }
}


@media (max-width: 1400px){
  .content-wrapper.blog-main-post{
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1199px){
  .top-footer.page-center,
  .bottom-footer .page-center,
  .base-mobile-navigation__content .page-center{
    padding-left: 30px;
    padding-right: 30px;
  }
  .bottom-footer .page-center .copyright-text {
    text-align: center;
  }
}
@media (max-width: 991px){
  .hs-blog-listing .content-wrapper {
    padding: 0;
  }
  .content-wrapper.blog-main-post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .social-icon-wrapper a span:last-child{
    font-size: .75rem;
  }
  .page-center{
    padding: 0 20px;
  }
  .header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li svg{
    height: 24px;
  }
  .header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li>a{
    font-size: 24.41px;
    padding: 34.753px 18.771px !important;
  }
  .dnd-section > .row-fluid {
    padding: 0 20px;
  }
  .body-wrapper{
    padding-bottom: 146px;
  }
  .top-footer.page-center{
    display: grid;
  }
  .top-footer.page-center{
    grid-auto-rows: auto;
    grid-template-columns: 100%;
    padding: 1.25rem 0 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-footer .footer-contact{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .site-footer .footer-phone{
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .top-footer .footer-certificates{
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    justify-content: center;
    align-items: center;
  }
  .bottom-footer .privacy-menu .hs-menu-wrapper>ul>li>a {
    line-height: 2rem;
    padding: 0;
    font-size: .75rem;
  }
  .site-footer .footer_socials .page-center .social-icon-wrapper {
    gap: 0 25px;
  }

  .social-icon-wrapper a {
    padding: 18px 0 16px;
    gap: 5px;
    flex: 0 0 auto;
  }
  .social-icon-wrapper a span:first-child {
    grid-column: 1 / 2;
    font-size: 26px;
  }

  .social-icon-wrapper a svg {
    height: 1em;
  }

  .social-icon-wrapper a span:last-child {
    grid-column: 2 / 3;
    font-size: .75rem !important;
  }
  .site-footer .top-footer h2 {
    font-size: .75rem;
    margin-bottom: 0.625rem;
  }

  .site-footer .footer-business-hours .icon-row p {
    font-size: .75rem;
  }

  .site-footer .top-footer .icon-row {
    gap: 12px;
  }

  .site-footer .top-footer table tr td {
    font-size: .75rem;
    padding-bottom: 0.625rem;
  }
  .site-footer .top-footer table tr td:last-child {
    padding-left: 0.9375rem;
  }

  .top-footer .footer_contact .icon-row a {
    font-size: .75rem;
  }
  .bottom-footer .page-center .copyright-text p{
    text-align: center;
    font-size: .75rem;
  }
  .top-footer .footer-certificates{
    width: 100%;
    flex-direction: column;
    display: flex;
    gap: 0;
    padding-top: 80px;
  }
  .top-footer .footer-certificates div:first-child img{
    height: 3.125rem;
    margin: 0 auto 1rem auto;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .social-icon-wrapper a{
    padding: 18px 0 16px !important;
  }
  .top-footer .footer-certificates div:nth-child(2) img{
    height: 6.125rem;
    max-width: 100%;
    width: 199px !important;
  }
  .content-wrapper, .dnd-section>.row-fluid{
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-footer.page-center,
  .bottom-footer .page-center,
  .base-mobile-navigation__content .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .social-icon-wrapper a {
    gap: 5px;
  }
  .social-icon-wrapper a svg {
    height: 26px;
  }
}
@media ((min-width: 576px) and (max-width: 991px)){
  .top-footer.page-center {
    grid-template-columns: 1fr max-content;
  }
  .site-footer  .footer_contact {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .top-footer .footer-certificates {
    display: grid;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: auto;
    align-items: start;
    justify-content: center;
    gap: 1.875rem;
    grid-template-columns: auto;
    justify-content: space-between;
    grid-row: 1 / 4;
    grid-column: 2 / 3;
    align-self: start;
    padding: 0;
  }
  .top-footer .footer-certificates div:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .top-footer .footer-certificates div:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .top-footer .footer-certificates div:first-child img {
    height: 4.75rem;
    margin: 0;
  }

  .top-footer .footer-certificates div:nth-child(2) img {
    height: 9.75rem;
    width: auto !important;
  }

}


@media (max-width: 767px){
  .header-wrapper .main-nav .page-center {
    padding: 0 20px;
  }
  .dnd-section > .row-fluid {
    padding: 0 20px;
  }
  .header-wrapper .header-logo img {
    width: 169px !important;
    vertical-align: middle;
  }
  .header-wrapper .main-menu-wrapper .hs-menu-wrapper>ul {
    flex-direction: row;
  }
  .header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li>a {
    font-size: calc(1.0625rem + .75vw);
    padding: 1.16667em 0.75em !important;
    line-height: 1;
  }

  .header-wrapper .main-nav .header-logo a {
    padding: 0;
    line-height: 1;
    font-size: calc(1.3375rem + 4.05vw);
  }

  .header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li svg {
    height: 20.1875px;
  }
  .header-logo {
    display: flex;
    flex-wrap: wrap;
  }
  .search-form .submit-btn{
    font-size: 21px;
  }
  .search-form .submit-btn svg{
    vertical-align: -webkit-baseline-middle;
  }
  .search-form .search-form-wrapper{
    margin: 0;
  }
  .search-form .search-form-wrapper form input{
    font-size: 14px;
  }
  .search-form .page-center{
    padding-top: 113px;
  }

  .bottom-footer .privacy-menu .hs-menu-wrapper>ul>li>a:after {
    display: none;
    font-size: .75rem;
  }

  .site-footer .privacy-menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }
  .site-footer .privacy-menu .hs-menu-wrapper>ul>li {
    padding: 0;
    line-height: 2;
  }
  .header-height{
    min-height: 65px;
  }
  .top-footer .footer-certificates div:first-child img {
    height: 2.1875rem;
    width: auto !important;
  }

  .top-footer .footer-certificates div:nth-child(2) img {
    height: 6.125rem;
  }
  .mobile-menu-wrapper #sidebar .sidebar-container {
    padding-top: 70px;
  }


}

@media (max-width: 576px){
  .top-footer .footer-certificates div:first-child img {
    height: 3.125rem;
  }

  .top-footer .footer-certificates div:nth-child(2) img {
    height: 6.125rem;
  }
  .bottom-footer {
    padding: 0.938rem 0 0 0;
  }
  .social-icon-wrapper a {
    gap: 5px;
  }
  .social-icon-wrapper a svg {
    height: 26px;
  }
  .footer_contact {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .top-footer .footer-certificates {
    display: grid;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: auto;
    align-items: start;
    justify-content: center;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    padding: 0;
  }
  .top-footer .footer-certificates div:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: inherit;
  }
  .top-footer .footer-certificates>div:first-child img {
    margin-top: 0;
  }
  .site-footer .top-footer .icon-row svg {
    height: 16px;
  }
  .top-footer .footer_contact .icon-row:last-child {
    margin-top: 0.625rem;
  }

}

.header-wrapper .top-menu .hs-menu-wrapper>ul li>a{
  color: rgba(56, 56, 58, 1.0);
}

.header-wrapper .main-nav{
  background-color: rgba(255, 255, 255, 1.0);
}

.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li>a{
  color: rgba(56, 56, 58, 1.0);
}

.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li ul,
.mega-menu{
  background-color: rgba(255, 255, 255, 1.0);
}

.header-wrapper .main-menu-wrapper .hs-menu-wrapper ul>li>a{
  color: rgba(56, 56, 58, 1.0);
}


.site-footer{
  background-color: rgba(231, 241, 245, 1.0);
}

.social-icon-wrapper a span:last-child{
  color: rgba(41, 48, 51, 1.0); 
}
.site-footer h2{
  color: rgba(41, 48, 51, 1.0);  
}
.site-footer a{
  color: rgba(41, 48, 51, 1.0); 
}
.site-footer p{
  color: rgba(41, 48, 51, 1.0); 
}
/* Theme Setting  */
.span2 .hs-button, .span3 .hs-button, .span4 .hs-button, .span5 .hs-button, .span6 .hs-button {
  background: linear-gradient(90deg, #e7344c, #fbba00);
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
}
.cm_nv_wrp .cm_nv_inner .custom, .hs-button, .tabber .media-col .form-wrap input.hs-button, form input[type=submit]{
  background: linear-gradient(90deg, #e7344c, #fbba00);
}
[class*=full-width-section].dnd-section>div {
  width: 100%;
}

/* Blog Styling  */

.blog-index-sidebar-layout .dnd-section .row-fluid {
  padding: 0;
}
.accordion_wrap .acc-item .acc-content .acc-btn-wrap a, .blog-feed .recent-post-item .post-btm .read-more a, .card_gallery .card_inner .card_box .btn_item a, .career-opportunities .career_popup .popup-btn .btn_row a, .cnt-wit-tp-img-wrp .col-btn-grp a, .feat-wrap .feat-item-wrp .right-content .btn_row a, .sidebar .hs_small_btn a, .systems-page .hs-search-results__next-page, .systems-page .hs-search-results__prev-page, .testimonials_slider .testmn_item .btn_item a, body .hs_small_btn .btn_item a {
  color: #000;
}

.search-form .search-form-wrapper form {
  background: transparent;
  padding: 0;
}
.tabber .media-col .form-wrap .hs-input, form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea {
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.header-hide .header-wrapper {
  transform: translateY(-100%);
}
.systems-page .success {
  color: #000;
}
.body-container--blog-index .dnd-section .row-fluid {
  padding: 0;
}

.landing-banner.dnd_area-module-2 .form-section .form-top * {
  color: #38383a !important;
}
.error-page:before {
  color: rgb(209 194 196);
}
.scroll-to-top{
  position: fixed;
  cursor: pointer;
  right: 0.625rem;
  z-index: 99;
  top: 72%;
  box-shadow: 0 2px 4px rgba(0,0,0,.149);
  border-radius: 65px;
}
.scroll-to-top .scroll-to-top-button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #e7f1f5;
  border-radius: 65px;
}
.scroll-to-top .scroll-to-top-button svg {
  width: 0.938rem;
  height: 1.313rem;
  margin: 11.5px 12.5px 7.5px;
  overflow: visible;
  box-sizing: content-box;
  vertical-align: -0.125em;
}
.mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(180deg, #000, transparent);
  left: 0;
  top: -0.063rem;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-in;
}
.mobile-menu-wrapper .group-div .hs-menu-wrapper>ul li.active>ul:before {
  opacity: .1;
}
.mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(180deg, #000, transparent);
  left: 0;
  top: -0.063rem;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-in;
  top: inherit;
  bottom: 0;
  transform: rotate(180deg);
}
.mobile-menu-wrapper .group-div .hs-menu-wrapper>ul li.active>ul:after {
  opacity: .1;
}
.mobile-menu-wrapper .group-div .hs-menu-wrapper>ul>li ul {
  position: relative;
}
.message-popup-open .aside-content-wrapper.message {
  transform: translateY(0);
}

.phone-popup-open .aside-content-wrapper.mobile {
  transform: translateY(0);
}

.blog-sidebar .dnd_padd .page-center {
  padding: 0;
}
.hs-search-field__suggestions-container {
  flex-basis: 100%;
  position: relative;
  z-index: 1;
}
.blog-header__author-social-links>a, .social_share_inner ul>li>a {
  background-color: #E7344C;
}
.accordion_wrap .acc-item .acc-content .acc-btn-wrap a, .blog-feed .recent-post-item .post-btm .read-more a, .card_gallery .card_inner .card_box .btn_item a, .career-opportunities .career_popup .popup-btn .btn_row a, .cnt-wit-tp-img-wrp .col-btn-grp a, .feat-wrap .feat-item-wrp .right-content .btn_row a, .sidebar .hs_small_btn a, .systems-page .hs-search-results__next-page, .systems-page .hs-search-results__prev-page, .testimonials_slider .testmn_item .btn_item a, body .hs_small_btn .btn_item a{
  color: #fff;
}
.cm-btm-tags a {
  color: #fff;
}

.body-wrapper.hs-landing-page {
  padding-bottom: 0;
}
.header-height {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}