body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.2%;
    font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 500px) / (1600 - 360))), 18px);
    line-height: clamp(20px, calc(20px + (22 - 20) * ((100vw - 500px) / (1600 - 360))), 22px);;
    font-weight: 400;
    color: #000000;
    text-align: left;
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
}

a {
    color: #D50019;
}

.guide-tab-scroller.guide-tab-scroller-previous, .guide-tab-scroller.guide-tab-scroller-next {
    display: none;
}

.guide-1578663875272 .guideTextDraw.guideStaticText {
    color: #000000;
    font-weight: bold;
    font-size: clamp(14px, 1.6vw, 20rem);
}

@font-face {
    font-family: "bootstrap-icons";
    src: url("../../../etc.clientlibs/foodgardencomp/clientlibs/clientlib-site/resources/fonts/bootstrap-icons.woff2") format("woff2"),
    url("../../../etc.clientlibs/foodgardencomp/clientlibs/clientlib-site/resources/fonts/bootstrap-icons.woff") format("woff");
}

.guideGridFluidLayout {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 500px) / (1600 - 360))), 18px);
    line-height: clamp(20px, calc(20px + (22 - 20) * ((100vw - 500px) / (1600 - 360))), 22px);;
    font-weight: 400;
    color: #000000;
}


button:not(.af-icon-button), input[type='button'] {
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
}
button:after {
    content: "\f135";
    font-family: bootstrap-icons, sans-serif !important;
    font-style: normal;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    top: 7px;
    padding-left: 0.6em;
    line-height: 0;
}

button:not(.af-icon-button).movePrev::after {
    content:"";
    display: none;
}
button:not(.af-icon-button).movePrev::before {
    content: "\F12C";
    font-family: bootstrap-icons, sans-serif !important;
    font-style: normal;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    top: 7px;
    padding-right: 0.6em;
    line-height: 0;
}

.afWizardPanel {
    padding-left: 0;
    padding-bottom: 4rem;
    padding-right: 0;
    padding-top: 1rem;
    width: 100%;
}

.guideWizardLayout {
    background: transparent;
    padding-top: 0.5rem;
    border-color: #e6e6e6;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-style: solid;
}

.wizard-nav-arrow {
    display: none !important;
}

.guide-1759307748824 .wizard-navigators {
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
}

.wizard-navigators > li.active > a, .wizard-navigators > li.active.stepped > a, .wizard-navigators > li.active > a:hover {
    color: #000000;
}

.wizard-navigators > li.active .progress, .wizard-navigators > li.active.stepped .progress, .wizard-navigators > li.active:hover .progress {
    background: #000000;
}

.wizard-navigators > li.active > a::before, .wizard-navigators > li.active.stepped > a::before, .wizard-navigators > li.active > a:hover::before {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    outline: 2px;
}

div#guideContainer-rootPanel-panel-panel_628964774_copy-guidetextbox_copy__ {
    display: none;
}

label {
    color: #000000;
    line-height: 1.42857143;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
    outline: none !important;
}

.guideRadioButtonItem .guideWidgetLabel label {
    margin-left: .2rem;
    margin-bottom: 0px;
    margin-right: 1.5rem;
    margin-top: 0px;
    vertical-align: text-bottom;
    color: #000000;
}

.guideCheckBoxItem .guideWidgetLabel label {
    vertical-align: text-bottom;
    margin-left: .2em;
    color: #000000;
    margin-right: 1.5rem;
}

.guideFieldDescription.short {
    font-size: .875rem;
    color: #7f7f7f;
}

button.button-default.button-medium.guide-fu-attach-button {
    position: relative;
}

button.button-default.button-medium.guide-fu-attach-button::after {
    content: "\F603";
    font-size: 1.3rem;
    top: 5px;
}

button.submit:not(.af-icon-button) {
    border-color: #666666;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--body5-size);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
    width: 125px;
    text-align: left;
    background-origin: content-box;
    height: 40px;
    margin-top: 20px;
}

button.submit:after {
    content: "\f135";
    font-family: bootstrap-icons, sans-serif !important;
    font-style: normal;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    top: 7px;
    padding-left: 0;
    line-height: 0;
}

