html {
    overflow-x: hidden;
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}
html #wpadminbar {
    overflow-y: auto;
    min-width: 0 !important;
}
body {
    overflow-x: hidden;
    font-size: 20px;
}
p {
    color: inherit;
    font-size: 20px;
}
span {
    font-size: 20px;
}
.sg-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sg-line-clamp.sg-v1 {
    -webkit-line-clamp: 1;
}
.sg-line-clamp.sg-v2 {
    -webkit-line-clamp: 2;
}
.sg-line-clamp.sg-v3 {
    -webkit-line-clamp: 3;
}
.sg-line-clamp.sg-v4 {
    -webkit-line-clamp: 4;
}
.sg-line-clamp.sg-v5 {
    -webkit-line-clamp: 5;
}
.alignnone, .aligncenter, .alignleft, .alignright {
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}
.wp-caption img {
    display: inline;
}
.wp-caption-text {
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
    color: #fff;
    background: #474c4f;
}
.sgr-slider .wp-caption-text {
    display: none !important;
}
/*font sizes*/
.font-size-small {
    font-size: small !important;
}
.font-size-smaller {
    font-size: smaller !important;
}
.font-size-xsmall {
    font-size: x-small !important;
}
.font-size-large {
    font-size: large !important;
}
.font-size-larger {
    font-size: larger !important;
}
.font-size-xlarge {
    font-size: x-large !important;
}
.skip-to-content-link {
    left: 2%;
    top: -1%;
    border-radius: 0 0 10px 10px;
    padding: 13px;
    transform: translateY(-100%);
    transition: transform 0.3s;
    background: #fff12d;
}
.skip-to-content-link:focus {
    transform: translateY(0%);
}
.accessibleBtn-play {
    width: 115px;
}
.accessibleBtn-play:after {
    color: inherit;
    content: "\f04b";
    font-family: "Font Awesome 7 Pro";
    font-size: 16px;
    font-style: normal;
    text-align: right;
    float: right;
}
.accessibleBtn-pause {
    width: 115px;
}
.accessibleBtn-pause:after {
    color: inherit;
    content: "\f04c";
    font-family: "Font Awesome 7 Pro";
    font-size: 16px;
    font-style: normal;
    text-align: right;
    float: right;
}
.playpausebtns button {
    font-weight: 700;
}
.playpausebtns-playing .accessibleBtn-play {
    display: none;
}
.playpausebtns-playing .accessibleBtn-pause {
    display: block;
}
.playpausebtns-paused .accessibleBtn-play {
    display: block;
}
.playpausebtns-paused .accessibleBtn-pause {
    display: none;
}
.sg-hover-underline {
    background-image: linear-gradient(to right, #000, #000 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease-in-out;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.sg-hover-underline:before {
    content: '';
    background: #fdbe2d;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.2s ease-in-out;
}
.sg-hover-underline.sg-hover-underline-light {
    background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #ffffff 50%);
}
.sg-hover-underline.sg-hover-underline-light:before {
    background: #ffffff;
}
.sg-hover-underline:hover {
    background-position: 0;
}
.sg-hover-underline:hover::before {
    width: 100%;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-26 9:46:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.heartbeat:hover {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.sg-nav-link .sg-nav-link-inactive, .sg-nav-link-mobile .sg-nav-link-inactive {
    display: block;
}
.sg-nav-link .sg-nav-link-active, .sg-nav-link-mobile .sg-nav-link-active {
    display: none;
}
@media (max-width: 768px) {
    .sg-nav-link.active:not(.sg-nav-link-mobile), .sg-nav-link-mobile.active:not(.sg-nav-link-mobile) {
        display: none !important;
    }
}
.sg-nav-link.active .sg-nav-link-inactive, .sg-nav-link-mobile.active .sg-nav-link-inactive {
    display: none;
}
.sg-nav-link.active .sg-nav-link-active, .sg-nav-link-mobile.active .sg-nav-link-active {
    display: block;
}
.sg-nav-link, .sg-nav-link-mobile {
    padding: 15px;
    font-size: 22px;
}
@media (min-width: 768px) {
    .sg-nav-link, .sg-nav-link-mobile {
        margin: 3px;
    }
}
.sg-nav-link.active {
    background-color: #101010 !important;
    color: #ffffff !important;
}
.sg-spinner {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #008247 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #008247);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}
@keyframes l13 {
    100% {
        transform: rotate(1turn);
    }
}
/* Reset problematic inline styles */
/* Base table styles */
/* Mobile responsive stacking without data-labels */
.this-is-the-content table {
    width: 100% !important;
    height: auto !important;
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #b8b8b8;
    margin-bottom: 1.5em;
    font-size: 14px;
}
.this-is-the-content td {
    height: auto !important;
    table-layout: auto;
    border-collapse: collapse;
    padding: 10px;
    border: 1px solid #b8b8b8;
    font-size: 20px;
}
.this-is-the-content th {
    width: auto !important;
    height: auto !important;
    table-layout: auto;
    border-collapse: collapse;
    background-color: #f7f7f7;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #b8b8b8;
    text-align: left;
}
.this-is-the-content tr:nth-child(even) {
    background-color: #f7f7f7;
}
.this-is-the-content tr:hover {
    background-color: #eaeaea;
}
.this-is-the-content p {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .this-is-the-content table {
        display: block;
        width: 100% !important;
    }
    .this-is-the-content thead {
        display: block;
        width: 100% !important;
    }
    .this-is-the-content tbody {
        display: block;
        width: 100% !important;
    }
    .this-is-the-content th {
        display: block;
        width: 100% !important;
    }
    .this-is-the-content td {
        display: block;
        width: 100% !important;
        padding: 10px;
        border: 1px solid #b8b8b8;
        box-sizing: border-box;
        text-align: left;
    }
    .this-is-the-content tr {
        display: block;
        width: 100% !important;
        height: auto !important;
        background: #fff;
    }
}
.int-para h2, .int-para h3, .int-para h4, .int-para h5 {
    color: white !important;
}
.content_builder_menu_button_cont {
    flex: 1;
}
@media (max-width: 768px) {
    .content_builder_menu_button_cont {
        flex: unset;
        width: 100%;
        max-width: 100%;
    }
}
.gm-style-iw-chr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: visible;
    bottom: 0px;
    position: absolute;
    color: #ffffff !important;
    right: 0px;
    border-left: 2px solid #008247;
    border-top: 2px solid #008247;
    border-radius: 5px 0px;
}
@media (max-width: 768px) {
    h1 {
        font-size: 34px !important;
        line-height: 38px !important;
    }
}
@media (max-width: 768px) {
    h2 {
        font-size: 30px;
        line-height: 36px !important;
    }
}
@media (max-width: 768px) {
    h3 {
        font-size: 28px;
        line-height: 32px !important;
    }
}
.trp-language-switcher.trp-floating-switcher.trp-ls-dropdown.trp-switcher-position-bottom {
    display: none;
}
.sg-faq-panel.collapsed .fa-angle-up {
    transform: rotate(180deg);
}
.sg-faq-panel .fa-angle-up {
    transition: transform 0.2s;
}
.sg-faq-panel .fa-angle-up:before {
    display: inline-block;
    text-decoration: none;
}
#main-content ul:not(".nav-pills") {
    list-style-type: square !important;
}
#main-content ul ::marker {
    color: #474c4f;
    font-size: 28px;
    margin-top: 6px !important;
}
#main-content li {
    line-height: 23px;
    margin-bottom: 10px;
}
.nav-links a, .nav-links span {
    width: 40px;
    height: 40px;
}
/* End of CSS for 1506 */
.responsive-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.table-header, .table-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem;
    border-bottom: 1px solid #b8b8b8;
}
.table-header {
    background: #f7f7f7;
    font-weight: bold;
}
.table-cell {
    flex: 1 1 20%;
    padding: 0.5rem;
    box-sizing: border-box;
}
/* Responsive stacking for mobile */
@media (max-width: 768px) {
    .table-header {
        display: none;
    }
    .table-row {
        flex-direction: column;
        border-bottom: 1px solid #ccc;
    }
    .table-cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0.5rem 0;
        border-bottom: 1px solid #f1f1f1;
    }
    .table-cell::before {
        content: attr(data-label);
        flex: 0 0 50%;
        font-weight: bold;
        text-align: left;
    }
    .table-cell .cell-value {
        flex: 0 0 50%;
        text-align: right;
    }
}
/* Gravity Form Styles */
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #474c4f !important;
    color: #fff;
    height: 30px;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_blue {
    background: #d2d6dc;
    height: 30px;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    display: block;
    float: right;
    font-size: 16px !important;
    line-height: 21px;
    margin-left: 8px;
    margin-right: 8px;
    min-width: 2em;
    width: auto;
    height: 30px;
    display: flex !important;
    align-items: center !important;
}
.gchoice label {
    font-size: 18px !important;
}
input[type=submit].gform_button {
    margin-top: 30px !important;
    background: #474c4f;
    color: white;
    border: 2px solid #474c4f;
    padding: 8px 15px;
}
input[type=submit].gform_button:hover {
    margin-top: 30px !important;
    background: #ffffff;
    color: #474c4f;
    border: 2px solid #474c4f;
    padding: 8px 15px;
}
.gform-theme-button {
    background: #474c4f;
    color: white;
    border: 2px solid #474c4f;
    padding: 8px 15px;
    margin-top: 30px !important;
}
