.gradient-background {
    opacity: 1;
    background: linear-gradient(230deg, rgba(110, 49, 24, 1) -20%, rgba(0, 0, 0, 1) 500px);
    /*background-size: 100px, 500px;*/
}

.blue-gradient-background {
    opacity: 1;
    background: radial-gradient(circle at -400px, rgba(28, 47, 80, 1) 5%, rgba(20, 20, 20, 1) 50%);
    background-position: left;
    background-size: 100%, 100%;
    min-height: 800px;
}

a {
    text-decoration: none;
}

.orange-circular-background {
    background: radial-gradient(circle at 35% 36%, rgba(233, 48, 34, 1) 0%, rgba(20, 20, 20, 1) 37%);
    /*background-size: 100%, 100%;*/
}

.link-secondary {
    color: #8C8C8C;
}

.dz-clickable {
    border: #E26B3A dashed 2px;
}

.dropzone {
    min-height: 120px;
}

.dz-progress {
    display: none;
}

.nav-link-light:focus, .nav-link-light:hover {
    color: #000 !important;
}

.modal-content {
    border-width: 0;
}

.btn-thick {
    border-width: 2px;
    border-radius: 5px;
}

    .btn-thick:hover {
        color: #fff;
    }

.form-switch .form-check-input {
    height: 20px;
    width: 40px;
}

    .form-switch .form-check-input:focus {
        border-color: rgba(0, 0, 0, 0.25);
        outline: 0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    }

    .form-switch .form-check-input:checked {
        background-color: #E26B3A;
        border-color: #E26B3A;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
        border: none;
    }

.font-18 {
    font-size: 18px;
}

.font-15 {
    font-size: 15px;
}

.font-13 {
    font-size: 13px;
}


.strikethrough {
    position: relative;
}

    .strikethrough:before {
        color: #000;
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.white-background {
    background-color: #fff;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}




#sticky-box-target.box {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


#sticky-box-target-1.box {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


#sticky-box-target-2.box {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.general-tooltip {
    background: white;
    color: #000;
    padding: 16px 10px;
    padding-left: 28px;
    border-radius: 6px;
    max-width: 360px;
    box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.26);
}

.general-tooltip-arrow, .general-tooltip-arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

.general-tooltip-arrow {
    visibility: hidden;
}

    .general-tooltip-arrow::before {
        visibility: visible;
        content: '';
        transform: rotate(45deg);
    }

.general-tooltip[data-popper-placement^='top'] > .general-tooltip-arrow {
    bottom: -4px;
}

.general-tooltip[data-popper-placement^='bottom'] > .general-tooltip-arrow {
    top: -4px;
}

.general-tooltip[data-popper-placement^='left'] > .general-tooltip-arrow {
    right: -4px;
}

.general-tooltip[data-popper-placement^='right'] > .general-tooltip-arrow {
    left: -4px;
}

.general-tooltip {
    display: none;
}

    .general-tooltip[data-show] {
        display: block;
    }


.hlp-product-option {
    width: 50%;
    max-width: 208px;
    cursor: pointer;
}

    .hlp-product-option.active {
        background: #F4F4F5;
    }


/*.link-light:focus, .link-light:hover {
    background: #F04700;
}*/


#cw-cookie-consent {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: #212121;
    color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    #cw-cookie-consent p {
        font-size: 14px;
    }

.cw-buttons {
    display: flex;
    gap: 10px;
}

.cw-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    flex: 1;
}

    .cw-button:hover {
        background-color: #45a049;
    }

#cw-manage-preferences {
    background-color: #f1f1f1;
    color: #212121;
    padding: 8px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    #cw-manage-preferences:hover {
        background-color: #ddd;
    }

.cw-footer {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

    .cw-footer a {
        color: #bbb;
        text-decoration: none;
    }

        .cw-footer a:hover {
            color: white;
        }


.cc-cp-foot-byline {
    opacity: 0;
    cursor: default;
    a

{
    cursor: default;
}

}

#open_preferences_center {
    display: none;
}

.freeprivacypolicy-com---nb-simple {
    max-width: 23% !important;
}

.cc-nb-main-container {
    padding: 24px !important;
}

.cc-nb-title {
    font-size: 18px !important;
}

.cc-nb-text {
    font-size: 12px !important;
}

.cc-nb-okagree, .cc-nb-reject {
    background-color: #FF6B2C !important;
    color: white !important;
    font-size: 12px !important;
}

.cc-nb-changep {
    font-size: 12px !important;
}