button.submit:not(.af-icon-button):hover {
    border: 1px solid #333b46;
    color: #333B46;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
}

.guideFieldHorizontalAlignment {
    display: flex;
    clear: none;
}
.guideCheckBoxItem .guideFieldWidget input[type="checkbox"], .guideRadioButtonItem .guideFieldWidget input[type="radio"] {
    float: none;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.afToolbarButton .guidebutton button:not(.af-icon-button) {
    margin-left: 0;
    margin-right: 1rem;
    background: #333b46;
}

.afToolbarButton .guidebutton button:not(.af-icon-button):hover {
    background: #fff;
    border: 1px solid #333B46;
    color: #333B46;
}

@media (max-width: 768px) {

    .guideToolbarNode {
        background: none;
    }
    .guideGridFluidLayout, .afWizardPanel {
        padding: 0;
    }

    .guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
        padding-left: 0;
        padding-right: 0;
    }

    .guideformtitle, .guideTextDraw.guideformtitle {
        margin-left: 0;
        line-height: 1;
    }

    .previtemnav {
        margin-right: 1rem;
    }

    button:not(.af-icon-button) {
        color: #fff;
        text-align: left;
        font-size: 16px;
        cursor: pointer;
        white-space: nowrap;
        font-family: "Roboto", sans-serif;
        width: 100%;
    }

    button:not(.af-icon-button):not(.moveNext):not(.movePrev):not(.guide-fu-attach-button):after {
        content: "\f135";
        font-family: bootstrap-icons, sans-serif !important;
        font-style: normal;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 0;
        padding-left: 0.6em;
        position: absolute;
        top: 20px;
        right: 0.5em;
    }


    button:after {
        content: "";
        font-family: bootstrap-icons, sans-serif !important;
        font-style: normal;
        display: none;
        font-size: 1.6rem;
        position: relative;
        top: 7px;
        padding-left: 0.6em;
        line-height: 0;
    }

    button.button-default.button-medium.guide-fu-attach-button::after {
        content: "\F603" !important;
        font-size: 1.3rem;
        display: inline-block;
        top: 20px;
        right: 1rem;
        position: absolute;
    }

    button.Button .iconButton-icon {
        display: none;
    }

    button:not(.af-icon-button).moveNext .iconButton-icon  {
        background: none;
    }
    button:not(.af-icon-button).moveNext .iconButton-icon:after  {
        content: "\F285";
        font-family: bootstrap-icons, sans-serif !important;
        font-style: normal;
        font-weight: 700;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 0;
        position: relative;
        top: 10px;
        left: 2px;
        color: #FFFFFF;
    }

    button:not(.af-icon-button).movePrev .iconButton-icon  {
        background: none;
    }
    button:not(.af-icon-button).movePrev .iconButton-icon:after  {
        content: "\F284";
        font-family: bootstrap-icons, sans-serif !important;
        font-style: normal;
        font-weight: 700;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 0;
        position: relative;
        top: 10px;
        left: -2px;
        color: #FFFFFF;
    }

    button:not(.af-icon-button).movePrev::before {
        content: "";
        font-family: bootstrap-icons, sans-serif !important;
        font-style: normal;
        display: none;
        font-size: 1.6rem;
        position: relative;
        top: 7px;
        padding-right: 0.6em;
        line-height: 0;
    }
    .afToolbarButton .guidebutton button:not(.af-icon-button):hover {
        border: unset;
        color: unset;
        background: #333B4C;
    }
    button.submit:not(.af-icon-button) {
        padding-left: 16px;
        padding-right: 16px;
    }
    .afToolbarButton .guidebutton button:not(.af-icon-button) {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .rootPanel {
        padding: 0 1rem;
    }
}

button.guide-fu-attach-button:not(.af-icon-button) {
    border-color: #666666;
    color: #ffffff;
    font-weight: 600;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
    text-align: left;
    background-origin: content-box;
    height: 40px;
    position: relative;
    background: #333b46;
    border-width: 1px;
}

button.guide-fu-attach-button:not(.af-icon-button):hover {
    border: 1px solid #333b46;
    color: #333B46;
    background: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
}
