.home h1 {
    padding-bottom: 0 !important;
}

.wp-block-table.is-style-stripes table td,
.wp-block-table.is-style-stripes table th {
    min-width: 100px;
    box-sizing: border-box;
}
.wp-block-table.is-style-stripes table td:nth-child(2),
.wp-block-table.is-style-stripes table th:nth-child(2) {
    min-width: 200px;
}

.wp-block-table.is-style-stripes table td sub {
    vertical-align: baseline !important
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #000 !important;
}

footer.wp-block-template-part a:not(.wp-block-social-link-anchor) {
  color: #111111 !important;
}

header.wp-block-template-part {
    color: #111111 !important;
}

@media screen and (min-width: 576px) and (max-width: 781px) {
    .slider-main-box.wp-block-group  {
        min-height: 100px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 781px) {
    .header-inner-menu nav.is-responsive.items-justified-right {
        justify-content: flex-end !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
    .header-inner-menu ul.wp-block-navigation__container {
        gap: 25px !important;
    }
}

@media screen and (min-width: 782px) and (max-width: 1200px) {
    .header-inner-menu ul.wp-block-navigation__container {
        gap: 25px !important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}