
#main-content .container {
    max-width: 1200px;
}
.sg-slider-arrows i {
    transition: 0.2s;
    color: #4C2A73;
}
.sg-slider-arrows i:hover {
    transform: scale(1.15);
    background: white;
    color: #4C2A73;
    border-radius: 100%;
}
/* Gravity Form Styles */
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #008247 !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: #4C2A73;
    color: white;
    border: 2px solid #4C2A73;
    padding: 8px 15px;
}
input[type=submit].gform_button:hover {
    margin-top: 30px !important;
    background: #fff;
    color: #4C2A73;
    border: 2px solid #4C2A73;
    padding: 8px 15px;
}
.gform-theme-button {
    background: #4C2A73;
    color: white;
    border: 2px solid #4C2A73;
    padding: 8px 15px;
    margin-top: 30px !important;
}
label#label_3_3_1 a {
    color: #222 !important;
}
#main-content ul:not(".nav-pills") {
    list-style-type: square !important;
}
#main-content ul ::marker {
    color: #008247;
    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;
    }
}
.header-arrow-not-h1:before {
    font-family: 'Font Awesome 7 Pro';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    content: '\f054';
    color: #6cf;
    padding-right: 13px;
    font-size: 30px;
}
.topcol-right {
    border: 4px solid white;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    /* width: 100%;
     */
    float: none;
    clear: both;
    margin-left: 0%;
    overflow: hidden;
    height: fit-content;
    padding-right: 91px !important;
}
.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;
}
.asw-menu-header {
    background-color: #4C2A73 !important;
}
.asw-menu-header .asw-menu-reset {
    background: none;
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff !important;
}
.asw-menu-header .asw-menu-close {
    background: none;
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff !important;
}
.asw-menu-header .asw-menu-close svg {
    fill: #fff !important;
}
.asw-menu-header .asw-menu-reset svg {
    fill: #fff !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
}
button.asw-menu-reset.asw-menu-reset-footer-btn {
    padding: 20px;
}
/* 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: #fff !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-small-container {
    max-width: 800px !important;
}


.whrw-gradient-line {

background: linear-gradient(89deg, #C52035 0%, rgba(225, 106, 7, 0.9) 65%, #4C2A73 100%);
    height: 15px;
    width: 100%;
}

.whrw-roundel {
    display: inline-block;
    animation: whrw-rock 30s ease-in-out infinite;
    transform-origin: center;
}

@keyframes whrw-rock {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.sg-left-quote,
.sg-right-quote {
    position: relative;
}

.sg-left-quote::before,
.sg-right-quote::after {
    font-family: "Font Awesome 7 Pro";
    font-weight: 900; /* solid style */
    font-size: 60px;
    color: #E4A025;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

/* Left quote */
.sg-left-quote::before {
    content: "\f10d"; /* quote-left */
    margin-right: 10px;
    position: absolute;
    left:-60px;
    top:-60px;
}

/* Right quote */
.sg-right-quote::after {
    content: "\f10e"; /* quote-right */
    margin-left: 10px;
    position: absolute;
    right:-60px;
    bottom:-60px;
}
@media (max-width: 768px) {
    .sg-left-quote,
    .sg-right-quote {
        padding:18px
    }
    .sg-left-quote::before,
    .sg-right-quote::after {

        font-size: 40px;
    }
    .sg-left-quote::before {
        left:-15px;
        top:-15px;
    }

    .sg-right-quote::after {
        right:-15px;
        bottom:-15px;
    }

    .sg-headline {
        font-size: 40px !important;
        line-height: 40px !important;
    }
}
