header.header {
    display: none;
}



.sm-parent .menu-icon-cont {
    position: relative;
    float: right;
}

p {
  margin-bottom: 1em !important; /* Adds space below every paragraph */
}

.sm-btn-122 .menu-icon3 span {
    border-radius: 2em;
}

.sm-btn-122 .menu-icon3 {
    font-size: 80px;
}

strong {
    font-weight: 600 !important;
}

/* Base state - transition for a smooth shadow fade */
.my-sticky-section {
    transition: box-shadow 0.1s ease-in-out;
}

/* Active state - this class will be added by the script below */
.my-sticky-section.is-stuck {
    box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.33) !important;
    z-index: 999;
}

/* popup CSS */
.wf-mediabox-close:focus, .wf-mediabox-prev:focus, .wf-mediabox-next:focus, .wf-mediabox-close:hover, .wf-mediabox-prev:hover, .wf-mediabox-next:hover {
    background: none;
}

.accordion-heading > a > span + i {
    font-size: 2rem !important;
    letter-spacing: normal;
    line-height: 1.125rem !important;
    font-weight: 600;
}

#item-1782070844058 .accordion-heading a {
    color: var(--title);
    background-image: none;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;
    text-transform: none;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

#item-1782070844058 .accordion-heading a.active {
    color: var(--title);
    background-image: none;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;
    text-transform: none;
    border: 1px solid #e1e1e1;
    border-radius: 8px 8px 0 0;
}

#item-1782070844058 .accordion-inner {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #e1e1e1;
    border-radius: 0 0 8px 8px;
}

.ba-social-classic > div {
    background: #E6E7E7;
}

.ba-social > div {
    border-radius: 8px;
}

/* Remove submenu arrows in Gridbox */
#item-1782057354491 i.ba-icons.ba-icon-caret-right {
    display: none !important;
}

#item-1782057354491 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li:has(ul:hover) > *{
color: #ffffff;
background-color: #1F396F;
}

#item-1782057354491 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div):hover {
    cursor: pointer;
}

#item-1782057354491 li.deeper.parent > ul {
    --border-radius: 0 0 8px 8px;
}
#item-1782057354491 li.deeper.parent > ul {
    width: fit-content;
}

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 20px 0;
}