
.bg-color-base {
    background-color: var(--base-color);
    color: white;
}

.bg-color-light-20 {
    background-color: color-mix(in srgb, var(--base-color) 20%, white 80%);
}

.bg-color-light-35 {
    background-color: color-mix(in srgb, var(--base-color) 35%, white 65%);
}

.bg-color-light-50 {
    background-color: color-mix(in srgb, var(--base-color) 50%, white 50%);
}

.color-base {
    color: var(--base-color);
}

.color-base-dark {
    color:color-mix(in srgb, var(--base-color) 80%, black 20%);
}

div.form-box {
    padding: 10px 20px 10px 20px;
    margin-bottom: 5px;
    width: 100%;
}

div.form-box .h1 {
    color: white;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Greta Text Light', sans-serif;
    font-size: 46px;
    line-height: 135%;
}

div.form-box h2 {
    font-size: 20px;
}


#subscribe {
    width: 100%;
    max-width: 660px;

    font-size: 16px;
    font-weight: 400;

    font-family: "Greta Sans   ", "Fira Sans", sans-serif;
    font-style: Normal;
}

#subscribe #amount-reaction {
    font-family: "Greta Sans Bold", sans-serif;
}

#subscribe #amount-reaction.red {
    color: red;
}

#subscribe #amount-reaction.green {
    color: green;
}

#subscribe .info {
    width: 100%;
    margin: 10px 0;
}

#subscribe .info p {
    font-size: 13px;
    line-height: 150%;
}

#subscribe label.checkbox {
    position: relative;
    padding-right: 0;
    padding-left: 30px;
    font-size: 15px;
    line-height: 150%;
}

#subscribe label.checkbox span {
    position: relative;
    margin-right: 0;
    margin-left: -30px;
    background-color: rgba(255, 255, 255, .7);
    border: none;
    width: 20px;
    height: 20px;
    font-size: 32px;
}

#subscribe label.checkbox span:before {
    color:color-mix(in srgb, var(--base-color) 65%, black 35%) !important;
}

#subscribe button#submitbutton {
    font-size: 18px;
}

input#amount-slider {
    appearance: none;
    width: 100%;
    height: 12px;
    background: none;
}

input#amount-slider::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background-color: var(--base-color);
    border: none;
    border-radius: 0;
    box-shadow:none
}

input#amount-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--base-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22.5px 22.5px;
    margin-top: -5px;
    box-shadow:none
}

input#amount-slider:focus {
    outline:none
}

input#amount-slider::-moz-range-track {
    width: 100%;
    height: 5px;
    background-color: var(--base-color);
    border: none;
    border-radius:0
}

input#amount-slider::-moz-range-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--base-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22.5px 22.5px;
    box-shadow:none
}

input#amount-slider::-moz-focus-outer {
    border:0
}

input#amount-slider::-ms-track {
    width: 100%;
    height: 5px;
    background-color: var(--base-color);
    border-color: rgba(0, 0, 0, 0);
    border-width: 22.5px 0;
    color:rgba(0, 0, 0, 0)
}

input#amount-slider::-ms-fill-lower {
    background: #e4e4e4;
    border-radius:0
}

input#amount-slider::-ms-fill-upper {
    background: #e4e4e4;
    border-radius:0
}

input#amount-slider::-ms-thumb {
    border: none;
    margin: 0;
    padding: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--base-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22.5px 22.5px;
    box-shadow:none
}

input#amount-slider:focus::-ms-fill-lower {
    background:#e4e4e4
}

input#amount-slider:focus::-ms-fill-upper {
    background:#e4e4e4
}

input#amount-slider::-ms-tooltip {
    display:none
}

input#amount-slider:focus::-moz-range-thumb {
    box-shadow:0 0 0 2px #9d914c
}

input#amount-slider:focus::-ms-thumb {
    box-shadow:0 0 0 2px #9d914c
}

input#amount-slider:focus::-webkit-slider-thumb {
    box-shadow:0 0 0 2px #9d914c
}

input#amount-slider:hover::-moz-range-thumb {
    background-color:#839096
}

input#amount-slider:hover::-ms-thumb {
    background-color:#839096
}

input#amount-slider:hover::-webkit-slider-thumb {
    background-color:#839096
}


.slider-input-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0 3rem 0;
    width: 100%;
}

.slider-input-group input[type="range"]:focus {
    outline: none;
}

.slider-input-group input[type='range']::-webkit-slider-thumb {
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, 4);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.slider-input-group input[type=range]::-moz-range-thumb {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 4);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.slider-input-group input[type="number"] {
    width: 100px;
    padding: 10px 10px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 4px;
}

.amount-input-currency {
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid #e3e5e5;
    border-radius: 4px;
    align-items: center;
}

.amount-input-currency input:focus {
    border: transparent !important;
}

.slider-input-group:focus-within .amount-input-currency,
.slider-input-group:hover .amount-input-currency {
    border: 2px solid #54595F !important;
}

#subscribe label {
    font-size: inherit;
}


.range {
    margin: 0 0 10px 0;
    width: 100%;
}

.range:after {
    --ticksThickness: 2px;
    --ticksColor: silver;
    --min: 1;
    --max: 100;
    --step: 25;
    content: "";
    height: 6px;
    display: block;
    background: silver;
    background: linear-gradient(to right, var(--ticksColor) var(--ticksThickness), transparent 1px) repeat-x;
    background-size: calc(100% / ((var(--max) - var(--min)) / var(--step)) - var(--ticksThickness)) 100%;
    background-position: 0 bottom;
    position: relative;
    margin: -10px 15px 0 15px;
    z-index: -1;
}