﻿@charset "UTF-8";

:root {
    --ow-bs-blue: #0d6efd;
    --ow-bs-indigo: #6610f2;
    --ow-bs-purple: #6f42c1;
    --ow-bs-pink: #d63384;
    --ow-bs-red: #dc3545;
    --ow-bs-orange: #fd7e14;
    --ow-bs-yellow: #ffc107;
    --ow-bs-green: #198754;
    --ow-bs-teal: #20c997;
    --ow-bs-cyan: #0dcaf0;
    --ow-bs-black: #000;
    --ow-bs-white: #fff;
    --ow-bs-gray: #6c757d;
    --ow-bs-gray-dark: #343a40;
    --ow-bs-gray-100: #f8f9fa;
    --ow-bs-gray-200: #e9ecef;
    --ow-bs-gray-300: #dee2e6;
    --ow-bs-gray-400: #ced4da;
    --ow-bs-gray-500: #adb5bd;
    --ow-bs-gray-600: #6c757d;
    --ow-bs-gray-700: #495057;
    --ow-bs-gray-800: #343a40;
    --ow-bs-gray-900: #212529;
    --ow-bs-primary: #0d6efd;
    --ow-bs-secondary: #6c757d;
    --ow-bs-success: #198754;
    --ow-bs-info: #0dcaf0;
    --ow-bs-warning: #ffc107;
    --ow-bs-danger: #dc3545;
    --ow-bs-light: #f8f9fa;
    --ow-bs-dark: #212529;
    --ow-bs-primary-rgb: 13, 110, 253;
    --ow-bs-secondary-rgb: 108, 117, 125;
    --ow-bs-success-rgb: 25, 135, 84;
    --ow-bs-info-rgb: 13, 202, 240;
    --ow-bs-warning-rgb: 255, 193, 7;
    --ow-bs-danger-rgb: 220, 53, 69;
    --ow-bs-light-rgb: 248, 249, 250;
    --ow-bs-dark-rgb: 33, 37, 41;
    --ow-bs-white-rgb: 255, 255, 255;
    --ow-bs-black-rgb: 0, 0, 0;
    --ow-bs-body-color-rgb: 33, 37, 41;
    --ow-bs-body-bg-rgb: 255, 255, 255;
    --ow-bs-font-sans-serif: system-ui, -apple-system, Roboto, 'Helvetica Neue',
        'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --ow-bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        'Liberation Mono', 'Courier New', monospace;
    --ow-bs-gradient: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.15),
        hsla(0, 0%, 100%, 0)
    );
    --ow-bs-body-font-family: var(--ow-bs-font-sans-serif);
    --ow-bs-body-font-size: 1rem;
    --ow-bs-body-font-weight: 400;
    --ow-bs-body-line-height: 1.5;
    --ow-bs-body-color: #212529;
    --ow-bs-body-bg: #fff;
    --ow-bs-border-width: 1px;
    --ow-bs-border-style: solid;
    --ow-bs-border-color: #dee2e6;
    --ow-bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --ow-bs-border-radius: 0.375rem;
    --ow-bs-border-radius-sm: 0.25rem;
    --ow-bs-border-radius-lg: 0.5rem;
    --ow-bs-border-radius-xl: 1rem;
    --ow-bs-border-radius-2xl: 2rem;
    --ow-bs-border-radius-pill: 50rem;
    --ow-bs-link-color: #0d6efd;
    --ow-bs-link-hover-color: #0a58ca;
    --ow-bs-code-color: #d63384;
    --ow-bs-highlight-bg: #fff3cd;
}

#ow-container {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: var(--ow-bs-body-color);
    font-family: var(--ow-bs-body-font-family);
    font-size: var(--ow-bs-body-font-size);
    font-weight: var(--ow-bs-body-font-weight);
    line-height: var(--ow-bs-body-line-height);
    margin: 0;
    text-align: var(--ow-bs-body-text-align);
}

@font-face {
    font-display: swap;
    font-family: Pacifico;
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'),
        url('../fonts/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2') format('woff2');
}

#ow-container *,
#ow-container :after,
#ow-container :before {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    #ow-container :root {
        scroll-behavior: smooth;
    }
}

#ow-container body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--ow-bs-body-bg);
    color: var(--ow-bs-body-color);
    font-family: var(--ow-bs-body-font-family);
    font-size: var(--ow-bs-body-font-size);
    font-weight: var(--ow-bs-body-font-weight);
    line-height: var(--ow-bs-body-line-height);
    margin: 0;
    text-align: var(--ow-bs-body-text-align);
}

#ow-container hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: 0.25;
}

#ow-container .h1,
#ow-container .h2,
#ow-container .h3,
#ow-container .h4,
#ow-container .h5,
#ow-container .h6,
#ow-container h1,
#ow-container h2,
#ow-container h3,
#ow-container h4,
#ow-container h5,
#ow-container h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

#ow-container .h1,
#ow-container h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    #ow-container .h1,
    #ow-container h1 {
        font-size: 2.5rem;
    }
}

#ow-container .h2,
#ow-container h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    #ow-container .h2,
    #ow-container h2 {
        font-size: 2rem;
    }
}

#ow-container .h3,
#ow-container h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    #ow-container .h3,
    #ow-container h3 {
        font-size: 1.75rem;
    }
}

#ow-container .h4,
#ow-container h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    #ow-container .h4,
    #ow-container h4 {
        font-size: 1.5rem;
    }
}

#ow-container .h5,
#ow-container h5 {
    font-size: 1.25rem;
}

#ow-container .h6,
#ow-container h6 {
    font-size: 1rem;
}

#ow-container p {
    margin-bottom: 1rem;
    margin-top: 0;
}

#ow-container abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

#ow-container address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}

#ow-container ol,
#ow-container ul {
    padding-left: 2rem;
}

#ow-container dl,
#ow-container ol,
#ow-container ul {
    margin-bottom: 1rem;
    margin-top: 0;
}

#ow-container ol ol,
#ow-container ol ul,
#ow-container ul ol,
#ow-container ul ul {
    margin-bottom: 0;
}

#ow-container dt {
    font-weight: 700;
}

#ow-container dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

#ow-container blockquote {
    margin: 0 0 1rem;
}

#ow-container b,
#ow-container strong {
    font-weight: bolder;
}

#ow-container .small,
#ow-container small {
    font-size: 0.875em;
}

#ow-container .mark,
#ow-container mark {
    background-color: var(--ow-bs-highlight-bg);
    padding: 0.1875em;
}

#ow-container sub,
#ow-container sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#ow-container sub {
    bottom: -0.25em;
}

#ow-container sup {
    top: -0.5em;
}

#ow-container a {
    color: var(--ow-bs-link-color);
    text-decoration: underline;
}

#ow-container a:hover {
    color: var(--ow-bs-link-hover-color);
}

#ow-container a:not([href]):not([class]),
#ow-container a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

#ow-container code,
#ow-container kbd,
#ow-container pre,
#ow-container samp {
    font-family: var(--ow-bs-font-monospace);
    font-size: 1em;
}

#ow-container pre {
    display: block;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}

#ow-container pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}

#ow-container code {
    word-wrap: break-word;
    color: var(--ow-bs-code-color);
    font-size: 0.875em;
}

a > #ow-container code {
    color: inherit;
}

#ow-container kbd {
    background-color: var(--ow-bs-body-color);
    border-radius: 0.25rem;
    color: var(--ow-bs-body-bg);
    font-size: 0.875em;
    padding: 0.1875rem 0.375rem;
}

#ow-container kbd kbd {
    font-size: 1em;
    padding: 0;
}

#ow-container figure {
    margin: 0 0 1rem;
}

#ow-container img,
#ow-container svg {
    vertical-align: middle;
}

#ow-container table {
    border-collapse: collapse;
    caption-side: bottom;
}

#ow-container caption {
    color: #6c757d;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}

#ow-container th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

#ow-container tbody,
#ow-container td,
#ow-container tfoot,
#ow-container th,
#ow-container thead,
#ow-container tr {
    border: 0 solid;
    border-color: inherit;
}

#ow-container label {
    display: inline-block;
}

#ow-container button {
    border-radius: 0;
}

#ow-container button:focus:not(:focus-visible) {
    outline: 0;
}

#ow-container button,
#ow-container input,
#ow-container optgroup,
#ow-container select,
#ow-container textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

#ow-container button,
#ow-container select {
    text-transform: none;
}

#ow-container [role='button'] {
    cursor: pointer;
}

#ow-container select {
    word-wrap: normal;
}

#ow-container select:disabled {
    opacity: 1;
}

#ow-container
    [list]:not([type='date']):not([type='datetime-local']):not(
        [type='month']
    ):not([type='week']):not([type='time'])::-webkit-calendar-picker-indicator {
    display: none !important;
}

#ow-container [type='button'],
#ow-container [type='reset'],
#ow-container [type='submit'],
#ow-container button {
    -webkit-appearance: button;
}

#ow-container [type='button']:not(:disabled),
#ow-container [type='reset']:not(:disabled),
#ow-container [type='submit']:not(:disabled),
#ow-container button:not(:disabled) {
    cursor: pointer;
}

#ow-container ::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

#ow-container textarea {
    resize: vertical;
}

#ow-container fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

#ow-container legend {
    float: left;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}

@media (min-width: 1200px) {
    #ow-container legend {
        font-size: 1.5rem;
    }
}

#ow-container legend + * {
    clear: left;
}

#ow-container ::-webkit-datetime-edit-day-field,
#ow-container ::-webkit-datetime-edit-fields-wrapper,
#ow-container ::-webkit-datetime-edit-hour-field,
#ow-container ::-webkit-datetime-edit-minute,
#ow-container ::-webkit-datetime-edit-month-field,
#ow-container ::-webkit-datetime-edit-text,
#ow-container ::-webkit-datetime-edit-year-field {
    padding: 0;
}

#ow-container ::-webkit-inner-spin-button {
    height: auto;
}

#ow-container [type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

#ow-container ::-webkit-search-decoration {
    -webkit-appearance: none;
}

#ow-container ::-webkit-color-swatch-wrapper {
    padding: 0;
}

#ow-container ::file-selector-button {
    -webkit-appearance: button;
    font: inherit;
}

#ow-container output {
    display: inline-block;
}

#ow-container iframe {
    border: 0;
}

#ow-container summary {
    cursor: pointer;
    display: list-item;
}

#ow-container progress {
    vertical-align: baseline;
}

#ow-container [hidden] {
    display: none !important;
}

#ow-container .lead {
    font-size: 1.25rem;
    font-weight: 300;
}

#ow-container .display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    #ow-container .display-1 {
        font-size: 5rem;
    }
}

#ow-container .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    #ow-container .display-2 {
        font-size: 4.5rem;
    }
}

#ow-container .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    #ow-container .display-3 {
        font-size: 4rem;
    }
}

#ow-container .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    #ow-container .display-4 {
        font-size: 3.5rem;
    }
}

#ow-container .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    #ow-container .display-5 {
        font-size: 3rem;
    }
}

#ow-container .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    #ow-container .display-6 {
        font-size: 2.5rem;
    }
}

#ow-container .list-inline,
#ow-container .list-unstyled {
    list-style: none;
    padding-left: 0;
}

#ow-container .list-inline-item {
    display: inline-block;
}

#ow-container .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

#ow-container .initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

#ow-container .blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

#ow-container .blockquote > :last-child {
    margin-bottom: 0;
}

#ow-container .blockquote-footer {
    color: #6c757d;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: -1rem;
}

#ow-container .blockquote-footer:before {
    content: '— ';
}

#ow-container .img-fluid {
    height: auto;
    max-width: 100%;
}

#ow-container .img-thumbnail {
    background-color: #fff;
    border: 1px solid var(--ow-bs-border-color);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    height: auto;
    max-width: 100%;
    padding: 0.25rem;
}

#ow-container .figure {
    display: inline-block;
}

#ow-container .figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}

#ow-container .figure-caption {
    color: #6c757d;
    font-size: 0.875em;
}

#ow-container .row {
    --ow-bs-gutter-x: 1.5rem;
    --ow-bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--ow-bs-gutter-x) * -0.5);
    margin-right: calc(var(--ow-bs-gutter-x) * -0.5);
    margin-top: calc(var(--ow-bs-gutter-y) * -1);
}

#ow-container .row > * {
    flex-shrink: 0;
    margin-top: var(--ow-bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--ow-bs-gutter-x) * 0.5);
    padding-right: calc(var(--ow-bs-gutter-x) * 0.5);
    width: 100%;
}

#ow-container .col {
    flex: 1 0 0%;
}

#ow-container .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

#ow-container .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

#ow-container .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

#ow-container .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

#ow-container .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

#ow-container .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

#ow-container .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

#ow-container .col-auto {
    flex: 0 0 auto;
    width: auto;
}

#ow-container .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

#ow-container .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

#ow-container .col-3 {
    flex: 0 0 auto;
    width: 25%;
}

#ow-container .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

#ow-container .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

#ow-container .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

#ow-container .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

#ow-container .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

#ow-container .col-9 {
    flex: 0 0 auto;
    width: 75%;
}

#ow-container .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

#ow-container .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

#ow-container .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

#ow-container .offset-1 {
    margin-left: 8.33333333%;
}

#ow-container .offset-2 {
    margin-left: 16.66666667%;
}

#ow-container .offset-3 {
    margin-left: 25%;
}

#ow-container .offset-4 {
    margin-left: 33.33333333%;
}

#ow-container .offset-5 {
    margin-left: 41.66666667%;
}

#ow-container .offset-6 {
    margin-left: 50%;
}

#ow-container .offset-7 {
    margin-left: 58.33333333%;
}

#ow-container .offset-8 {
    margin-left: 66.66666667%;
}

#ow-container .offset-9 {
    margin-left: 75%;
}

#ow-container .offset-10 {
    margin-left: 83.33333333%;
}

#ow-container .offset-11 {
    margin-left: 91.66666667%;
}

#ow-container .g-0,
#ow-container .gx-0 {
    --ow-bs-gutter-x: 0;
}

#ow-container .g-0,
#ow-container .gy-0 {
    --ow-bs-gutter-y: 0;
}

#ow-container .g-1,
#ow-container .gx-1 {
    --ow-bs-gutter-x: 0.25rem;
}

#ow-container .g-1,
#ow-container .gy-1 {
    --ow-bs-gutter-y: 0.25rem;
}

#ow-container .g-2,
#ow-container .gx-2 {
    --ow-bs-gutter-x: 0.5rem;
}

#ow-container .g-2,
#ow-container .gy-2 {
    --ow-bs-gutter-y: 0.5rem;
}

#ow-container .g-3,
#ow-container .gx-3 {
    --ow-bs-gutter-x: 1rem;
}

#ow-container .g-3,
#ow-container .gy-3 {
    --ow-bs-gutter-y: 1rem;
}

#ow-container .g-4,
#ow-container .gx-4 {
    --ow-bs-gutter-x: 1.5rem;
}

#ow-container .g-4,
#ow-container .gy-4 {
    --ow-bs-gutter-y: 1.5rem;
}

#ow-container .g-5,
#ow-container .gx-5 {
    --ow-bs-gutter-x: 3rem;
}

#ow-container .g-5,
#ow-container .gy-5 {
    --ow-bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    #ow-container .col-sm {
        flex: 1 0 0%;
    }

    #ow-container .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #ow-container .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    #ow-container .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #ow-container .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #ow-container .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #ow-container .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #ow-container .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #ow-container .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    #ow-container .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #ow-container .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #ow-container .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #ow-container .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #ow-container .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .offset-sm-0 {
        margin-left: 0;
    }

    #ow-container .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    #ow-container .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    #ow-container .offset-sm-3 {
        margin-left: 25%;
    }

    #ow-container .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    #ow-container .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    #ow-container .offset-sm-6 {
        margin-left: 50%;
    }

    #ow-container .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    #ow-container .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    #ow-container .offset-sm-9 {
        margin-left: 75%;
    }

    #ow-container .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    #ow-container .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    #ow-container .g-sm-0,
    #ow-container .gx-sm-0 {
        --ow-bs-gutter-x: 0;
    }

    #ow-container .g-sm-0,
    #ow-container .gy-sm-0 {
        --ow-bs-gutter-y: 0;
    }

    #ow-container .g-sm-1,
    #ow-container .gx-sm-1 {
        --ow-bs-gutter-x: 0.25rem;
    }

    #ow-container .g-sm-1,
    #ow-container .gy-sm-1 {
        --ow-bs-gutter-y: 0.25rem;
    }

    #ow-container .g-sm-2,
    #ow-container .gx-sm-2 {
        --ow-bs-gutter-x: 0.5rem;
    }

    #ow-container .g-sm-2,
    #ow-container .gy-sm-2 {
        --ow-bs-gutter-y: 0.5rem;
    }

    #ow-container .g-sm-3,
    #ow-container .gx-sm-3 {
        --ow-bs-gutter-x: 1rem;
    }

    #ow-container .g-sm-3,
    #ow-container .gy-sm-3 {
        --ow-bs-gutter-y: 1rem;
    }

    #ow-container .g-sm-4,
    #ow-container .gx-sm-4 {
        --ow-bs-gutter-x: 1.5rem;
    }

    #ow-container .g-sm-4,
    #ow-container .gy-sm-4 {
        --ow-bs-gutter-y: 1.5rem;
    }

    #ow-container .g-sm-5,
    #ow-container .gx-sm-5 {
        --ow-bs-gutter-x: 3rem;
    }

    #ow-container .g-sm-5,
    #ow-container .gy-sm-5 {
        --ow-bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    #ow-container .col-md {
        flex: 1 0 0%;
    }

    #ow-container .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #ow-container .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    #ow-container .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #ow-container .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #ow-container .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #ow-container .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #ow-container .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #ow-container .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    #ow-container .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #ow-container .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #ow-container .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #ow-container .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #ow-container .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .offset-md-0 {
        margin-left: 0;
    }

    #ow-container .offset-md-1 {
        margin-left: 8.33333333%;
    }

    #ow-container .offset-md-2 {
        margin-left: 16.66666667%;
    }

    #ow-container .offset-md-3 {
        margin-left: 25%;
    }

    #ow-container .offset-md-4 {
        margin-left: 33.33333333%;
    }

    #ow-container .offset-md-5 {
        margin-left: 41.66666667%;
    }

    #ow-container .offset-md-6 {
        margin-left: 50%;
    }

    #ow-container .offset-md-7 {
        margin-left: 58.33333333%;
    }

    #ow-container .offset-md-8 {
        margin-left: 66.66666667%;
    }

    #ow-container .offset-md-9 {
        margin-left: 75%;
    }

    #ow-container .offset-md-10 {
        margin-left: 83.33333333%;
    }

    #ow-container .offset-md-11 {
        margin-left: 91.66666667%;
    }

    #ow-container .g-md-0,
    #ow-container .gx-md-0 {
        --ow-bs-gutter-x: 0;
    }

    #ow-container .g-md-0,
    #ow-container .gy-md-0 {
        --ow-bs-gutter-y: 0;
    }

    #ow-container .g-md-1,
    #ow-container .gx-md-1 {
        --ow-bs-gutter-x: 0.25rem;
    }

    #ow-container .g-md-1,
    #ow-container .gy-md-1 {
        --ow-bs-gutter-y: 0.25rem;
    }

    #ow-container .g-md-2,
    #ow-container .gx-md-2 {
        --ow-bs-gutter-x: 0.5rem;
    }

    #ow-container .g-md-2,
    #ow-container .gy-md-2 {
        --ow-bs-gutter-y: 0.5rem;
    }

    #ow-container .g-md-3,
    #ow-container .gx-md-3 {
        --ow-bs-gutter-x: 1rem;
    }

    #ow-container .g-md-3,
    #ow-container .gy-md-3 {
        --ow-bs-gutter-y: 1rem;
    }

    #ow-container .g-md-4,
    #ow-container .gx-md-4 {
        --ow-bs-gutter-x: 1.5rem;
    }

    #ow-container .g-md-4,
    #ow-container .gy-md-4 {
        --ow-bs-gutter-y: 1.5rem;
    }

    #ow-container .g-md-5,
    #ow-container .gx-md-5 {
        --ow-bs-gutter-x: 3rem;
    }

    #ow-container .g-md-5,
    #ow-container .gy-md-5 {
        --ow-bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    #ow-container .col-lg {
        flex: 1 0 0%;
    }

    #ow-container .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #ow-container .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    #ow-container .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #ow-container .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #ow-container .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #ow-container .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #ow-container .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #ow-container .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    #ow-container .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #ow-container .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #ow-container .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #ow-container .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #ow-container .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .offset-lg-0 {
        margin-left: 0;
    }

    #ow-container .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    #ow-container .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    #ow-container .offset-lg-3 {
        margin-left: 25%;
    }

    #ow-container .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    #ow-container .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    #ow-container .offset-lg-6 {
        margin-left: 50%;
    }

    #ow-container .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    #ow-container .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    #ow-container .offset-lg-9 {
        margin-left: 75%;
    }

    #ow-container .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    #ow-container .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    #ow-container .g-lg-0,
    #ow-container .gx-lg-0 {
        --ow-bs-gutter-x: 0;
    }

    #ow-container .g-lg-0,
    #ow-container .gy-lg-0 {
        --ow-bs-gutter-y: 0;
    }

    #ow-container .g-lg-1,
    #ow-container .gx-lg-1 {
        --ow-bs-gutter-x: 0.25rem;
    }

    #ow-container .g-lg-1,
    #ow-container .gy-lg-1 {
        --ow-bs-gutter-y: 0.25rem;
    }

    #ow-container .g-lg-2,
    #ow-container .gx-lg-2 {
        --ow-bs-gutter-x: 0.5rem;
    }

    #ow-container .g-lg-2,
    #ow-container .gy-lg-2 {
        --ow-bs-gutter-y: 0.5rem;
    }

    #ow-container .g-lg-3,
    #ow-container .gx-lg-3 {
        --ow-bs-gutter-x: 1rem;
    }

    #ow-container .g-lg-3,
    #ow-container .gy-lg-3 {
        --ow-bs-gutter-y: 1rem;
    }

    #ow-container .g-lg-4,
    #ow-container .gx-lg-4 {
        --ow-bs-gutter-x: 1.5rem;
    }

    #ow-container .g-lg-4,
    #ow-container .gy-lg-4 {
        --ow-bs-gutter-y: 1.5rem;
    }

    #ow-container .g-lg-5,
    #ow-container .gx-lg-5 {
        --ow-bs-gutter-x: 3rem;
    }

    #ow-container .g-lg-5,
    #ow-container .gy-lg-5 {
        --ow-bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    #ow-container .col-xl {
        flex: 1 0 0%;
    }

    #ow-container .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #ow-container .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    #ow-container .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #ow-container .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #ow-container .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #ow-container .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #ow-container .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #ow-container .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    #ow-container .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #ow-container .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #ow-container .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #ow-container .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #ow-container .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .offset-xl-0 {
        margin-left: 0;
    }

    #ow-container .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    #ow-container .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    #ow-container .offset-xl-3 {
        margin-left: 25%;
    }

    #ow-container .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    #ow-container .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    #ow-container .offset-xl-6 {
        margin-left: 50%;
    }

    #ow-container .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    #ow-container .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    #ow-container .offset-xl-9 {
        margin-left: 75%;
    }

    #ow-container .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    #ow-container .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    #ow-container .g-xl-0,
    #ow-container .gx-xl-0 {
        --ow-bs-gutter-x: 0;
    }

    #ow-container .g-xl-0,
    #ow-container .gy-xl-0 {
        --ow-bs-gutter-y: 0;
    }

    #ow-container .g-xl-1,
    #ow-container .gx-xl-1 {
        --ow-bs-gutter-x: 0.25rem;
    }

    #ow-container .g-xl-1,
    #ow-container .gy-xl-1 {
        --ow-bs-gutter-y: 0.25rem;
    }

    #ow-container .g-xl-2,
    #ow-container .gx-xl-2 {
        --ow-bs-gutter-x: 0.5rem;
    }

    #ow-container .g-xl-2,
    #ow-container .gy-xl-2 {
        --ow-bs-gutter-y: 0.5rem;
    }

    #ow-container .g-xl-3,
    #ow-container .gx-xl-3 {
        --ow-bs-gutter-x: 1rem;
    }

    #ow-container .g-xl-3,
    #ow-container .gy-xl-3 {
        --ow-bs-gutter-y: 1rem;
    }

    #ow-container .g-xl-4,
    #ow-container .gx-xl-4 {
        --ow-bs-gutter-x: 1.5rem;
    }

    #ow-container .g-xl-4,
    #ow-container .gy-xl-4 {
        --ow-bs-gutter-y: 1.5rem;
    }

    #ow-container .g-xl-5,
    #ow-container .gx-xl-5 {
        --ow-bs-gutter-x: 3rem;
    }

    #ow-container .g-xl-5,
    #ow-container .gy-xl-5 {
        --ow-bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    #ow-container .col-xxl {
        flex: 1 0 0%;
    }

    #ow-container .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #ow-container .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    #ow-container .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #ow-container .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #ow-container .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #ow-container .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #ow-container .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #ow-container .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #ow-container .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #ow-container .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #ow-container .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    #ow-container .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #ow-container .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #ow-container .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #ow-container .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #ow-container .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #ow-container .offset-xxl-0 {
        margin-left: 0;
    }

    #ow-container .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    #ow-container .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    #ow-container .offset-xxl-3 {
        margin-left: 25%;
    }

    #ow-container .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    #ow-container .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    #ow-container .offset-xxl-6 {
        margin-left: 50%;
    }

    #ow-container .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    #ow-container .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    #ow-container .offset-xxl-9 {
        margin-left: 75%;
    }

    #ow-container .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    #ow-container .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    #ow-container .g-xxl-0,
    #ow-container .gx-xxl-0 {
        --ow-bs-gutter-x: 0;
    }

    #ow-container .g-xxl-0,
    #ow-container .gy-xxl-0 {
        --ow-bs-gutter-y: 0;
    }

    #ow-container .g-xxl-1,
    #ow-container .gx-xxl-1 {
        --ow-bs-gutter-x: 0.25rem;
    }

    #ow-container .g-xxl-1,
    #ow-container .gy-xxl-1 {
        --ow-bs-gutter-y: 0.25rem;
    }

    #ow-container .g-xxl-2,
    #ow-container .gx-xxl-2 {
        --ow-bs-gutter-x: 0.5rem;
    }

    #ow-container .g-xxl-2,
    #ow-container .gy-xxl-2 {
        --ow-bs-gutter-y: 0.5rem;
    }

    #ow-container .g-xxl-3,
    #ow-container .gx-xxl-3 {
        --ow-bs-gutter-x: 1rem;
    }

    #ow-container .g-xxl-3,
    #ow-container .gy-xxl-3 {
        --ow-bs-gutter-y: 1rem;
    }

    #ow-container .g-xxl-4,
    #ow-container .gx-xxl-4 {
        --ow-bs-gutter-x: 1.5rem;
    }

    #ow-container .g-xxl-4,
    #ow-container .gy-xxl-4 {
        --ow-bs-gutter-y: 1.5rem;
    }

    #ow-container .g-xxl-5,
    #ow-container .gx-xxl-5 {
        --ow-bs-gutter-x: 3rem;
    }

    #ow-container .g-xxl-5,
    #ow-container .gy-xxl-5 {
        --ow-bs-gutter-y: 3rem;
    }
}

#ow-container .container,
#ow-container .container-fluid,
#ow-container .container-lg,
#ow-container .container-md,
#ow-container .container-sm,
#ow-container .container-xl,
#ow-container .container-xxl {
    --ow-bs-gutter-x: 1.5rem;
    --ow-bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--ow-bs-gutter-x) * 0.5);
    padding-right: calc(var(--ow-bs-gutter-x) * 0.5);
    width: 100%;
}

@media (min-width: 576px) {
    #ow-container .container,
    #ow-container .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #ow-container .container,
    #ow-container .container-md,
    #ow-container .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #ow-container .container,
    #ow-container .container-lg,
    #ow-container .container-md,
    #ow-container .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #ow-container .container,
    #ow-container .container-lg,
    #ow-container .container-md,
    #ow-container .container-sm,
    #ow-container .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #ow-container .container,
    #ow-container .container-lg,
    #ow-container .container-md,
    #ow-container .container-sm,
    #ow-container .container-xl,
    #ow-container .container-xxl {
        max-width: 1320px;
    }
}

#ow-container .clearfix:after {
    clear: both;
    content: '';
    display: block;
}

#ow-container .text-bg-primary {
    background-color: RGBA(13, 110, 253, var(--ow-bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

#ow-container .text-bg-secondary {
    background-color: RGBA(
        108,
        117,
        125,
        var(--ow-bs-bg-opacity, 1)
    ) !important;
    color: #fff !important;
}

#ow-container .text-bg-success {
    background-color: RGBA(25, 135, 84, var(--ow-bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

#ow-container .text-bg-info {
    background-color: RGBA(13, 202, 240, var(--ow-bs-bg-opacity, 1)) !important;
    color: #000 !important;
}

#ow-container .text-bg-warning {
    background-color: RGBA(255, 193, 7, var(--ow-bs-bg-opacity, 1)) !important;
    color: #000 !important;
}

#ow-container .text-bg-danger {
    background-color: RGBA(220, 53, 69, var(--ow-bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

#ow-container .text-bg-light {
    background-color: RGBA(
        248,
        249,
        250,
        var(--ow-bs-bg-opacity, 1)
    ) !important;
    color: #000 !important;
}

#ow-container .text-bg-dark {
    background-color: RGBA(33, 37, 41, var(--ow-bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

#ow-container .link-primary {
    color: #0d6efd !important;
}

#ow-container .link-primary:focus,
#ow-container .link-primary:hover {
    color: #0a58ca !important;
}

#ow-container .link-secondary {
    color: #6c757d !important;
}

#ow-container .link-secondary:focus,
#ow-container .link-secondary:hover {
    color: #565e64 !important;
}

#ow-container .link-success {
    color: #198754 !important;
}

#ow-container .link-success:focus,
#ow-container .link-success:hover {
    color: #146c43 !important;
}

#ow-container .link-info {
    color: #0dcaf0 !important;
}

#ow-container .link-info:focus,
#ow-container .link-info:hover {
    color: #3dd5f3 !important;
}

#ow-container .link-warning {
    color: #ffc107 !important;
}

#ow-container .link-warning:focus,
#ow-container .link-warning:hover {
    color: #ffcd39 !important;
}

#ow-container .link-danger {
    color: #dc3545 !important;
}

#ow-container .link-danger:focus,
#ow-container .link-danger:hover {
    color: #b02a37 !important;
}

#ow-container .link-light {
    color: #f8f9fa !important;
}

#ow-container .link-light:focus,
#ow-container .link-light:hover {
    color: #f9fafb !important;
}

#ow-container .link-dark {
    color: #212529 !important;
}

#ow-container .link-dark:focus,
#ow-container .link-dark:hover {
    color: #1a1e21 !important;
}

#ow-container .ratio {
    position: relative;
    width: 100%;
}

#ow-container .ratio:before {
    content: '';
    display: block;
    padding-top: var(--ow-bs-aspect-ratio);
}

#ow-container .ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#ow-container .ratio-1x1 {
    --ow-bs-aspect-ratio: 100%;
}

#ow-container .ratio-4x3 {
    --ow-bs-aspect-ratio: 75%;
}

#ow-container .ratio-16x9 {
    --ow-bs-aspect-ratio: 56.25%;
}

#ow-container .ratio-21x9 {
    --ow-bs-aspect-ratio: 42.8571428571%;
}

#ow-container .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}

#ow-container .fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

#ow-container .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

#ow-container .sticky-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
}

@media (min-width: 576px) {
    #ow-container .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    #ow-container .sticky-sm-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    #ow-container .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    #ow-container .sticky-md-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    #ow-container .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    #ow-container .sticky-lg-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    #ow-container .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    #ow-container .sticky-xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    #ow-container .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    #ow-container .sticky-xxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020;
    }
}

#ow-container .hstack {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: row;
}

#ow-container .vstack {
    align-self: stretch;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

#ow-container .visually-hidden,
#ow-container .visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

#ow-container .stretched-link:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#ow-container .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ow-container .vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: 0.25;
    width: 1px;
}

#ow-container .align-baseline {
    vertical-align: baseline !important;
}

#ow-container .align-top {
    vertical-align: top !important;
}

#ow-container .align-middle {
    vertical-align: middle !important;
}

#ow-container .align-bottom {
    vertical-align: bottom !important;
}

#ow-container .align-text-bottom {
    vertical-align: text-bottom !important;
}

#ow-container .align-text-top {
    vertical-align: text-top !important;
}

#ow-container .float-start {
    float: left !important;
}

#ow-container .float-end {
    float: right !important;
}

#ow-container .float-none {
    float: none !important;
}

#ow-container .opacity-0 {
    opacity: 0 !important;
}

#ow-container .opacity-25 {
    opacity: 0.25 !important;
}

#ow-container .opacity-50 {
    opacity: 0.5 !important;
}

#ow-container .opacity-75 {
    opacity: 0.75 !important;
}

#ow-container .opacity-100 {
    opacity: 1 !important;
}

#ow-container .overflow-auto {
    overflow: auto !important;
}

#ow-container .overflow-hidden {
    overflow: hidden !important;
}

#ow-container .overflow-visible {
    overflow: visible !important;
}

#ow-container .overflow-scroll {
    overflow: scroll !important;
}

#ow-container .d-inline {
    display: inline !important;
}

#ow-container .d-inline-block {
    display: inline-block !important;
}

#ow-container .d-block {
    display: block !important;
}

#ow-container .d-grid {
    display: grid !important;
}

#ow-container .d-table {
    display: table !important;
}

#ow-container .d-table-row {
    display: table-row !important;
}

#ow-container .d-table-cell {
    display: table-cell !important;
}

#ow-container .d-flex {
    display: flex !important;
}

#ow-container .d-inline-flex {
    display: inline-flex !important;
}

#ow-container .d-none {
    display: none !important;
}

#ow-container .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#ow-container .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#ow-container .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

#ow-container .shadow-none {
    box-shadow: none !important;
}

#ow-container .position-static {
    position: static !important;
}

#ow-container .position-relative {
    position: relative !important;
}

#ow-container .position-absolute {
    position: absolute !important;
}

#ow-container .position-fixed {
    position: fixed !important;
}

#ow-container .position-sticky {
    position: sticky !important;
}

#ow-container .top-0 {
    top: 0 !important;
}

#ow-container .top-50 {
    top: 50% !important;
}

#ow-container .top-100 {
    top: 100% !important;
}

#ow-container .bottom-0 {
    bottom: 0 !important;
}

#ow-container .bottom-50 {
    bottom: 50% !important;
}

#ow-container .bottom-100 {
    bottom: 100% !important;
}

#ow-container .start-0 {
    left: 0 !important;
}

#ow-container .start-50 {
    left: 50% !important;
}

#ow-container .start-100 {
    left: 100% !important;
}

#ow-container .end-0 {
    right: 0 !important;
}

#ow-container .end-50 {
    right: 50% !important;
}

#ow-container .end-100 {
    right: 100% !important;
}

#ow-container .translate-middle {
    transform: translate(-50%, -50%) !important;
}

#ow-container .translate-middle-x {
    transform: translateX(-50%) !important;
}

#ow-container .translate-middle-y {
    transform: translateY(-50%) !important;
}

#ow-container .border {
    border: var(--ow-bs-border-width) var(--ow-bs-border-style)
        var(--ow-bs-border-color) !important;
}

#ow-container .border-0 {
    border: 0 !important;
}

#ow-container .border-top {
    border-top: var(--ow-bs-border-width) var(--ow-bs-border-style)
        var(--ow-bs-border-color) !important;
}

#ow-container .border-top-0 {
    border-top: 0 !important;
}

#ow-container .border-end {
    border-right: var(--ow-bs-border-width) var(--ow-bs-border-style)
        var(--ow-bs-border-color) !important;
}

#ow-container .border-end-0 {
    border-right: 0 !important;
}

#ow-container .border-bottom {
    border-bottom: var(--ow-bs-border-width) var(--ow-bs-border-style)
        var(--ow-bs-border-color) !important;
}

#ow-container .border-bottom-0 {
    border-bottom: 0 !important;
}

#ow-container .border-start {
    border-left: var(--ow-bs-border-width) var(--ow-bs-border-style)
        var(--ow-bs-border-color) !important;
}

#ow-container .border-start-0 {
    border-left: 0 !important;
}

#ow-container .border-primary {
    --ow-bs-border-opacity: 1;
    border-color: rgba(
        var(--ow-bs-primary-rgb),
        var(--ow-bs-border-opacity)
    ) !important;
}

#ow-container .border-secondary {
    --ow-bs-border-opacity: 1;
    border-color: rgba(
        var(--ow-bs-secondary-rgb),
        var(--ow-bs-border-opacity)
    ) !important;
}

#ow-container .border-success {
    --ow-bs-border-opacity: 1;
    border-color: rgba(
        var(--ow-bs-success-rgb),
        var(--ow-bs-border-opacity)
    ) !important;
}

#ow-container .border-info {
    --ow-bs-border-opacity: 1;
    border-color: rgba(
        var(--ow-bs-info-rgb),
        var(--ow-bs-border-opacity)
    ) !important;
}

#ow-container .border-warning {
    --ow-bs-border-opacity: 1;
    border-color: rgba(
        var(--ow-bs-warning-rgb),
        var(--ow-bs-border-opacity)
    ) !important;
}

#ow-container .border-danger {
    --ow-bs-border-opacity: 1;
    border-color: rgba(
        var(--ow-bs-danger-rgb),
        var(--ow-bs-border-opacity)
    ) !important;
}

#ow-container .border-light {
    --ow-bs-border-opacity: 1;
    border-color: rgba(
        var(--ow-bs-light-rgb),
        var(--ow-bs-border-opacity)
    ) !important;
}

#ow-container .border-dark {
    --ow-bs-border-opacity: 1;
    border-color: rgba(
        var(--ow-bs-dark-rgb),
        var(--ow-bs-border-opacity)
    ) !important;
}

#ow-container .border-white {
    --ow-bs-border-opacity: 1;
    border-color: rgba(
        var(--ow-bs-white-rgb),
        var(--ow-bs-border-opacity)
    ) !important;
}

#ow-container .border-1 {
    --ow-bs-border-width: 1px;
}

#ow-container .border-2 {
    --ow-bs-border-width: 2px;
}

#ow-container .border-3 {
    --ow-bs-border-width: 3px;
}

#ow-container .border-4 {
    --ow-bs-border-width: 4px;
}

#ow-container .border-5 {
    --ow-bs-border-width: 5px;
}

#ow-container .border-opacity-10 {
    --ow-bs-border-opacity: 0.1;
}

#ow-container .border-opacity-25 {
    --ow-bs-border-opacity: 0.25;
}

#ow-container .border-opacity-50 {
    --ow-bs-border-opacity: 0.5;
}

#ow-container .border-opacity-75 {
    --ow-bs-border-opacity: 0.75;
}

#ow-container .border-opacity-100 {
    --ow-bs-border-opacity: 1;
}

#ow-container .w-25 {
    width: 25% !important;
}

#ow-container .w-50 {
    width: 50% !important;
}

#ow-container .w-75 {
    width: 75% !important;
}

#ow-container .w-100 {
    width: 100% !important;
}

#ow-container .w-auto {
    width: auto !important;
}

#ow-container .mw-100 {
    max-width: 100% !important;
}

#ow-container .vw-100 {
    width: 100vw !important;
}

#ow-container .min-vw-100 {
    min-width: 100vw !important;
}

#ow-container .h-25 {
    height: 25% !important;
}

#ow-container .h-50 {
    height: 50% !important;
}

#ow-container .h-75 {
    height: 75% !important;
}

#ow-container .h-100 {
    height: 100% !important;
}

#ow-container .h-auto {
    height: auto !important;
}

#ow-container .mh-100 {
    max-height: 100% !important;
}

#ow-container .vh-100 {
    height: 100vh !important;
}

#ow-container .min-vh-100 {
    min-height: 100vh !important;
}

#ow-container .flex-fill {
    flex: 1 1 auto !important;
}

#ow-container .flex-row {
    flex-direction: row !important;
}

#ow-container .flex-column {
    flex-direction: column !important;
}

#ow-container .flex-row-reverse {
    flex-direction: row-reverse !important;
}

#ow-container .flex-column-reverse {
    flex-direction: column-reverse !important;
}

#ow-container .flex-grow-0 {
    flex-grow: 0 !important;
}

#ow-container .flex-grow-1 {
    flex-grow: 1 !important;
}

#ow-container .flex-shrink-0 {
    flex-shrink: 0 !important;
}

#ow-container .flex-shrink-1 {
    flex-shrink: 1 !important;
}

#ow-container .flex-wrap {
    flex-wrap: wrap !important;
}

#ow-container .flex-nowrap {
    flex-wrap: nowrap !important;
}

#ow-container .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

#ow-container .justify-content-start {
    justify-content: flex-start !important;
}

#ow-container .justify-content-end {
    justify-content: flex-end !important;
}

#ow-container .justify-content-center {
    justify-content: center !important;
}

#ow-container .justify-content-between {
    justify-content: space-between !important;
}

#ow-container .justify-content-around {
    justify-content: space-around !important;
}

#ow-container .justify-content-evenly {
    justify-content: space-evenly !important;
}

#ow-container .align-items-start {
    align-items: flex-start !important;
}

#ow-container .align-items-end {
    align-items: flex-end !important;
}

#ow-container .align-items-center {
    align-items: center !important;
}

#ow-container .align-items-baseline {
    align-items: baseline !important;
}

#ow-container .align-items-stretch {
    align-items: stretch !important;
}

#ow-container .align-content-start {
    align-content: flex-start !important;
}

#ow-container .align-content-end {
    align-content: flex-end !important;
}

#ow-container .align-content-center {
    align-content: center !important;
}

#ow-container .align-content-between {
    align-content: space-between !important;
}

#ow-container .align-content-around {
    align-content: space-around !important;
}

#ow-container .align-content-stretch {
    align-content: stretch !important;
}

#ow-container .align-self-auto {
    align-self: auto !important;
}

#ow-container .align-self-start {
    align-self: flex-start !important;
}

#ow-container .align-self-end {
    align-self: flex-end !important;
}

#ow-container .align-self-center {
    align-self: center !important;
}

#ow-container .align-self-baseline {
    align-self: baseline !important;
}

#ow-container .align-self-stretch {
    align-self: stretch !important;
}

#ow-container .order-first {
    order: -1 !important;
}

#ow-container .order-0 {
    order: 0 !important;
}

#ow-container .order-1 {
    order: 1 !important;
}

#ow-container .order-2 {
    order: 2 !important;
}

#ow-container .order-3 {
    order: 3 !important;
}

#ow-container .order-4 {
    order: 4 !important;
}

#ow-container .order-5 {
    order: 5 !important;
}

#ow-container .order-last {
    order: 6 !important;
}

#ow-container .m-0 {
    margin: 0 !important;
}

#ow-container .m-1 {
    margin: 0.25rem !important;
}

#ow-container .m-2 {
    margin: 0.5rem !important;
}

#ow-container .m-3 {
    margin: 1rem !important;
}

#ow-container .m-4 {
    margin: 1.5rem !important;
}

#ow-container .m-5 {
    margin: 3rem !important;
}

#ow-container .m-auto {
    margin: auto !important;
}

#ow-container .mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#ow-container .mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

#ow-container .mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

#ow-container .mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

#ow-container .mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

#ow-container .mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

#ow-container .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

#ow-container .my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#ow-container .my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
}

#ow-container .my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}

#ow-container .my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

#ow-container .my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}

#ow-container .my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}

#ow-container .my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

#ow-container .mt-0 {
    margin-top: 0 !important;
}

#ow-container .mt-1 {
    margin-top: 0.25rem !important;
}

#ow-container .mt-2 {
    margin-top: 0.5rem !important;
}

#ow-container .mt-3 {
    margin-top: 1rem !important;
}

#ow-container .mt-4 {
    margin-top: 1.5rem !important;
}

#ow-container .mt-5 {
    margin-top: 3rem !important;
}

#ow-container .mt-auto {
    margin-top: auto !important;
}

#ow-container .me-0 {
    margin-right: 0 !important;
}

#ow-container .me-1 {
    margin-right: 0.25rem !important;
}

#ow-container .me-2 {
    margin-right: 0.5rem !important;
}

#ow-container .me-3 {
    margin-right: 1rem !important;
}

#ow-container .me-4 {
    margin-right: 1.5rem !important;
}

#ow-container .me-5 {
    margin-right: 3rem !important;
}

#ow-container .me-auto {
    margin-right: auto !important;
}

#ow-container .mb-0 {
    margin-bottom: 0 !important;
}

#ow-container .mb-1 {
    margin-bottom: 0.25rem !important;
}

#ow-container .mb-2 {
    margin-bottom: 0.5rem !important;
}

#ow-container .mb-3 {
    margin-bottom: 1rem !important;
}

#ow-container .mb-4 {
    margin-bottom: 1.5rem !important;
}

#ow-container .mb-5 {
    margin-bottom: 3rem !important;
}

#ow-container .mb-auto {
    margin-bottom: auto !important;
}

#ow-container .ms-0 {
    margin-left: 0 !important;
}

#ow-container .ms-1 {
    margin-left: 0.25rem !important;
}

#ow-container .ms-2 {
    margin-left: 0.5rem !important;
}

#ow-container .ms-3 {
    margin-left: 1rem !important;
}

#ow-container .ms-4 {
    margin-left: 1.5rem !important;
}

#ow-container .ms-5 {
    margin-left: 3rem !important;
}

#ow-container .ms-auto {
    margin-left: auto !important;
}

#ow-container .p-0 {
    padding: 0 !important;
}

#ow-container .p-1 {
    padding: 0.25rem !important;
}

#ow-container .p-2 {
    padding: 0.5rem !important;
}

#ow-container .p-3 {
    padding: 1rem !important;
}

#ow-container .p-4 {
    padding: 1.5rem !important;
}

#ow-container .p-5 {
    padding: 3rem !important;
}

#ow-container .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#ow-container .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

#ow-container .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

#ow-container .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#ow-container .px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

#ow-container .px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

#ow-container .py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

#ow-container .py-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}

#ow-container .py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

#ow-container .py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

#ow-container .py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

#ow-container .py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

#ow-container .pt-0 {
    padding-top: 0 !important;
}

#ow-container .pt-1 {
    padding-top: 0.25rem !important;
}

#ow-container .pt-2 {
    padding-top: 0.5rem !important;
}

#ow-container .pt-3 {
    padding-top: 1rem !important;
}

#ow-container .pt-4 {
    padding-top: 1.5rem !important;
}

#ow-container .pt-5 {
    padding-top: 3rem !important;
}

#ow-container .pe-0 {
    padding-right: 0 !important;
}

#ow-container .pe-1 {
    padding-right: 0.25rem !important;
}

#ow-container .pe-2 {
    padding-right: 0.5rem !important;
}

#ow-container .pe-3 {
    padding-right: 1rem !important;
}

#ow-container .pe-4 {
    padding-right: 1.5rem !important;
}

#ow-container .pe-5 {
    padding-right: 3rem !important;
}

#ow-container .pb-0 {
    padding-bottom: 0 !important;
}

#ow-container .pb-1 {
    padding-bottom: 0.25rem !important;
}

#ow-container .pb-2 {
    padding-bottom: 0.5rem !important;
}

#ow-container .pb-3 {
    padding-bottom: 1rem !important;
}

#ow-container .pb-4 {
    padding-bottom: 1.5rem !important;
}

#ow-container .pb-5 {
    padding-bottom: 3rem !important;
}

#ow-container .ps-0 {
    padding-left: 0 !important;
}

#ow-container .ps-1 {
    padding-left: 0.25rem !important;
}

#ow-container .ps-2 {
    padding-left: 0.5rem !important;
}

#ow-container .ps-3 {
    padding-left: 1rem !important;
}

#ow-container .ps-4 {
    padding-left: 1.5rem !important;
}

#ow-container .ps-5 {
    padding-left: 3rem !important;
}

#ow-container .gap-0 {
    gap: 0 !important;
}

#ow-container .gap-1 {
    gap: 0.25rem !important;
}

#ow-container .gap-2 {
    gap: 0.5rem !important;
}

#ow-container .gap-3 {
    gap: 1rem !important;
}

#ow-container .gap-4 {
    gap: 1.5rem !important;
}

#ow-container .gap-5 {
    gap: 3rem !important;
}

#ow-container .font-monospace {
    font-family: var(--ow-bs-font-monospace) !important;
}

#ow-container .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

#ow-container .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

#ow-container .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

#ow-container .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

#ow-container .fs-5 {
    font-size: 1.25rem !important;
}

#ow-container .fs-6 {
    font-size: 1rem !important;
}

#ow-container .fst-italic {
    font-style: italic !important;
}

#ow-container .fst-normal {
    font-style: normal !important;
}

#ow-container .fw-light {
    font-weight: 300 !important;
}

#ow-container .fw-lighter {
    font-weight: lighter !important;
}

#ow-container .fw-normal {
    font-weight: 400 !important;
}

#ow-container .fw-bold {
    font-weight: 700 !important;
}

#ow-container .fw-semibold {
    font-weight: 600 !important;
}

#ow-container .fw-bolder {
    font-weight: bolder !important;
}

#ow-container .lh-1 {
    line-height: 1 !important;
}

#ow-container .lh-sm {
    line-height: 1.25 !important;
}

#ow-container .lh-base {
    line-height: 1.5 !important;
}

#ow-container .lh-lg {
    line-height: 2 !important;
}

#ow-container .text-start {
    text-align: left !important;
}

#ow-container .text-end {
    text-align: right !important;
}

#ow-container .text-center {
    text-align: center !important;
}

#ow-container .text-decoration-none {
    text-decoration: none !important;
}

#ow-container .text-decoration-underline {
    text-decoration: underline !important;
}

#ow-container .text-decoration-line-through {
    text-decoration: line-through !important;
}

#ow-container .text-lowercase {
    text-transform: lowercase !important;
}

#ow-container .text-uppercase {
    text-transform: uppercase !important;
}

#ow-container .text-capitalize {
    text-transform: capitalize !important;
}

#ow-container .text-wrap {
    white-space: normal !important;
}

#ow-container .text-nowrap {
    white-space: nowrap !important;
}

#ow-container .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

#ow-container .text-primary {
    --ow-bs-text-opacity: 1;
    color: rgba(var(--ow-bs-primary-rgb), var(--ow-bs-text-opacity)) !important;
}

#ow-container .text-secondary {
    --ow-bs-text-opacity: 1;
    color: rgba(
        var(--ow-bs-secondary-rgb),
        var(--ow-bs-text-opacity)
    ) !important;
}

#ow-container .text-success {
    --ow-bs-text-opacity: 1;
    color: rgba(var(--ow-bs-success-rgb), var(--ow-bs-text-opacity)) !important;
}

#ow-container .text-info {
    --ow-bs-text-opacity: 1;
    color: rgba(var(--ow-bs-info-rgb), var(--ow-bs-text-opacity)) !important;
}

#ow-container .text-warning {
    --ow-bs-text-opacity: 1;
    color: rgba(var(--ow-bs-warning-rgb), var(--ow-bs-text-opacity)) !important;
}

#ow-container .text-danger {
    --ow-bs-text-opacity: 1;
    color: rgba(var(--ow-bs-danger-rgb), var(--ow-bs-text-opacity)) !important;
}

#ow-container .text-light {
    --ow-bs-text-opacity: 1;
    color: rgba(var(--ow-bs-light-rgb), var(--ow-bs-text-opacity)) !important;
}

#ow-container .text-dark {
    --ow-bs-text-opacity: 1;
    color: rgba(var(--ow-bs-dark-rgb), var(--ow-bs-text-opacity)) !important;
}

#ow-container .text-black {
    --ow-bs-text-opacity: 1;
    color: rgba(var(--ow-bs-black-rgb), var(--ow-bs-text-opacity)) !important;
}

#ow-container .text-white {
    --ow-bs-text-opacity: 1;
    color: rgba(var(--ow-bs-white-rgb), var(--ow-bs-text-opacity)) !important;
}

#ow-container .text-body {
    --ow-bs-text-opacity: 1;
    color: rgba(
        var(--ow-bs-body-color-rgb),
        var(--ow-bs-text-opacity)
    ) !important;
}

#ow-container .text-muted {
    --ow-bs-text-opacity: 1;
    color: #6c757d !important;
}

#ow-container .text-black-50 {
    --ow-bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

#ow-container .text-white-50 {
    --ow-bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}

#ow-container .text-reset {
    --ow-bs-text-opacity: 1;
    color: inherit !important;
}

#ow-container .text-opacity-25 {
    --ow-bs-text-opacity: 0.25;
}

#ow-container .text-opacity-50 {
    --ow-bs-text-opacity: 0.5;
}

#ow-container .text-opacity-75 {
    --ow-bs-text-opacity: 0.75;
}

#ow-container .text-opacity-100 {
    --ow-bs-text-opacity: 1;
}

#ow-container .bg-primary {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-primary-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-secondary {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-secondary-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-success {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-success-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-info {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-info-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-warning {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-warning-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-danger {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-danger-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-light {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-light-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-dark {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-dark-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-black {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-black-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-white {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-white-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-body {
    --ow-bs-bg-opacity: 1;
    background-color: rgba(
        var(--ow-bs-body-bg-rgb),
        var(--ow-bs-bg-opacity)
    ) !important;
}

#ow-container .bg-transparent {
    --ow-bs-bg-opacity: 1;
    background-color: transparent !important;
}

#ow-container .bg-opacity-10 {
    --ow-bs-bg-opacity: 0.1;
}

#ow-container .bg-opacity-25 {
    --ow-bs-bg-opacity: 0.25;
}

#ow-container .bg-opacity-50 {
    --ow-bs-bg-opacity: 0.5;
}

#ow-container .bg-opacity-75 {
    --ow-bs-bg-opacity: 0.75;
}

#ow-container .bg-opacity-100 {
    --ow-bs-bg-opacity: 1;
}

#ow-container .bg-gradient {
    background-image: var(--ow-bs-gradient) !important;
}

#ow-container .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

#ow-container .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}

#ow-container .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

#ow-container .pe-none {
    pointer-events: none !important;
}

#ow-container .pe-auto {
    pointer-events: auto !important;
}

#ow-container .rounded {
    border-radius: var(--ow-bs-border-radius) !important;
}

#ow-container .rounded-0 {
    border-radius: 0 !important;
}

#ow-container .rounded-1 {
    border-radius: var(--ow-bs-border-radius-sm) !important;
}

#ow-container .rounded-2 {
    border-radius: var(--ow-bs-border-radius) !important;
}

#ow-container .rounded-3 {
    border-radius: var(--ow-bs-border-radius-lg) !important;
}

#ow-container .rounded-4 {
    border-radius: var(--ow-bs-border-radius-xl) !important;
}

#ow-container .rounded-5 {
    border-radius: var(--ow-bs-border-radius-2xl) !important;
}

#ow-container .rounded-circle {
    border-radius: 50% !important;
}

#ow-container .rounded-pill {
    border-radius: var(--ow-bs-border-radius-pill) !important;
}

#ow-container .rounded-top-0 {
    border-radius: 0 !important;
}

#ow-container .rounded-top-1 {
    border-radius: var(--ow-bs-border-radius-sm) var(--ow-bs-border-radius-sm) 0
        0 !important;
}

#ow-container .rounded-top-2 {
    border-radius: var(--ow-bs-border-radius) var(--ow-bs-border-radius) 0 0 !important;
}

#ow-container .rounded-top-3 {
    border-radius: var(--ow-bs-border-radius-lg) var(--ow-bs-border-radius-lg) 0
        0 !important;
}

#ow-container .rounded-top-4 {
    border-radius: var(--ow-bs-border-radius-xl) var(--ow-bs-border-radius-xl) 0
        0 !important;
}

#ow-container .rounded-top-5 {
    border-radius: var(--ow-bs-border-radius-2xl) var(--ow-bs-border-radius-2xl)
        0 0 !important;
}

#ow-container .rounded-end {
    border-bottom-right-radius: var(--ow-bs-border-radius) !important;
    border-top-right-radius: var(--ow-bs-border-radius) !important;
}

#ow-container .rounded-bottom-0 {
    border-radius: 0 !important;
}

#ow-container .rounded-bottom-1 {
    border-radius: 0 0 var(--ow-bs-border-radius-sm)
        var(--ow-bs-border-radius-sm) !important;
}

#ow-container .rounded-bottom-2 {
    border-radius: 0 0 var(--ow-bs-border-radius) var(--ow-bs-border-radius) !important;
}

#ow-container .rounded-bottom-3 {
    border-radius: 0 0 var(--ow-bs-border-radius-lg)
        var(--ow-bs-border-radius-lg) !important;
}

#ow-container .rounded-bottom-4 {
    border-radius: 0 0 var(--ow-bs-border-radius-xl)
        var(--ow-bs-border-radius-xl) !important;
}

#ow-container .rounded-bottom-5 {
    border-radius: 0 0 var(--ow-bs-border-radius-2xl)
        var(--ow-bs-border-radius-2xl) !important;
}

#ow-container .rounded-start {
    border-bottom-left-radius: var(--ow-bs-border-radius) !important;
    border-top-left-radius: var(--ow-bs-border-radius) !important;
}

#ow-container .visible {
    visibility: visible !important;
}

#ow-container .invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    #ow-container .float-sm-start {
        float: left !important;
    }

    #ow-container .float-sm-end {
        float: right !important;
    }

    #ow-container .float-sm-none {
        float: none !important;
    }

    #ow-container .d-sm-inline {
        display: inline !important;
    }

    #ow-container .d-sm-inline-block {
        display: inline-block !important;
    }

    #ow-container .d-sm-block {
        display: block !important;
    }

    #ow-container .d-sm-grid {
        display: grid !important;
    }

    #ow-container .d-sm-table {
        display: table !important;
    }

    #ow-container .d-sm-table-row {
        display: table-row !important;
    }

    #ow-container .d-sm-table-cell {
        display: table-cell !important;
    }

    #ow-container .d-sm-flex {
        display: flex !important;
    }

    #ow-container .d-sm-inline-flex {
        display: inline-flex !important;
    }

    #ow-container .d-sm-none {
        display: none !important;
    }

    #ow-container .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    #ow-container .flex-sm-row {
        flex-direction: row !important;
    }

    #ow-container .flex-sm-column {
        flex-direction: column !important;
    }

    #ow-container .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    #ow-container .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    #ow-container .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    #ow-container .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    #ow-container .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    #ow-container .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    #ow-container .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    #ow-container .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    #ow-container .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #ow-container .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    #ow-container .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    #ow-container .justify-content-sm-center {
        justify-content: center !important;
    }

    #ow-container .justify-content-sm-between {
        justify-content: space-between !important;
    }

    #ow-container .justify-content-sm-around {
        justify-content: space-around !important;
    }

    #ow-container .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    #ow-container .align-items-sm-start {
        align-items: flex-start !important;
    }

    #ow-container .align-items-sm-end {
        align-items: flex-end !important;
    }

    #ow-container .align-items-sm-center {
        align-items: center !important;
    }

    #ow-container .align-items-sm-baseline {
        align-items: baseline !important;
    }

    #ow-container .align-items-sm-stretch {
        align-items: stretch !important;
    }

    #ow-container .align-content-sm-start {
        align-content: flex-start !important;
    }

    #ow-container .align-content-sm-end {
        align-content: flex-end !important;
    }

    #ow-container .align-content-sm-center {
        align-content: center !important;
    }

    #ow-container .align-content-sm-between {
        align-content: space-between !important;
    }

    #ow-container .align-content-sm-around {
        align-content: space-around !important;
    }

    #ow-container .align-content-sm-stretch {
        align-content: stretch !important;
    }

    #ow-container .align-self-sm-auto {
        align-self: auto !important;
    }

    #ow-container .align-self-sm-start {
        align-self: flex-start !important;
    }

    #ow-container .align-self-sm-end {
        align-self: flex-end !important;
    }

    #ow-container .align-self-sm-center {
        align-self: center !important;
    }

    #ow-container .align-self-sm-baseline {
        align-self: baseline !important;
    }

    #ow-container .align-self-sm-stretch {
        align-self: stretch !important;
    }

    #ow-container .order-sm-first {
        order: -1 !important;
    }

    #ow-container .order-sm-0 {
        order: 0 !important;
    }

    #ow-container .order-sm-1 {
        order: 1 !important;
    }

    #ow-container .order-sm-2 {
        order: 2 !important;
    }

    #ow-container .order-sm-3 {
        order: 3 !important;
    }

    #ow-container .order-sm-4 {
        order: 4 !important;
    }

    #ow-container .order-sm-5 {
        order: 5 !important;
    }

    #ow-container .order-sm-last {
        order: 6 !important;
    }

    #ow-container .m-sm-0 {
        margin: 0 !important;
    }

    #ow-container .m-sm-1 {
        margin: 0.25rem !important;
    }

    #ow-container .m-sm-2 {
        margin: 0.5rem !important;
    }

    #ow-container .m-sm-3 {
        margin: 1rem !important;
    }

    #ow-container .m-sm-4 {
        margin: 1.5rem !important;
    }

    #ow-container .m-sm-5 {
        margin: 3rem !important;
    }

    #ow-container .m-sm-auto {
        margin: auto !important;
    }

    #ow-container .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #ow-container .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    #ow-container .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    #ow-container .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    #ow-container .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    #ow-container .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    #ow-container .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #ow-container .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #ow-container .my-sm-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }

    #ow-container .my-sm-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    #ow-container .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    #ow-container .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }

    #ow-container .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }

    #ow-container .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }

    #ow-container .mt-sm-0 {
        margin-top: 0 !important;
    }

    #ow-container .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    #ow-container .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    #ow-container .mt-sm-3 {
        margin-top: 1rem !important;
    }

    #ow-container .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    #ow-container .mt-sm-5 {
        margin-top: 3rem !important;
    }

    #ow-container .mt-sm-auto {
        margin-top: auto !important;
    }

    #ow-container .me-sm-0 {
        margin-right: 0 !important;
    }

    #ow-container .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    #ow-container .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    #ow-container .me-sm-3 {
        margin-right: 1rem !important;
    }

    #ow-container .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    #ow-container .me-sm-5 {
        margin-right: 3rem !important;
    }

    #ow-container .me-sm-auto {
        margin-right: auto !important;
    }

    #ow-container .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    #ow-container .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    #ow-container .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    #ow-container .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    #ow-container .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    #ow-container .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    #ow-container .mb-sm-auto {
        margin-bottom: auto !important;
    }

    #ow-container .ms-sm-0 {
        margin-left: 0 !important;
    }

    #ow-container .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    #ow-container .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    #ow-container .ms-sm-3 {
        margin-left: 1rem !important;
    }

    #ow-container .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    #ow-container .ms-sm-5 {
        margin-left: 3rem !important;
    }

    #ow-container .ms-sm-auto {
        margin-left: auto !important;
    }

    #ow-container .p-sm-0 {
        padding: 0 !important;
    }

    #ow-container .p-sm-1 {
        padding: 0.25rem !important;
    }

    #ow-container .p-sm-2 {
        padding: 0.5rem !important;
    }

    #ow-container .p-sm-3 {
        padding: 1rem !important;
    }

    #ow-container .p-sm-4 {
        padding: 1.5rem !important;
    }

    #ow-container .p-sm-5 {
        padding: 3rem !important;
    }

    #ow-container .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ow-container .px-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    #ow-container .px-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    #ow-container .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #ow-container .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    #ow-container .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    #ow-container .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #ow-container .py-sm-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }

    #ow-container .py-sm-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    #ow-container .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    #ow-container .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    #ow-container .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }

    #ow-container .pt-sm-0 {
        padding-top: 0 !important;
    }

    #ow-container .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    #ow-container .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    #ow-container .pt-sm-3 {
        padding-top: 1rem !important;
    }

    #ow-container .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    #ow-container .pt-sm-5 {
        padding-top: 3rem !important;
    }

    #ow-container .pe-sm-0 {
        padding-right: 0 !important;
    }

    #ow-container .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    #ow-container .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    #ow-container .pe-sm-3 {
        padding-right: 1rem !important;
    }

    #ow-container .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    #ow-container .pe-sm-5 {
        padding-right: 3rem !important;
    }

    #ow-container .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    #ow-container .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    #ow-container .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    #ow-container .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    #ow-container .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    #ow-container .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    #ow-container .ps-sm-0 {
        padding-left: 0 !important;
    }

    #ow-container .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    #ow-container .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    #ow-container .ps-sm-3 {
        padding-left: 1rem !important;
    }

    #ow-container .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    #ow-container .ps-sm-5 {
        padding-left: 3rem !important;
    }

    #ow-container .gap-sm-0 {
        gap: 0 !important;
    }

    #ow-container .gap-sm-1 {
        gap: 0.25rem !important;
    }

    #ow-container .gap-sm-2 {
        gap: 0.5rem !important;
    }

    #ow-container .gap-sm-3 {
        gap: 1rem !important;
    }

    #ow-container .gap-sm-4 {
        gap: 1.5rem !important;
    }

    #ow-container .gap-sm-5 {
        gap: 3rem !important;
    }

    #ow-container .text-sm-start {
        text-align: left !important;
    }

    #ow-container .text-sm-end {
        text-align: right !important;
    }

    #ow-container .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    #ow-container .float-md-start {
        float: left !important;
    }

    #ow-container .float-md-end {
        float: right !important;
    }

    #ow-container .float-md-none {
        float: none !important;
    }

    #ow-container .d-md-inline {
        display: inline !important;
    }

    #ow-container .d-md-inline-block {
        display: inline-block !important;
    }

    #ow-container .d-md-block {
        display: block !important;
    }

    #ow-container .d-md-grid {
        display: grid !important;
    }

    #ow-container .d-md-table {
        display: table !important;
    }

    #ow-container .d-md-table-row {
        display: table-row !important;
    }

    #ow-container .d-md-table-cell {
        display: table-cell !important;
    }

    #ow-container .d-md-flex {
        display: flex !important;
    }

    #ow-container .d-md-inline-flex {
        display: inline-flex !important;
    }

    #ow-container .d-md-none {
        display: none !important;
    }

    #ow-container .flex-md-fill {
        flex: 1 1 auto !important;
    }

    #ow-container .flex-md-row {
        flex-direction: row !important;
    }

    #ow-container .flex-md-column {
        flex-direction: column !important;
    }

    #ow-container .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    #ow-container .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    #ow-container .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    #ow-container .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    #ow-container .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    #ow-container .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    #ow-container .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    #ow-container .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    #ow-container .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #ow-container .justify-content-md-start {
        justify-content: flex-start !important;
    }

    #ow-container .justify-content-md-end {
        justify-content: flex-end !important;
    }

    #ow-container .justify-content-md-center {
        justify-content: center !important;
    }

    #ow-container .justify-content-md-between {
        justify-content: space-between !important;
    }

    #ow-container .justify-content-md-around {
        justify-content: space-around !important;
    }

    #ow-container .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    #ow-container .align-items-md-start {
        align-items: flex-start !important;
    }

    #ow-container .align-items-md-end {
        align-items: flex-end !important;
    }

    #ow-container .align-items-md-center {
        align-items: center !important;
    }

    #ow-container .align-items-md-baseline {
        align-items: baseline !important;
    }

    #ow-container .align-items-md-stretch {
        align-items: stretch !important;
    }

    #ow-container .align-content-md-start {
        align-content: flex-start !important;
    }

    #ow-container .align-content-md-end {
        align-content: flex-end !important;
    }

    #ow-container .align-content-md-center {
        align-content: center !important;
    }

    #ow-container .align-content-md-between {
        align-content: space-between !important;
    }

    #ow-container .align-content-md-around {
        align-content: space-around !important;
    }

    #ow-container .align-content-md-stretch {
        align-content: stretch !important;
    }

    #ow-container .align-self-md-auto {
        align-self: auto !important;
    }

    #ow-container .align-self-md-start {
        align-self: flex-start !important;
    }

    #ow-container .align-self-md-end {
        align-self: flex-end !important;
    }

    #ow-container .align-self-md-center {
        align-self: center !important;
    }

    #ow-container .align-self-md-baseline {
        align-self: baseline !important;
    }

    #ow-container .align-self-md-stretch {
        align-self: stretch !important;
    }

    #ow-container .order-md-first {
        order: -1 !important;
    }

    #ow-container .order-md-0 {
        order: 0 !important;
    }

    #ow-container .order-md-1 {
        order: 1 !important;
    }

    #ow-container .order-md-2 {
        order: 2 !important;
    }

    #ow-container .order-md-3 {
        order: 3 !important;
    }

    #ow-container .order-md-4 {
        order: 4 !important;
    }

    #ow-container .order-md-5 {
        order: 5 !important;
    }

    #ow-container .order-md-last {
        order: 6 !important;
    }

    #ow-container .m-md-0 {
        margin: 0 !important;
    }

    #ow-container .m-md-1 {
        margin: 0.25rem !important;
    }

    #ow-container .m-md-2 {
        margin: 0.5rem !important;
    }

    #ow-container .m-md-3 {
        margin: 1rem !important;
    }

    #ow-container .m-md-4 {
        margin: 1.5rem !important;
    }

    #ow-container .m-md-5 {
        margin: 3rem !important;
    }

    #ow-container .m-md-auto {
        margin: auto !important;
    }

    #ow-container .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #ow-container .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    #ow-container .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    #ow-container .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    #ow-container .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    #ow-container .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    #ow-container .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #ow-container .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #ow-container .my-md-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }

    #ow-container .my-md-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    #ow-container .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    #ow-container .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }

    #ow-container .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }

    #ow-container .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }

    #ow-container .mt-md-0 {
        margin-top: 0 !important;
    }

    #ow-container .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    #ow-container .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    #ow-container .mt-md-3 {
        margin-top: 1rem !important;
    }

    #ow-container .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    #ow-container .mt-md-5 {
        margin-top: 3rem !important;
    }

    #ow-container .mt-md-auto {
        margin-top: auto !important;
    }

    #ow-container .me-md-0 {
        margin-right: 0 !important;
    }

    #ow-container .me-md-1 {
        margin-right: 0.25rem !important;
    }

    #ow-container .me-md-2 {
        margin-right: 0.5rem !important;
    }

    #ow-container .me-md-3 {
        margin-right: 1rem !important;
    }

    #ow-container .me-md-4 {
        margin-right: 1.5rem !important;
    }

    #ow-container .me-md-5 {
        margin-right: 3rem !important;
    }

    #ow-container .me-md-auto {
        margin-right: auto !important;
    }

    #ow-container .mb-md-0 {
        margin-bottom: 0 !important;
    }

    #ow-container .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    #ow-container .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    #ow-container .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    #ow-container .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    #ow-container .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    #ow-container .mb-md-auto {
        margin-bottom: auto !important;
    }

    #ow-container .ms-md-0 {
        margin-left: 0 !important;
    }

    #ow-container .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    #ow-container .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    #ow-container .ms-md-3 {
        margin-left: 1rem !important;
    }

    #ow-container .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    #ow-container .ms-md-5 {
        margin-left: 3rem !important;
    }

    #ow-container .ms-md-auto {
        margin-left: auto !important;
    }

    #ow-container .p-md-0 {
        padding: 0 !important;
    }

    #ow-container .p-md-1 {
        padding: 0.25rem !important;
    }

    #ow-container .p-md-2 {
        padding: 0.5rem !important;
    }

    #ow-container .p-md-3 {
        padding: 1rem !important;
    }

    #ow-container .p-md-4 {
        padding: 1.5rem !important;
    }

    #ow-container .p-md-5 {
        padding: 3rem !important;
    }

    #ow-container .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ow-container .px-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    #ow-container .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    #ow-container .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #ow-container .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    #ow-container .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    #ow-container .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #ow-container .py-md-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }

    #ow-container .py-md-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    #ow-container .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    #ow-container .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    #ow-container .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }

    #ow-container .pt-md-0 {
        padding-top: 0 !important;
    }

    #ow-container .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    #ow-container .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    #ow-container .pt-md-3 {
        padding-top: 1rem !important;
    }

    #ow-container .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    #ow-container .pt-md-5 {
        padding-top: 3rem !important;
    }

    #ow-container .pe-md-0 {
        padding-right: 0 !important;
    }

    #ow-container .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    #ow-container .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    #ow-container .pe-md-3 {
        padding-right: 1rem !important;
    }

    #ow-container .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    #ow-container .pe-md-5 {
        padding-right: 3rem !important;
    }

    #ow-container .pb-md-0 {
        padding-bottom: 0 !important;
    }

    #ow-container .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    #ow-container .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    #ow-container .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    #ow-container .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    #ow-container .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    #ow-container .ps-md-0 {
        padding-left: 0 !important;
    }

    #ow-container .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    #ow-container .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    #ow-container .ps-md-3 {
        padding-left: 1rem !important;
    }

    #ow-container .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    #ow-container .ps-md-5 {
        padding-left: 3rem !important;
    }

    #ow-container .gap-md-0 {
        gap: 0 !important;
    }

    #ow-container .gap-md-1 {
        gap: 0.25rem !important;
    }

    #ow-container .gap-md-2 {
        gap: 0.5rem !important;
    }

    #ow-container .gap-md-3 {
        gap: 1rem !important;
    }

    #ow-container .gap-md-4 {
        gap: 1.5rem !important;
    }

    #ow-container .gap-md-5 {
        gap: 3rem !important;
    }

    #ow-container .text-md-start {
        text-align: left !important;
    }

    #ow-container .text-md-end {
        text-align: right !important;
    }

    #ow-container .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    #ow-container .float-lg-start {
        float: left !important;
    }

    #ow-container .float-lg-end {
        float: right !important;
    }

    #ow-container .float-lg-none {
        float: none !important;
    }

    #ow-container .d-lg-inline {
        display: inline !important;
    }

    #ow-container .d-lg-inline-block {
        display: inline-block !important;
    }

    #ow-container .d-lg-block {
        display: block !important;
    }

    #ow-container .d-lg-grid {
        display: grid !important;
    }

    #ow-container .d-lg-table {
        display: table !important;
    }

    #ow-container .d-lg-table-row {
        display: table-row !important;
    }

    #ow-container .d-lg-table-cell {
        display: table-cell !important;
    }

    #ow-container .d-lg-flex {
        display: flex !important;
    }

    #ow-container .d-lg-inline-flex {
        display: inline-flex !important;
    }

    #ow-container .d-lg-none {
        display: none !important;
    }

    #ow-container .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    #ow-container .flex-lg-row {
        flex-direction: row !important;
    }

    #ow-container .flex-lg-column {
        flex-direction: column !important;
    }

    #ow-container .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    #ow-container .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    #ow-container .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    #ow-container .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    #ow-container .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    #ow-container .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    #ow-container .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    #ow-container .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    #ow-container .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #ow-container .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    #ow-container .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    #ow-container .justify-content-lg-center {
        justify-content: center !important;
    }

    #ow-container .justify-content-lg-between {
        justify-content: space-between !important;
    }

    #ow-container .justify-content-lg-around {
        justify-content: space-around !important;
    }

    #ow-container .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    #ow-container .align-items-lg-start {
        align-items: flex-start !important;
    }

    #ow-container .align-items-lg-end {
        align-items: flex-end !important;
    }

    #ow-container .align-items-lg-center {
        align-items: center !important;
    }

    #ow-container .align-items-lg-baseline {
        align-items: baseline !important;
    }

    #ow-container .align-items-lg-stretch {
        align-items: stretch !important;
    }

    #ow-container .align-content-lg-start {
        align-content: flex-start !important;
    }

    #ow-container .align-content-lg-end {
        align-content: flex-end !important;
    }

    #ow-container .align-content-lg-center {
        align-content: center !important;
    }

    #ow-container .align-content-lg-between {
        align-content: space-between !important;
    }

    #ow-container .align-content-lg-around {
        align-content: space-around !important;
    }

    #ow-container .align-content-lg-stretch {
        align-content: stretch !important;
    }

    #ow-container .align-self-lg-auto {
        align-self: auto !important;
    }

    #ow-container .align-self-lg-start {
        align-self: flex-start !important;
    }

    #ow-container .align-self-lg-end {
        align-self: flex-end !important;
    }

    #ow-container .align-self-lg-center {
        align-self: center !important;
    }

    #ow-container .align-self-lg-baseline {
        align-self: baseline !important;
    }

    #ow-container .align-self-lg-stretch {
        align-self: stretch !important;
    }

    #ow-container .order-lg-first {
        order: -1 !important;
    }

    #ow-container .order-lg-0 {
        order: 0 !important;
    }

    #ow-container .order-lg-1 {
        order: 1 !important;
    }

    #ow-container .order-lg-2 {
        order: 2 !important;
    }

    #ow-container .order-lg-3 {
        order: 3 !important;
    }

    #ow-container .order-lg-4 {
        order: 4 !important;
    }

    #ow-container .order-lg-5 {
        order: 5 !important;
    }

    #ow-container .order-lg-last {
        order: 6 !important;
    }

    #ow-container .m-lg-0 {
        margin: 0 !important;
    }

    #ow-container .m-lg-1 {
        margin: 0.25rem !important;
    }

    #ow-container .m-lg-2 {
        margin: 0.5rem !important;
    }

    #ow-container .m-lg-3 {
        margin: 1rem !important;
    }

    #ow-container .m-lg-4 {
        margin: 1.5rem !important;
    }

    #ow-container .m-lg-5 {
        margin: 3rem !important;
    }

    #ow-container .m-lg-auto {
        margin: auto !important;
    }

    #ow-container .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #ow-container .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    #ow-container .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    #ow-container .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    #ow-container .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    #ow-container .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    #ow-container .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #ow-container .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #ow-container .my-lg-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }

    #ow-container .my-lg-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    #ow-container .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    #ow-container .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }

    #ow-container .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }

    #ow-container .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }

    #ow-container .mt-lg-0 {
        margin-top: 0 !important;
    }

    #ow-container .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    #ow-container .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    #ow-container .mt-lg-3 {
        margin-top: 1rem !important;
    }

    #ow-container .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    #ow-container .mt-lg-5 {
        margin-top: 3rem !important;
    }

    #ow-container .mt-lg-auto {
        margin-top: auto !important;
    }

    #ow-container .me-lg-0 {
        margin-right: 0 !important;
    }

    #ow-container .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    #ow-container .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    #ow-container .me-lg-3 {
        margin-right: 1rem !important;
    }

    #ow-container .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    #ow-container .me-lg-5 {
        margin-right: 3rem !important;
    }

    #ow-container .me-lg-auto {
        margin-right: auto !important;
    }

    #ow-container .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    #ow-container .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    #ow-container .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    #ow-container .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    #ow-container .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    #ow-container .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    #ow-container .mb-lg-auto {
        margin-bottom: auto !important;
    }

    #ow-container .ms-lg-0 {
        margin-left: 0 !important;
    }

    #ow-container .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    #ow-container .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    #ow-container .ms-lg-3 {
        margin-left: 1rem !important;
    }

    #ow-container .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    #ow-container .ms-lg-5 {
        margin-left: 3rem !important;
    }

    #ow-container .ms-lg-auto {
        margin-left: auto !important;
    }

    #ow-container .p-lg-0 {
        padding: 0 !important;
    }

    #ow-container .p-lg-1 {
        padding: 0.25rem !important;
    }

    #ow-container .p-lg-2 {
        padding: 0.5rem !important;
    }

    #ow-container .p-lg-3 {
        padding: 1rem !important;
    }

    #ow-container .p-lg-4 {
        padding: 1.5rem !important;
    }

    #ow-container .p-lg-5 {
        padding: 3rem !important;
    }

    #ow-container .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ow-container .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    #ow-container .px-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    #ow-container .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #ow-container .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    #ow-container .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    #ow-container .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #ow-container .py-lg-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }

    #ow-container .py-lg-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    #ow-container .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    #ow-container .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    #ow-container .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }

    #ow-container .pt-lg-0 {
        padding-top: 0 !important;
    }

    #ow-container .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    #ow-container .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    #ow-container .pt-lg-3 {
        padding-top: 1rem !important;
    }

    #ow-container .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    #ow-container .pt-lg-5 {
        padding-top: 3rem !important;
    }

    #ow-container .pe-lg-0 {
        padding-right: 0 !important;
    }

    #ow-container .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    #ow-container .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    #ow-container .pe-lg-3 {
        padding-right: 1rem !important;
    }

    #ow-container .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    #ow-container .pe-lg-5 {
        padding-right: 3rem !important;
    }

    #ow-container .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    #ow-container .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    #ow-container .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    #ow-container .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    #ow-container .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    #ow-container .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    #ow-container .ps-lg-0 {
        padding-left: 0 !important;
    }

    #ow-container .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    #ow-container .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    #ow-container .ps-lg-3 {
        padding-left: 1rem !important;
    }

    #ow-container .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    #ow-container .ps-lg-5 {
        padding-left: 3rem !important;
    }

    #ow-container .gap-lg-0 {
        gap: 0 !important;
    }

    #ow-container .gap-lg-1 {
        gap: 0.25rem !important;
    }

    #ow-container .gap-lg-2 {
        gap: 0.5rem !important;
    }

    #ow-container .gap-lg-3 {
        gap: 1rem !important;
    }

    #ow-container .gap-lg-4 {
        gap: 1.5rem !important;
    }

    #ow-container .gap-lg-5 {
        gap: 3rem !important;
    }

    #ow-container .text-lg-start {
        text-align: left !important;
    }

    #ow-container .text-lg-end {
        text-align: right !important;
    }

    #ow-container .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    #ow-container .float-xl-start {
        float: left !important;
    }

    #ow-container .float-xl-end {
        float: right !important;
    }

    #ow-container .float-xl-none {
        float: none !important;
    }

    #ow-container .d-xl-inline {
        display: inline !important;
    }

    #ow-container .d-xl-inline-block {
        display: inline-block !important;
    }

    #ow-container .d-xl-block {
        display: block !important;
    }

    #ow-container .d-xl-grid {
        display: grid !important;
    }

    #ow-container .d-xl-table {
        display: table !important;
    }

    #ow-container .d-xl-table-row {
        display: table-row !important;
    }

    #ow-container .d-xl-table-cell {
        display: table-cell !important;
    }

    #ow-container .d-xl-flex {
        display: flex !important;
    }

    #ow-container .d-xl-inline-flex {
        display: inline-flex !important;
    }

    #ow-container .d-xl-none {
        display: none !important;
    }

    #ow-container .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    #ow-container .flex-xl-row {
        flex-direction: row !important;
    }

    #ow-container .flex-xl-column {
        flex-direction: column !important;
    }

    #ow-container .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    #ow-container .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    #ow-container .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    #ow-container .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    #ow-container .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    #ow-container .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    #ow-container .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    #ow-container .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    #ow-container .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #ow-container .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    #ow-container .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    #ow-container .justify-content-xl-center {
        justify-content: center !important;
    }

    #ow-container .justify-content-xl-between {
        justify-content: space-between !important;
    }

    #ow-container .justify-content-xl-around {
        justify-content: space-around !important;
    }

    #ow-container .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    #ow-container .align-items-xl-start {
        align-items: flex-start !important;
    }

    #ow-container .align-items-xl-end {
        align-items: flex-end !important;
    }

    #ow-container .align-items-xl-center {
        align-items: center !important;
    }

    #ow-container .align-items-xl-baseline {
        align-items: baseline !important;
    }

    #ow-container .align-items-xl-stretch {
        align-items: stretch !important;
    }

    #ow-container .align-content-xl-start {
        align-content: flex-start !important;
    }

    #ow-container .align-content-xl-end {
        align-content: flex-end !important;
    }

    #ow-container .align-content-xl-center {
        align-content: center !important;
    }

    #ow-container .align-content-xl-between {
        align-content: space-between !important;
    }

    #ow-container .align-content-xl-around {
        align-content: space-around !important;
    }

    #ow-container .align-content-xl-stretch {
        align-content: stretch !important;
    }

    #ow-container .align-self-xl-auto {
        align-self: auto !important;
    }

    #ow-container .align-self-xl-start {
        align-self: flex-start !important;
    }

    #ow-container .align-self-xl-end {
        align-self: flex-end !important;
    }

    #ow-container .align-self-xl-center {
        align-self: center !important;
    }

    #ow-container .align-self-xl-baseline {
        align-self: baseline !important;
    }

    #ow-container .align-self-xl-stretch {
        align-self: stretch !important;
    }

    #ow-container .order-xl-first {
        order: -1 !important;
    }

    #ow-container .order-xl-0 {
        order: 0 !important;
    }

    #ow-container .order-xl-1 {
        order: 1 !important;
    }

    #ow-container .order-xl-2 {
        order: 2 !important;
    }

    #ow-container .order-xl-3 {
        order: 3 !important;
    }

    #ow-container .order-xl-4 {
        order: 4 !important;
    }

    #ow-container .order-xl-5 {
        order: 5 !important;
    }

    #ow-container .order-xl-last {
        order: 6 !important;
    }

    #ow-container .m-xl-0 {
        margin: 0 !important;
    }

    #ow-container .m-xl-1 {
        margin: 0.25rem !important;
    }

    #ow-container .m-xl-2 {
        margin: 0.5rem !important;
    }

    #ow-container .m-xl-3 {
        margin: 1rem !important;
    }

    #ow-container .m-xl-4 {
        margin: 1.5rem !important;
    }

    #ow-container .m-xl-5 {
        margin: 3rem !important;
    }

    #ow-container .m-xl-auto {
        margin: auto !important;
    }

    #ow-container .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #ow-container .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    #ow-container .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    #ow-container .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    #ow-container .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    #ow-container .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    #ow-container .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #ow-container .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #ow-container .my-xl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }

    #ow-container .my-xl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    #ow-container .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    #ow-container .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }

    #ow-container .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }

    #ow-container .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }

    #ow-container .mt-xl-0 {
        margin-top: 0 !important;
    }

    #ow-container .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    #ow-container .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    #ow-container .mt-xl-3 {
        margin-top: 1rem !important;
    }

    #ow-container .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    #ow-container .mt-xl-5 {
        margin-top: 3rem !important;
    }

    #ow-container .mt-xl-auto {
        margin-top: auto !important;
    }

    #ow-container .me-xl-0 {
        margin-right: 0 !important;
    }

    #ow-container .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    #ow-container .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    #ow-container .me-xl-3 {
        margin-right: 1rem !important;
    }

    #ow-container .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    #ow-container .me-xl-5 {
        margin-right: 3rem !important;
    }

    #ow-container .me-xl-auto {
        margin-right: auto !important;
    }

    #ow-container .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    #ow-container .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    #ow-container .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    #ow-container .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    #ow-container .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    #ow-container .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    #ow-container .mb-xl-auto {
        margin-bottom: auto !important;
    }

    #ow-container .ms-xl-0 {
        margin-left: 0 !important;
    }

    #ow-container .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    #ow-container .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    #ow-container .ms-xl-3 {
        margin-left: 1rem !important;
    }

    #ow-container .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    #ow-container .ms-xl-5 {
        margin-left: 3rem !important;
    }

    #ow-container .ms-xl-auto {
        margin-left: auto !important;
    }

    #ow-container .p-xl-0 {
        padding: 0 !important;
    }

    #ow-container .p-xl-1 {
        padding: 0.25rem !important;
    }

    #ow-container .p-xl-2 {
        padding: 0.5rem !important;
    }

    #ow-container .p-xl-3 {
        padding: 1rem !important;
    }

    #ow-container .p-xl-4 {
        padding: 1.5rem !important;
    }

    #ow-container .p-xl-5 {
        padding: 3rem !important;
    }

    #ow-container .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ow-container .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    #ow-container .px-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    #ow-container .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #ow-container .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    #ow-container .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    #ow-container .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #ow-container .py-xl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }

    #ow-container .py-xl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    #ow-container .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    #ow-container .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    #ow-container .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }

    #ow-container .pt-xl-0 {
        padding-top: 0 !important;
    }

    #ow-container .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    #ow-container .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    #ow-container .pt-xl-3 {
        padding-top: 1rem !important;
    }

    #ow-container .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    #ow-container .pt-xl-5 {
        padding-top: 3rem !important;
    }

    #ow-container .pe-xl-0 {
        padding-right: 0 !important;
    }

    #ow-container .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    #ow-container .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    #ow-container .pe-xl-3 {
        padding-right: 1rem !important;
    }

    #ow-container .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    #ow-container .pe-xl-5 {
        padding-right: 3rem !important;
    }

    #ow-container .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    #ow-container .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    #ow-container .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    #ow-container .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    #ow-container .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    #ow-container .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    #ow-container .ps-xl-0 {
        padding-left: 0 !important;
    }

    #ow-container .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    #ow-container .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    #ow-container .ps-xl-3 {
        padding-left: 1rem !important;
    }

    #ow-container .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    #ow-container .ps-xl-5 {
        padding-left: 3rem !important;
    }

    #ow-container .gap-xl-0 {
        gap: 0 !important;
    }

    #ow-container .gap-xl-1 {
        gap: 0.25rem !important;
    }

    #ow-container .gap-xl-2 {
        gap: 0.5rem !important;
    }

    #ow-container .gap-xl-3 {
        gap: 1rem !important;
    }

    #ow-container .gap-xl-4 {
        gap: 1.5rem !important;
    }

    #ow-container .gap-xl-5 {
        gap: 3rem !important;
    }

    #ow-container .text-xl-start {
        text-align: left !important;
    }

    #ow-container .text-xl-end {
        text-align: right !important;
    }

    #ow-container .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    #ow-container .float-xxl-start {
        float: left !important;
    }

    #ow-container .float-xxl-end {
        float: right !important;
    }

    #ow-container .float-xxl-none {
        float: none !important;
    }

    #ow-container .d-xxl-inline {
        display: inline !important;
    }

    #ow-container .d-xxl-inline-block {
        display: inline-block !important;
    }

    #ow-container .d-xxl-block {
        display: block !important;
    }

    #ow-container .d-xxl-grid {
        display: grid !important;
    }

    #ow-container .d-xxl-table {
        display: table !important;
    }

    #ow-container .d-xxl-table-row {
        display: table-row !important;
    }

    #ow-container .d-xxl-table-cell {
        display: table-cell !important;
    }

    #ow-container .d-xxl-flex {
        display: flex !important;
    }

    #ow-container .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    #ow-container .d-xxl-none {
        display: none !important;
    }

    #ow-container .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    #ow-container .flex-xxl-row {
        flex-direction: row !important;
    }

    #ow-container .flex-xxl-column {
        flex-direction: column !important;
    }

    #ow-container .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    #ow-container .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    #ow-container .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    #ow-container .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    #ow-container .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    #ow-container .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    #ow-container .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    #ow-container .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    #ow-container .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #ow-container .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    #ow-container .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    #ow-container .justify-content-xxl-center {
        justify-content: center !important;
    }

    #ow-container .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    #ow-container .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    #ow-container .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    #ow-container .align-items-xxl-start {
        align-items: flex-start !important;
    }

    #ow-container .align-items-xxl-end {
        align-items: flex-end !important;
    }

    #ow-container .align-items-xxl-center {
        align-items: center !important;
    }

    #ow-container .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    #ow-container .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    #ow-container .align-content-xxl-start {
        align-content: flex-start !important;
    }

    #ow-container .align-content-xxl-end {
        align-content: flex-end !important;
    }

    #ow-container .align-content-xxl-center {
        align-content: center !important;
    }

    #ow-container .align-content-xxl-between {
        align-content: space-between !important;
    }

    #ow-container .align-content-xxl-around {
        align-content: space-around !important;
    }

    #ow-container .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    #ow-container .align-self-xxl-auto {
        align-self: auto !important;
    }

    #ow-container .align-self-xxl-start {
        align-self: flex-start !important;
    }

    #ow-container .align-self-xxl-end {
        align-self: flex-end !important;
    }

    #ow-container .align-self-xxl-center {
        align-self: center !important;
    }

    #ow-container .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    #ow-container .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    #ow-container .order-xxl-first {
        order: -1 !important;
    }

    #ow-container .order-xxl-0 {
        order: 0 !important;
    }

    #ow-container .order-xxl-1 {
        order: 1 !important;
    }

    #ow-container .order-xxl-2 {
        order: 2 !important;
    }

    #ow-container .order-xxl-3 {
        order: 3 !important;
    }

    #ow-container .order-xxl-4 {
        order: 4 !important;
    }

    #ow-container .order-xxl-5 {
        order: 5 !important;
    }

    #ow-container .order-xxl-last {
        order: 6 !important;
    }

    #ow-container .m-xxl-0 {
        margin: 0 !important;
    }

    #ow-container .m-xxl-1 {
        margin: 0.25rem !important;
    }

    #ow-container .m-xxl-2 {
        margin: 0.5rem !important;
    }

    #ow-container .m-xxl-3 {
        margin: 1rem !important;
    }

    #ow-container .m-xxl-4 {
        margin: 1.5rem !important;
    }

    #ow-container .m-xxl-5 {
        margin: 3rem !important;
    }

    #ow-container .m-xxl-auto {
        margin: auto !important;
    }

    #ow-container .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #ow-container .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    #ow-container .mx-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    #ow-container .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    #ow-container .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    #ow-container .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    #ow-container .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #ow-container .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #ow-container .my-xxl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }

    #ow-container .my-xxl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    #ow-container .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    #ow-container .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }

    #ow-container .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }

    #ow-container .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }

    #ow-container .mt-xxl-0 {
        margin-top: 0 !important;
    }

    #ow-container .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    #ow-container .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    #ow-container .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    #ow-container .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    #ow-container .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    #ow-container .mt-xxl-auto {
        margin-top: auto !important;
    }

    #ow-container .me-xxl-0 {
        margin-right: 0 !important;
    }

    #ow-container .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    #ow-container .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    #ow-container .me-xxl-3 {
        margin-right: 1rem !important;
    }

    #ow-container .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    #ow-container .me-xxl-5 {
        margin-right: 3rem !important;
    }

    #ow-container .me-xxl-auto {
        margin-right: auto !important;
    }

    #ow-container .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    #ow-container .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    #ow-container .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    #ow-container .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    #ow-container .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    #ow-container .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    #ow-container .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    #ow-container .ms-xxl-0 {
        margin-left: 0 !important;
    }

    #ow-container .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    #ow-container .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    #ow-container .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    #ow-container .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    #ow-container .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    #ow-container .ms-xxl-auto {
        margin-left: auto !important;
    }

    #ow-container .p-xxl-0 {
        padding: 0 !important;
    }

    #ow-container .p-xxl-1 {
        padding: 0.25rem !important;
    }

    #ow-container .p-xxl-2 {
        padding: 0.5rem !important;
    }

    #ow-container .p-xxl-3 {
        padding: 1rem !important;
    }

    #ow-container .p-xxl-4 {
        padding: 1.5rem !important;
    }

    #ow-container .p-xxl-5 {
        padding: 3rem !important;
    }

    #ow-container .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ow-container .px-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    #ow-container .px-xxl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    #ow-container .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #ow-container .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    #ow-container .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    #ow-container .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #ow-container .py-xxl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }

    #ow-container .py-xxl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    #ow-container .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    #ow-container .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    #ow-container .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }

    #ow-container .pt-xxl-0 {
        padding-top: 0 !important;
    }

    #ow-container .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    #ow-container .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    #ow-container .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    #ow-container .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    #ow-container .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    #ow-container .pe-xxl-0 {
        padding-right: 0 !important;
    }

    #ow-container .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    #ow-container .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    #ow-container .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    #ow-container .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    #ow-container .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    #ow-container .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    #ow-container .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    #ow-container .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    #ow-container .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    #ow-container .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    #ow-container .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    #ow-container .ps-xxl-0 {
        padding-left: 0 !important;
    }

    #ow-container .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    #ow-container .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    #ow-container .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    #ow-container .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    #ow-container .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    #ow-container .gap-xxl-0 {
        gap: 0 !important;
    }

    #ow-container .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    #ow-container .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    #ow-container .gap-xxl-3 {
        gap: 1rem !important;
    }

    #ow-container .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    #ow-container .gap-xxl-5 {
        gap: 3rem !important;
    }

    #ow-container .text-xxl-start {
        text-align: left !important;
    }

    #ow-container .text-xxl-end {
        text-align: right !important;
    }

    #ow-container .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    #ow-container .fs-1 {
        font-size: 2.5rem !important;
    }

    #ow-container .fs-2 {
        font-size: 2rem !important;
    }

    #ow-container .fs-3 {
        font-size: 1.75rem !important;
    }

    #ow-container .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    #ow-container .d-print-inline {
        display: inline !important;
    }

    #ow-container .d-print-inline-block {
        display: inline-block !important;
    }

    #ow-container .d-print-block {
        display: block !important;
    }

    #ow-container .d-print-grid {
        display: grid !important;
    }

    #ow-container .d-print-table {
        display: table !important;
    }

    #ow-container .d-print-table-row {
        display: table-row !important;
    }

    #ow-container .d-print-table-cell {
        display: table-cell !important;
    }

    #ow-container .d-print-flex {
        display: flex !important;
    }

    #ow-container .d-print-inline-flex {
        display: inline-flex !important;
    }

    #ow-container .d-print-none {
        display: none !important;
    }
}

#ow-container a {
    text-decoration: none;
}

#ow-container ol,
#ow-container ul {
    margin: 0;
    padding: 0;
}

#ow-container .row {
    margin-left: 0;
    margin-right: 0;
}

#ow-container .ow-offer:last-of-type {
    margin-bottom: 0 !important;
}

#ow-container .ow-offer .ow-preview-btn {
    display: inline-block;
}

#ow-container .ow-offer .ow-ribbon {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

#ow-container .ow-offer .ow-ribbon,
#ow-container .ow-offer .ow-stars__item {
    transition: color 0.2s, transform 0.2s, background-color 0.2s;
}

#ow-container .ow-offer .ow-stars__item:hover {
    transform: scale(1.2);
}

#ow-container .ow-offer .ow-headlines__h1,
#ow-container .ow-offer .ow-headlines__h2,
#ow-container .ow-offer .ow-headlines__h3 {
    transition: color 0.2s, transform 0.2s, background-color 0.2s;
    word-break: break-word;
}

#ow-container .ow-offer .ow-offer-list {
    list-style: none;
    padding: 0 0 0 15px;
}

#ow-container .ow-offer .ow-offer-list__item {
    line-height: 1;
}

#ow-container .ow-offer .ow-offer-list__item::marker {
    display: none;
}

#ow-container .ow-offer .ow-offer-list__link,
#ow-container .ow-offer .ow-offer-list__link:link,
#ow-container .ow-offer .ow-offer-list__link:visited {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    transition: color 0.2s, transform 0.2s, background-color 0.2s;
}

#ow-container .ow-offer .ow-offer-list__link:before,
#ow-container .ow-offer .ow-offer-list__link:link:before,
#ow-container .ow-offer .ow-offer-list__link:visited:before {
    content: '✓';
    display: inline-block;
    height: 15px;
    margin: 5px 5px 0 -19px;
    width: 10px;
}

#ow-container .ow-offer .ow-offer-list__link:hover,
#ow-container .ow-offer .ow-offer-list__link:link:hover,
#ow-container .ow-offer .ow-offer-list__link:visited:hover {
    transform: scale(1.05);
}

#ow-container .ow-offer .ow-payment-options {
    max-height: 20px;
    max-width: 80vw !important;
    opacity: 0;
    overflow: hidden;
    width: 80% !important;
}

#ow-container .ow-offer .ow-payment-options__item img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    opacity: 1;
    transition: opacity 0.2s;
    width: auto;
}

#ow-container .ow-offer .ow-payment-options__item img.deposit-img-unloaded,
#ow-container .ow-offer .ow-payment-options__item img.ow-unloaded {
    height: 1px;
    opacity: 0;
}

#ow-container .ow-offer .ow-payment-options .ow-lazy-img-alt.small,
#ow-container .ow-offer .ow-payment-options small.ow-lazy-img-alt {
    font-size: 8px;
    text-decoration: none !important;
}

#ow-container .ow-offer .ow-payment-options.no-slick {
    align-items: center;
    display: flex !important;
    justify-content: center;
}

#ow-container .ow-offer .ow-payment-options .slick-dots {
    bottom: -14px;
    line-height: 1;
}

#ow-container .ow-offer .ow-payment-options .slick-dots li {
    height: 15px;
    width: 10px;
}

#ow-container .ow-offer .ow-payment-options .slick-dots li button {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    width: 100%;
}

#ow-container .ow-offer .ow-payment-options .slick-dots li button:before {
    font-size: 6px !important;
    height: 10px;
    top: -4px;
    width: 10px;
}

#ow-container .ow-offer .ow-payment-options .slick-dots li:only-child {
    display: none !important;
}

#ow-container .ow-offer .ow-payment-options .slick-dotted.slick-slider {
    margin-bottom: 4px;
}

#ow-container .ow-offer .ow-cta__btn {
    transition: background-color 0.2s, transform 0.2s, background-color 0.2s;
}

#ow-container .ow-offer .ow-cta__separator {
    color: rgba(0, 0, 0, 0.2);
    height: 20px;
}

#ow-container .ow-offer .ow-cta__review,
#ow-container .ow-offer .ow-cta__terms {
    font-size: 14px;
    text-decoration: underline;
}

#ow-container .ow-offer .ow-footer {
    font-size: 11px;
}

#ow-container .ow-offer .ow-footer__separator {
    color: rgba(0, 0, 0, 0.2);
}

.br-form,
.offer-wall-preview,
.registration-template {
    background-color: transparent;
    color: #4c4c4c;
}

.br-form input[type='date'],
.br-form input[type='email'],
.br-form input[type='number'],
.br-form input[type='password'],
.br-form input[type='search'],
.br-form input[type='text'],
.br-form select,
.br-form textarea,
.offer-wall-preview input[type='date'],
.offer-wall-preview input[type='email'],
.offer-wall-preview input[type='number'],
.offer-wall-preview input[type='password'],
.offer-wall-preview input[type='search'],
.offer-wall-preview input[type='text'],
.offer-wall-preview select,
.offer-wall-preview textarea,
.registration-template input[type='date'],
.registration-template input[type='email'],
.registration-template input[type='number'],
.registration-template input[type='password'],
.registration-template input[type='search'],
.registration-template input[type='text'],
.registration-template select,
.registration-template textarea {
    border: 1px solid #a5a5a5;
    color: rgba(76, 76, 76, 0.851);
}

.br-form input[type='date'].input-text-transparent,
.br-form input[type='email'].input-text-transparent,
.br-form input[type='number'].input-text-transparent,
.br-form input[type='password'].input-text-transparent,
.br-form input[type='search'].input-text-transparent,
.br-form input[type='text'].input-text-transparent,
.br-form select.input-text-transparent,
.br-form textarea.input-text-transparent,
.offer-wall-preview input[type='date'].input-text-transparent,
.offer-wall-preview input[type='email'].input-text-transparent,
.offer-wall-preview input[type='number'].input-text-transparent,
.offer-wall-preview input[type='password'].input-text-transparent,
.offer-wall-preview input[type='search'].input-text-transparent,
.offer-wall-preview input[type='text'].input-text-transparent,
.offer-wall-preview select.input-text-transparent,
.offer-wall-preview textarea.input-text-transparent,
.registration-template input[type='date'].input-text-transparent,
.registration-template input[type='email'].input-text-transparent,
.registration-template input[type='number'].input-text-transparent,
.registration-template input[type='password'].input-text-transparent,
.registration-template input[type='search'].input-text-transparent,
.registration-template input[type='text'].input-text-transparent,
.registration-template select.input-text-transparent,
.registration-template textarea.input-text-transparent {
    color: transparent;
}

.br-form input[type='date'].input-text-white,
.br-form input[type='email'].input-text-white,
.br-form input[type='number'].input-text-white,
.br-form input[type='password'].input-text-white,
.br-form input[type='search'].input-text-white,
.br-form input[type='text'].input-text-white,
.br-form select.input-text-white,
.br-form textarea.input-text-white,
.offer-wall-preview input[type='date'].input-text-white,
.offer-wall-preview input[type='email'].input-text-white,
.offer-wall-preview input[type='number'].input-text-white,
.offer-wall-preview input[type='password'].input-text-white,
.offer-wall-preview input[type='search'].input-text-white,
.offer-wall-preview input[type='text'].input-text-white,
.offer-wall-preview select.input-text-white,
.offer-wall-preview textarea.input-text-white,
.registration-template input[type='date'].input-text-white,
.registration-template input[type='email'].input-text-white,
.registration-template input[type='number'].input-text-white,
.registration-template input[type='password'].input-text-white,
.registration-template input[type='search'].input-text-white,
.registration-template input[type='text'].input-text-white,
.registration-template select.input-text-white,
.registration-template textarea.input-text-white {
    color: #fff;
}

.br-form input[type='date'].input-text-white ::-ms-input-placeholder,
.br-form input[type='date'].input-text-white ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-white ::placeholder,
.br-form input[type='email'].input-text-white ::-ms-input-placeholder,
.br-form input[type='email'].input-text-white ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-white ::placeholder,
.br-form input[type='number'].input-text-white ::-ms-input-placeholder,
.br-form input[type='number'].input-text-white ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-white ::placeholder,
.br-form input[type='password'].input-text-white ::-ms-input-placeholder,
.br-form input[type='password'].input-text-white ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-white ::placeholder,
.br-form input[type='search'].input-text-white ::-ms-input-placeholder,
.br-form input[type='search'].input-text-white ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-white ::placeholder,
.br-form input[type='text'].input-text-white ::-ms-input-placeholder,
.br-form input[type='text'].input-text-white ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-white ::placeholder,
.br-form select.input-text-white ::-ms-input-placeholder,
.br-form select.input-text-white ::-webkit-input-placeholder,
.br-form select.input-text-white ::placeholder,
.br-form textarea.input-text-white ::-ms-input-placeholder,
.br-form textarea.input-text-white ::-webkit-input-placeholder,
.br-form textarea.input-text-white ::placeholder,
.offer-wall-preview input[type='date'].input-text-white ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-white
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-white ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-white
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-white
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-white ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-white
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-white
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-white ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-white
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-white
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-white ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-white
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-white
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-white ::placeholder,
.offer-wall-preview input[type='text'].input-text-white ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-white
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-white ::placeholder,
.offer-wall-preview select.input-text-white ::-ms-input-placeholder,
.offer-wall-preview select.input-text-white ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-white ::placeholder,
.offer-wall-preview textarea.input-text-white ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-white ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-white ::placeholder,
.registration-template
    input[type='date'].input-text-white
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-white
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-white ::placeholder,
.registration-template
    input[type='email'].input-text-white
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-white
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-white ::placeholder,
.registration-template
    input[type='number'].input-text-white
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-white
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-white ::placeholder,
.registration-template
    input[type='password'].input-text-white
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-white
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-white ::placeholder,
.registration-template
    input[type='search'].input-text-white
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-white
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-white ::placeholder,
.registration-template
    input[type='text'].input-text-white
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-white
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-white ::placeholder,
.registration-template select.input-text-white ::-ms-input-placeholder,
.registration-template select.input-text-white ::-webkit-input-placeholder,
.registration-template select.input-text-white ::placeholder,
.registration-template textarea.input-text-white ::-ms-input-placeholder,
.registration-template textarea.input-text-white ::-webkit-input-placeholder,
.registration-template textarea.input-text-white ::placeholder {
    color: #fff;
}

.br-form input[type='date'].input-text-red,
.br-form input[type='email'].input-text-red,
.br-form input[type='number'].input-text-red,
.br-form input[type='password'].input-text-red,
.br-form input[type='search'].input-text-red,
.br-form input[type='text'].input-text-red,
.br-form select.input-text-red,
.br-form textarea.input-text-red,
.offer-wall-preview input[type='date'].input-text-red,
.offer-wall-preview input[type='email'].input-text-red,
.offer-wall-preview input[type='number'].input-text-red,
.offer-wall-preview input[type='password'].input-text-red,
.offer-wall-preview input[type='search'].input-text-red,
.offer-wall-preview input[type='text'].input-text-red,
.offer-wall-preview select.input-text-red,
.offer-wall-preview textarea.input-text-red,
.registration-template input[type='date'].input-text-red,
.registration-template input[type='email'].input-text-red,
.registration-template input[type='number'].input-text-red,
.registration-template input[type='password'].input-text-red,
.registration-template input[type='search'].input-text-red,
.registration-template input[type='text'].input-text-red,
.registration-template select.input-text-red,
.registration-template textarea.input-text-red {
    color: red;
}

.br-form input[type='date'].input-text-red ::-ms-input-placeholder,
.br-form input[type='date'].input-text-red ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-red ::placeholder,
.br-form input[type='email'].input-text-red ::-ms-input-placeholder,
.br-form input[type='email'].input-text-red ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-red ::placeholder,
.br-form input[type='number'].input-text-red ::-ms-input-placeholder,
.br-form input[type='number'].input-text-red ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-red ::placeholder,
.br-form input[type='password'].input-text-red ::-ms-input-placeholder,
.br-form input[type='password'].input-text-red ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-red ::placeholder,
.br-form input[type='search'].input-text-red ::-ms-input-placeholder,
.br-form input[type='search'].input-text-red ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-red ::placeholder,
.br-form input[type='text'].input-text-red ::-ms-input-placeholder,
.br-form input[type='text'].input-text-red ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-red ::placeholder,
.br-form select.input-text-red ::-ms-input-placeholder,
.br-form select.input-text-red ::-webkit-input-placeholder,
.br-form select.input-text-red ::placeholder,
.br-form textarea.input-text-red ::-ms-input-placeholder,
.br-form textarea.input-text-red ::-webkit-input-placeholder,
.br-form textarea.input-text-red ::placeholder,
.offer-wall-preview input[type='date'].input-text-red ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-red
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-red ::placeholder,
.offer-wall-preview input[type='email'].input-text-red ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-red
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-red ::placeholder,
.offer-wall-preview input[type='number'].input-text-red ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-red
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-red ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-red
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-red
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-red ::placeholder,
.offer-wall-preview input[type='search'].input-text-red ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-red
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-red ::placeholder,
.offer-wall-preview input[type='text'].input-text-red ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-red
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-red ::placeholder,
.offer-wall-preview select.input-text-red ::-ms-input-placeholder,
.offer-wall-preview select.input-text-red ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-red ::placeholder,
.offer-wall-preview textarea.input-text-red ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-red ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-red ::placeholder,
.registration-template
    input[type='date'].input-text-red
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-red
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-red ::placeholder,
.registration-template
    input[type='email'].input-text-red
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-red
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-red ::placeholder,
.registration-template
    input[type='number'].input-text-red
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-red
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-red ::placeholder,
.registration-template
    input[type='password'].input-text-red
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-red
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-red ::placeholder,
.registration-template
    input[type='search'].input-text-red
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-red
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-red ::placeholder,
.registration-template
    input[type='text'].input-text-red
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-red
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-red ::placeholder,
.registration-template select.input-text-red ::-ms-input-placeholder,
.registration-template select.input-text-red ::-webkit-input-placeholder,
.registration-template select.input-text-red ::placeholder,
.registration-template textarea.input-text-red ::-ms-input-placeholder,
.registration-template textarea.input-text-red ::-webkit-input-placeholder,
.registration-template textarea.input-text-red ::placeholder {
    color: red;
}

.br-form input[type='date'].input-text-maroon,
.br-form input[type='email'].input-text-maroon,
.br-form input[type='number'].input-text-maroon,
.br-form input[type='password'].input-text-maroon,
.br-form input[type='search'].input-text-maroon,
.br-form input[type='text'].input-text-maroon,
.br-form select.input-text-maroon,
.br-form textarea.input-text-maroon,
.offer-wall-preview input[type='date'].input-text-maroon,
.offer-wall-preview input[type='email'].input-text-maroon,
.offer-wall-preview input[type='number'].input-text-maroon,
.offer-wall-preview input[type='password'].input-text-maroon,
.offer-wall-preview input[type='search'].input-text-maroon,
.offer-wall-preview input[type='text'].input-text-maroon,
.offer-wall-preview select.input-text-maroon,
.offer-wall-preview textarea.input-text-maroon,
.registration-template input[type='date'].input-text-maroon,
.registration-template input[type='email'].input-text-maroon,
.registration-template input[type='number'].input-text-maroon,
.registration-template input[type='password'].input-text-maroon,
.registration-template input[type='search'].input-text-maroon,
.registration-template input[type='text'].input-text-maroon,
.registration-template select.input-text-maroon,
.registration-template textarea.input-text-maroon {
    color: maroon;
}

.br-form input[type='date'].input-text-maroon ::-ms-input-placeholder,
.br-form input[type='date'].input-text-maroon ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-maroon ::placeholder,
.br-form input[type='email'].input-text-maroon ::-ms-input-placeholder,
.br-form input[type='email'].input-text-maroon ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-maroon ::placeholder,
.br-form input[type='number'].input-text-maroon ::-ms-input-placeholder,
.br-form input[type='number'].input-text-maroon ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-maroon ::placeholder,
.br-form input[type='password'].input-text-maroon ::-ms-input-placeholder,
.br-form input[type='password'].input-text-maroon ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-maroon ::placeholder,
.br-form input[type='search'].input-text-maroon ::-ms-input-placeholder,
.br-form input[type='search'].input-text-maroon ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-maroon ::placeholder,
.br-form input[type='text'].input-text-maroon ::-ms-input-placeholder,
.br-form input[type='text'].input-text-maroon ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-maroon ::placeholder,
.br-form select.input-text-maroon ::-ms-input-placeholder,
.br-form select.input-text-maroon ::-webkit-input-placeholder,
.br-form select.input-text-maroon ::placeholder,
.br-form textarea.input-text-maroon ::-ms-input-placeholder,
.br-form textarea.input-text-maroon ::-webkit-input-placeholder,
.br-form textarea.input-text-maroon ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-maroon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-maroon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-maroon ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-maroon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-maroon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-maroon ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-maroon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-maroon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-maroon ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-maroon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-maroon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-maroon ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-maroon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-maroon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-maroon ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-maroon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-maroon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-maroon ::placeholder,
.offer-wall-preview select.input-text-maroon ::-ms-input-placeholder,
.offer-wall-preview select.input-text-maroon ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-maroon ::placeholder,
.offer-wall-preview textarea.input-text-maroon ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-maroon ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-maroon ::placeholder,
.registration-template
    input[type='date'].input-text-maroon
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-maroon
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-maroon ::placeholder,
.registration-template
    input[type='email'].input-text-maroon
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-maroon
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-maroon ::placeholder,
.registration-template
    input[type='number'].input-text-maroon
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-maroon
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-maroon ::placeholder,
.registration-template
    input[type='password'].input-text-maroon
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-maroon
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-maroon ::placeholder,
.registration-template
    input[type='search'].input-text-maroon
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-maroon
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-maroon ::placeholder,
.registration-template
    input[type='text'].input-text-maroon
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-maroon
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-maroon ::placeholder,
.registration-template select.input-text-maroon ::-ms-input-placeholder,
.registration-template select.input-text-maroon ::-webkit-input-placeholder,
.registration-template select.input-text-maroon ::placeholder,
.registration-template textarea.input-text-maroon ::-ms-input-placeholder,
.registration-template textarea.input-text-maroon ::-webkit-input-placeholder,
.registration-template textarea.input-text-maroon ::placeholder {
    color: maroon;
}

.br-form input[type='date'].input-text-salmon,
.br-form input[type='email'].input-text-salmon,
.br-form input[type='number'].input-text-salmon,
.br-form input[type='password'].input-text-salmon,
.br-form input[type='search'].input-text-salmon,
.br-form input[type='text'].input-text-salmon,
.br-form select.input-text-salmon,
.br-form textarea.input-text-salmon,
.offer-wall-preview input[type='date'].input-text-salmon,
.offer-wall-preview input[type='email'].input-text-salmon,
.offer-wall-preview input[type='number'].input-text-salmon,
.offer-wall-preview input[type='password'].input-text-salmon,
.offer-wall-preview input[type='search'].input-text-salmon,
.offer-wall-preview input[type='text'].input-text-salmon,
.offer-wall-preview select.input-text-salmon,
.offer-wall-preview textarea.input-text-salmon,
.registration-template input[type='date'].input-text-salmon,
.registration-template input[type='email'].input-text-salmon,
.registration-template input[type='number'].input-text-salmon,
.registration-template input[type='password'].input-text-salmon,
.registration-template input[type='search'].input-text-salmon,
.registration-template input[type='text'].input-text-salmon,
.registration-template select.input-text-salmon,
.registration-template textarea.input-text-salmon {
    color: salmon;
}

.br-form input[type='date'].input-text-salmon ::-ms-input-placeholder,
.br-form input[type='date'].input-text-salmon ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-salmon ::placeholder,
.br-form input[type='email'].input-text-salmon ::-ms-input-placeholder,
.br-form input[type='email'].input-text-salmon ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-salmon ::placeholder,
.br-form input[type='number'].input-text-salmon ::-ms-input-placeholder,
.br-form input[type='number'].input-text-salmon ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-salmon ::placeholder,
.br-form input[type='password'].input-text-salmon ::-ms-input-placeholder,
.br-form input[type='password'].input-text-salmon ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-salmon ::placeholder,
.br-form input[type='search'].input-text-salmon ::-ms-input-placeholder,
.br-form input[type='search'].input-text-salmon ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-salmon ::placeholder,
.br-form input[type='text'].input-text-salmon ::-ms-input-placeholder,
.br-form input[type='text'].input-text-salmon ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-salmon ::placeholder,
.br-form select.input-text-salmon ::-ms-input-placeholder,
.br-form select.input-text-salmon ::-webkit-input-placeholder,
.br-form select.input-text-salmon ::placeholder,
.br-form textarea.input-text-salmon ::-ms-input-placeholder,
.br-form textarea.input-text-salmon ::-webkit-input-placeholder,
.br-form textarea.input-text-salmon ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-salmon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-salmon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-salmon ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-salmon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-salmon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-salmon ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-salmon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-salmon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-salmon ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-salmon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-salmon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-salmon ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-salmon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-salmon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-salmon ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-salmon
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-salmon
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-salmon ::placeholder,
.offer-wall-preview select.input-text-salmon ::-ms-input-placeholder,
.offer-wall-preview select.input-text-salmon ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-salmon ::placeholder,
.offer-wall-preview textarea.input-text-salmon ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-salmon ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-salmon ::placeholder,
.registration-template
    input[type='date'].input-text-salmon
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-salmon
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-salmon ::placeholder,
.registration-template
    input[type='email'].input-text-salmon
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-salmon
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-salmon ::placeholder,
.registration-template
    input[type='number'].input-text-salmon
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-salmon
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-salmon ::placeholder,
.registration-template
    input[type='password'].input-text-salmon
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-salmon
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-salmon ::placeholder,
.registration-template
    input[type='search'].input-text-salmon
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-salmon
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-salmon ::placeholder,
.registration-template
    input[type='text'].input-text-salmon
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-salmon
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-salmon ::placeholder,
.registration-template select.input-text-salmon ::-ms-input-placeholder,
.registration-template select.input-text-salmon ::-webkit-input-placeholder,
.registration-template select.input-text-salmon ::placeholder,
.registration-template textarea.input-text-salmon ::-ms-input-placeholder,
.registration-template textarea.input-text-salmon ::-webkit-input-placeholder,
.registration-template textarea.input-text-salmon ::placeholder {
    color: salmon;
}

.br-form input[type='date'].input-text-olive,
.br-form input[type='email'].input-text-olive,
.br-form input[type='number'].input-text-olive,
.br-form input[type='password'].input-text-olive,
.br-form input[type='search'].input-text-olive,
.br-form input[type='text'].input-text-olive,
.br-form select.input-text-olive,
.br-form textarea.input-text-olive,
.offer-wall-preview input[type='date'].input-text-olive,
.offer-wall-preview input[type='email'].input-text-olive,
.offer-wall-preview input[type='number'].input-text-olive,
.offer-wall-preview input[type='password'].input-text-olive,
.offer-wall-preview input[type='search'].input-text-olive,
.offer-wall-preview input[type='text'].input-text-olive,
.offer-wall-preview select.input-text-olive,
.offer-wall-preview textarea.input-text-olive,
.registration-template input[type='date'].input-text-olive,
.registration-template input[type='email'].input-text-olive,
.registration-template input[type='number'].input-text-olive,
.registration-template input[type='password'].input-text-olive,
.registration-template input[type='search'].input-text-olive,
.registration-template input[type='text'].input-text-olive,
.registration-template select.input-text-olive,
.registration-template textarea.input-text-olive {
    color: olive;
}

.br-form input[type='date'].input-text-olive ::-ms-input-placeholder,
.br-form input[type='date'].input-text-olive ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-olive ::placeholder,
.br-form input[type='email'].input-text-olive ::-ms-input-placeholder,
.br-form input[type='email'].input-text-olive ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-olive ::placeholder,
.br-form input[type='number'].input-text-olive ::-ms-input-placeholder,
.br-form input[type='number'].input-text-olive ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-olive ::placeholder,
.br-form input[type='password'].input-text-olive ::-ms-input-placeholder,
.br-form input[type='password'].input-text-olive ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-olive ::placeholder,
.br-form input[type='search'].input-text-olive ::-ms-input-placeholder,
.br-form input[type='search'].input-text-olive ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-olive ::placeholder,
.br-form input[type='text'].input-text-olive ::-ms-input-placeholder,
.br-form input[type='text'].input-text-olive ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-olive ::placeholder,
.br-form select.input-text-olive ::-ms-input-placeholder,
.br-form select.input-text-olive ::-webkit-input-placeholder,
.br-form select.input-text-olive ::placeholder,
.br-form textarea.input-text-olive ::-ms-input-placeholder,
.br-form textarea.input-text-olive ::-webkit-input-placeholder,
.br-form textarea.input-text-olive ::placeholder,
.offer-wall-preview input[type='date'].input-text-olive ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-olive
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-olive ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-olive
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-olive
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-olive ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-olive
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-olive
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-olive ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-olive
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-olive
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-olive ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-olive
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-olive
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-olive ::placeholder,
.offer-wall-preview input[type='text'].input-text-olive ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-olive
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-olive ::placeholder,
.offer-wall-preview select.input-text-olive ::-ms-input-placeholder,
.offer-wall-preview select.input-text-olive ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-olive ::placeholder,
.offer-wall-preview textarea.input-text-olive ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-olive ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-olive ::placeholder,
.registration-template
    input[type='date'].input-text-olive
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-olive
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-olive ::placeholder,
.registration-template
    input[type='email'].input-text-olive
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-olive
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-olive ::placeholder,
.registration-template
    input[type='number'].input-text-olive
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-olive
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-olive ::placeholder,
.registration-template
    input[type='password'].input-text-olive
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-olive
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-olive ::placeholder,
.registration-template
    input[type='search'].input-text-olive
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-olive
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-olive ::placeholder,
.registration-template
    input[type='text'].input-text-olive
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-olive
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-olive ::placeholder,
.registration-template select.input-text-olive ::-ms-input-placeholder,
.registration-template select.input-text-olive ::-webkit-input-placeholder,
.registration-template select.input-text-olive ::placeholder,
.registration-template textarea.input-text-olive ::-ms-input-placeholder,
.registration-template textarea.input-text-olive ::-webkit-input-placeholder,
.registration-template textarea.input-text-olive ::placeholder {
    color: olive;
}

.br-form input[type='date'].input-text-blue,
.br-form input[type='email'].input-text-blue,
.br-form input[type='number'].input-text-blue,
.br-form input[type='password'].input-text-blue,
.br-form input[type='search'].input-text-blue,
.br-form input[type='text'].input-text-blue,
.br-form select.input-text-blue,
.br-form textarea.input-text-blue,
.offer-wall-preview input[type='date'].input-text-blue,
.offer-wall-preview input[type='email'].input-text-blue,
.offer-wall-preview input[type='number'].input-text-blue,
.offer-wall-preview input[type='password'].input-text-blue,
.offer-wall-preview input[type='search'].input-text-blue,
.offer-wall-preview input[type='text'].input-text-blue,
.offer-wall-preview select.input-text-blue,
.offer-wall-preview textarea.input-text-blue,
.registration-template input[type='date'].input-text-blue,
.registration-template input[type='email'].input-text-blue,
.registration-template input[type='number'].input-text-blue,
.registration-template input[type='password'].input-text-blue,
.registration-template input[type='search'].input-text-blue,
.registration-template input[type='text'].input-text-blue,
.registration-template select.input-text-blue,
.registration-template textarea.input-text-blue {
    color: blue;
}

.br-form input[type='date'].input-text-blue ::-ms-input-placeholder,
.br-form input[type='date'].input-text-blue ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-blue ::placeholder,
.br-form input[type='email'].input-text-blue ::-ms-input-placeholder,
.br-form input[type='email'].input-text-blue ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-blue ::placeholder,
.br-form input[type='number'].input-text-blue ::-ms-input-placeholder,
.br-form input[type='number'].input-text-blue ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-blue ::placeholder,
.br-form input[type='password'].input-text-blue ::-ms-input-placeholder,
.br-form input[type='password'].input-text-blue ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-blue ::placeholder,
.br-form input[type='search'].input-text-blue ::-ms-input-placeholder,
.br-form input[type='search'].input-text-blue ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-blue ::placeholder,
.br-form input[type='text'].input-text-blue ::-ms-input-placeholder,
.br-form input[type='text'].input-text-blue ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-blue ::placeholder,
.br-form select.input-text-blue ::-ms-input-placeholder,
.br-form select.input-text-blue ::-webkit-input-placeholder,
.br-form select.input-text-blue ::placeholder,
.br-form textarea.input-text-blue ::-ms-input-placeholder,
.br-form textarea.input-text-blue ::-webkit-input-placeholder,
.br-form textarea.input-text-blue ::placeholder,
.offer-wall-preview input[type='date'].input-text-blue ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-blue
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-blue ::placeholder,
.offer-wall-preview input[type='email'].input-text-blue ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-blue
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-blue ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-blue
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-blue
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-blue ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-blue
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-blue
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-blue ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-blue
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-blue
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-blue ::placeholder,
.offer-wall-preview input[type='text'].input-text-blue ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-blue
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-blue ::placeholder,
.offer-wall-preview select.input-text-blue ::-ms-input-placeholder,
.offer-wall-preview select.input-text-blue ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-blue ::placeholder,
.offer-wall-preview textarea.input-text-blue ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-blue ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-blue ::placeholder,
.registration-template
    input[type='date'].input-text-blue
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-blue
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-blue ::placeholder,
.registration-template
    input[type='email'].input-text-blue
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-blue
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-blue ::placeholder,
.registration-template
    input[type='number'].input-text-blue
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-blue
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-blue ::placeholder,
.registration-template
    input[type='password'].input-text-blue
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-blue
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-blue ::placeholder,
.registration-template
    input[type='search'].input-text-blue
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-blue
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-blue ::placeholder,
.registration-template
    input[type='text'].input-text-blue
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-blue
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-blue ::placeholder,
.registration-template select.input-text-blue ::-ms-input-placeholder,
.registration-template select.input-text-blue ::-webkit-input-placeholder,
.registration-template select.input-text-blue ::placeholder,
.registration-template textarea.input-text-blue ::-ms-input-placeholder,
.registration-template textarea.input-text-blue ::-webkit-input-placeholder,
.registration-template textarea.input-text-blue ::placeholder {
    color: blue;
}

.br-form input[type='date'].input-text-aqua,
.br-form input[type='email'].input-text-aqua,
.br-form input[type='number'].input-text-aqua,
.br-form input[type='password'].input-text-aqua,
.br-form input[type='search'].input-text-aqua,
.br-form input[type='text'].input-text-aqua,
.br-form select.input-text-aqua,
.br-form textarea.input-text-aqua,
.offer-wall-preview input[type='date'].input-text-aqua,
.offer-wall-preview input[type='email'].input-text-aqua,
.offer-wall-preview input[type='number'].input-text-aqua,
.offer-wall-preview input[type='password'].input-text-aqua,
.offer-wall-preview input[type='search'].input-text-aqua,
.offer-wall-preview input[type='text'].input-text-aqua,
.offer-wall-preview select.input-text-aqua,
.offer-wall-preview textarea.input-text-aqua,
.registration-template input[type='date'].input-text-aqua,
.registration-template input[type='email'].input-text-aqua,
.registration-template input[type='number'].input-text-aqua,
.registration-template input[type='password'].input-text-aqua,
.registration-template input[type='search'].input-text-aqua,
.registration-template input[type='text'].input-text-aqua,
.registration-template select.input-text-aqua,
.registration-template textarea.input-text-aqua {
    color: aqua;
}

.br-form input[type='date'].input-text-aqua ::-ms-input-placeholder,
.br-form input[type='date'].input-text-aqua ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-aqua ::placeholder,
.br-form input[type='email'].input-text-aqua ::-ms-input-placeholder,
.br-form input[type='email'].input-text-aqua ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-aqua ::placeholder,
.br-form input[type='number'].input-text-aqua ::-ms-input-placeholder,
.br-form input[type='number'].input-text-aqua ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-aqua ::placeholder,
.br-form input[type='password'].input-text-aqua ::-ms-input-placeholder,
.br-form input[type='password'].input-text-aqua ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-aqua ::placeholder,
.br-form input[type='search'].input-text-aqua ::-ms-input-placeholder,
.br-form input[type='search'].input-text-aqua ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-aqua ::placeholder,
.br-form input[type='text'].input-text-aqua ::-ms-input-placeholder,
.br-form input[type='text'].input-text-aqua ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-aqua ::placeholder,
.br-form select.input-text-aqua ::-ms-input-placeholder,
.br-form select.input-text-aqua ::-webkit-input-placeholder,
.br-form select.input-text-aqua ::placeholder,
.br-form textarea.input-text-aqua ::-ms-input-placeholder,
.br-form textarea.input-text-aqua ::-webkit-input-placeholder,
.br-form textarea.input-text-aqua ::placeholder,
.offer-wall-preview input[type='date'].input-text-aqua ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-aqua
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-aqua ::placeholder,
.offer-wall-preview input[type='email'].input-text-aqua ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-aqua
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-aqua ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-aqua
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-aqua
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-aqua ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-aqua
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-aqua
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-aqua ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-aqua
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-aqua
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-aqua ::placeholder,
.offer-wall-preview input[type='text'].input-text-aqua ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-aqua
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-aqua ::placeholder,
.offer-wall-preview select.input-text-aqua ::-ms-input-placeholder,
.offer-wall-preview select.input-text-aqua ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-aqua ::placeholder,
.offer-wall-preview textarea.input-text-aqua ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-aqua ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-aqua ::placeholder,
.registration-template
    input[type='date'].input-text-aqua
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-aqua
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-aqua ::placeholder,
.registration-template
    input[type='email'].input-text-aqua
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-aqua
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-aqua ::placeholder,
.registration-template
    input[type='number'].input-text-aqua
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-aqua
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-aqua ::placeholder,
.registration-template
    input[type='password'].input-text-aqua
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-aqua
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-aqua ::placeholder,
.registration-template
    input[type='search'].input-text-aqua
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-aqua
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-aqua ::placeholder,
.registration-template
    input[type='text'].input-text-aqua
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-aqua
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-aqua ::placeholder,
.registration-template select.input-text-aqua ::-ms-input-placeholder,
.registration-template select.input-text-aqua ::-webkit-input-placeholder,
.registration-template select.input-text-aqua ::placeholder,
.registration-template textarea.input-text-aqua ::-ms-input-placeholder,
.registration-template textarea.input-text-aqua ::-webkit-input-placeholder,
.registration-template textarea.input-text-aqua ::placeholder {
    color: aqua;
}

.br-form input[type='date'].input-text-navy,
.br-form input[type='email'].input-text-navy,
.br-form input[type='number'].input-text-navy,
.br-form input[type='password'].input-text-navy,
.br-form input[type='search'].input-text-navy,
.br-form input[type='text'].input-text-navy,
.br-form select.input-text-navy,
.br-form textarea.input-text-navy,
.offer-wall-preview input[type='date'].input-text-navy,
.offer-wall-preview input[type='email'].input-text-navy,
.offer-wall-preview input[type='number'].input-text-navy,
.offer-wall-preview input[type='password'].input-text-navy,
.offer-wall-preview input[type='search'].input-text-navy,
.offer-wall-preview input[type='text'].input-text-navy,
.offer-wall-preview select.input-text-navy,
.offer-wall-preview textarea.input-text-navy,
.registration-template input[type='date'].input-text-navy,
.registration-template input[type='email'].input-text-navy,
.registration-template input[type='number'].input-text-navy,
.registration-template input[type='password'].input-text-navy,
.registration-template input[type='search'].input-text-navy,
.registration-template input[type='text'].input-text-navy,
.registration-template select.input-text-navy,
.registration-template textarea.input-text-navy {
    color: navy;
}

.br-form input[type='date'].input-text-navy ::-ms-input-placeholder,
.br-form input[type='date'].input-text-navy ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-navy ::placeholder,
.br-form input[type='email'].input-text-navy ::-ms-input-placeholder,
.br-form input[type='email'].input-text-navy ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-navy ::placeholder,
.br-form input[type='number'].input-text-navy ::-ms-input-placeholder,
.br-form input[type='number'].input-text-navy ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-navy ::placeholder,
.br-form input[type='password'].input-text-navy ::-ms-input-placeholder,
.br-form input[type='password'].input-text-navy ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-navy ::placeholder,
.br-form input[type='search'].input-text-navy ::-ms-input-placeholder,
.br-form input[type='search'].input-text-navy ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-navy ::placeholder,
.br-form input[type='text'].input-text-navy ::-ms-input-placeholder,
.br-form input[type='text'].input-text-navy ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-navy ::placeholder,
.br-form select.input-text-navy ::-ms-input-placeholder,
.br-form select.input-text-navy ::-webkit-input-placeholder,
.br-form select.input-text-navy ::placeholder,
.br-form textarea.input-text-navy ::-ms-input-placeholder,
.br-form textarea.input-text-navy ::-webkit-input-placeholder,
.br-form textarea.input-text-navy ::placeholder,
.offer-wall-preview input[type='date'].input-text-navy ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-navy
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-navy ::placeholder,
.offer-wall-preview input[type='email'].input-text-navy ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-navy
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-navy ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-navy
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-navy
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-navy ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-navy
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-navy
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-navy ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-navy
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-navy
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-navy ::placeholder,
.offer-wall-preview input[type='text'].input-text-navy ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-navy
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-navy ::placeholder,
.offer-wall-preview select.input-text-navy ::-ms-input-placeholder,
.offer-wall-preview select.input-text-navy ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-navy ::placeholder,
.offer-wall-preview textarea.input-text-navy ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-navy ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-navy ::placeholder,
.registration-template
    input[type='date'].input-text-navy
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-navy
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-navy ::placeholder,
.registration-template
    input[type='email'].input-text-navy
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-navy
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-navy ::placeholder,
.registration-template
    input[type='number'].input-text-navy
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-navy
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-navy ::placeholder,
.registration-template
    input[type='password'].input-text-navy
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-navy
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-navy ::placeholder,
.registration-template
    input[type='search'].input-text-navy
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-navy
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-navy ::placeholder,
.registration-template
    input[type='text'].input-text-navy
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-navy
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-navy ::placeholder,
.registration-template select.input-text-navy ::-ms-input-placeholder,
.registration-template select.input-text-navy ::-webkit-input-placeholder,
.registration-template select.input-text-navy ::placeholder,
.registration-template textarea.input-text-navy ::-ms-input-placeholder,
.registration-template textarea.input-text-navy ::-webkit-input-placeholder,
.registration-template textarea.input-text-navy ::placeholder {
    color: navy;
}

.br-form input[type='date'].input-text-green,
.br-form input[type='email'].input-text-green,
.br-form input[type='number'].input-text-green,
.br-form input[type='password'].input-text-green,
.br-form input[type='search'].input-text-green,
.br-form input[type='text'].input-text-green,
.br-form select.input-text-green,
.br-form textarea.input-text-green,
.offer-wall-preview input[type='date'].input-text-green,
.offer-wall-preview input[type='email'].input-text-green,
.offer-wall-preview input[type='number'].input-text-green,
.offer-wall-preview input[type='password'].input-text-green,
.offer-wall-preview input[type='search'].input-text-green,
.offer-wall-preview input[type='text'].input-text-green,
.offer-wall-preview select.input-text-green,
.offer-wall-preview textarea.input-text-green,
.registration-template input[type='date'].input-text-green,
.registration-template input[type='email'].input-text-green,
.registration-template input[type='number'].input-text-green,
.registration-template input[type='password'].input-text-green,
.registration-template input[type='search'].input-text-green,
.registration-template input[type='text'].input-text-green,
.registration-template select.input-text-green,
.registration-template textarea.input-text-green {
    color: green;
}

.br-form input[type='date'].input-text-green ::-ms-input-placeholder,
.br-form input[type='date'].input-text-green ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-green ::placeholder,
.br-form input[type='email'].input-text-green ::-ms-input-placeholder,
.br-form input[type='email'].input-text-green ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-green ::placeholder,
.br-form input[type='number'].input-text-green ::-ms-input-placeholder,
.br-form input[type='number'].input-text-green ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-green ::placeholder,
.br-form input[type='password'].input-text-green ::-ms-input-placeholder,
.br-form input[type='password'].input-text-green ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-green ::placeholder,
.br-form input[type='search'].input-text-green ::-ms-input-placeholder,
.br-form input[type='search'].input-text-green ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-green ::placeholder,
.br-form input[type='text'].input-text-green ::-ms-input-placeholder,
.br-form input[type='text'].input-text-green ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-green ::placeholder,
.br-form select.input-text-green ::-ms-input-placeholder,
.br-form select.input-text-green ::-webkit-input-placeholder,
.br-form select.input-text-green ::placeholder,
.br-form textarea.input-text-green ::-ms-input-placeholder,
.br-form textarea.input-text-green ::-webkit-input-placeholder,
.br-form textarea.input-text-green ::placeholder,
.offer-wall-preview input[type='date'].input-text-green ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-green
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-green ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-green
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-green
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-green ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-green
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-green
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-green ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-green
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-green
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-green ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-green
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-green
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-green ::placeholder,
.offer-wall-preview input[type='text'].input-text-green ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-green
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-green ::placeholder,
.offer-wall-preview select.input-text-green ::-ms-input-placeholder,
.offer-wall-preview select.input-text-green ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-green ::placeholder,
.offer-wall-preview textarea.input-text-green ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-green ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-green ::placeholder,
.registration-template
    input[type='date'].input-text-green
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-green
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-green ::placeholder,
.registration-template
    input[type='email'].input-text-green
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-green
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-green ::placeholder,
.registration-template
    input[type='number'].input-text-green
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-green
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-green ::placeholder,
.registration-template
    input[type='password'].input-text-green
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-green
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-green ::placeholder,
.registration-template
    input[type='search'].input-text-green
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-green
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-green ::placeholder,
.registration-template
    input[type='text'].input-text-green
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-green
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-green ::placeholder,
.registration-template select.input-text-green ::-ms-input-placeholder,
.registration-template select.input-text-green ::-webkit-input-placeholder,
.registration-template select.input-text-green ::placeholder,
.registration-template textarea.input-text-green ::-ms-input-placeholder,
.registration-template textarea.input-text-green ::-webkit-input-placeholder,
.registration-template textarea.input-text-green ::placeholder {
    color: green;
}

.br-form input[type='date'].input-text-lime,
.br-form input[type='email'].input-text-lime,
.br-form input[type='number'].input-text-lime,
.br-form input[type='password'].input-text-lime,
.br-form input[type='search'].input-text-lime,
.br-form input[type='text'].input-text-lime,
.br-form select.input-text-lime,
.br-form textarea.input-text-lime,
.offer-wall-preview input[type='date'].input-text-lime,
.offer-wall-preview input[type='email'].input-text-lime,
.offer-wall-preview input[type='number'].input-text-lime,
.offer-wall-preview input[type='password'].input-text-lime,
.offer-wall-preview input[type='search'].input-text-lime,
.offer-wall-preview input[type='text'].input-text-lime,
.offer-wall-preview select.input-text-lime,
.offer-wall-preview textarea.input-text-lime,
.registration-template input[type='date'].input-text-lime,
.registration-template input[type='email'].input-text-lime,
.registration-template input[type='number'].input-text-lime,
.registration-template input[type='password'].input-text-lime,
.registration-template input[type='search'].input-text-lime,
.registration-template input[type='text'].input-text-lime,
.registration-template select.input-text-lime,
.registration-template textarea.input-text-lime {
    color: lime;
}

.br-form input[type='date'].input-text-lime ::-ms-input-placeholder,
.br-form input[type='date'].input-text-lime ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-lime ::placeholder,
.br-form input[type='email'].input-text-lime ::-ms-input-placeholder,
.br-form input[type='email'].input-text-lime ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-lime ::placeholder,
.br-form input[type='number'].input-text-lime ::-ms-input-placeholder,
.br-form input[type='number'].input-text-lime ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-lime ::placeholder,
.br-form input[type='password'].input-text-lime ::-ms-input-placeholder,
.br-form input[type='password'].input-text-lime ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-lime ::placeholder,
.br-form input[type='search'].input-text-lime ::-ms-input-placeholder,
.br-form input[type='search'].input-text-lime ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-lime ::placeholder,
.br-form input[type='text'].input-text-lime ::-ms-input-placeholder,
.br-form input[type='text'].input-text-lime ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-lime ::placeholder,
.br-form select.input-text-lime ::-ms-input-placeholder,
.br-form select.input-text-lime ::-webkit-input-placeholder,
.br-form select.input-text-lime ::placeholder,
.br-form textarea.input-text-lime ::-ms-input-placeholder,
.br-form textarea.input-text-lime ::-webkit-input-placeholder,
.br-form textarea.input-text-lime ::placeholder,
.offer-wall-preview input[type='date'].input-text-lime ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-lime
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-lime ::placeholder,
.offer-wall-preview input[type='email'].input-text-lime ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-lime
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-lime ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-lime
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-lime
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-lime ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-lime
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-lime
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-lime ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-lime
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-lime
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-lime ::placeholder,
.offer-wall-preview input[type='text'].input-text-lime ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-lime
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-lime ::placeholder,
.offer-wall-preview select.input-text-lime ::-ms-input-placeholder,
.offer-wall-preview select.input-text-lime ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-lime ::placeholder,
.offer-wall-preview textarea.input-text-lime ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-lime ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-lime ::placeholder,
.registration-template
    input[type='date'].input-text-lime
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-lime
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-lime ::placeholder,
.registration-template
    input[type='email'].input-text-lime
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-lime
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-lime ::placeholder,
.registration-template
    input[type='number'].input-text-lime
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-lime
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-lime ::placeholder,
.registration-template
    input[type='password'].input-text-lime
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-lime
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-lime ::placeholder,
.registration-template
    input[type='search'].input-text-lime
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-lime
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-lime ::placeholder,
.registration-template
    input[type='text'].input-text-lime
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-lime
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-lime ::placeholder,
.registration-template select.input-text-lime ::-ms-input-placeholder,
.registration-template select.input-text-lime ::-webkit-input-placeholder,
.registration-template select.input-text-lime ::placeholder,
.registration-template textarea.input-text-lime ::-ms-input-placeholder,
.registration-template textarea.input-text-lime ::-webkit-input-placeholder,
.registration-template textarea.input-text-lime ::placeholder {
    color: lime;
}

.br-form input[type='date'].input-text-teal,
.br-form input[type='email'].input-text-teal,
.br-form input[type='number'].input-text-teal,
.br-form input[type='password'].input-text-teal,
.br-form input[type='search'].input-text-teal,
.br-form input[type='text'].input-text-teal,
.br-form select.input-text-teal,
.br-form textarea.input-text-teal,
.offer-wall-preview input[type='date'].input-text-teal,
.offer-wall-preview input[type='email'].input-text-teal,
.offer-wall-preview input[type='number'].input-text-teal,
.offer-wall-preview input[type='password'].input-text-teal,
.offer-wall-preview input[type='search'].input-text-teal,
.offer-wall-preview input[type='text'].input-text-teal,
.offer-wall-preview select.input-text-teal,
.offer-wall-preview textarea.input-text-teal,
.registration-template input[type='date'].input-text-teal,
.registration-template input[type='email'].input-text-teal,
.registration-template input[type='number'].input-text-teal,
.registration-template input[type='password'].input-text-teal,
.registration-template input[type='search'].input-text-teal,
.registration-template input[type='text'].input-text-teal,
.registration-template select.input-text-teal,
.registration-template textarea.input-text-teal {
    color: teal;
}

.br-form input[type='date'].input-text-teal ::-ms-input-placeholder,
.br-form input[type='date'].input-text-teal ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-teal ::placeholder,
.br-form input[type='email'].input-text-teal ::-ms-input-placeholder,
.br-form input[type='email'].input-text-teal ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-teal ::placeholder,
.br-form input[type='number'].input-text-teal ::-ms-input-placeholder,
.br-form input[type='number'].input-text-teal ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-teal ::placeholder,
.br-form input[type='password'].input-text-teal ::-ms-input-placeholder,
.br-form input[type='password'].input-text-teal ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-teal ::placeholder,
.br-form input[type='search'].input-text-teal ::-ms-input-placeholder,
.br-form input[type='search'].input-text-teal ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-teal ::placeholder,
.br-form input[type='text'].input-text-teal ::-ms-input-placeholder,
.br-form input[type='text'].input-text-teal ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-teal ::placeholder,
.br-form select.input-text-teal ::-ms-input-placeholder,
.br-form select.input-text-teal ::-webkit-input-placeholder,
.br-form select.input-text-teal ::placeholder,
.br-form textarea.input-text-teal ::-ms-input-placeholder,
.br-form textarea.input-text-teal ::-webkit-input-placeholder,
.br-form textarea.input-text-teal ::placeholder,
.offer-wall-preview input[type='date'].input-text-teal ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-teal
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-teal ::placeholder,
.offer-wall-preview input[type='email'].input-text-teal ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-teal
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-teal ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-teal
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-teal
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-teal ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-teal
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-teal
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-teal ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-teal
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-teal
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-teal ::placeholder,
.offer-wall-preview input[type='text'].input-text-teal ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-teal
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-teal ::placeholder,
.offer-wall-preview select.input-text-teal ::-ms-input-placeholder,
.offer-wall-preview select.input-text-teal ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-teal ::placeholder,
.offer-wall-preview textarea.input-text-teal ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-teal ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-teal ::placeholder,
.registration-template
    input[type='date'].input-text-teal
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-teal
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-teal ::placeholder,
.registration-template
    input[type='email'].input-text-teal
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-teal
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-teal ::placeholder,
.registration-template
    input[type='number'].input-text-teal
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-teal
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-teal ::placeholder,
.registration-template
    input[type='password'].input-text-teal
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-teal
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-teal ::placeholder,
.registration-template
    input[type='search'].input-text-teal
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-teal
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-teal ::placeholder,
.registration-template
    input[type='text'].input-text-teal
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-teal
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-teal ::placeholder,
.registration-template select.input-text-teal ::-ms-input-placeholder,
.registration-template select.input-text-teal ::-webkit-input-placeholder,
.registration-template select.input-text-teal ::placeholder,
.registration-template textarea.input-text-teal ::-ms-input-placeholder,
.registration-template textarea.input-text-teal ::-webkit-input-placeholder,
.registration-template textarea.input-text-teal ::placeholder {
    color: teal;
}

.br-form input[type='date'].input-text-azure,
.br-form input[type='email'].input-text-azure,
.br-form input[type='number'].input-text-azure,
.br-form input[type='password'].input-text-azure,
.br-form input[type='search'].input-text-azure,
.br-form input[type='text'].input-text-azure,
.br-form select.input-text-azure,
.br-form textarea.input-text-azure,
.offer-wall-preview input[type='date'].input-text-azure,
.offer-wall-preview input[type='email'].input-text-azure,
.offer-wall-preview input[type='number'].input-text-azure,
.offer-wall-preview input[type='password'].input-text-azure,
.offer-wall-preview input[type='search'].input-text-azure,
.offer-wall-preview input[type='text'].input-text-azure,
.offer-wall-preview select.input-text-azure,
.offer-wall-preview textarea.input-text-azure,
.registration-template input[type='date'].input-text-azure,
.registration-template input[type='email'].input-text-azure,
.registration-template input[type='number'].input-text-azure,
.registration-template input[type='password'].input-text-azure,
.registration-template input[type='search'].input-text-azure,
.registration-template input[type='text'].input-text-azure,
.registration-template select.input-text-azure,
.registration-template textarea.input-text-azure {
    color: azure;
}

.br-form input[type='date'].input-text-azure ::-ms-input-placeholder,
.br-form input[type='date'].input-text-azure ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-azure ::placeholder,
.br-form input[type='email'].input-text-azure ::-ms-input-placeholder,
.br-form input[type='email'].input-text-azure ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-azure ::placeholder,
.br-form input[type='number'].input-text-azure ::-ms-input-placeholder,
.br-form input[type='number'].input-text-azure ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-azure ::placeholder,
.br-form input[type='password'].input-text-azure ::-ms-input-placeholder,
.br-form input[type='password'].input-text-azure ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-azure ::placeholder,
.br-form input[type='search'].input-text-azure ::-ms-input-placeholder,
.br-form input[type='search'].input-text-azure ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-azure ::placeholder,
.br-form input[type='text'].input-text-azure ::-ms-input-placeholder,
.br-form input[type='text'].input-text-azure ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-azure ::placeholder,
.br-form select.input-text-azure ::-ms-input-placeholder,
.br-form select.input-text-azure ::-webkit-input-placeholder,
.br-form select.input-text-azure ::placeholder,
.br-form textarea.input-text-azure ::-ms-input-placeholder,
.br-form textarea.input-text-azure ::-webkit-input-placeholder,
.br-form textarea.input-text-azure ::placeholder,
.offer-wall-preview input[type='date'].input-text-azure ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-azure
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-azure ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-azure
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-azure
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-azure ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-azure
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-azure
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-azure ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-azure
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-azure
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-azure ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-azure
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-azure
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-azure ::placeholder,
.offer-wall-preview input[type='text'].input-text-azure ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-azure
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-azure ::placeholder,
.offer-wall-preview select.input-text-azure ::-ms-input-placeholder,
.offer-wall-preview select.input-text-azure ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-azure ::placeholder,
.offer-wall-preview textarea.input-text-azure ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-azure ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-azure ::placeholder,
.registration-template
    input[type='date'].input-text-azure
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-azure
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-azure ::placeholder,
.registration-template
    input[type='email'].input-text-azure
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-azure
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-azure ::placeholder,
.registration-template
    input[type='number'].input-text-azure
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-azure
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-azure ::placeholder,
.registration-template
    input[type='password'].input-text-azure
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-azure
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-azure ::placeholder,
.registration-template
    input[type='search'].input-text-azure
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-azure
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-azure ::placeholder,
.registration-template
    input[type='text'].input-text-azure
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-azure
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-azure ::placeholder,
.registration-template select.input-text-azure ::-ms-input-placeholder,
.registration-template select.input-text-azure ::-webkit-input-placeholder,
.registration-template select.input-text-azure ::placeholder,
.registration-template textarea.input-text-azure ::-ms-input-placeholder,
.registration-template textarea.input-text-azure ::-webkit-input-placeholder,
.registration-template textarea.input-text-azure ::placeholder {
    color: azure;
}

.br-form input[type='date'].input-text-lavender,
.br-form input[type='email'].input-text-lavender,
.br-form input[type='number'].input-text-lavender,
.br-form input[type='password'].input-text-lavender,
.br-form input[type='search'].input-text-lavender,
.br-form input[type='text'].input-text-lavender,
.br-form select.input-text-lavender,
.br-form textarea.input-text-lavender,
.offer-wall-preview input[type='date'].input-text-lavender,
.offer-wall-preview input[type='email'].input-text-lavender,
.offer-wall-preview input[type='number'].input-text-lavender,
.offer-wall-preview input[type='password'].input-text-lavender,
.offer-wall-preview input[type='search'].input-text-lavender,
.offer-wall-preview input[type='text'].input-text-lavender,
.offer-wall-preview select.input-text-lavender,
.offer-wall-preview textarea.input-text-lavender,
.registration-template input[type='date'].input-text-lavender,
.registration-template input[type='email'].input-text-lavender,
.registration-template input[type='number'].input-text-lavender,
.registration-template input[type='password'].input-text-lavender,
.registration-template input[type='search'].input-text-lavender,
.registration-template input[type='text'].input-text-lavender,
.registration-template select.input-text-lavender,
.registration-template textarea.input-text-lavender {
    color: #e6e6fa;
}

.br-form input[type='date'].input-text-lavender ::-ms-input-placeholder,
.br-form input[type='date'].input-text-lavender ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-lavender ::placeholder,
.br-form input[type='email'].input-text-lavender ::-ms-input-placeholder,
.br-form input[type='email'].input-text-lavender ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-lavender ::placeholder,
.br-form input[type='number'].input-text-lavender ::-ms-input-placeholder,
.br-form input[type='number'].input-text-lavender ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-lavender ::placeholder,
.br-form input[type='password'].input-text-lavender ::-ms-input-placeholder,
.br-form input[type='password'].input-text-lavender ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-lavender ::placeholder,
.br-form input[type='search'].input-text-lavender ::-ms-input-placeholder,
.br-form input[type='search'].input-text-lavender ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-lavender ::placeholder,
.br-form input[type='text'].input-text-lavender ::-ms-input-placeholder,
.br-form input[type='text'].input-text-lavender ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-lavender ::placeholder,
.br-form select.input-text-lavender ::-ms-input-placeholder,
.br-form select.input-text-lavender ::-webkit-input-placeholder,
.br-form select.input-text-lavender ::placeholder,
.br-form textarea.input-text-lavender ::-ms-input-placeholder,
.br-form textarea.input-text-lavender ::-webkit-input-placeholder,
.br-form textarea.input-text-lavender ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-lavender
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-lavender
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-lavender ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-lavender
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-lavender
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-lavender ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-lavender
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-lavender
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-lavender ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-lavender
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-lavender
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-lavender ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-lavender
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-lavender
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-lavender ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-lavender
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-lavender
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-lavender ::placeholder,
.offer-wall-preview select.input-text-lavender ::-ms-input-placeholder,
.offer-wall-preview select.input-text-lavender ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-lavender ::placeholder,
.offer-wall-preview textarea.input-text-lavender ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-lavender ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-lavender ::placeholder,
.registration-template
    input[type='date'].input-text-lavender
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-lavender
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-lavender ::placeholder,
.registration-template
    input[type='email'].input-text-lavender
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-lavender
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-lavender ::placeholder,
.registration-template
    input[type='number'].input-text-lavender
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-lavender
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-lavender ::placeholder,
.registration-template
    input[type='password'].input-text-lavender
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-lavender
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-lavender ::placeholder,
.registration-template
    input[type='search'].input-text-lavender
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-lavender
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-lavender ::placeholder,
.registration-template
    input[type='text'].input-text-lavender
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-lavender
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-lavender ::placeholder,
.registration-template select.input-text-lavender ::-ms-input-placeholder,
.registration-template select.input-text-lavender ::-webkit-input-placeholder,
.registration-template select.input-text-lavender ::placeholder,
.registration-template textarea.input-text-lavender ::-ms-input-placeholder,
.registration-template textarea.input-text-lavender ::-webkit-input-placeholder,
.registration-template textarea.input-text-lavender ::placeholder {
    color: #e6e6fa;
}

.br-form input[type='date'].input-text-orange,
.br-form input[type='email'].input-text-orange,
.br-form input[type='number'].input-text-orange,
.br-form input[type='password'].input-text-orange,
.br-form input[type='search'].input-text-orange,
.br-form input[type='text'].input-text-orange,
.br-form select.input-text-orange,
.br-form textarea.input-text-orange,
.offer-wall-preview input[type='date'].input-text-orange,
.offer-wall-preview input[type='email'].input-text-orange,
.offer-wall-preview input[type='number'].input-text-orange,
.offer-wall-preview input[type='password'].input-text-orange,
.offer-wall-preview input[type='search'].input-text-orange,
.offer-wall-preview input[type='text'].input-text-orange,
.offer-wall-preview select.input-text-orange,
.offer-wall-preview textarea.input-text-orange,
.registration-template input[type='date'].input-text-orange,
.registration-template input[type='email'].input-text-orange,
.registration-template input[type='number'].input-text-orange,
.registration-template input[type='password'].input-text-orange,
.registration-template input[type='search'].input-text-orange,
.registration-template input[type='text'].input-text-orange,
.registration-template select.input-text-orange,
.registration-template textarea.input-text-orange {
    color: orange;
}

.br-form input[type='date'].input-text-orange ::-ms-input-placeholder,
.br-form input[type='date'].input-text-orange ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-orange ::placeholder,
.br-form input[type='email'].input-text-orange ::-ms-input-placeholder,
.br-form input[type='email'].input-text-orange ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-orange ::placeholder,
.br-form input[type='number'].input-text-orange ::-ms-input-placeholder,
.br-form input[type='number'].input-text-orange ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-orange ::placeholder,
.br-form input[type='password'].input-text-orange ::-ms-input-placeholder,
.br-form input[type='password'].input-text-orange ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-orange ::placeholder,
.br-form input[type='search'].input-text-orange ::-ms-input-placeholder,
.br-form input[type='search'].input-text-orange ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-orange ::placeholder,
.br-form input[type='text'].input-text-orange ::-ms-input-placeholder,
.br-form input[type='text'].input-text-orange ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-orange ::placeholder,
.br-form select.input-text-orange ::-ms-input-placeholder,
.br-form select.input-text-orange ::-webkit-input-placeholder,
.br-form select.input-text-orange ::placeholder,
.br-form textarea.input-text-orange ::-ms-input-placeholder,
.br-form textarea.input-text-orange ::-webkit-input-placeholder,
.br-form textarea.input-text-orange ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-orange
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-orange
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-orange ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-orange
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-orange
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-orange ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-orange
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-orange
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-orange ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-orange
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-orange
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-orange ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-orange
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-orange
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-orange ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-orange
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-orange
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-orange ::placeholder,
.offer-wall-preview select.input-text-orange ::-ms-input-placeholder,
.offer-wall-preview select.input-text-orange ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-orange ::placeholder,
.offer-wall-preview textarea.input-text-orange ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-orange ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-orange ::placeholder,
.registration-template
    input[type='date'].input-text-orange
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-orange
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-orange ::placeholder,
.registration-template
    input[type='email'].input-text-orange
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-orange
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-orange ::placeholder,
.registration-template
    input[type='number'].input-text-orange
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-orange
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-orange ::placeholder,
.registration-template
    input[type='password'].input-text-orange
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-orange
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-orange ::placeholder,
.registration-template
    input[type='search'].input-text-orange
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-orange
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-orange ::placeholder,
.registration-template
    input[type='text'].input-text-orange
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-orange
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-orange ::placeholder,
.registration-template select.input-text-orange ::-ms-input-placeholder,
.registration-template select.input-text-orange ::-webkit-input-placeholder,
.registration-template select.input-text-orange ::placeholder,
.registration-template textarea.input-text-orange ::-ms-input-placeholder,
.registration-template textarea.input-text-orange ::-webkit-input-placeholder,
.registration-template textarea.input-text-orange ::placeholder {
    color: orange;
}

.br-form input[type='date'].input-text-coral,
.br-form input[type='email'].input-text-coral,
.br-form input[type='number'].input-text-coral,
.br-form input[type='password'].input-text-coral,
.br-form input[type='search'].input-text-coral,
.br-form input[type='text'].input-text-coral,
.br-form select.input-text-coral,
.br-form textarea.input-text-coral,
.offer-wall-preview input[type='date'].input-text-coral,
.offer-wall-preview input[type='email'].input-text-coral,
.offer-wall-preview input[type='number'].input-text-coral,
.offer-wall-preview input[type='password'].input-text-coral,
.offer-wall-preview input[type='search'].input-text-coral,
.offer-wall-preview input[type='text'].input-text-coral,
.offer-wall-preview select.input-text-coral,
.offer-wall-preview textarea.input-text-coral,
.registration-template input[type='date'].input-text-coral,
.registration-template input[type='email'].input-text-coral,
.registration-template input[type='number'].input-text-coral,
.registration-template input[type='password'].input-text-coral,
.registration-template input[type='search'].input-text-coral,
.registration-template input[type='text'].input-text-coral,
.registration-template select.input-text-coral,
.registration-template textarea.input-text-coral {
    color: coral;
}

.br-form input[type='date'].input-text-coral ::-ms-input-placeholder,
.br-form input[type='date'].input-text-coral ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-coral ::placeholder,
.br-form input[type='email'].input-text-coral ::-ms-input-placeholder,
.br-form input[type='email'].input-text-coral ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-coral ::placeholder,
.br-form input[type='number'].input-text-coral ::-ms-input-placeholder,
.br-form input[type='number'].input-text-coral ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-coral ::placeholder,
.br-form input[type='password'].input-text-coral ::-ms-input-placeholder,
.br-form input[type='password'].input-text-coral ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-coral ::placeholder,
.br-form input[type='search'].input-text-coral ::-ms-input-placeholder,
.br-form input[type='search'].input-text-coral ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-coral ::placeholder,
.br-form input[type='text'].input-text-coral ::-ms-input-placeholder,
.br-form input[type='text'].input-text-coral ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-coral ::placeholder,
.br-form select.input-text-coral ::-ms-input-placeholder,
.br-form select.input-text-coral ::-webkit-input-placeholder,
.br-form select.input-text-coral ::placeholder,
.br-form textarea.input-text-coral ::-ms-input-placeholder,
.br-form textarea.input-text-coral ::-webkit-input-placeholder,
.br-form textarea.input-text-coral ::placeholder,
.offer-wall-preview input[type='date'].input-text-coral ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-coral
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-coral ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-coral
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-coral
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-coral ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-coral
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-coral
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-coral ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-coral
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-coral
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-coral ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-coral
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-coral
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-coral ::placeholder,
.offer-wall-preview input[type='text'].input-text-coral ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-coral
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-coral ::placeholder,
.offer-wall-preview select.input-text-coral ::-ms-input-placeholder,
.offer-wall-preview select.input-text-coral ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-coral ::placeholder,
.offer-wall-preview textarea.input-text-coral ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-coral ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-coral ::placeholder,
.registration-template
    input[type='date'].input-text-coral
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-coral
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-coral ::placeholder,
.registration-template
    input[type='email'].input-text-coral
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-coral
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-coral ::placeholder,
.registration-template
    input[type='number'].input-text-coral
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-coral
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-coral ::placeholder,
.registration-template
    input[type='password'].input-text-coral
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-coral
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-coral ::placeholder,
.registration-template
    input[type='search'].input-text-coral
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-coral
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-coral ::placeholder,
.registration-template
    input[type='text'].input-text-coral
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-coral
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-coral ::placeholder,
.registration-template select.input-text-coral ::-ms-input-placeholder,
.registration-template select.input-text-coral ::-webkit-input-placeholder,
.registration-template select.input-text-coral ::placeholder,
.registration-template textarea.input-text-coral ::-ms-input-placeholder,
.registration-template textarea.input-text-coral ::-webkit-input-placeholder,
.registration-template textarea.input-text-coral ::placeholder {
    color: coral;
}

.br-form input[type='date'].input-text-purple,
.br-form input[type='email'].input-text-purple,
.br-form input[type='number'].input-text-purple,
.br-form input[type='password'].input-text-purple,
.br-form input[type='search'].input-text-purple,
.br-form input[type='text'].input-text-purple,
.br-form select.input-text-purple,
.br-form textarea.input-text-purple,
.offer-wall-preview input[type='date'].input-text-purple,
.offer-wall-preview input[type='email'].input-text-purple,
.offer-wall-preview input[type='number'].input-text-purple,
.offer-wall-preview input[type='password'].input-text-purple,
.offer-wall-preview input[type='search'].input-text-purple,
.offer-wall-preview input[type='text'].input-text-purple,
.offer-wall-preview select.input-text-purple,
.offer-wall-preview textarea.input-text-purple,
.registration-template input[type='date'].input-text-purple,
.registration-template input[type='email'].input-text-purple,
.registration-template input[type='number'].input-text-purple,
.registration-template input[type='password'].input-text-purple,
.registration-template input[type='search'].input-text-purple,
.registration-template input[type='text'].input-text-purple,
.registration-template select.input-text-purple,
.registration-template textarea.input-text-purple {
    color: purple;
}

.br-form input[type='date'].input-text-purple ::-ms-input-placeholder,
.br-form input[type='date'].input-text-purple ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-purple ::placeholder,
.br-form input[type='email'].input-text-purple ::-ms-input-placeholder,
.br-form input[type='email'].input-text-purple ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-purple ::placeholder,
.br-form input[type='number'].input-text-purple ::-ms-input-placeholder,
.br-form input[type='number'].input-text-purple ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-purple ::placeholder,
.br-form input[type='password'].input-text-purple ::-ms-input-placeholder,
.br-form input[type='password'].input-text-purple ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-purple ::placeholder,
.br-form input[type='search'].input-text-purple ::-ms-input-placeholder,
.br-form input[type='search'].input-text-purple ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-purple ::placeholder,
.br-form input[type='text'].input-text-purple ::-ms-input-placeholder,
.br-form input[type='text'].input-text-purple ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-purple ::placeholder,
.br-form select.input-text-purple ::-ms-input-placeholder,
.br-form select.input-text-purple ::-webkit-input-placeholder,
.br-form select.input-text-purple ::placeholder,
.br-form textarea.input-text-purple ::-ms-input-placeholder,
.br-form textarea.input-text-purple ::-webkit-input-placeholder,
.br-form textarea.input-text-purple ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-purple
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-purple
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-purple ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-purple
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-purple
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-purple ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-purple
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-purple
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-purple ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-purple
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-purple
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-purple ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-purple
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-purple
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-purple ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-purple
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-purple
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-purple ::placeholder,
.offer-wall-preview select.input-text-purple ::-ms-input-placeholder,
.offer-wall-preview select.input-text-purple ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-purple ::placeholder,
.offer-wall-preview textarea.input-text-purple ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-purple ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-purple ::placeholder,
.registration-template
    input[type='date'].input-text-purple
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-purple
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-purple ::placeholder,
.registration-template
    input[type='email'].input-text-purple
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-purple
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-purple ::placeholder,
.registration-template
    input[type='number'].input-text-purple
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-purple
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-purple ::placeholder,
.registration-template
    input[type='password'].input-text-purple
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-purple
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-purple ::placeholder,
.registration-template
    input[type='search'].input-text-purple
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-purple
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-purple ::placeholder,
.registration-template
    input[type='text'].input-text-purple
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-purple
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-purple ::placeholder,
.registration-template select.input-text-purple ::-ms-input-placeholder,
.registration-template select.input-text-purple ::-webkit-input-placeholder,
.registration-template select.input-text-purple ::placeholder,
.registration-template textarea.input-text-purple ::-ms-input-placeholder,
.registration-template textarea.input-text-purple ::-webkit-input-placeholder,
.registration-template textarea.input-text-purple ::placeholder {
    color: purple;
}

.br-form input[type='date'].input-text-plum,
.br-form input[type='email'].input-text-plum,
.br-form input[type='number'].input-text-plum,
.br-form input[type='password'].input-text-plum,
.br-form input[type='search'].input-text-plum,
.br-form input[type='text'].input-text-plum,
.br-form select.input-text-plum,
.br-form textarea.input-text-plum,
.offer-wall-preview input[type='date'].input-text-plum,
.offer-wall-preview input[type='email'].input-text-plum,
.offer-wall-preview input[type='number'].input-text-plum,
.offer-wall-preview input[type='password'].input-text-plum,
.offer-wall-preview input[type='search'].input-text-plum,
.offer-wall-preview input[type='text'].input-text-plum,
.offer-wall-preview select.input-text-plum,
.offer-wall-preview textarea.input-text-plum,
.registration-template input[type='date'].input-text-plum,
.registration-template input[type='email'].input-text-plum,
.registration-template input[type='number'].input-text-plum,
.registration-template input[type='password'].input-text-plum,
.registration-template input[type='search'].input-text-plum,
.registration-template input[type='text'].input-text-plum,
.registration-template select.input-text-plum,
.registration-template textarea.input-text-plum {
    color: plum;
}

.br-form input[type='date'].input-text-plum ::-ms-input-placeholder,
.br-form input[type='date'].input-text-plum ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-plum ::placeholder,
.br-form input[type='email'].input-text-plum ::-ms-input-placeholder,
.br-form input[type='email'].input-text-plum ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-plum ::placeholder,
.br-form input[type='number'].input-text-plum ::-ms-input-placeholder,
.br-form input[type='number'].input-text-plum ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-plum ::placeholder,
.br-form input[type='password'].input-text-plum ::-ms-input-placeholder,
.br-form input[type='password'].input-text-plum ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-plum ::placeholder,
.br-form input[type='search'].input-text-plum ::-ms-input-placeholder,
.br-form input[type='search'].input-text-plum ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-plum ::placeholder,
.br-form input[type='text'].input-text-plum ::-ms-input-placeholder,
.br-form input[type='text'].input-text-plum ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-plum ::placeholder,
.br-form select.input-text-plum ::-ms-input-placeholder,
.br-form select.input-text-plum ::-webkit-input-placeholder,
.br-form select.input-text-plum ::placeholder,
.br-form textarea.input-text-plum ::-ms-input-placeholder,
.br-form textarea.input-text-plum ::-webkit-input-placeholder,
.br-form textarea.input-text-plum ::placeholder,
.offer-wall-preview input[type='date'].input-text-plum ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-plum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-plum ::placeholder,
.offer-wall-preview input[type='email'].input-text-plum ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-plum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-plum ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-plum
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-plum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-plum ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-plum
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-plum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-plum ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-plum
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-plum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-plum ::placeholder,
.offer-wall-preview input[type='text'].input-text-plum ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-plum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-plum ::placeholder,
.offer-wall-preview select.input-text-plum ::-ms-input-placeholder,
.offer-wall-preview select.input-text-plum ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-plum ::placeholder,
.offer-wall-preview textarea.input-text-plum ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-plum ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-plum ::placeholder,
.registration-template
    input[type='date'].input-text-plum
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-plum
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-plum ::placeholder,
.registration-template
    input[type='email'].input-text-plum
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-plum
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-plum ::placeholder,
.registration-template
    input[type='number'].input-text-plum
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-plum
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-plum ::placeholder,
.registration-template
    input[type='password'].input-text-plum
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-plum
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-plum ::placeholder,
.registration-template
    input[type='search'].input-text-plum
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-plum
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-plum ::placeholder,
.registration-template
    input[type='text'].input-text-plum
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-plum
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-plum ::placeholder,
.registration-template select.input-text-plum ::-ms-input-placeholder,
.registration-template select.input-text-plum ::-webkit-input-placeholder,
.registration-template select.input-text-plum ::placeholder,
.registration-template textarea.input-text-plum ::-ms-input-placeholder,
.registration-template textarea.input-text-plum ::-webkit-input-placeholder,
.registration-template textarea.input-text-plum ::placeholder {
    color: plum;
}

.br-form input[type='date'].input-text-black,
.br-form input[type='email'].input-text-black,
.br-form input[type='number'].input-text-black,
.br-form input[type='password'].input-text-black,
.br-form input[type='search'].input-text-black,
.br-form input[type='text'].input-text-black,
.br-form select.input-text-black,
.br-form textarea.input-text-black,
.offer-wall-preview input[type='date'].input-text-black,
.offer-wall-preview input[type='email'].input-text-black,
.offer-wall-preview input[type='number'].input-text-black,
.offer-wall-preview input[type='password'].input-text-black,
.offer-wall-preview input[type='search'].input-text-black,
.offer-wall-preview input[type='text'].input-text-black,
.offer-wall-preview select.input-text-black,
.offer-wall-preview textarea.input-text-black,
.registration-template input[type='date'].input-text-black,
.registration-template input[type='email'].input-text-black,
.registration-template input[type='number'].input-text-black,
.registration-template input[type='password'].input-text-black,
.registration-template input[type='search'].input-text-black,
.registration-template input[type='text'].input-text-black,
.registration-template select.input-text-black,
.registration-template textarea.input-text-black {
    color: #000;
}

.br-form input[type='date'].input-text-black ::-ms-input-placeholder,
.br-form input[type='date'].input-text-black ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-black ::placeholder,
.br-form input[type='email'].input-text-black ::-ms-input-placeholder,
.br-form input[type='email'].input-text-black ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-black ::placeholder,
.br-form input[type='number'].input-text-black ::-ms-input-placeholder,
.br-form input[type='number'].input-text-black ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-black ::placeholder,
.br-form input[type='password'].input-text-black ::-ms-input-placeholder,
.br-form input[type='password'].input-text-black ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-black ::placeholder,
.br-form input[type='search'].input-text-black ::-ms-input-placeholder,
.br-form input[type='search'].input-text-black ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-black ::placeholder,
.br-form input[type='text'].input-text-black ::-ms-input-placeholder,
.br-form input[type='text'].input-text-black ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-black ::placeholder,
.br-form select.input-text-black ::-ms-input-placeholder,
.br-form select.input-text-black ::-webkit-input-placeholder,
.br-form select.input-text-black ::placeholder,
.br-form textarea.input-text-black ::-ms-input-placeholder,
.br-form textarea.input-text-black ::-webkit-input-placeholder,
.br-form textarea.input-text-black ::placeholder,
.offer-wall-preview input[type='date'].input-text-black ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-black
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-black ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-black
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-black
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-black ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-black
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-black
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-black ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-black
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-black
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-black ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-black
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-black
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-black ::placeholder,
.offer-wall-preview input[type='text'].input-text-black ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-black
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-black ::placeholder,
.offer-wall-preview select.input-text-black ::-ms-input-placeholder,
.offer-wall-preview select.input-text-black ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-black ::placeholder,
.offer-wall-preview textarea.input-text-black ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-black ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-black ::placeholder,
.registration-template
    input[type='date'].input-text-black
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-black
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-black ::placeholder,
.registration-template
    input[type='email'].input-text-black
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-black
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-black ::placeholder,
.registration-template
    input[type='number'].input-text-black
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-black
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-black ::placeholder,
.registration-template
    input[type='password'].input-text-black
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-black
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-black ::placeholder,
.registration-template
    input[type='search'].input-text-black
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-black
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-black ::placeholder,
.registration-template
    input[type='text'].input-text-black
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-black
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-black ::placeholder,
.registration-template select.input-text-black ::-ms-input-placeholder,
.registration-template select.input-text-black ::-webkit-input-placeholder,
.registration-template select.input-text-black ::placeholder,
.registration-template textarea.input-text-black ::-ms-input-placeholder,
.registration-template textarea.input-text-black ::-webkit-input-placeholder,
.registration-template textarea.input-text-black ::placeholder {
    color: #000;
}

.br-form input[type='date'].input-text-gray,
.br-form input[type='email'].input-text-gray,
.br-form input[type='number'].input-text-gray,
.br-form input[type='password'].input-text-gray,
.br-form input[type='search'].input-text-gray,
.br-form input[type='text'].input-text-gray,
.br-form select.input-text-gray,
.br-form textarea.input-text-gray,
.offer-wall-preview input[type='date'].input-text-gray,
.offer-wall-preview input[type='email'].input-text-gray,
.offer-wall-preview input[type='number'].input-text-gray,
.offer-wall-preview input[type='password'].input-text-gray,
.offer-wall-preview input[type='search'].input-text-gray,
.offer-wall-preview input[type='text'].input-text-gray,
.offer-wall-preview select.input-text-gray,
.offer-wall-preview textarea.input-text-gray,
.registration-template input[type='date'].input-text-gray,
.registration-template input[type='email'].input-text-gray,
.registration-template input[type='number'].input-text-gray,
.registration-template input[type='password'].input-text-gray,
.registration-template input[type='search'].input-text-gray,
.registration-template input[type='text'].input-text-gray,
.registration-template select.input-text-gray,
.registration-template textarea.input-text-gray {
    color: #a5a5a5;
}

.br-form input[type='date'].input-text-gray ::-ms-input-placeholder,
.br-form input[type='date'].input-text-gray ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-gray ::placeholder,
.br-form input[type='email'].input-text-gray ::-ms-input-placeholder,
.br-form input[type='email'].input-text-gray ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-gray ::placeholder,
.br-form input[type='number'].input-text-gray ::-ms-input-placeholder,
.br-form input[type='number'].input-text-gray ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-gray ::placeholder,
.br-form input[type='password'].input-text-gray ::-ms-input-placeholder,
.br-form input[type='password'].input-text-gray ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-gray ::placeholder,
.br-form input[type='search'].input-text-gray ::-ms-input-placeholder,
.br-form input[type='search'].input-text-gray ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-gray ::placeholder,
.br-form input[type='text'].input-text-gray ::-ms-input-placeholder,
.br-form input[type='text'].input-text-gray ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-gray ::placeholder,
.br-form select.input-text-gray ::-ms-input-placeholder,
.br-form select.input-text-gray ::-webkit-input-placeholder,
.br-form select.input-text-gray ::placeholder,
.br-form textarea.input-text-gray ::-ms-input-placeholder,
.br-form textarea.input-text-gray ::-webkit-input-placeholder,
.br-form textarea.input-text-gray ::placeholder,
.offer-wall-preview input[type='date'].input-text-gray ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-gray
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-gray ::placeholder,
.offer-wall-preview input[type='email'].input-text-gray ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-gray
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-gray ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-gray
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-gray
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-gray ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-gray
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-gray
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-gray ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-gray
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-gray
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-gray ::placeholder,
.offer-wall-preview input[type='text'].input-text-gray ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-gray
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-gray ::placeholder,
.offer-wall-preview select.input-text-gray ::-ms-input-placeholder,
.offer-wall-preview select.input-text-gray ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-gray ::placeholder,
.offer-wall-preview textarea.input-text-gray ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-gray ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-gray ::placeholder,
.registration-template
    input[type='date'].input-text-gray
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-gray
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-gray ::placeholder,
.registration-template
    input[type='email'].input-text-gray
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-gray
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-gray ::placeholder,
.registration-template
    input[type='number'].input-text-gray
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-gray
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-gray ::placeholder,
.registration-template
    input[type='password'].input-text-gray
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-gray
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-gray ::placeholder,
.registration-template
    input[type='search'].input-text-gray
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-gray
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-gray ::placeholder,
.registration-template
    input[type='text'].input-text-gray
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-gray
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-gray ::placeholder,
.registration-template select.input-text-gray ::-ms-input-placeholder,
.registration-template select.input-text-gray ::-webkit-input-placeholder,
.registration-template select.input-text-gray ::placeholder,
.registration-template textarea.input-text-gray ::-ms-input-placeholder,
.registration-template textarea.input-text-gray ::-webkit-input-placeholder,
.registration-template textarea.input-text-gray ::placeholder {
    color: #a5a5a5;
}

.br-form input[type='date'].input-text-yellow,
.br-form input[type='email'].input-text-yellow,
.br-form input[type='number'].input-text-yellow,
.br-form input[type='password'].input-text-yellow,
.br-form input[type='search'].input-text-yellow,
.br-form input[type='text'].input-text-yellow,
.br-form select.input-text-yellow,
.br-form textarea.input-text-yellow,
.offer-wall-preview input[type='date'].input-text-yellow,
.offer-wall-preview input[type='email'].input-text-yellow,
.offer-wall-preview input[type='number'].input-text-yellow,
.offer-wall-preview input[type='password'].input-text-yellow,
.offer-wall-preview input[type='search'].input-text-yellow,
.offer-wall-preview input[type='text'].input-text-yellow,
.offer-wall-preview select.input-text-yellow,
.offer-wall-preview textarea.input-text-yellow,
.registration-template input[type='date'].input-text-yellow,
.registration-template input[type='email'].input-text-yellow,
.registration-template input[type='number'].input-text-yellow,
.registration-template input[type='password'].input-text-yellow,
.registration-template input[type='search'].input-text-yellow,
.registration-template input[type='text'].input-text-yellow,
.registration-template select.input-text-yellow,
.registration-template textarea.input-text-yellow {
    color: #ff0;
}

.br-form input[type='date'].input-text-yellow ::-ms-input-placeholder,
.br-form input[type='date'].input-text-yellow ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-yellow ::placeholder,
.br-form input[type='email'].input-text-yellow ::-ms-input-placeholder,
.br-form input[type='email'].input-text-yellow ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-yellow ::placeholder,
.br-form input[type='number'].input-text-yellow ::-ms-input-placeholder,
.br-form input[type='number'].input-text-yellow ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-yellow ::placeholder,
.br-form input[type='password'].input-text-yellow ::-ms-input-placeholder,
.br-form input[type='password'].input-text-yellow ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-yellow ::placeholder,
.br-form input[type='search'].input-text-yellow ::-ms-input-placeholder,
.br-form input[type='search'].input-text-yellow ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-yellow ::placeholder,
.br-form input[type='text'].input-text-yellow ::-ms-input-placeholder,
.br-form input[type='text'].input-text-yellow ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-yellow ::placeholder,
.br-form select.input-text-yellow ::-ms-input-placeholder,
.br-form select.input-text-yellow ::-webkit-input-placeholder,
.br-form select.input-text-yellow ::placeholder,
.br-form textarea.input-text-yellow ::-ms-input-placeholder,
.br-form textarea.input-text-yellow ::-webkit-input-placeholder,
.br-form textarea.input-text-yellow ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-yellow
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-yellow
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-yellow ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-yellow
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-yellow
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-yellow ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-yellow
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-yellow
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-yellow ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-yellow
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-yellow
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-yellow ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-yellow
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-yellow
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-yellow ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-yellow
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-yellow
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-yellow ::placeholder,
.offer-wall-preview select.input-text-yellow ::-ms-input-placeholder,
.offer-wall-preview select.input-text-yellow ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-yellow ::placeholder,
.offer-wall-preview textarea.input-text-yellow ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-yellow ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-yellow ::placeholder,
.registration-template
    input[type='date'].input-text-yellow
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-yellow
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-yellow ::placeholder,
.registration-template
    input[type='email'].input-text-yellow
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-yellow
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-yellow ::placeholder,
.registration-template
    input[type='number'].input-text-yellow
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-yellow
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-yellow ::placeholder,
.registration-template
    input[type='password'].input-text-yellow
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-yellow
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-yellow ::placeholder,
.registration-template
    input[type='search'].input-text-yellow
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-yellow
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-yellow ::placeholder,
.registration-template
    input[type='text'].input-text-yellow
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-yellow
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-yellow ::placeholder,
.registration-template select.input-text-yellow ::-ms-input-placeholder,
.registration-template select.input-text-yellow ::-webkit-input-placeholder,
.registration-template select.input-text-yellow ::placeholder,
.registration-template textarea.input-text-yellow ::-ms-input-placeholder,
.registration-template textarea.input-text-yellow ::-webkit-input-placeholder,
.registration-template textarea.input-text-yellow ::placeholder {
    color: #ff0;
}

.br-form input[type='date'].input-text-ivory,
.br-form input[type='email'].input-text-ivory,
.br-form input[type='number'].input-text-ivory,
.br-form input[type='password'].input-text-ivory,
.br-form input[type='search'].input-text-ivory,
.br-form input[type='text'].input-text-ivory,
.br-form select.input-text-ivory,
.br-form textarea.input-text-ivory,
.offer-wall-preview input[type='date'].input-text-ivory,
.offer-wall-preview input[type='email'].input-text-ivory,
.offer-wall-preview input[type='number'].input-text-ivory,
.offer-wall-preview input[type='password'].input-text-ivory,
.offer-wall-preview input[type='search'].input-text-ivory,
.offer-wall-preview input[type='text'].input-text-ivory,
.offer-wall-preview select.input-text-ivory,
.offer-wall-preview textarea.input-text-ivory,
.registration-template input[type='date'].input-text-ivory,
.registration-template input[type='email'].input-text-ivory,
.registration-template input[type='number'].input-text-ivory,
.registration-template input[type='password'].input-text-ivory,
.registration-template input[type='search'].input-text-ivory,
.registration-template input[type='text'].input-text-ivory,
.registration-template select.input-text-ivory,
.registration-template textarea.input-text-ivory {
    color: ivory;
}

.br-form input[type='date'].input-text-ivory ::-ms-input-placeholder,
.br-form input[type='date'].input-text-ivory ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-ivory ::placeholder,
.br-form input[type='email'].input-text-ivory ::-ms-input-placeholder,
.br-form input[type='email'].input-text-ivory ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-ivory ::placeholder,
.br-form input[type='number'].input-text-ivory ::-ms-input-placeholder,
.br-form input[type='number'].input-text-ivory ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-ivory ::placeholder,
.br-form input[type='password'].input-text-ivory ::-ms-input-placeholder,
.br-form input[type='password'].input-text-ivory ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-ivory ::placeholder,
.br-form input[type='search'].input-text-ivory ::-ms-input-placeholder,
.br-form input[type='search'].input-text-ivory ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-ivory ::placeholder,
.br-form input[type='text'].input-text-ivory ::-ms-input-placeholder,
.br-form input[type='text'].input-text-ivory ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-ivory ::placeholder,
.br-form select.input-text-ivory ::-ms-input-placeholder,
.br-form select.input-text-ivory ::-webkit-input-placeholder,
.br-form select.input-text-ivory ::placeholder,
.br-form textarea.input-text-ivory ::-ms-input-placeholder,
.br-form textarea.input-text-ivory ::-webkit-input-placeholder,
.br-form textarea.input-text-ivory ::placeholder,
.offer-wall-preview input[type='date'].input-text-ivory ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-ivory
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-ivory ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-ivory
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-ivory
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-ivory ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-ivory
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-ivory
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-ivory ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-ivory
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-ivory
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-ivory ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-ivory
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-ivory
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-ivory ::placeholder,
.offer-wall-preview input[type='text'].input-text-ivory ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-ivory
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-ivory ::placeholder,
.offer-wall-preview select.input-text-ivory ::-ms-input-placeholder,
.offer-wall-preview select.input-text-ivory ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-ivory ::placeholder,
.offer-wall-preview textarea.input-text-ivory ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-ivory ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-ivory ::placeholder,
.registration-template
    input[type='date'].input-text-ivory
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-ivory
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-ivory ::placeholder,
.registration-template
    input[type='email'].input-text-ivory
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-ivory
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-ivory ::placeholder,
.registration-template
    input[type='number'].input-text-ivory
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-ivory
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-ivory ::placeholder,
.registration-template
    input[type='password'].input-text-ivory
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-ivory
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-ivory ::placeholder,
.registration-template
    input[type='search'].input-text-ivory
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-ivory
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-ivory ::placeholder,
.registration-template
    input[type='text'].input-text-ivory
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-ivory
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-ivory ::placeholder,
.registration-template select.input-text-ivory ::-ms-input-placeholder,
.registration-template select.input-text-ivory ::-webkit-input-placeholder,
.registration-template select.input-text-ivory ::placeholder,
.registration-template textarea.input-text-ivory ::-ms-input-placeholder,
.registration-template textarea.input-text-ivory ::-webkit-input-placeholder,
.registration-template textarea.input-text-ivory ::placeholder {
    color: ivory;
}

.br-form input[type='date'].input-text-brown,
.br-form input[type='email'].input-text-brown,
.br-form input[type='number'].input-text-brown,
.br-form input[type='password'].input-text-brown,
.br-form input[type='search'].input-text-brown,
.br-form input[type='text'].input-text-brown,
.br-form select.input-text-brown,
.br-form textarea.input-text-brown,
.offer-wall-preview input[type='date'].input-text-brown,
.offer-wall-preview input[type='email'].input-text-brown,
.offer-wall-preview input[type='number'].input-text-brown,
.offer-wall-preview input[type='password'].input-text-brown,
.offer-wall-preview input[type='search'].input-text-brown,
.offer-wall-preview input[type='text'].input-text-brown,
.offer-wall-preview select.input-text-brown,
.offer-wall-preview textarea.input-text-brown,
.registration-template input[type='date'].input-text-brown,
.registration-template input[type='email'].input-text-brown,
.registration-template input[type='number'].input-text-brown,
.registration-template input[type='password'].input-text-brown,
.registration-template input[type='search'].input-text-brown,
.registration-template input[type='text'].input-text-brown,
.registration-template select.input-text-brown,
.registration-template textarea.input-text-brown {
    color: brown;
}

.br-form input[type='date'].input-text-brown ::-ms-input-placeholder,
.br-form input[type='date'].input-text-brown ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-brown ::placeholder,
.br-form input[type='email'].input-text-brown ::-ms-input-placeholder,
.br-form input[type='email'].input-text-brown ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-brown ::placeholder,
.br-form input[type='number'].input-text-brown ::-ms-input-placeholder,
.br-form input[type='number'].input-text-brown ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-brown ::placeholder,
.br-form input[type='password'].input-text-brown ::-ms-input-placeholder,
.br-form input[type='password'].input-text-brown ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-brown ::placeholder,
.br-form input[type='search'].input-text-brown ::-ms-input-placeholder,
.br-form input[type='search'].input-text-brown ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-brown ::placeholder,
.br-form input[type='text'].input-text-brown ::-ms-input-placeholder,
.br-form input[type='text'].input-text-brown ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-brown ::placeholder,
.br-form select.input-text-brown ::-ms-input-placeholder,
.br-form select.input-text-brown ::-webkit-input-placeholder,
.br-form select.input-text-brown ::placeholder,
.br-form textarea.input-text-brown ::-ms-input-placeholder,
.br-form textarea.input-text-brown ::-webkit-input-placeholder,
.br-form textarea.input-text-brown ::placeholder,
.offer-wall-preview input[type='date'].input-text-brown ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-brown
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-brown ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-brown
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-brown
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-brown ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-brown
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-brown
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-brown ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-brown
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-brown
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-brown ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-brown
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-brown
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-brown ::placeholder,
.offer-wall-preview input[type='text'].input-text-brown ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-brown
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-brown ::placeholder,
.offer-wall-preview select.input-text-brown ::-ms-input-placeholder,
.offer-wall-preview select.input-text-brown ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-brown ::placeholder,
.offer-wall-preview textarea.input-text-brown ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-brown ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-brown ::placeholder,
.registration-template
    input[type='date'].input-text-brown
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-brown
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-brown ::placeholder,
.registration-template
    input[type='email'].input-text-brown
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-brown
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-brown ::placeholder,
.registration-template
    input[type='number'].input-text-brown
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-brown
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-brown ::placeholder,
.registration-template
    input[type='password'].input-text-brown
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-brown
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-brown ::placeholder,
.registration-template
    input[type='search'].input-text-brown
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-brown
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-brown ::placeholder,
.registration-template
    input[type='text'].input-text-brown
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-brown
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-brown ::placeholder,
.registration-template select.input-text-brown ::-ms-input-placeholder,
.registration-template select.input-text-brown ::-webkit-input-placeholder,
.registration-template select.input-text-brown ::placeholder,
.registration-template textarea.input-text-brown ::-ms-input-placeholder,
.registration-template textarea.input-text-brown ::-webkit-input-placeholder,
.registration-template textarea.input-text-brown ::placeholder {
    color: brown;
}

.br-form input[type='date'].input-text-beige,
.br-form input[type='email'].input-text-beige,
.br-form input[type='number'].input-text-beige,
.br-form input[type='password'].input-text-beige,
.br-form input[type='search'].input-text-beige,
.br-form input[type='text'].input-text-beige,
.br-form select.input-text-beige,
.br-form textarea.input-text-beige,
.offer-wall-preview input[type='date'].input-text-beige,
.offer-wall-preview input[type='email'].input-text-beige,
.offer-wall-preview input[type='number'].input-text-beige,
.offer-wall-preview input[type='password'].input-text-beige,
.offer-wall-preview input[type='search'].input-text-beige,
.offer-wall-preview input[type='text'].input-text-beige,
.offer-wall-preview select.input-text-beige,
.offer-wall-preview textarea.input-text-beige,
.registration-template input[type='date'].input-text-beige,
.registration-template input[type='email'].input-text-beige,
.registration-template input[type='number'].input-text-beige,
.registration-template input[type='password'].input-text-beige,
.registration-template input[type='search'].input-text-beige,
.registration-template input[type='text'].input-text-beige,
.registration-template select.input-text-beige,
.registration-template textarea.input-text-beige {
    color: beige;
}

.br-form input[type='date'].input-text-beige ::-ms-input-placeholder,
.br-form input[type='date'].input-text-beige ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-beige ::placeholder,
.br-form input[type='email'].input-text-beige ::-ms-input-placeholder,
.br-form input[type='email'].input-text-beige ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-beige ::placeholder,
.br-form input[type='number'].input-text-beige ::-ms-input-placeholder,
.br-form input[type='number'].input-text-beige ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-beige ::placeholder,
.br-form input[type='password'].input-text-beige ::-ms-input-placeholder,
.br-form input[type='password'].input-text-beige ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-beige ::placeholder,
.br-form input[type='search'].input-text-beige ::-ms-input-placeholder,
.br-form input[type='search'].input-text-beige ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-beige ::placeholder,
.br-form input[type='text'].input-text-beige ::-ms-input-placeholder,
.br-form input[type='text'].input-text-beige ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-beige ::placeholder,
.br-form select.input-text-beige ::-ms-input-placeholder,
.br-form select.input-text-beige ::-webkit-input-placeholder,
.br-form select.input-text-beige ::placeholder,
.br-form textarea.input-text-beige ::-ms-input-placeholder,
.br-form textarea.input-text-beige ::-webkit-input-placeholder,
.br-form textarea.input-text-beige ::placeholder,
.offer-wall-preview input[type='date'].input-text-beige ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-beige
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-beige ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-beige
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-beige
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-beige ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-beige
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-beige
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-beige ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-beige
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-beige
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-beige ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-beige
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-beige
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-beige ::placeholder,
.offer-wall-preview input[type='text'].input-text-beige ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-beige
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-beige ::placeholder,
.offer-wall-preview select.input-text-beige ::-ms-input-placeholder,
.offer-wall-preview select.input-text-beige ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-beige ::placeholder,
.offer-wall-preview textarea.input-text-beige ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-beige ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-beige ::placeholder,
.registration-template
    input[type='date'].input-text-beige
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-beige
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-beige ::placeholder,
.registration-template
    input[type='email'].input-text-beige
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-beige
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-beige ::placeholder,
.registration-template
    input[type='number'].input-text-beige
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-beige
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-beige ::placeholder,
.registration-template
    input[type='password'].input-text-beige
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-beige
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-beige ::placeholder,
.registration-template
    input[type='search'].input-text-beige
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-beige
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-beige ::placeholder,
.registration-template
    input[type='text'].input-text-beige
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-beige
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-beige ::placeholder,
.registration-template select.input-text-beige ::-ms-input-placeholder,
.registration-template select.input-text-beige ::-webkit-input-placeholder,
.registration-template select.input-text-beige ::placeholder,
.registration-template textarea.input-text-beige ::-ms-input-placeholder,
.registration-template textarea.input-text-beige ::-webkit-input-placeholder,
.registration-template textarea.input-text-beige ::placeholder {
    color: beige;
}

.br-form input[type='date'].input-text-khaki,
.br-form input[type='email'].input-text-khaki,
.br-form input[type='number'].input-text-khaki,
.br-form input[type='password'].input-text-khaki,
.br-form input[type='search'].input-text-khaki,
.br-form input[type='text'].input-text-khaki,
.br-form select.input-text-khaki,
.br-form textarea.input-text-khaki,
.offer-wall-preview input[type='date'].input-text-khaki,
.offer-wall-preview input[type='email'].input-text-khaki,
.offer-wall-preview input[type='number'].input-text-khaki,
.offer-wall-preview input[type='password'].input-text-khaki,
.offer-wall-preview input[type='search'].input-text-khaki,
.offer-wall-preview input[type='text'].input-text-khaki,
.offer-wall-preview select.input-text-khaki,
.offer-wall-preview textarea.input-text-khaki,
.registration-template input[type='date'].input-text-khaki,
.registration-template input[type='email'].input-text-khaki,
.registration-template input[type='number'].input-text-khaki,
.registration-template input[type='password'].input-text-khaki,
.registration-template input[type='search'].input-text-khaki,
.registration-template input[type='text'].input-text-khaki,
.registration-template select.input-text-khaki,
.registration-template textarea.input-text-khaki {
    color: khaki;
}

.br-form input[type='date'].input-text-khaki ::-ms-input-placeholder,
.br-form input[type='date'].input-text-khaki ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-khaki ::placeholder,
.br-form input[type='email'].input-text-khaki ::-ms-input-placeholder,
.br-form input[type='email'].input-text-khaki ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-khaki ::placeholder,
.br-form input[type='number'].input-text-khaki ::-ms-input-placeholder,
.br-form input[type='number'].input-text-khaki ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-khaki ::placeholder,
.br-form input[type='password'].input-text-khaki ::-ms-input-placeholder,
.br-form input[type='password'].input-text-khaki ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-khaki ::placeholder,
.br-form input[type='search'].input-text-khaki ::-ms-input-placeholder,
.br-form input[type='search'].input-text-khaki ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-khaki ::placeholder,
.br-form input[type='text'].input-text-khaki ::-ms-input-placeholder,
.br-form input[type='text'].input-text-khaki ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-khaki ::placeholder,
.br-form select.input-text-khaki ::-ms-input-placeholder,
.br-form select.input-text-khaki ::-webkit-input-placeholder,
.br-form select.input-text-khaki ::placeholder,
.br-form textarea.input-text-khaki ::-ms-input-placeholder,
.br-form textarea.input-text-khaki ::-webkit-input-placeholder,
.br-form textarea.input-text-khaki ::placeholder,
.offer-wall-preview input[type='date'].input-text-khaki ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-khaki
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-khaki ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-khaki
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-khaki
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-khaki ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-khaki
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-khaki
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-khaki ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-khaki
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-khaki
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-khaki ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-khaki
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-khaki
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-khaki ::placeholder,
.offer-wall-preview input[type='text'].input-text-khaki ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-khaki
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-khaki ::placeholder,
.offer-wall-preview select.input-text-khaki ::-ms-input-placeholder,
.offer-wall-preview select.input-text-khaki ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-khaki ::placeholder,
.offer-wall-preview textarea.input-text-khaki ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-khaki ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-khaki ::placeholder,
.registration-template
    input[type='date'].input-text-khaki
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-khaki
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-khaki ::placeholder,
.registration-template
    input[type='email'].input-text-khaki
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-khaki
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-khaki ::placeholder,
.registration-template
    input[type='number'].input-text-khaki
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-khaki
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-khaki ::placeholder,
.registration-template
    input[type='password'].input-text-khaki
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-khaki
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-khaki ::placeholder,
.registration-template
    input[type='search'].input-text-khaki
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-khaki
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-khaki ::placeholder,
.registration-template
    input[type='text'].input-text-khaki
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-khaki
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-khaki ::placeholder,
.registration-template select.input-text-khaki ::-ms-input-placeholder,
.registration-template select.input-text-khaki ::-webkit-input-placeholder,
.registration-template select.input-text-khaki ::placeholder,
.registration-template textarea.input-text-khaki ::-ms-input-placeholder,
.registration-template textarea.input-text-khaki ::-webkit-input-placeholder,
.registration-template textarea.input-text-khaki ::placeholder {
    color: khaki;
}

.br-form input[type='date'].input-text-linen,
.br-form input[type='email'].input-text-linen,
.br-form input[type='number'].input-text-linen,
.br-form input[type='password'].input-text-linen,
.br-form input[type='search'].input-text-linen,
.br-form input[type='text'].input-text-linen,
.br-form select.input-text-linen,
.br-form textarea.input-text-linen,
.offer-wall-preview input[type='date'].input-text-linen,
.offer-wall-preview input[type='email'].input-text-linen,
.offer-wall-preview input[type='number'].input-text-linen,
.offer-wall-preview input[type='password'].input-text-linen,
.offer-wall-preview input[type='search'].input-text-linen,
.offer-wall-preview input[type='text'].input-text-linen,
.offer-wall-preview select.input-text-linen,
.offer-wall-preview textarea.input-text-linen,
.registration-template input[type='date'].input-text-linen,
.registration-template input[type='email'].input-text-linen,
.registration-template input[type='number'].input-text-linen,
.registration-template input[type='password'].input-text-linen,
.registration-template input[type='search'].input-text-linen,
.registration-template input[type='text'].input-text-linen,
.registration-template select.input-text-linen,
.registration-template textarea.input-text-linen {
    color: linen;
}

.br-form input[type='date'].input-text-linen ::-ms-input-placeholder,
.br-form input[type='date'].input-text-linen ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-linen ::placeholder,
.br-form input[type='email'].input-text-linen ::-ms-input-placeholder,
.br-form input[type='email'].input-text-linen ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-linen ::placeholder,
.br-form input[type='number'].input-text-linen ::-ms-input-placeholder,
.br-form input[type='number'].input-text-linen ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-linen ::placeholder,
.br-form input[type='password'].input-text-linen ::-ms-input-placeholder,
.br-form input[type='password'].input-text-linen ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-linen ::placeholder,
.br-form input[type='search'].input-text-linen ::-ms-input-placeholder,
.br-form input[type='search'].input-text-linen ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-linen ::placeholder,
.br-form input[type='text'].input-text-linen ::-ms-input-placeholder,
.br-form input[type='text'].input-text-linen ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-linen ::placeholder,
.br-form select.input-text-linen ::-ms-input-placeholder,
.br-form select.input-text-linen ::-webkit-input-placeholder,
.br-form select.input-text-linen ::placeholder,
.br-form textarea.input-text-linen ::-ms-input-placeholder,
.br-form textarea.input-text-linen ::-webkit-input-placeholder,
.br-form textarea.input-text-linen ::placeholder,
.offer-wall-preview input[type='date'].input-text-linen ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-linen
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-linen ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-linen
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-linen
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-linen ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-linen
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-linen
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-linen ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-linen
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-linen
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-linen ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-linen
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-linen
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-linen ::placeholder,
.offer-wall-preview input[type='text'].input-text-linen ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-linen
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-linen ::placeholder,
.offer-wall-preview select.input-text-linen ::-ms-input-placeholder,
.offer-wall-preview select.input-text-linen ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-linen ::placeholder,
.offer-wall-preview textarea.input-text-linen ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-linen ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-linen ::placeholder,
.registration-template
    input[type='date'].input-text-linen
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-linen
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-linen ::placeholder,
.registration-template
    input[type='email'].input-text-linen
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-linen
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-linen ::placeholder,
.registration-template
    input[type='number'].input-text-linen
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-linen
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-linen ::placeholder,
.registration-template
    input[type='password'].input-text-linen
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-linen
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-linen ::placeholder,
.registration-template
    input[type='search'].input-text-linen
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-linen
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-linen ::placeholder,
.registration-template
    input[type='text'].input-text-linen
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-linen
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-linen ::placeholder,
.registration-template select.input-text-linen ::-ms-input-placeholder,
.registration-template select.input-text-linen ::-webkit-input-placeholder,
.registration-template select.input-text-linen ::placeholder,
.registration-template textarea.input-text-linen ::-ms-input-placeholder,
.registration-template textarea.input-text-linen ::-webkit-input-placeholder,
.registration-template textarea.input-text-linen ::placeholder {
    color: linen;
}

.br-form input[type='date'].input-text-pink,
.br-form input[type='email'].input-text-pink,
.br-form input[type='number'].input-text-pink,
.br-form input[type='password'].input-text-pink,
.br-form input[type='search'].input-text-pink,
.br-form input[type='text'].input-text-pink,
.br-form select.input-text-pink,
.br-form textarea.input-text-pink,
.offer-wall-preview input[type='date'].input-text-pink,
.offer-wall-preview input[type='email'].input-text-pink,
.offer-wall-preview input[type='number'].input-text-pink,
.offer-wall-preview input[type='password'].input-text-pink,
.offer-wall-preview input[type='search'].input-text-pink,
.offer-wall-preview input[type='text'].input-text-pink,
.offer-wall-preview select.input-text-pink,
.offer-wall-preview textarea.input-text-pink,
.registration-template input[type='date'].input-text-pink,
.registration-template input[type='email'].input-text-pink,
.registration-template input[type='number'].input-text-pink,
.registration-template input[type='password'].input-text-pink,
.registration-template input[type='search'].input-text-pink,
.registration-template input[type='text'].input-text-pink,
.registration-template select.input-text-pink,
.registration-template textarea.input-text-pink {
    color: pink;
}

.br-form input[type='date'].input-text-pink ::-ms-input-placeholder,
.br-form input[type='date'].input-text-pink ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-pink ::placeholder,
.br-form input[type='email'].input-text-pink ::-ms-input-placeholder,
.br-form input[type='email'].input-text-pink ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-pink ::placeholder,
.br-form input[type='number'].input-text-pink ::-ms-input-placeholder,
.br-form input[type='number'].input-text-pink ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-pink ::placeholder,
.br-form input[type='password'].input-text-pink ::-ms-input-placeholder,
.br-form input[type='password'].input-text-pink ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-pink ::placeholder,
.br-form input[type='search'].input-text-pink ::-ms-input-placeholder,
.br-form input[type='search'].input-text-pink ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-pink ::placeholder,
.br-form input[type='text'].input-text-pink ::-ms-input-placeholder,
.br-form input[type='text'].input-text-pink ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-pink ::placeholder,
.br-form select.input-text-pink ::-ms-input-placeholder,
.br-form select.input-text-pink ::-webkit-input-placeholder,
.br-form select.input-text-pink ::placeholder,
.br-form textarea.input-text-pink ::-ms-input-placeholder,
.br-form textarea.input-text-pink ::-webkit-input-placeholder,
.br-form textarea.input-text-pink ::placeholder,
.offer-wall-preview input[type='date'].input-text-pink ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-pink
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-pink ::placeholder,
.offer-wall-preview input[type='email'].input-text-pink ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-pink
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-pink ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-pink
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-pink
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-pink ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-pink
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-pink
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-pink ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-pink
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-pink
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-pink ::placeholder,
.offer-wall-preview input[type='text'].input-text-pink ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-pink
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-pink ::placeholder,
.offer-wall-preview select.input-text-pink ::-ms-input-placeholder,
.offer-wall-preview select.input-text-pink ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-pink ::placeholder,
.offer-wall-preview textarea.input-text-pink ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-pink ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-pink ::placeholder,
.registration-template
    input[type='date'].input-text-pink
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-pink
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-pink ::placeholder,
.registration-template
    input[type='email'].input-text-pink
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-pink
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-pink ::placeholder,
.registration-template
    input[type='number'].input-text-pink
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-pink
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-pink ::placeholder,
.registration-template
    input[type='password'].input-text-pink
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-pink
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-pink ::placeholder,
.registration-template
    input[type='search'].input-text-pink
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-pink
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-pink ::placeholder,
.registration-template
    input[type='text'].input-text-pink
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-pink
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-pink ::placeholder,
.registration-template select.input-text-pink ::-ms-input-placeholder,
.registration-template select.input-text-pink ::-webkit-input-placeholder,
.registration-template select.input-text-pink ::placeholder,
.registration-template textarea.input-text-pink ::-ms-input-placeholder,
.registration-template textarea.input-text-pink ::-webkit-input-placeholder,
.registration-template textarea.input-text-pink ::placeholder {
    color: pink;
}

.br-form input[type='date'].input-text-fuchsia,
.br-form input[type='email'].input-text-fuchsia,
.br-form input[type='number'].input-text-fuchsia,
.br-form input[type='password'].input-text-fuchsia,
.br-form input[type='search'].input-text-fuchsia,
.br-form input[type='text'].input-text-fuchsia,
.br-form select.input-text-fuchsia,
.br-form textarea.input-text-fuchsia,
.offer-wall-preview input[type='date'].input-text-fuchsia,
.offer-wall-preview input[type='email'].input-text-fuchsia,
.offer-wall-preview input[type='number'].input-text-fuchsia,
.offer-wall-preview input[type='password'].input-text-fuchsia,
.offer-wall-preview input[type='search'].input-text-fuchsia,
.offer-wall-preview input[type='text'].input-text-fuchsia,
.offer-wall-preview select.input-text-fuchsia,
.offer-wall-preview textarea.input-text-fuchsia,
.registration-template input[type='date'].input-text-fuchsia,
.registration-template input[type='email'].input-text-fuchsia,
.registration-template input[type='number'].input-text-fuchsia,
.registration-template input[type='password'].input-text-fuchsia,
.registration-template input[type='search'].input-text-fuchsia,
.registration-template input[type='text'].input-text-fuchsia,
.registration-template select.input-text-fuchsia,
.registration-template textarea.input-text-fuchsia {
    color: #f0f;
}

.br-form input[type='date'].input-text-fuchsia ::-ms-input-placeholder,
.br-form input[type='date'].input-text-fuchsia ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-fuchsia ::placeholder,
.br-form input[type='email'].input-text-fuchsia ::-ms-input-placeholder,
.br-form input[type='email'].input-text-fuchsia ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-fuchsia ::placeholder,
.br-form input[type='number'].input-text-fuchsia ::-ms-input-placeholder,
.br-form input[type='number'].input-text-fuchsia ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-fuchsia ::placeholder,
.br-form input[type='password'].input-text-fuchsia ::-ms-input-placeholder,
.br-form input[type='password'].input-text-fuchsia ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-fuchsia ::placeholder,
.br-form input[type='search'].input-text-fuchsia ::-ms-input-placeholder,
.br-form input[type='search'].input-text-fuchsia ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-fuchsia ::placeholder,
.br-form input[type='text'].input-text-fuchsia ::-ms-input-placeholder,
.br-form input[type='text'].input-text-fuchsia ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-fuchsia ::placeholder,
.br-form select.input-text-fuchsia ::-ms-input-placeholder,
.br-form select.input-text-fuchsia ::-webkit-input-placeholder,
.br-form select.input-text-fuchsia ::placeholder,
.br-form textarea.input-text-fuchsia ::-ms-input-placeholder,
.br-form textarea.input-text-fuchsia ::-webkit-input-placeholder,
.br-form textarea.input-text-fuchsia ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-fuchsia
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-fuchsia
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-fuchsia ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-fuchsia
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-fuchsia
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-fuchsia ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-fuchsia
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-fuchsia
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-fuchsia ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-fuchsia
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-fuchsia
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-fuchsia ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-fuchsia
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-fuchsia
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-fuchsia ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-fuchsia
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-fuchsia
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-fuchsia ::placeholder,
.offer-wall-preview select.input-text-fuchsia ::-ms-input-placeholder,
.offer-wall-preview select.input-text-fuchsia ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-fuchsia ::placeholder,
.offer-wall-preview textarea.input-text-fuchsia ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-fuchsia ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-fuchsia ::placeholder,
.registration-template
    input[type='date'].input-text-fuchsia
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-fuchsia
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-fuchsia ::placeholder,
.registration-template
    input[type='email'].input-text-fuchsia
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-fuchsia
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-fuchsia ::placeholder,
.registration-template
    input[type='number'].input-text-fuchsia
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-fuchsia
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-fuchsia ::placeholder,
.registration-template
    input[type='password'].input-text-fuchsia
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-fuchsia
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-fuchsia ::placeholder,
.registration-template
    input[type='search'].input-text-fuchsia
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-fuchsia
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-fuchsia ::placeholder,
.registration-template
    input[type='text'].input-text-fuchsia
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-fuchsia
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-fuchsia ::placeholder,
.registration-template select.input-text-fuchsia ::-ms-input-placeholder,
.registration-template select.input-text-fuchsia ::-webkit-input-placeholder,
.registration-template select.input-text-fuchsia ::placeholder,
.registration-template textarea.input-text-fuchsia ::-ms-input-placeholder,
.registration-template textarea.input-text-fuchsia ::-webkit-input-placeholder,
.registration-template textarea.input-text-fuchsia ::placeholder {
    color: #f0f;
}

.br-form input[type='date'].input-text-peach,
.br-form input[type='email'].input-text-peach,
.br-form input[type='number'].input-text-peach,
.br-form input[type='password'].input-text-peach,
.br-form input[type='search'].input-text-peach,
.br-form input[type='text'].input-text-peach,
.br-form select.input-text-peach,
.br-form textarea.input-text-peach,
.offer-wall-preview input[type='date'].input-text-peach,
.offer-wall-preview input[type='email'].input-text-peach,
.offer-wall-preview input[type='number'].input-text-peach,
.offer-wall-preview input[type='password'].input-text-peach,
.offer-wall-preview input[type='search'].input-text-peach,
.offer-wall-preview input[type='text'].input-text-peach,
.offer-wall-preview select.input-text-peach,
.offer-wall-preview textarea.input-text-peach,
.registration-template input[type='date'].input-text-peach,
.registration-template input[type='email'].input-text-peach,
.registration-template input[type='number'].input-text-peach,
.registration-template input[type='password'].input-text-peach,
.registration-template input[type='search'].input-text-peach,
.registration-template input[type='text'].input-text-peach,
.registration-template select.input-text-peach,
.registration-template textarea.input-text-peach {
    color: #ffe5b4;
}

.br-form input[type='date'].input-text-peach ::-ms-input-placeholder,
.br-form input[type='date'].input-text-peach ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-peach ::placeholder,
.br-form input[type='email'].input-text-peach ::-ms-input-placeholder,
.br-form input[type='email'].input-text-peach ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-peach ::placeholder,
.br-form input[type='number'].input-text-peach ::-ms-input-placeholder,
.br-form input[type='number'].input-text-peach ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-peach ::placeholder,
.br-form input[type='password'].input-text-peach ::-ms-input-placeholder,
.br-form input[type='password'].input-text-peach ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-peach ::placeholder,
.br-form input[type='search'].input-text-peach ::-ms-input-placeholder,
.br-form input[type='search'].input-text-peach ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-peach ::placeholder,
.br-form input[type='text'].input-text-peach ::-ms-input-placeholder,
.br-form input[type='text'].input-text-peach ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-peach ::placeholder,
.br-form select.input-text-peach ::-ms-input-placeholder,
.br-form select.input-text-peach ::-webkit-input-placeholder,
.br-form select.input-text-peach ::placeholder,
.br-form textarea.input-text-peach ::-ms-input-placeholder,
.br-form textarea.input-text-peach ::-webkit-input-placeholder,
.br-form textarea.input-text-peach ::placeholder,
.offer-wall-preview input[type='date'].input-text-peach ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-peach
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-peach ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-peach
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-peach
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-peach ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-peach
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-peach
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-peach ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-peach
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-peach
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-peach ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-peach
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-peach
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-peach ::placeholder,
.offer-wall-preview input[type='text'].input-text-peach ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-peach
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-peach ::placeholder,
.offer-wall-preview select.input-text-peach ::-ms-input-placeholder,
.offer-wall-preview select.input-text-peach ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-peach ::placeholder,
.offer-wall-preview textarea.input-text-peach ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-peach ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-peach ::placeholder,
.registration-template
    input[type='date'].input-text-peach
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-peach
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-peach ::placeholder,
.registration-template
    input[type='email'].input-text-peach
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-peach
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-peach ::placeholder,
.registration-template
    input[type='number'].input-text-peach
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-peach
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-peach ::placeholder,
.registration-template
    input[type='password'].input-text-peach
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-peach
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-peach ::placeholder,
.registration-template
    input[type='search'].input-text-peach
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-peach
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-peach ::placeholder,
.registration-template
    input[type='text'].input-text-peach
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-peach
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-peach ::placeholder,
.registration-template select.input-text-peach ::-ms-input-placeholder,
.registration-template select.input-text-peach ::-webkit-input-placeholder,
.registration-template select.input-text-peach ::placeholder,
.registration-template textarea.input-text-peach ::-ms-input-placeholder,
.registration-template textarea.input-text-peach ::-webkit-input-placeholder,
.registration-template textarea.input-text-peach ::placeholder {
    color: #ffe5b4;
}

.br-form input[type='date'].input-text-turquoise,
.br-form input[type='email'].input-text-turquoise,
.br-form input[type='number'].input-text-turquoise,
.br-form input[type='password'].input-text-turquoise,
.br-form input[type='search'].input-text-turquoise,
.br-form input[type='text'].input-text-turquoise,
.br-form select.input-text-turquoise,
.br-form textarea.input-text-turquoise,
.offer-wall-preview input[type='date'].input-text-turquoise,
.offer-wall-preview input[type='email'].input-text-turquoise,
.offer-wall-preview input[type='number'].input-text-turquoise,
.offer-wall-preview input[type='password'].input-text-turquoise,
.offer-wall-preview input[type='search'].input-text-turquoise,
.offer-wall-preview input[type='text'].input-text-turquoise,
.offer-wall-preview select.input-text-turquoise,
.offer-wall-preview textarea.input-text-turquoise,
.registration-template input[type='date'].input-text-turquoise,
.registration-template input[type='email'].input-text-turquoise,
.registration-template input[type='number'].input-text-turquoise,
.registration-template input[type='password'].input-text-turquoise,
.registration-template input[type='search'].input-text-turquoise,
.registration-template input[type='text'].input-text-turquoise,
.registration-template select.input-text-turquoise,
.registration-template textarea.input-text-turquoise {
    color: #40e0d0;
}

.br-form input[type='date'].input-text-turquoise ::-ms-input-placeholder,
.br-form input[type='date'].input-text-turquoise ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-turquoise ::placeholder,
.br-form input[type='email'].input-text-turquoise ::-ms-input-placeholder,
.br-form input[type='email'].input-text-turquoise ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-turquoise ::placeholder,
.br-form input[type='number'].input-text-turquoise ::-ms-input-placeholder,
.br-form input[type='number'].input-text-turquoise ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-turquoise ::placeholder,
.br-form input[type='password'].input-text-turquoise ::-ms-input-placeholder,
.br-form
    input[type='password'].input-text-turquoise
    ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-turquoise ::placeholder,
.br-form input[type='search'].input-text-turquoise ::-ms-input-placeholder,
.br-form input[type='search'].input-text-turquoise ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-turquoise ::placeholder,
.br-form input[type='text'].input-text-turquoise ::-ms-input-placeholder,
.br-form input[type='text'].input-text-turquoise ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-turquoise ::placeholder,
.br-form select.input-text-turquoise ::-ms-input-placeholder,
.br-form select.input-text-turquoise ::-webkit-input-placeholder,
.br-form select.input-text-turquoise ::placeholder,
.br-form textarea.input-text-turquoise ::-ms-input-placeholder,
.br-form textarea.input-text-turquoise ::-webkit-input-placeholder,
.br-form textarea.input-text-turquoise ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-turquoise
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-turquoise
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-turquoise ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-turquoise
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-turquoise
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-turquoise ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-turquoise
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-turquoise
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-turquoise ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-turquoise
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-turquoise
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-turquoise ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-turquoise
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-turquoise
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-turquoise ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-turquoise
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-turquoise
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-turquoise ::placeholder,
.offer-wall-preview select.input-text-turquoise ::-ms-input-placeholder,
.offer-wall-preview select.input-text-turquoise ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-turquoise ::placeholder,
.offer-wall-preview textarea.input-text-turquoise ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-turquoise ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-turquoise ::placeholder,
.registration-template
    input[type='date'].input-text-turquoise
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-turquoise
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-turquoise ::placeholder,
.registration-template
    input[type='email'].input-text-turquoise
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-turquoise
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-turquoise ::placeholder,
.registration-template
    input[type='number'].input-text-turquoise
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-turquoise
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-turquoise ::placeholder,
.registration-template
    input[type='password'].input-text-turquoise
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-turquoise
    ::-webkit-input-placeholder,
.registration-template
    input[type='password'].input-text-turquoise
    ::placeholder,
.registration-template
    input[type='search'].input-text-turquoise
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-turquoise
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-turquoise ::placeholder,
.registration-template
    input[type='text'].input-text-turquoise
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-turquoise
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-turquoise ::placeholder,
.registration-template select.input-text-turquoise ::-ms-input-placeholder,
.registration-template select.input-text-turquoise ::-webkit-input-placeholder,
.registration-template select.input-text-turquoise ::placeholder,
.registration-template textarea.input-text-turquoise ::-ms-input-placeholder,
.registration-template
    textarea.input-text-turquoise
    ::-webkit-input-placeholder,
.registration-template textarea.input-text-turquoise ::placeholder {
    color: #40e0d0;
}

.br-form input[type='date'].input-text-silver,
.br-form input[type='email'].input-text-silver,
.br-form input[type='number'].input-text-silver,
.br-form input[type='password'].input-text-silver,
.br-form input[type='search'].input-text-silver,
.br-form input[type='text'].input-text-silver,
.br-form select.input-text-silver,
.br-form textarea.input-text-silver,
.offer-wall-preview input[type='date'].input-text-silver,
.offer-wall-preview input[type='email'].input-text-silver,
.offer-wall-preview input[type='number'].input-text-silver,
.offer-wall-preview input[type='password'].input-text-silver,
.offer-wall-preview input[type='search'].input-text-silver,
.offer-wall-preview input[type='text'].input-text-silver,
.offer-wall-preview select.input-text-silver,
.offer-wall-preview textarea.input-text-silver,
.registration-template input[type='date'].input-text-silver,
.registration-template input[type='email'].input-text-silver,
.registration-template input[type='number'].input-text-silver,
.registration-template input[type='password'].input-text-silver,
.registration-template input[type='search'].input-text-silver,
.registration-template input[type='text'].input-text-silver,
.registration-template select.input-text-silver,
.registration-template textarea.input-text-silver {
    color: silver;
}

.br-form input[type='date'].input-text-silver ::-ms-input-placeholder,
.br-form input[type='date'].input-text-silver ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-silver ::placeholder,
.br-form input[type='email'].input-text-silver ::-ms-input-placeholder,
.br-form input[type='email'].input-text-silver ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-silver ::placeholder,
.br-form input[type='number'].input-text-silver ::-ms-input-placeholder,
.br-form input[type='number'].input-text-silver ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-silver ::placeholder,
.br-form input[type='password'].input-text-silver ::-ms-input-placeholder,
.br-form input[type='password'].input-text-silver ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-silver ::placeholder,
.br-form input[type='search'].input-text-silver ::-ms-input-placeholder,
.br-form input[type='search'].input-text-silver ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-silver ::placeholder,
.br-form input[type='text'].input-text-silver ::-ms-input-placeholder,
.br-form input[type='text'].input-text-silver ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-silver ::placeholder,
.br-form select.input-text-silver ::-ms-input-placeholder,
.br-form select.input-text-silver ::-webkit-input-placeholder,
.br-form select.input-text-silver ::placeholder,
.br-form textarea.input-text-silver ::-ms-input-placeholder,
.br-form textarea.input-text-silver ::-webkit-input-placeholder,
.br-form textarea.input-text-silver ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-silver
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-silver
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-silver ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-silver
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-silver
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-silver ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-silver
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-silver
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-silver ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-silver
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-silver
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-silver ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-silver
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-silver
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-silver ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-silver
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-silver
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-silver ::placeholder,
.offer-wall-preview select.input-text-silver ::-ms-input-placeholder,
.offer-wall-preview select.input-text-silver ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-silver ::placeholder,
.offer-wall-preview textarea.input-text-silver ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-silver ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-silver ::placeholder,
.registration-template
    input[type='date'].input-text-silver
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-silver
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-silver ::placeholder,
.registration-template
    input[type='email'].input-text-silver
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-silver
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-silver ::placeholder,
.registration-template
    input[type='number'].input-text-silver
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-silver
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-silver ::placeholder,
.registration-template
    input[type='password'].input-text-silver
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-silver
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-silver ::placeholder,
.registration-template
    input[type='search'].input-text-silver
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-silver
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-silver ::placeholder,
.registration-template
    input[type='text'].input-text-silver
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-silver
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-silver ::placeholder,
.registration-template select.input-text-silver ::-ms-input-placeholder,
.registration-template select.input-text-silver ::-webkit-input-placeholder,
.registration-template select.input-text-silver ::placeholder,
.registration-template textarea.input-text-silver ::-ms-input-placeholder,
.registration-template textarea.input-text-silver ::-webkit-input-placeholder,
.registration-template textarea.input-text-silver ::placeholder {
    color: silver;
}

.br-form input[type='date'].input-text-gold,
.br-form input[type='email'].input-text-gold,
.br-form input[type='number'].input-text-gold,
.br-form input[type='password'].input-text-gold,
.br-form input[type='search'].input-text-gold,
.br-form input[type='text'].input-text-gold,
.br-form select.input-text-gold,
.br-form textarea.input-text-gold,
.offer-wall-preview input[type='date'].input-text-gold,
.offer-wall-preview input[type='email'].input-text-gold,
.offer-wall-preview input[type='number'].input-text-gold,
.offer-wall-preview input[type='password'].input-text-gold,
.offer-wall-preview input[type='search'].input-text-gold,
.offer-wall-preview input[type='text'].input-text-gold,
.offer-wall-preview select.input-text-gold,
.offer-wall-preview textarea.input-text-gold,
.registration-template input[type='date'].input-text-gold,
.registration-template input[type='email'].input-text-gold,
.registration-template input[type='number'].input-text-gold,
.registration-template input[type='password'].input-text-gold,
.registration-template input[type='search'].input-text-gold,
.registration-template input[type='text'].input-text-gold,
.registration-template select.input-text-gold,
.registration-template textarea.input-text-gold {
    color: gold;
}

.br-form input[type='date'].input-text-gold ::-ms-input-placeholder,
.br-form input[type='date'].input-text-gold ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-gold ::placeholder,
.br-form input[type='email'].input-text-gold ::-ms-input-placeholder,
.br-form input[type='email'].input-text-gold ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-gold ::placeholder,
.br-form input[type='number'].input-text-gold ::-ms-input-placeholder,
.br-form input[type='number'].input-text-gold ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-gold ::placeholder,
.br-form input[type='password'].input-text-gold ::-ms-input-placeholder,
.br-form input[type='password'].input-text-gold ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-gold ::placeholder,
.br-form input[type='search'].input-text-gold ::-ms-input-placeholder,
.br-form input[type='search'].input-text-gold ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-gold ::placeholder,
.br-form input[type='text'].input-text-gold ::-ms-input-placeholder,
.br-form input[type='text'].input-text-gold ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-gold ::placeholder,
.br-form select.input-text-gold ::-ms-input-placeholder,
.br-form select.input-text-gold ::-webkit-input-placeholder,
.br-form select.input-text-gold ::placeholder,
.br-form textarea.input-text-gold ::-ms-input-placeholder,
.br-form textarea.input-text-gold ::-webkit-input-placeholder,
.br-form textarea.input-text-gold ::placeholder,
.offer-wall-preview input[type='date'].input-text-gold ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-gold
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-gold ::placeholder,
.offer-wall-preview input[type='email'].input-text-gold ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-gold
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-gold ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-gold
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-gold
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-gold ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-gold
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-gold
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-gold ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-gold
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-gold
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-gold ::placeholder,
.offer-wall-preview input[type='text'].input-text-gold ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-gold
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-gold ::placeholder,
.offer-wall-preview select.input-text-gold ::-ms-input-placeholder,
.offer-wall-preview select.input-text-gold ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-gold ::placeholder,
.offer-wall-preview textarea.input-text-gold ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-gold ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-gold ::placeholder,
.registration-template
    input[type='date'].input-text-gold
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-gold
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-gold ::placeholder,
.registration-template
    input[type='email'].input-text-gold
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-gold
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-gold ::placeholder,
.registration-template
    input[type='number'].input-text-gold
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-gold
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-gold ::placeholder,
.registration-template
    input[type='password'].input-text-gold
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-gold
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-gold ::placeholder,
.registration-template
    input[type='search'].input-text-gold
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-gold
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-gold ::placeholder,
.registration-template
    input[type='text'].input-text-gold
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-gold
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-gold ::placeholder,
.registration-template select.input-text-gold ::-ms-input-placeholder,
.registration-template select.input-text-gold ::-webkit-input-placeholder,
.registration-template select.input-text-gold ::placeholder,
.registration-template textarea.input-text-gold ::-ms-input-placeholder,
.registration-template textarea.input-text-gold ::-webkit-input-placeholder,
.registration-template textarea.input-text-gold ::placeholder {
    color: gold;
}

.br-form input[type='date'].input-text-platinum,
.br-form input[type='email'].input-text-platinum,
.br-form input[type='number'].input-text-platinum,
.br-form input[type='password'].input-text-platinum,
.br-form input[type='search'].input-text-platinum,
.br-form input[type='text'].input-text-platinum,
.br-form select.input-text-platinum,
.br-form textarea.input-text-platinum,
.offer-wall-preview input[type='date'].input-text-platinum,
.offer-wall-preview input[type='email'].input-text-platinum,
.offer-wall-preview input[type='number'].input-text-platinum,
.offer-wall-preview input[type='password'].input-text-platinum,
.offer-wall-preview input[type='search'].input-text-platinum,
.offer-wall-preview input[type='text'].input-text-platinum,
.offer-wall-preview select.input-text-platinum,
.offer-wall-preview textarea.input-text-platinum,
.registration-template input[type='date'].input-text-platinum,
.registration-template input[type='email'].input-text-platinum,
.registration-template input[type='number'].input-text-platinum,
.registration-template input[type='password'].input-text-platinum,
.registration-template input[type='search'].input-text-platinum,
.registration-template input[type='text'].input-text-platinum,
.registration-template select.input-text-platinum,
.registration-template textarea.input-text-platinum {
    color: #e5e4e2;
}

.br-form input[type='date'].input-text-platinum ::-ms-input-placeholder,
.br-form input[type='date'].input-text-platinum ::-webkit-input-placeholder,
.br-form input[type='date'].input-text-platinum ::placeholder,
.br-form input[type='email'].input-text-platinum ::-ms-input-placeholder,
.br-form input[type='email'].input-text-platinum ::-webkit-input-placeholder,
.br-form input[type='email'].input-text-platinum ::placeholder,
.br-form input[type='number'].input-text-platinum ::-ms-input-placeholder,
.br-form input[type='number'].input-text-platinum ::-webkit-input-placeholder,
.br-form input[type='number'].input-text-platinum ::placeholder,
.br-form input[type='password'].input-text-platinum ::-ms-input-placeholder,
.br-form input[type='password'].input-text-platinum ::-webkit-input-placeholder,
.br-form input[type='password'].input-text-platinum ::placeholder,
.br-form input[type='search'].input-text-platinum ::-ms-input-placeholder,
.br-form input[type='search'].input-text-platinum ::-webkit-input-placeholder,
.br-form input[type='search'].input-text-platinum ::placeholder,
.br-form input[type='text'].input-text-platinum ::-ms-input-placeholder,
.br-form input[type='text'].input-text-platinum ::-webkit-input-placeholder,
.br-form input[type='text'].input-text-platinum ::placeholder,
.br-form select.input-text-platinum ::-ms-input-placeholder,
.br-form select.input-text-platinum ::-webkit-input-placeholder,
.br-form select.input-text-platinum ::placeholder,
.br-form textarea.input-text-platinum ::-ms-input-placeholder,
.br-form textarea.input-text-platinum ::-webkit-input-placeholder,
.br-form textarea.input-text-platinum ::placeholder,
.offer-wall-preview
    input[type='date'].input-text-platinum
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='date'].input-text-platinum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='date'].input-text-platinum ::placeholder,
.offer-wall-preview
    input[type='email'].input-text-platinum
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='email'].input-text-platinum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='email'].input-text-platinum ::placeholder,
.offer-wall-preview
    input[type='number'].input-text-platinum
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='number'].input-text-platinum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='number'].input-text-platinum ::placeholder,
.offer-wall-preview
    input[type='password'].input-text-platinum
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='password'].input-text-platinum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='password'].input-text-platinum ::placeholder,
.offer-wall-preview
    input[type='search'].input-text-platinum
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='search'].input-text-platinum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='search'].input-text-platinum ::placeholder,
.offer-wall-preview
    input[type='text'].input-text-platinum
    ::-ms-input-placeholder,
.offer-wall-preview
    input[type='text'].input-text-platinum
    ::-webkit-input-placeholder,
.offer-wall-preview input[type='text'].input-text-platinum ::placeholder,
.offer-wall-preview select.input-text-platinum ::-ms-input-placeholder,
.offer-wall-preview select.input-text-platinum ::-webkit-input-placeholder,
.offer-wall-preview select.input-text-platinum ::placeholder,
.offer-wall-preview textarea.input-text-platinum ::-ms-input-placeholder,
.offer-wall-preview textarea.input-text-platinum ::-webkit-input-placeholder,
.offer-wall-preview textarea.input-text-platinum ::placeholder,
.registration-template
    input[type='date'].input-text-platinum
    ::-ms-input-placeholder,
.registration-template
    input[type='date'].input-text-platinum
    ::-webkit-input-placeholder,
.registration-template input[type='date'].input-text-platinum ::placeholder,
.registration-template
    input[type='email'].input-text-platinum
    ::-ms-input-placeholder,
.registration-template
    input[type='email'].input-text-platinum
    ::-webkit-input-placeholder,
.registration-template input[type='email'].input-text-platinum ::placeholder,
.registration-template
    input[type='number'].input-text-platinum
    ::-ms-input-placeholder,
.registration-template
    input[type='number'].input-text-platinum
    ::-webkit-input-placeholder,
.registration-template input[type='number'].input-text-platinum ::placeholder,
.registration-template
    input[type='password'].input-text-platinum
    ::-ms-input-placeholder,
.registration-template
    input[type='password'].input-text-platinum
    ::-webkit-input-placeholder,
.registration-template input[type='password'].input-text-platinum ::placeholder,
.registration-template
    input[type='search'].input-text-platinum
    ::-ms-input-placeholder,
.registration-template
    input[type='search'].input-text-platinum
    ::-webkit-input-placeholder,
.registration-template input[type='search'].input-text-platinum ::placeholder,
.registration-template
    input[type='text'].input-text-platinum
    ::-ms-input-placeholder,
.registration-template
    input[type='text'].input-text-platinum
    ::-webkit-input-placeholder,
.registration-template input[type='text'].input-text-platinum ::placeholder,
.registration-template select.input-text-platinum ::-ms-input-placeholder,
.registration-template select.input-text-platinum ::-webkit-input-placeholder,
.registration-template select.input-text-platinum ::placeholder,
.registration-template textarea.input-text-platinum ::-ms-input-placeholder,
.registration-template textarea.input-text-platinum ::-webkit-input-placeholder,
.registration-template textarea.input-text-platinum ::placeholder {
    color: #e5e4e2;
}

.br-form a,
.offer-wall-preview a,
.registration-template a {
    color: inherit;
}

.br-form .btn-primary,
.offer-wall-preview .btn-primary,
.registration-template .btn-primary {
    background-color: transparent;
    border: 1px solid #a5a5a5;
    color: #4c4c4c;
}

.br-form.has-bg-color,
.offer-wall-preview.has-bg-color,
.registration-template.has-bg-color {
    padding: 40px;
}

.br-form .bg-,
.br-form .bg-transparent,
.br-form.bg-,
.br-form.bg-transparent,
.offer-wall-preview .bg-,
.offer-wall-preview .bg-transparent,
.offer-wall-preview.bg-,
.offer-wall-preview.bg-transparent,
.registration-template .bg-,
.registration-template .bg-transparent,
.registration-template.bg-,
.registration-template.bg-transparent {
    background-color: transparent;
}

.br-form .bg-white,
.br-form.bg-white,
.offer-wall-preview .bg-white,
.offer-wall-preview.bg-white,
.registration-template .bg-white,
.registration-template.bg-white {
    background-color: #fff;
}

.br-form .bg-red,
.br-form.bg-red,
.offer-wall-preview .bg-red,
.offer-wall-preview.bg-red,
.registration-template .bg-red,
.registration-template.bg-red {
    background-color: red;
}

.br-form .bg-maroon,
.br-form.bg-maroon,
.offer-wall-preview .bg-maroon,
.offer-wall-preview.bg-maroon,
.registration-template .bg-maroon,
.registration-template.bg-maroon {
    background-color: maroon;
}

.br-form .bg-salmon,
.br-form.bg-salmon,
.offer-wall-preview .bg-salmon,
.offer-wall-preview.bg-salmon,
.registration-template .bg-salmon,
.registration-template.bg-salmon {
    background-color: salmon;
}

.br-form .bg-olive,
.br-form.bg-olive,
.offer-wall-preview .bg-olive,
.offer-wall-preview.bg-olive,
.registration-template .bg-olive,
.registration-template.bg-olive {
    background-color: olive;
}

.br-form .bg-blue,
.br-form.bg-blue,
.offer-wall-preview .bg-blue,
.offer-wall-preview.bg-blue,
.registration-template .bg-blue,
.registration-template.bg-blue {
    background-color: blue;
}

.br-form .bg-aqua,
.br-form.bg-aqua,
.offer-wall-preview .bg-aqua,
.offer-wall-preview.bg-aqua,
.registration-template .bg-aqua,
.registration-template.bg-aqua {
    background-color: aqua;
}

.br-form .bg-navy,
.br-form.bg-navy,
.offer-wall-preview .bg-navy,
.offer-wall-preview.bg-navy,
.registration-template .bg-navy,
.registration-template.bg-navy {
    background-color: navy;
}

.br-form .bg-green,
.br-form.bg-green,
.offer-wall-preview .bg-green,
.offer-wall-preview.bg-green,
.registration-template .bg-green,
.registration-template.bg-green {
    background-color: green;
}

.br-form .bg-lime,
.br-form.bg-lime,
.offer-wall-preview .bg-lime,
.offer-wall-preview.bg-lime,
.registration-template .bg-lime,
.registration-template.bg-lime {
    background-color: lime;
}

.br-form .bg-teal,
.br-form.bg-teal,
.offer-wall-preview .bg-teal,
.offer-wall-preview.bg-teal,
.registration-template .bg-teal,
.registration-template.bg-teal {
    background-color: teal;
}

.br-form .bg-azure,
.br-form.bg-azure,
.offer-wall-preview .bg-azure,
.offer-wall-preview.bg-azure,
.registration-template .bg-azure,
.registration-template.bg-azure {
    background-color: azure;
}

.br-form .bg-lavender,
.br-form.bg-lavender,
.offer-wall-preview .bg-lavender,
.offer-wall-preview.bg-lavender,
.registration-template .bg-lavender,
.registration-template.bg-lavender {
    background-color: #e6e6fa;
}

.br-form .bg-orange,
.br-form.bg-orange,
.offer-wall-preview .bg-orange,
.offer-wall-preview.bg-orange,
.registration-template .bg-orange,
.registration-template.bg-orange {
    background-color: orange;
}

.br-form .bg-coral,
.br-form.bg-coral,
.offer-wall-preview .bg-coral,
.offer-wall-preview.bg-coral,
.registration-template .bg-coral,
.registration-template.bg-coral {
    background-color: coral;
}

.br-form .bg-purple,
.br-form.bg-purple,
.offer-wall-preview .bg-purple,
.offer-wall-preview.bg-purple,
.registration-template .bg-purple,
.registration-template.bg-purple {
    background-color: purple;
}

.br-form .bg-plum,
.br-form.bg-plum,
.offer-wall-preview .bg-plum,
.offer-wall-preview.bg-plum,
.registration-template .bg-plum,
.registration-template.bg-plum {
    background-color: plum;
}

.br-form .bg-black,
.br-form.bg-black,
.offer-wall-preview .bg-black,
.offer-wall-preview.bg-black,
.registration-template .bg-black,
.registration-template.bg-black {
    background-color: #000;
}

.br-form .bg-gray,
.br-form.bg-gray,
.offer-wall-preview .bg-gray,
.offer-wall-preview.bg-gray,
.registration-template .bg-gray,
.registration-template.bg-gray {
    background-color: #a5a5a5;
}

.br-form .bg-yellow,
.br-form.bg-yellow,
.offer-wall-preview .bg-yellow,
.offer-wall-preview.bg-yellow,
.registration-template .bg-yellow,
.registration-template.bg-yellow {
    background-color: #ff0;
}

.br-form .bg-ivory,
.br-form.bg-ivory,
.offer-wall-preview .bg-ivory,
.offer-wall-preview.bg-ivory,
.registration-template .bg-ivory,
.registration-template.bg-ivory {
    background-color: ivory;
}

.br-form .bg-brown,
.br-form.bg-brown,
.offer-wall-preview .bg-brown,
.offer-wall-preview.bg-brown,
.registration-template .bg-brown,
.registration-template.bg-brown {
    background-color: brown;
}

.br-form .bg-beige,
.br-form.bg-beige,
.offer-wall-preview .bg-beige,
.offer-wall-preview.bg-beige,
.registration-template .bg-beige,
.registration-template.bg-beige {
    background-color: beige;
}

.br-form .bg-khaki,
.br-form.bg-khaki,
.offer-wall-preview .bg-khaki,
.offer-wall-preview.bg-khaki,
.registration-template .bg-khaki,
.registration-template.bg-khaki {
    background-color: khaki;
}

.br-form .bg-linen,
.br-form.bg-linen,
.offer-wall-preview .bg-linen,
.offer-wall-preview.bg-linen,
.registration-template .bg-linen,
.registration-template.bg-linen {
    background-color: linen;
}

.br-form .bg-pink,
.br-form.bg-pink,
.offer-wall-preview .bg-pink,
.offer-wall-preview.bg-pink,
.registration-template .bg-pink,
.registration-template.bg-pink {
    background-color: pink;
}

.br-form .bg-fuchsia,
.br-form.bg-fuchsia,
.offer-wall-preview .bg-fuchsia,
.offer-wall-preview.bg-fuchsia,
.registration-template .bg-fuchsia,
.registration-template.bg-fuchsia {
    background-color: #f0f;
}

.br-form .bg-peach,
.br-form.bg-peach,
.offer-wall-preview .bg-peach,
.offer-wall-preview.bg-peach,
.registration-template .bg-peach,
.registration-template.bg-peach {
    background-color: #ffe5b4;
}

.br-form .bg-turquoise,
.br-form.bg-turquoise,
.offer-wall-preview .bg-turquoise,
.offer-wall-preview.bg-turquoise,
.registration-template .bg-turquoise,
.registration-template.bg-turquoise {
    background-color: #40e0d0;
}

.br-form .bg-silver,
.br-form.bg-silver,
.offer-wall-preview .bg-silver,
.offer-wall-preview.bg-silver,
.registration-template .bg-silver,
.registration-template.bg-silver {
    background-color: silver;
}

.br-form .bg-gold,
.br-form.bg-gold,
.offer-wall-preview .bg-gold,
.offer-wall-preview.bg-gold,
.registration-template .bg-gold,
.registration-template.bg-gold {
    background-color: gold;
}

.br-form .bg-platinum,
.br-form.bg-platinum,
.offer-wall-preview .bg-platinum,
.offer-wall-preview.bg-platinum,
.registration-template .bg-platinum,
.registration-template.bg-platinum {
    background-color: #e5e4e2;
}

.br-form .preview-icon .text-,
.offer-wall-preview .preview-icon .text-,
.registration-template .preview-icon .text- {
    color: #fff;
}

.br-form .preview-icon .text-red,
.br-form .text-red.btn,
.br-form .text-red.btn-primary,
.br-form.text-red,
.br-form.text-red .terms a,
.offer-wall-preview .preview-icon .text-red,
.offer-wall-preview .text-red.btn,
.offer-wall-preview .text-red.btn-primary,
.offer-wall-preview.text-red,
.offer-wall-preview.text-red .terms a,
.registration-template .preview-icon .text-red,
.registration-template .text-red.btn,
.registration-template .text-red.btn-primary,
.registration-template.text-red,
.registration-template.text-red .terms a {
    color: red;
}

.br-form .preview-icon .text-white,
.br-form .text-white.btn,
.br-form .text-white.btn-primary,
.br-form.text-white,
.br-form.text-white .terms a,
.offer-wall-preview .preview-icon .text-white,
.offer-wall-preview .text-white.btn,
.offer-wall-preview .text-white.btn-primary,
.offer-wall-preview.text-white,
.offer-wall-preview.text-white .terms a,
.registration-template .preview-icon .text-white,
.registration-template .text-white.btn,
.registration-template .text-white.btn-primary,
.registration-template.text-white,
.registration-template.text-white .terms a {
    color: #fff;
}

.br-form .preview-icon .text-maroon,
.br-form .text-maroon.btn,
.br-form .text-maroon.btn-primary,
.br-form.text-maroon,
.br-form.text-maroon .terms a,
.offer-wall-preview .preview-icon .text-maroon,
.offer-wall-preview .text-maroon.btn,
.offer-wall-preview .text-maroon.btn-primary,
.offer-wall-preview.text-maroon,
.offer-wall-preview.text-maroon .terms a,
.registration-template .preview-icon .text-maroon,
.registration-template .text-maroon.btn,
.registration-template .text-maroon.btn-primary,
.registration-template.text-maroon,
.registration-template.text-maroon .terms a {
    color: maroon;
}

.br-form .preview-icon .text-salmon,
.br-form .text-salmon.btn,
.br-form .text-salmon.btn-primary,
.br-form.text-salmon,
.br-form.text-salmon .terms a,
.offer-wall-preview .preview-icon .text-salmon,
.offer-wall-preview .text-salmon.btn,
.offer-wall-preview .text-salmon.btn-primary,
.offer-wall-preview.text-salmon,
.offer-wall-preview.text-salmon .terms a,
.registration-template .preview-icon .text-salmon,
.registration-template .text-salmon.btn,
.registration-template .text-salmon.btn-primary,
.registration-template.text-salmon,
.registration-template.text-salmon .terms a {
    color: salmon;
}

.br-form .preview-icon .text-olive,
.br-form .text-olive.btn,
.br-form .text-olive.btn-primary,
.br-form.text-olive,
.br-form.text-olive .terms a,
.offer-wall-preview .preview-icon .text-olive,
.offer-wall-preview .text-olive.btn,
.offer-wall-preview .text-olive.btn-primary,
.offer-wall-preview.text-olive,
.offer-wall-preview.text-olive .terms a,
.registration-template .preview-icon .text-olive,
.registration-template .text-olive.btn,
.registration-template .text-olive.btn-primary,
.registration-template.text-olive,
.registration-template.text-olive .terms a {
    color: olive;
}

.br-form .preview-icon .text-blue,
.br-form .text-blue.btn,
.br-form .text-blue.btn-primary,
.br-form.text-blue,
.br-form.text-blue .terms a,
.offer-wall-preview .preview-icon .text-blue,
.offer-wall-preview .text-blue.btn,
.offer-wall-preview .text-blue.btn-primary,
.offer-wall-preview.text-blue,
.offer-wall-preview.text-blue .terms a,
.registration-template .preview-icon .text-blue,
.registration-template .text-blue.btn,
.registration-template .text-blue.btn-primary,
.registration-template.text-blue,
.registration-template.text-blue .terms a {
    color: blue;
}

.br-form .preview-icon .text-aqua,
.br-form .text-aqua.btn,
.br-form .text-aqua.btn-primary,
.br-form.text-aqua,
.br-form.text-aqua .terms a,
.offer-wall-preview .preview-icon .text-aqua,
.offer-wall-preview .text-aqua.btn,
.offer-wall-preview .text-aqua.btn-primary,
.offer-wall-preview.text-aqua,
.offer-wall-preview.text-aqua .terms a,
.registration-template .preview-icon .text-aqua,
.registration-template .text-aqua.btn,
.registration-template .text-aqua.btn-primary,
.registration-template.text-aqua,
.registration-template.text-aqua .terms a {
    color: aqua;
}

.br-form .preview-icon .text-navy,
.br-form .text-navy.btn,
.br-form .text-navy.btn-primary,
.br-form.text-navy,
.br-form.text-navy .terms a,
.offer-wall-preview .preview-icon .text-navy,
.offer-wall-preview .text-navy.btn,
.offer-wall-preview .text-navy.btn-primary,
.offer-wall-preview.text-navy,
.offer-wall-preview.text-navy .terms a,
.registration-template .preview-icon .text-navy,
.registration-template .text-navy.btn,
.registration-template .text-navy.btn-primary,
.registration-template.text-navy,
.registration-template.text-navy .terms a {
    color: navy;
}

.br-form .preview-icon .text-green,
.br-form .text-green.btn,
.br-form .text-green.btn-primary,
.br-form.text-green,
.br-form.text-green .terms a,
.offer-wall-preview .preview-icon .text-green,
.offer-wall-preview .text-green.btn,
.offer-wall-preview .text-green.btn-primary,
.offer-wall-preview.text-green,
.offer-wall-preview.text-green .terms a,
.registration-template .preview-icon .text-green,
.registration-template .text-green.btn,
.registration-template .text-green.btn-primary,
.registration-template.text-green,
.registration-template.text-green .terms a {
    color: green;
}

.br-form .preview-icon .text-lime,
.br-form .text-lime.btn,
.br-form .text-lime.btn-primary,
.br-form.text-lime,
.br-form.text-lime .terms a,
.offer-wall-preview .preview-icon .text-lime,
.offer-wall-preview .text-lime.btn,
.offer-wall-preview .text-lime.btn-primary,
.offer-wall-preview.text-lime,
.offer-wall-preview.text-lime .terms a,
.registration-template .preview-icon .text-lime,
.registration-template .text-lime.btn,
.registration-template .text-lime.btn-primary,
.registration-template.text-lime,
.registration-template.text-lime .terms a {
    color: lime;
}

.br-form .preview-icon .text-teal,
.br-form .text-teal.btn,
.br-form .text-teal.btn-primary,
.br-form.text-teal,
.br-form.text-teal .terms a,
.offer-wall-preview .preview-icon .text-teal,
.offer-wall-preview .text-teal.btn,
.offer-wall-preview .text-teal.btn-primary,
.offer-wall-preview.text-teal,
.offer-wall-preview.text-teal .terms a,
.registration-template .preview-icon .text-teal,
.registration-template .text-teal.btn,
.registration-template .text-teal.btn-primary,
.registration-template.text-teal,
.registration-template.text-teal .terms a {
    color: teal;
}

.br-form .preview-icon .text-azure,
.br-form .text-azure.btn,
.br-form .text-azure.btn-primary,
.br-form.text-azure,
.br-form.text-azure .terms a,
.offer-wall-preview .preview-icon .text-azure,
.offer-wall-preview .text-azure.btn,
.offer-wall-preview .text-azure.btn-primary,
.offer-wall-preview.text-azure,
.offer-wall-preview.text-azure .terms a,
.registration-template .preview-icon .text-azure,
.registration-template .text-azure.btn,
.registration-template .text-azure.btn-primary,
.registration-template.text-azure,
.registration-template.text-azure .terms a {
    color: azure;
}

.br-form .preview-icon .text-lavender,
.br-form .text-lavender.btn,
.br-form .text-lavender.btn-primary,
.br-form.text-lavender,
.br-form.text-lavender .terms a,
.offer-wall-preview .preview-icon .text-lavender,
.offer-wall-preview .text-lavender.btn,
.offer-wall-preview .text-lavender.btn-primary,
.offer-wall-preview.text-lavender,
.offer-wall-preview.text-lavender .terms a,
.registration-template .preview-icon .text-lavender,
.registration-template .text-lavender.btn,
.registration-template .text-lavender.btn-primary,
.registration-template.text-lavender,
.registration-template.text-lavender .terms a {
    color: #e6e6fa;
}

.br-form .preview-icon .text-orange,
.br-form .text-orange.btn,
.br-form .text-orange.btn-primary,
.br-form.text-orange,
.br-form.text-orange .terms a,
.offer-wall-preview .preview-icon .text-orange,
.offer-wall-preview .text-orange.btn,
.offer-wall-preview .text-orange.btn-primary,
.offer-wall-preview.text-orange,
.offer-wall-preview.text-orange .terms a,
.registration-template .preview-icon .text-orange,
.registration-template .text-orange.btn,
.registration-template .text-orange.btn-primary,
.registration-template.text-orange,
.registration-template.text-orange .terms a {
    color: orange;
}

.br-form .preview-icon .text-coral,
.br-form .text-coral.btn,
.br-form .text-coral.btn-primary,
.br-form.text-coral,
.br-form.text-coral .terms a,
.offer-wall-preview .preview-icon .text-coral,
.offer-wall-preview .text-coral.btn,
.offer-wall-preview .text-coral.btn-primary,
.offer-wall-preview.text-coral,
.offer-wall-preview.text-coral .terms a,
.registration-template .preview-icon .text-coral,
.registration-template .text-coral.btn,
.registration-template .text-coral.btn-primary,
.registration-template.text-coral,
.registration-template.text-coral .terms a {
    color: coral;
}

.br-form .preview-icon .text-purple,
.br-form .text-purple.btn,
.br-form .text-purple.btn-primary,
.br-form.text-purple,
.br-form.text-purple .terms a,
.offer-wall-preview .preview-icon .text-purple,
.offer-wall-preview .text-purple.btn,
.offer-wall-preview .text-purple.btn-primary,
.offer-wall-preview.text-purple,
.offer-wall-preview.text-purple .terms a,
.registration-template .preview-icon .text-purple,
.registration-template .text-purple.btn,
.registration-template .text-purple.btn-primary,
.registration-template.text-purple,
.registration-template.text-purple .terms a {
    color: purple;
}

.br-form .preview-icon .text-plum,
.br-form .text-plum.btn,
.br-form .text-plum.btn-primary,
.br-form.text-plum,
.br-form.text-plum .terms a,
.offer-wall-preview .preview-icon .text-plum,
.offer-wall-preview .text-plum.btn,
.offer-wall-preview .text-plum.btn-primary,
.offer-wall-preview.text-plum,
.offer-wall-preview.text-plum .terms a,
.registration-template .preview-icon .text-plum,
.registration-template .text-plum.btn,
.registration-template .text-plum.btn-primary,
.registration-template.text-plum,
.registration-template.text-plum .terms a {
    color: plum;
}

.br-form .preview-icon .text-black,
.br-form .text-black.btn,
.br-form .text-black.btn-primary,
.br-form.text-black,
.br-form.text-black .terms a,
.offer-wall-preview .preview-icon .text-black,
.offer-wall-preview .text-black.btn,
.offer-wall-preview .text-black.btn-primary,
.offer-wall-preview.text-black,
.offer-wall-preview.text-black .terms a,
.registration-template .preview-icon .text-black,
.registration-template .text-black.btn,
.registration-template .text-black.btn-primary,
.registration-template.text-black,
.registration-template.text-black .terms a {
    color: #000;
}

.br-form .preview-icon .text-gray,
.br-form .text-gray.btn,
.br-form .text-gray.btn-primary,
.br-form.text-gray,
.br-form.text-gray .terms a,
.offer-wall-preview .preview-icon .text-gray,
.offer-wall-preview .text-gray.btn,
.offer-wall-preview .text-gray.btn-primary,
.offer-wall-preview.text-gray,
.offer-wall-preview.text-gray .terms a,
.registration-template .preview-icon .text-gray,
.registration-template .text-gray.btn,
.registration-template .text-gray.btn-primary,
.registration-template.text-gray,
.registration-template.text-gray .terms a {
    color: #a5a5a5;
}

.br-form .preview-icon .text-yellow,
.br-form .text-yellow.btn,
.br-form .text-yellow.btn-primary,
.br-form.text-yellow,
.br-form.text-yellow .terms a,
.offer-wall-preview .preview-icon .text-yellow,
.offer-wall-preview .text-yellow.btn,
.offer-wall-preview .text-yellow.btn-primary,
.offer-wall-preview.text-yellow,
.offer-wall-preview.text-yellow .terms a,
.registration-template .preview-icon .text-yellow,
.registration-template .text-yellow.btn,
.registration-template .text-yellow.btn-primary,
.registration-template.text-yellow,
.registration-template.text-yellow .terms a {
    color: #ff0;
}

.br-form .preview-icon .text-ivory,
.br-form .text-ivory.btn,
.br-form .text-ivory.btn-primary,
.br-form.text-ivory,
.br-form.text-ivory .terms a,
.offer-wall-preview .preview-icon .text-ivory,
.offer-wall-preview .text-ivory.btn,
.offer-wall-preview .text-ivory.btn-primary,
.offer-wall-preview.text-ivory,
.offer-wall-preview.text-ivory .terms a,
.registration-template .preview-icon .text-ivory,
.registration-template .text-ivory.btn,
.registration-template .text-ivory.btn-primary,
.registration-template.text-ivory,
.registration-template.text-ivory .terms a {
    color: ivory;
}

.br-form .preview-icon .text-brown,
.br-form .text-brown.btn,
.br-form .text-brown.btn-primary,
.br-form.text-brown,
.br-form.text-brown .terms a,
.offer-wall-preview .preview-icon .text-brown,
.offer-wall-preview .text-brown.btn,
.offer-wall-preview .text-brown.btn-primary,
.offer-wall-preview.text-brown,
.offer-wall-preview.text-brown .terms a,
.registration-template .preview-icon .text-brown,
.registration-template .text-brown.btn,
.registration-template .text-brown.btn-primary,
.registration-template.text-brown,
.registration-template.text-brown .terms a {
    color: brown;
}

.br-form .preview-icon .text-beige,
.br-form .text-beige.btn,
.br-form .text-beige.btn-primary,
.br-form.text-beige,
.br-form.text-beige .terms a,
.offer-wall-preview .preview-icon .text-beige,
.offer-wall-preview .text-beige.btn,
.offer-wall-preview .text-beige.btn-primary,
.offer-wall-preview.text-beige,
.offer-wall-preview.text-beige .terms a,
.registration-template .preview-icon .text-beige,
.registration-template .text-beige.btn,
.registration-template .text-beige.btn-primary,
.registration-template.text-beige,
.registration-template.text-beige .terms a {
    color: beige;
}

.br-form .preview-icon .text-khaki,
.br-form .text-khaki.btn,
.br-form .text-khaki.btn-primary,
.br-form.text-khaki,
.br-form.text-khaki .terms a,
.offer-wall-preview .preview-icon .text-khaki,
.offer-wall-preview .text-khaki.btn,
.offer-wall-preview .text-khaki.btn-primary,
.offer-wall-preview.text-khaki,
.offer-wall-preview.text-khaki .terms a,
.registration-template .preview-icon .text-khaki,
.registration-template .text-khaki.btn,
.registration-template .text-khaki.btn-primary,
.registration-template.text-khaki,
.registration-template.text-khaki .terms a {
    color: khaki;
}

.br-form .preview-icon .text-linen,
.br-form .text-linen.btn,
.br-form .text-linen.btn-primary,
.br-form.text-linen,
.br-form.text-linen .terms a,
.offer-wall-preview .preview-icon .text-linen,
.offer-wall-preview .text-linen.btn,
.offer-wall-preview .text-linen.btn-primary,
.offer-wall-preview.text-linen,
.offer-wall-preview.text-linen .terms a,
.registration-template .preview-icon .text-linen,
.registration-template .text-linen.btn,
.registration-template .text-linen.btn-primary,
.registration-template.text-linen,
.registration-template.text-linen .terms a {
    color: linen;
}

.br-form .preview-icon .text-pink,
.br-form .text-pink.btn,
.br-form .text-pink.btn-primary,
.br-form.text-pink,
.br-form.text-pink .terms a,
.offer-wall-preview .preview-icon .text-pink,
.offer-wall-preview .text-pink.btn,
.offer-wall-preview .text-pink.btn-primary,
.offer-wall-preview.text-pink,
.offer-wall-preview.text-pink .terms a,
.registration-template .preview-icon .text-pink,
.registration-template .text-pink.btn,
.registration-template .text-pink.btn-primary,
.registration-template.text-pink,
.registration-template.text-pink .terms a {
    color: pink;
}

.br-form .preview-icon .text-fuchsia,
.br-form .text-fuchsia.btn,
.br-form .text-fuchsia.btn-primary,
.br-form.text-fuchsia,
.br-form.text-fuchsia .terms a,
.offer-wall-preview .preview-icon .text-fuchsia,
.offer-wall-preview .text-fuchsia.btn,
.offer-wall-preview .text-fuchsia.btn-primary,
.offer-wall-preview.text-fuchsia,
.offer-wall-preview.text-fuchsia .terms a,
.registration-template .preview-icon .text-fuchsia,
.registration-template .text-fuchsia.btn,
.registration-template .text-fuchsia.btn-primary,
.registration-template.text-fuchsia,
.registration-template.text-fuchsia .terms a {
    color: #f0f;
}

.br-form .preview-icon .text-peach,
.br-form .text-peach.btn,
.br-form .text-peach.btn-primary,
.br-form.text-peach,
.br-form.text-peach .terms a,
.offer-wall-preview .preview-icon .text-peach,
.offer-wall-preview .text-peach.btn,
.offer-wall-preview .text-peach.btn-primary,
.offer-wall-preview.text-peach,
.offer-wall-preview.text-peach .terms a,
.registration-template .preview-icon .text-peach,
.registration-template .text-peach.btn,
.registration-template .text-peach.btn-primary,
.registration-template.text-peach,
.registration-template.text-peach .terms a {
    color: #ffe5b4;
}

.br-form .preview-icon .text-turquoise,
.br-form .text-turquoise.btn,
.br-form .text-turquoise.btn-primary,
.br-form.text-turquoise,
.br-form.text-turquoise .terms a,
.offer-wall-preview .preview-icon .text-turquoise,
.offer-wall-preview .text-turquoise.btn,
.offer-wall-preview .text-turquoise.btn-primary,
.offer-wall-preview.text-turquoise,
.offer-wall-preview.text-turquoise .terms a,
.registration-template .preview-icon .text-turquoise,
.registration-template .text-turquoise.btn,
.registration-template .text-turquoise.btn-primary,
.registration-template.text-turquoise,
.registration-template.text-turquoise .terms a {
    color: #40e0d0;
}

.br-form .preview-icon .text-silver,
.br-form .text-silver.btn,
.br-form .text-silver.btn-primary,
.br-form.text-silver,
.br-form.text-silver .terms a,
.offer-wall-preview .preview-icon .text-silver,
.offer-wall-preview .text-silver.btn,
.offer-wall-preview .text-silver.btn-primary,
.offer-wall-preview.text-silver,
.offer-wall-preview.text-silver .terms a,
.registration-template .preview-icon .text-silver,
.registration-template .text-silver.btn,
.registration-template .text-silver.btn-primary,
.registration-template.text-silver,
.registration-template.text-silver .terms a {
    color: silver;
}

.br-form .preview-icon .text-gold,
.br-form .text-gold.btn,
.br-form .text-gold.btn-primary,
.br-form.text-gold,
.br-form.text-gold .terms a,
.offer-wall-preview .preview-icon .text-gold,
.offer-wall-preview .text-gold.btn,
.offer-wall-preview .text-gold.btn-primary,
.offer-wall-preview.text-gold,
.offer-wall-preview.text-gold .terms a,
.registration-template .preview-icon .text-gold,
.registration-template .text-gold.btn,
.registration-template .text-gold.btn-primary,
.registration-template.text-gold,
.registration-template.text-gold .terms a {
    color: gold;
}

.br-form .preview-icon .text-platinum,
.br-form .text-platinum.btn,
.br-form .text-platinum.btn-primary,
.br-form.text-platinum,
.br-form.text-platinum .terms a,
.offer-wall-preview .preview-icon .text-platinum,
.offer-wall-preview .text-platinum.btn,
.offer-wall-preview .text-platinum.btn-primary,
.offer-wall-preview.text-platinum,
.offer-wall-preview.text-platinum .terms a,
.registration-template .preview-icon .text-platinum,
.registration-template .text-platinum.btn,
.registration-template .text-platinum.btn-primary,
.registration-template.text-platinum,
.registration-template.text-platinum .terms a {
    color: #e5e4e2;
}

.br-form [class^='cta-btn-'],
.offer-wall-preview [class^='cta-btn-'],
.registration-template [class^='cta-btn-'] {
    transition: all 0.2s ease-in-out;
}

.br-form .preview-icon .preview-content.btn-bg-,
.br-form .preview-icon.btn-bg-,
.offer-wall-preview .preview-icon .preview-content.btn-bg-,
.offer-wall-preview .preview-icon.btn-bg-,
.registration-template .preview-icon .preview-content.btn-bg-,
.registration-template .preview-icon.btn-bg- {
    background: #f5c12b;
}

.br-form .cta-btn-,
.offer-wall-preview .cta-btn-,
.registration-template .cta-btn- {
    background-color: green;
    border-color: green;
    color: #fff;
}

.br-form .cta-btn-:hover,
.offer-wall-preview .cta-btn-:hover,
.registration-template .cta-btn-:hover {
    background-color: #006100;
    border-color: #006100;
}

.br-form .cta-btn-transparent,
.br-form .preview-icon .preview-content.btn-bg-transparent,
.br-form .preview-icon.btn-bg-transparent,
.offer-wall-preview .cta-btn-transparent,
.offer-wall-preview .preview-icon .preview-content.btn-bg-transparent,
.offer-wall-preview .preview-icon.btn-bg-transparent,
.registration-template .cta-btn-transparent,
.registration-template .preview-icon .preview-content.btn-bg-transparent,
.registration-template .preview-icon.btn-bg-transparent {
    background-color: transparent;
    border-color: #ccc;
    color: #4c4c4c;
}

.br-form .cta-btn-white,
.br-form .preview-icon .preview-content.btn-bg-white,
.br-form .preview-icon.btn-bg-white,
.offer-wall-preview .cta-btn-white,
.offer-wall-preview .preview-icon .preview-content.btn-bg-white,
.offer-wall-preview .preview-icon.btn-bg-white,
.registration-template .cta-btn-white,
.registration-template .preview-icon .preview-content.btn-bg-white,
.registration-template .preview-icon.btn-bg-white {
    background-color: #fff;
    border-color: #fff;
    color: #4c4c4c;
}

.br-form .cta-btn-white:hover,
.br-form .preview-icon .preview-content.btn-bg-white:hover,
.br-form .preview-icon.btn-bg-white:hover,
.offer-wall-preview .cta-btn-white:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-white:hover,
.offer-wall-preview .preview-icon.btn-bg-white:hover,
.registration-template .cta-btn-white:hover,
.registration-template .preview-icon .preview-content.btn-bg-white:hover,
.registration-template .preview-icon.btn-bg-white:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.br-form .cta-btn-red,
.br-form .preview-icon .preview-content.btn-bg-red,
.br-form .preview-icon.btn-bg-red,
.offer-wall-preview .cta-btn-red,
.offer-wall-preview .preview-icon .preview-content.btn-bg-red,
.offer-wall-preview .preview-icon.btn-bg-red,
.registration-template .cta-btn-red,
.registration-template .preview-icon .preview-content.btn-bg-red,
.registration-template .preview-icon.btn-bg-red {
    background-color: red;
    border-color: red;
    color: #fff;
}

.br-form .cta-btn-red:hover,
.br-form .preview-icon .preview-content.btn-bg-red:hover,
.br-form .preview-icon.btn-bg-red:hover,
.offer-wall-preview .cta-btn-red:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-red:hover,
.offer-wall-preview .preview-icon.btn-bg-red:hover,
.registration-template .cta-btn-red:hover,
.registration-template .preview-icon .preview-content.btn-bg-red:hover,
.registration-template .preview-icon.btn-bg-red:hover {
    background-color: #e00000;
    border-color: #e00000;
}

.br-form .cta-btn-maroon,
.br-form .preview-icon .preview-content.btn-bg-maroon,
.br-form .preview-icon.btn-bg-maroon,
.offer-wall-preview .cta-btn-maroon,
.offer-wall-preview .preview-icon .preview-content.btn-bg-maroon,
.offer-wall-preview .preview-icon.btn-bg-maroon,
.registration-template .cta-btn-maroon,
.registration-template .preview-icon .preview-content.btn-bg-maroon,
.registration-template .preview-icon.btn-bg-maroon {
    background-color: maroon;
    border-color: maroon;
    color: #fff;
}

.br-form .cta-btn-maroon:hover,
.br-form .preview-icon .preview-content.btn-bg-maroon:hover,
.br-form .preview-icon.btn-bg-maroon:hover,
.offer-wall-preview .cta-btn-maroon:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-maroon:hover,
.offer-wall-preview .preview-icon.btn-bg-maroon:hover,
.registration-template .cta-btn-maroon:hover,
.registration-template .preview-icon .preview-content.btn-bg-maroon:hover,
.registration-template .preview-icon.btn-bg-maroon:hover {
    background-color: #610000;
    border-color: #610000;
}

.br-form .cta-btn-salmon,
.br-form .preview-icon .preview-content.btn-bg-salmon,
.br-form .preview-icon.btn-bg-salmon,
.offer-wall-preview .cta-btn-salmon,
.offer-wall-preview .preview-icon .preview-content.btn-bg-salmon,
.offer-wall-preview .preview-icon.btn-bg-salmon,
.registration-template .cta-btn-salmon,
.registration-template .preview-icon .preview-content.btn-bg-salmon,
.registration-template .preview-icon.btn-bg-salmon {
    background-color: salmon;
    border-color: salmon;
    color: #fff;
}

.br-form .cta-btn-salmon:hover,
.br-form .preview-icon .preview-content.btn-bg-salmon:hover,
.br-form .preview-icon.btn-bg-salmon:hover,
.offer-wall-preview .cta-btn-salmon:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-salmon:hover,
.offer-wall-preview .preview-icon.btn-bg-salmon:hover,
.registration-template .cta-btn-salmon:hover,
.registration-template .preview-icon .preview-content.btn-bg-salmon:hover,
.registration-template .preview-icon.btn-bg-salmon:hover {
    background-color: #f96554;
    border-color: #f96554;
}

.br-form .cta-btn-olive,
.br-form .preview-icon .preview-content.btn-bg-olive,
.br-form .preview-icon.btn-bg-olive,
.offer-wall-preview .cta-btn-olive,
.offer-wall-preview .preview-icon .preview-content.btn-bg-olive,
.offer-wall-preview .preview-icon.btn-bg-olive,
.registration-template .cta-btn-olive,
.registration-template .preview-icon .preview-content.btn-bg-olive,
.registration-template .preview-icon.btn-bg-olive {
    background-color: olive;
    border-color: olive;
    color: #fff;
}

.br-form .cta-btn-olive:hover,
.br-form .preview-icon .preview-content.btn-bg-olive:hover,
.br-form .preview-icon.btn-bg-olive:hover,
.offer-wall-preview .cta-btn-olive:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-olive:hover,
.offer-wall-preview .preview-icon.btn-bg-olive:hover,
.registration-template .cta-btn-olive:hover,
.registration-template .preview-icon .preview-content.btn-bg-olive:hover,
.registration-template .preview-icon.btn-bg-olive:hover {
    background-color: #616100;
    border-color: #616100;
}

.br-form .cta-btn-blue,
.br-form .preview-icon .preview-content.btn-bg-blue,
.br-form .preview-icon.btn-bg-blue,
.offer-wall-preview .cta-btn-blue,
.offer-wall-preview .preview-icon .preview-content.btn-bg-blue,
.offer-wall-preview .preview-icon.btn-bg-blue,
.registration-template .cta-btn-blue,
.registration-template .preview-icon .preview-content.btn-bg-blue,
.registration-template .preview-icon.btn-bg-blue {
    background-color: blue;
    border-color: blue;
    color: #fff;
}

.br-form .cta-btn-blue:hover,
.br-form .preview-icon .preview-content.btn-bg-blue:hover,
.br-form .preview-icon.btn-bg-blue:hover,
.offer-wall-preview .cta-btn-blue:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-blue:hover,
.offer-wall-preview .preview-icon.btn-bg-blue:hover,
.registration-template .cta-btn-blue:hover,
.registration-template .preview-icon .preview-content.btn-bg-blue:hover,
.registration-template .preview-icon.btn-bg-blue:hover {
    background: #0000e0;
    border-color: #0000e0;
}

.br-form .cta-btn-aqua,
.br-form .preview-icon .preview-content.btn-bg-aqua,
.br-form .preview-icon.btn-bg-aqua,
.offer-wall-preview .cta-btn-aqua,
.offer-wall-preview .preview-icon .preview-content.btn-bg-aqua,
.offer-wall-preview .preview-icon.btn-bg-aqua,
.registration-template .cta-btn-aqua,
.registration-template .preview-icon .preview-content.btn-bg-aqua,
.registration-template .preview-icon.btn-bg-aqua {
    background-color: aqua;
    border-color: aqua;
    color: #4c4c4c;
}

.br-form .cta-btn-aqua:hover,
.br-form .preview-icon .preview-content.btn-bg-aqua:hover,
.br-form .preview-icon.btn-bg-aqua:hover,
.offer-wall-preview .cta-btn-aqua:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-aqua:hover,
.offer-wall-preview .preview-icon.btn-bg-aqua:hover,
.registration-template .cta-btn-aqua:hover,
.registration-template .preview-icon .preview-content.btn-bg-aqua:hover,
.registration-template .preview-icon.btn-bg-aqua:hover {
    background-color: #00e0e0;
    border-color: #00e0e0;
}

.br-form .cta-btn-navy,
.br-form .preview-icon .preview-content.btn-bg-navy,
.br-form .preview-icon.btn-bg-navy,
.offer-wall-preview .cta-btn-navy,
.offer-wall-preview .preview-icon .preview-content.btn-bg-navy,
.offer-wall-preview .preview-icon.btn-bg-navy,
.registration-template .cta-btn-navy,
.registration-template .preview-icon .preview-content.btn-bg-navy,
.registration-template .preview-icon.btn-bg-navy {
    background-color: navy;
    border-color: navy;
    color: #fff;
}

.br-form .cta-btn-navy:hover,
.br-form .preview-icon .preview-content.btn-bg-navy:hover,
.br-form .preview-icon.btn-bg-navy:hover,
.offer-wall-preview .cta-btn-navy:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-navy:hover,
.offer-wall-preview .preview-icon.btn-bg-navy:hover,
.registration-template .cta-btn-navy:hover,
.registration-template .preview-icon .preview-content.btn-bg-navy:hover,
.registration-template .preview-icon.btn-bg-navy:hover {
    background-color: #000061;
    border-color: #000061;
}

.br-form .cta-btn-green,
.br-form .preview-icon .preview-content.btn-bg-green,
.br-form .preview-icon.btn-bg-green,
.offer-wall-preview .cta-btn-green,
.offer-wall-preview .preview-icon .preview-content.btn-bg-green,
.offer-wall-preview .preview-icon.btn-bg-green,
.registration-template .cta-btn-green,
.registration-template .preview-icon .preview-content.btn-bg-green,
.registration-template .preview-icon.btn-bg-green {
    background-color: green;
    border-color: green;
    color: #fff;
}

.br-form .cta-btn-green:hover,
.br-form .preview-icon .preview-content.btn-bg-green:hover,
.br-form .preview-icon.btn-bg-green:hover,
.offer-wall-preview .cta-btn-green:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-green:hover,
.offer-wall-preview .preview-icon.btn-bg-green:hover,
.registration-template .cta-btn-green:hover,
.registration-template .preview-icon .preview-content.btn-bg-green:hover,
.registration-template .preview-icon.btn-bg-green:hover {
    background-color: #006100;
    border-color: #006100;
}

.br-form .cta-btn-lime,
.br-form .preview-icon .preview-content.btn-bg-lime,
.br-form .preview-icon.btn-bg-lime,
.offer-wall-preview .cta-btn-lime,
.offer-wall-preview .preview-icon .preview-content.btn-bg-lime,
.offer-wall-preview .preview-icon.btn-bg-lime,
.registration-template .cta-btn-lime,
.registration-template .preview-icon .preview-content.btn-bg-lime,
.registration-template .preview-icon.btn-bg-lime {
    background-color: lime;
    border-color: lime;
    color: #4c4c4c;
}

.br-form .cta-btn-lime:hover,
.br-form .preview-icon .preview-content.btn-bg-lime:hover,
.br-form .preview-icon.btn-bg-lime:hover,
.offer-wall-preview .cta-btn-lime:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-lime:hover,
.offer-wall-preview .preview-icon.btn-bg-lime:hover,
.registration-template .cta-btn-lime:hover,
.registration-template .preview-icon .preview-content.btn-bg-lime:hover,
.registration-template .preview-icon.btn-bg-lime:hover {
    background-color: #00e000;
    border-color: #00e000;
}

.br-form .cta-btn-teal,
.br-form .preview-icon .preview-content.btn-bg-teal,
.br-form .preview-icon.btn-bg-teal,
.offer-wall-preview .cta-btn-teal,
.offer-wall-preview .preview-icon .preview-content.btn-bg-teal,
.offer-wall-preview .preview-icon.btn-bg-teal,
.registration-template .cta-btn-teal,
.registration-template .preview-icon .preview-content.btn-bg-teal,
.registration-template .preview-icon.btn-bg-teal {
    background-color: teal;
    border-color: teal;
    color: #fff;
}

.br-form .cta-btn-teal:hover,
.br-form .preview-icon .preview-content.btn-bg-teal:hover,
.br-form .preview-icon.btn-bg-teal:hover,
.offer-wall-preview .cta-btn-teal:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-teal:hover,
.offer-wall-preview .preview-icon.btn-bg-teal:hover,
.registration-template .cta-btn-teal:hover,
.registration-template .preview-icon .preview-content.btn-bg-teal:hover,
.registration-template .preview-icon.btn-bg-teal:hover {
    background-color: #006161;
    border-color: #006161;
}

.br-form .cta-btn-azure,
.br-form .preview-icon .preview-content.btn-bg-azure,
.br-form .preview-icon.btn-bg-azure,
.offer-wall-preview .cta-btn-azure,
.offer-wall-preview .preview-icon .preview-content.btn-bg-azure,
.offer-wall-preview .preview-icon.btn-bg-azure,
.registration-template .cta-btn-azure,
.registration-template .preview-icon .preview-content.btn-bg-azure,
.registration-template .preview-icon.btn-bg-azure {
    background-color: azure;
    border-color: azure;
    color: #4c4c4c;
}

.br-form .cta-btn-azure:hover,
.br-form .preview-icon .preview-content.btn-bg-azure:hover,
.br-form .preview-icon.btn-bg-azure:hover,
.offer-wall-preview .cta-btn-azure:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-azure:hover,
.offer-wall-preview .preview-icon.btn-bg-azure:hover,
.registration-template .cta-btn-azure:hover,
.registration-template .preview-icon .preview-content.btn-bg-azure:hover,
.registration-template .preview-icon.btn-bg-azure:hover {
    background-color: #d1ffff;
    border-color: #d1ffff;
}

.br-form .cta-btn-lavender,
.br-form .preview-icon .preview-content.btn-bg-lavender,
.br-form .preview-icon.btn-bg-lavender,
.offer-wall-preview .cta-btn-lavender,
.offer-wall-preview .preview-icon .preview-content.btn-bg-lavender,
.offer-wall-preview .preview-icon.btn-bg-lavender,
.registration-template .cta-btn-lavender,
.registration-template .preview-icon .preview-content.btn-bg-lavender,
.registration-template .preview-icon.btn-bg-lavender {
    background-color: #e6e6fa;
    border-color: #e6e6fa;
    color: #4c4c4c;
}

.br-form .cta-btn-lavender:hover,
.br-form .preview-icon .preview-content.btn-bg-lavender:hover,
.br-form .preview-icon.btn-bg-lavender:hover,
.offer-wall-preview .cta-btn-lavender:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-lavender:hover,
.offer-wall-preview .preview-icon.btn-bg-lavender:hover,
.registration-template .cta-btn-lavender:hover,
.registration-template .preview-icon .preview-content.btn-bg-lavender:hover,
.registration-template .preview-icon.btn-bg-lavender:hover {
    background-color: #cdcdf5;
    border-color: #cdcdf5;
}

.br-form .cta-btn-orange,
.br-form .preview-icon .preview-content.btn-bg-orange,
.br-form .preview-icon.btn-bg-orange,
.offer-wall-preview .cta-btn-orange,
.offer-wall-preview .preview-icon .preview-content.btn-bg-orange,
.offer-wall-preview .preview-icon.btn-bg-orange,
.registration-template .cta-btn-orange,
.registration-template .preview-icon .preview-content.btn-bg-orange,
.registration-template .preview-icon.btn-bg-orange {
    background-color: orange;
    border-color: orange;
    color: #fff;
}

.br-form .cta-btn-orange:hover,
.br-form .preview-icon .preview-content.btn-bg-orange:hover,
.br-form .preview-icon.btn-bg-orange:hover,
.offer-wall-preview .cta-btn-orange:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-orange:hover,
.offer-wall-preview .preview-icon.btn-bg-orange:hover,
.registration-template .cta-btn-orange:hover,
.registration-template .preview-icon .preview-content.btn-bg-orange:hover,
.registration-template .preview-icon.btn-bg-orange:hover {
    background-color: #e09100;
    border-color: #e09100;
}

.br-form .cta-btn-coral,
.br-form .preview-icon .preview-content.btn-bg-coral,
.br-form .preview-icon.btn-bg-coral,
.offer-wall-preview .cta-btn-coral,
.offer-wall-preview .preview-icon .preview-content.btn-bg-coral,
.offer-wall-preview .preview-icon.btn-bg-coral,
.registration-template .cta-btn-coral,
.registration-template .preview-icon .preview-content.btn-bg-coral,
.registration-template .preview-icon.btn-bg-coral {
    background-color: coral;
    border-color: coral;
    color: #fff;
}

.br-form .cta-btn-coral:hover,
.br-form .preview-icon .preview-content.btn-bg-coral:hover,
.br-form .preview-icon.btn-bg-coral:hover,
.offer-wall-preview .cta-btn-coral:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-coral:hover,
.offer-wall-preview .preview-icon.btn-bg-coral:hover,
.registration-template .cta-btn-coral:hover,
.registration-template .preview-icon .preview-content.btn-bg-coral:hover,
.registration-template .preview-icon.btn-bg-coral:hover {
    background-color: #ff6931;
    border-color: #ff6931;
}

.br-form .cta-btn-purple,
.br-form .preview-icon .preview-content.btn-bg-purple,
.br-form .preview-icon.btn-bg-purple,
.offer-wall-preview .cta-btn-purple,
.offer-wall-preview .preview-icon .preview-content.btn-bg-purple,
.offer-wall-preview .preview-icon.btn-bg-purple,
.registration-template .cta-btn-purple,
.registration-template .preview-icon .preview-content.btn-bg-purple,
.registration-template .preview-icon.btn-bg-purple {
    background-color: purple;
    border-color: purple;
    color: #fff;
}

.br-form .cta-btn-purple:hover,
.br-form .preview-icon .preview-content.btn-bg-purple:hover,
.br-form .preview-icon.btn-bg-purple:hover,
.offer-wall-preview .cta-btn-purple:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-purple:hover,
.offer-wall-preview .preview-icon.btn-bg-purple:hover,
.registration-template .cta-btn-purple:hover,
.registration-template .preview-icon .preview-content.btn-bg-purple:hover,
.registration-template .preview-icon.btn-bg-purple:hover {
    background-color: #610061;
    border-color: #610061;
}

.br-form .cta-btn-plum,
.br-form .preview-icon .preview-content.btn-bg-plum,
.br-form .preview-icon.btn-bg-plum,
.offer-wall-preview .cta-btn-plum,
.offer-wall-preview .preview-icon .preview-content.btn-bg-plum,
.offer-wall-preview .preview-icon.btn-bg-plum,
.registration-template .cta-btn-plum,
.registration-template .preview-icon .preview-content.btn-bg-plum,
.registration-template .preview-icon.btn-bg-plum {
    background-color: plum;
    border-color: plum;
    color: #fff;
}

.br-form .cta-btn-plum:hover,
.br-form .preview-icon .preview-content.btn-bg-plum:hover,
.br-form .preview-icon.btn-bg-plum:hover,
.offer-wall-preview .cta-btn-plum:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-plum:hover,
.offer-wall-preview .preview-icon.btn-bg-plum:hover,
.registration-template .cta-btn-plum:hover,
.registration-template .preview-icon .preview-content.btn-bg-plum:hover,
.registration-template .preview-icon.btn-bg-plum:hover {
    background-color: #d589d5;
    border-color: #d589d5;
}

.br-form .cta-btn-black,
.br-form .preview-icon .preview-content.btn-bg-black,
.br-form .preview-icon.btn-bg-black,
.offer-wall-preview .cta-btn-black,
.offer-wall-preview .preview-icon .preview-content.btn-bg-black,
.offer-wall-preview .preview-icon.btn-bg-black,
.registration-template .cta-btn-black,
.registration-template .preview-icon .preview-content.btn-bg-black,
.registration-template .preview-icon.btn-bg-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.br-form .cta-btn-black:hover,
.br-form .preview-icon .preview-content.btn-bg-black:hover,
.br-form .preview-icon.btn-bg-black:hover,
.offer-wall-preview .cta-btn-black:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-black:hover,
.offer-wall-preview .preview-icon.btn-bg-black:hover,
.registration-template .cta-btn-black:hover,
.registration-template .preview-icon .preview-content.btn-bg-black:hover,
.registration-template .preview-icon.btn-bg-black:hover {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
}

.br-form .cta-btn-gray,
.br-form .preview-icon .preview-content.btn-bg-gray,
.br-form .preview-icon.btn-bg-gray,
.offer-wall-preview .cta-btn-gray,
.offer-wall-preview .preview-icon .preview-content.btn-bg-gray,
.offer-wall-preview .preview-icon.btn-bg-gray,
.registration-template .cta-btn-gray,
.registration-template .preview-icon .preview-content.btn-bg-gray,
.registration-template .preview-icon.btn-bg-gray {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
    color: #fff;
}

.br-form .cta-btn-gray:hover,
.br-form .preview-icon .preview-content.btn-bg-gray:hover,
.br-form .preview-icon.btn-bg-gray:hover,
.offer-wall-preview .cta-btn-gray:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-gray:hover,
.offer-wall-preview .preview-icon.btn-bg-gray:hover,
.registration-template .cta-btn-gray:hover,
.registration-template .preview-icon .preview-content.btn-bg-gray:hover,
.registration-template .preview-icon.btn-bg-gray:hover {
    background-color: #969696;
    border-color: #969696;
}

.br-form .cta-btn-yellow,
.br-form .preview-icon .preview-content.btn-bg-yellow,
.br-form .preview-icon.btn-bg-yellow,
.offer-wall-preview .cta-btn-yellow,
.offer-wall-preview .preview-icon .preview-content.btn-bg-yellow,
.offer-wall-preview .preview-icon.btn-bg-yellow,
.registration-template .cta-btn-yellow,
.registration-template .preview-icon .preview-content.btn-bg-yellow,
.registration-template .preview-icon.btn-bg-yellow {
    background-color: #ff0;
    border-color: #ff0;
    color: #4c4c4c;
}

.br-form .cta-btn-yellow:hover,
.br-form .preview-icon .preview-content.btn-bg-yellow:hover,
.br-form .preview-icon.btn-bg-yellow:hover,
.offer-wall-preview .cta-btn-yellow:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-yellow:hover,
.offer-wall-preview .preview-icon.btn-bg-yellow:hover,
.registration-template .cta-btn-yellow:hover,
.registration-template .preview-icon .preview-content.btn-bg-yellow:hover,
.registration-template .preview-icon.btn-bg-yellow:hover {
    background-color: #e0e000;
    border-color: #e0e000;
}

.br-form .cta-btn-ivory,
.br-form .preview-icon .preview-content.btn-bg-ivory,
.br-form .preview-icon.btn-bg-ivory,
.offer-wall-preview .cta-btn-ivory,
.offer-wall-preview .preview-icon .preview-content.btn-bg-ivory,
.offer-wall-preview .preview-icon.btn-bg-ivory,
.registration-template .cta-btn-ivory,
.registration-template .preview-icon .preview-content.btn-bg-ivory,
.registration-template .preview-icon.btn-bg-ivory {
    background-color: ivory;
    border-color: ivory;
    color: #4c4c4c;
}

.br-form .cta-btn-ivory:hover,
.br-form .preview-icon .preview-content.btn-bg-ivory:hover,
.br-form .preview-icon.btn-bg-ivory:hover,
.offer-wall-preview .cta-btn-ivory:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-ivory:hover,
.offer-wall-preview .preview-icon.btn-bg-ivory:hover,
.registration-template .cta-btn-ivory:hover,
.registration-template .preview-icon .preview-content.btn-bg-ivory:hover,
.registration-template .preview-icon.btn-bg-ivory:hover {
    background-color: #ffffd1;
    border-color: #ffffd1;
}

.br-form .cta-btn-brown,
.br-form .preview-icon .preview-content.btn-bg-brown,
.br-form .preview-icon.btn-bg-brown,
.offer-wall-preview .cta-btn-brown,
.offer-wall-preview .preview-icon .preview-content.btn-bg-brown,
.offer-wall-preview .preview-icon.btn-bg-brown,
.registration-template .cta-btn-brown,
.registration-template .preview-icon .preview-content.btn-bg-brown,
.registration-template .preview-icon.btn-bg-brown {
    background-color: brown;
    border-color: brown;
    color: #fff;
}

.br-form .cta-btn-brown:hover,
.br-form .preview-icon .preview-content.btn-bg-brown:hover,
.br-form .preview-icon.btn-bg-brown:hover,
.offer-wall-preview .cta-btn-brown:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-brown:hover,
.offer-wall-preview .preview-icon.btn-bg-brown:hover,
.registration-template .cta-btn-brown:hover,
.registration-template .preview-icon .preview-content.btn-bg-brown:hover,
.registration-template .preview-icon.btn-bg-brown:hover {
    background-color: #8d2424;
    border-color: #8d2424;
}

.br-form .cta-btn-beige,
.br-form .preview-icon .preview-content.btn-bg-beige,
.br-form .preview-icon.btn-bg-beige,
.offer-wall-preview .cta-btn-beige,
.offer-wall-preview .preview-icon .preview-content.btn-bg-beige,
.offer-wall-preview .preview-icon.btn-bg-beige,
.registration-template .cta-btn-beige,
.registration-template .preview-icon .preview-content.btn-bg-beige,
.registration-template .preview-icon.btn-bg-beige {
    background-color: beige;
    border-color: beige;
    color: #4c4c4c;
}

.br-form .cta-btn-beige:hover,
.br-form .preview-icon .preview-content.btn-bg-beige:hover,
.br-form .preview-icon.btn-bg-beige:hover,
.offer-wall-preview .cta-btn-beige:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-beige:hover,
.offer-wall-preview .preview-icon.btn-bg-beige:hover,
.registration-template .cta-btn-beige:hover,
.registration-template .preview-icon .preview-content.btn-bg-beige:hover,
.registration-template .preview-icon.btn-bg-beige:hover {
    background-color: #eeeec4;
    border-color: #eeeec4;
}

.br-form .cta-btn-khaki,
.br-form .preview-icon .preview-content.btn-bg-khaki,
.br-form .preview-icon.btn-bg-khaki,
.offer-wall-preview .cta-btn-khaki,
.offer-wall-preview .preview-icon .preview-content.btn-bg-khaki,
.offer-wall-preview .preview-icon.btn-bg-khaki,
.registration-template .cta-btn-khaki,
.registration-template .preview-icon .preview-content.btn-bg-khaki,
.registration-template .preview-icon.btn-bg-khaki {
    background-color: khaki;
    border-color: khaki;
    color: #4c4c4c;
}

.br-form .cta-btn-khaki:hover,
.br-form .preview-icon .preview-content.btn-bg-khaki:hover,
.br-form .preview-icon.btn-bg-khaki:hover,
.offer-wall-preview .cta-btn-khaki:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-khaki:hover,
.offer-wall-preview .preview-icon.btn-bg-khaki:hover,
.registration-template .cta-btn-khaki:hover,
.registration-template .preview-icon .preview-content.btn-bg-khaki:hover,
.registration-template .preview-icon.btn-bg-khaki:hover {
    background-color: #ece071;
    border-color: #ece071;
}

.br-form .cta-btn-linen,
.br-form .preview-icon .preview-content.btn-bg-linen,
.br-form .preview-icon.btn-bg-linen,
.offer-wall-preview .cta-btn-linen,
.offer-wall-preview .preview-icon .preview-content.btn-bg-linen,
.offer-wall-preview .preview-icon.btn-bg-linen,
.registration-template .cta-btn-linen,
.registration-template .preview-icon .preview-content.btn-bg-linen,
.registration-template .preview-icon.btn-bg-linen {
    background-color: linen;
    border-color: linen;
    color: #4c4c4c;
}

.br-form .cta-btn-linen:hover,
.br-form .preview-icon .preview-content.btn-bg-linen:hover,
.br-form .preview-icon.btn-bg-linen:hover,
.offer-wall-preview .cta-btn-linen:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-linen:hover,
.offer-wall-preview .preview-icon.btn-bg-linen:hover,
.registration-template .cta-btn-linen:hover,
.registration-template .preview-icon .preview-content.btn-bg-linen:hover,
.registration-template .preview-icon.btn-bg-linen:hover {
    background-color: #f5e1cd;
    border-color: #f5e1cd;
}

.br-form .cta-btn-pink,
.br-form .preview-icon .preview-content.btn-bg-pink,
.br-form .preview-icon.btn-bg-pink,
.offer-wall-preview .cta-btn-pink,
.offer-wall-preview .preview-icon .preview-content.btn-bg-pink,
.offer-wall-preview .preview-icon.btn-bg-pink,
.registration-template .cta-btn-pink,
.registration-template .preview-icon .preview-content.btn-bg-pink,
.registration-template .preview-icon.btn-bg-pink {
    background-color: pink;
    border-color: pink;
    color: #fff;
}

.br-form .cta-btn-pink:hover,
.br-form .preview-icon .preview-content.btn-bg-pink:hover,
.br-form .preview-icon.btn-bg-pink:hover,
.offer-wall-preview .cta-btn-pink:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-pink:hover,
.offer-wall-preview .preview-icon.btn-bg-pink:hover,
.registration-template .cta-btn-pink:hover,
.registration-template .preview-icon .preview-content.btn-bg-pink:hover,
.registration-template .preview-icon.btn-bg-pink:hover {
    background-color: #ffa1b2;
    border-color: #ffa1b2;
}

.br-form .cta-btn-fuchsia,
.br-form .preview-icon .preview-content.btn-bg-fuchsia,
.br-form .preview-icon.btn-bg-fuchsia,
.offer-wall-preview .cta-btn-fuchsia,
.offer-wall-preview .preview-icon .preview-content.btn-bg-fuchsia,
.offer-wall-preview .preview-icon.btn-bg-fuchsia,
.registration-template .cta-btn-fuchsia,
.registration-template .preview-icon .preview-content.btn-bg-fuchsia,
.registration-template .preview-icon.btn-bg-fuchsia {
    background-color: #f0f;
    border-color: #f0f;
    color: #fff;
}

.br-form .cta-btn-fuchsia:hover,
.br-form .preview-icon .preview-content.btn-bg-fuchsia:hover,
.br-form .preview-icon.btn-bg-fuchsia:hover,
.offer-wall-preview .cta-btn-fuchsia:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-fuchsia:hover,
.offer-wall-preview .preview-icon.btn-bg-fuchsia:hover,
.registration-template .cta-btn-fuchsia:hover,
.registration-template .preview-icon .preview-content.btn-bg-fuchsia:hover,
.registration-template .preview-icon.btn-bg-fuchsia:hover {
    background-color: #e000e0;
    border-color: #e000e0;
}

.br-form .cta-btn-peach,
.br-form .preview-icon .preview-content.btn-bg-peach,
.br-form .preview-icon.btn-bg-peach,
.offer-wall-preview .cta-btn-peach,
.offer-wall-preview .preview-icon .preview-content.btn-bg-peach,
.offer-wall-preview .preview-icon.btn-bg-peach,
.registration-template .cta-btn-peach,
.registration-template .preview-icon .preview-content.btn-bg-peach,
.registration-template .preview-icon.btn-bg-peach {
    background-color: #ffe5b4;
    border-color: #ffe5b4;
    color: #4c4c4c;
}

.br-form .cta-btn-peach:hover,
.br-form .preview-icon .preview-content.btn-bg-peach:hover,
.br-form .preview-icon.btn-bg-peach:hover,
.offer-wall-preview .cta-btn-peach:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-peach:hover,
.offer-wall-preview .preview-icon.btn-bg-peach:hover,
.registration-template .cta-btn-peach:hover,
.registration-template .preview-icon .preview-content.btn-bg-peach:hover,
.registration-template .preview-icon.btn-bg-peach:hover {
    background-color: #ffda95;
    border-color: #ffda95;
}

.br-form .cta-btn-turquoise,
.br-form .preview-icon .preview-content.btn-bg-turquoise,
.br-form .preview-icon.btn-bg-turquoise,
.offer-wall-preview .cta-btn-turquoise,
.offer-wall-preview .preview-icon .preview-content.btn-bg-turquoise,
.offer-wall-preview .preview-icon.btn-bg-turquoise,
.registration-template .cta-btn-turquoise,
.registration-template .preview-icon .preview-content.btn-bg-turquoise,
.registration-template .preview-icon.btn-bg-turquoise {
    background-color: #40e0d0;
    border-color: #40e0d0;
    color: #fff;
}

.br-form .cta-btn-turquoise:hover,
.br-form .preview-icon .preview-content.btn-bg-turquoise:hover,
.br-form .preview-icon.btn-bg-turquoise:hover,
.offer-wall-preview .cta-btn-turquoise:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-turquoise:hover,
.offer-wall-preview .preview-icon.btn-bg-turquoise:hover,
.registration-template .cta-btn-turquoise:hover,
.registration-template .preview-icon .preview-content.btn-bg-turquoise:hover,
.registration-template .preview-icon.btn-bg-turquoise:hover {
    background-color: #26dcca;
    border-color: #26dcca;
}

.br-form .cta-btn-silver,
.br-form .preview-icon .preview-content.btn-bg-silver,
.br-form .preview-icon.btn-bg-silver,
.offer-wall-preview .cta-btn-silver,
.offer-wall-preview .preview-icon .preview-content.btn-bg-silver,
.offer-wall-preview .preview-icon.btn-bg-silver,
.registration-template .cta-btn-silver,
.registration-template .preview-icon .preview-content.btn-bg-silver,
.registration-template .preview-icon.btn-bg-silver {
    background-color: silver;
    border-color: silver;
    color: #fff;
}

.br-form .cta-btn-silver:hover,
.br-form .preview-icon .preview-content.btn-bg-silver:hover,
.br-form .preview-icon.btn-bg-silver:hover,
.offer-wall-preview .cta-btn-silver:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-silver:hover,
.offer-wall-preview .preview-icon.btn-bg-silver:hover,
.registration-template .cta-btn-silver:hover,
.registration-template .preview-icon .preview-content.btn-bg-silver:hover,
.registration-template .preview-icon.btn-bg-silver:hover {
    background-color: #b1b1b1;
    border-color: #b1b1b1;
}

.br-form .cta-btn-gold,
.br-form .preview-icon .preview-content.btn-bg-gold,
.br-form .preview-icon.btn-bg-gold,
.offer-wall-preview .cta-btn-gold,
.offer-wall-preview .preview-icon .preview-content.btn-bg-gold,
.offer-wall-preview .preview-icon.btn-bg-gold,
.registration-template .cta-btn-gold,
.registration-template .preview-icon .preview-content.btn-bg-gold,
.registration-template .preview-icon.btn-bg-gold {
    background-color: gold;
    border-color: gold;
    color: #fff;
}

.br-form .cta-btn-gold:hover,
.br-form .preview-icon .preview-content.btn-bg-gold:hover,
.br-form .preview-icon.btn-bg-gold:hover,
.offer-wall-preview .cta-btn-gold:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-gold:hover,
.offer-wall-preview .preview-icon.btn-bg-gold:hover,
.registration-template .cta-btn-gold:hover,
.registration-template .preview-icon .preview-content.btn-bg-gold:hover,
.registration-template .preview-icon.btn-bg-gold:hover {
    background-color: #e0bd00;
    border-color: #e0bd00;
}

.br-form .cta-btn-platinum,
.br-form .preview-icon .preview-content.btn-bg-platinum,
.br-form .preview-icon.btn-bg-platinum,
.offer-wall-preview .cta-btn-platinum,
.offer-wall-preview .preview-icon .preview-content.btn-bg-platinum,
.offer-wall-preview .preview-icon.btn-bg-platinum,
.registration-template .cta-btn-platinum,
.registration-template .preview-icon .preview-content.btn-bg-platinum,
.registration-template .preview-icon.btn-bg-platinum {
    background-color: #e5e4e2;
    border-color: #e5e4e2;
    color: #4c4c4c;
}

.br-form .cta-btn-platinum:hover,
.br-form .preview-icon .preview-content.btn-bg-platinum:hover,
.br-form .preview-icon.btn-bg-platinum:hover,
.offer-wall-preview .cta-btn-platinum:hover,
.offer-wall-preview .preview-icon .preview-content.btn-bg-platinum:hover,
.offer-wall-preview .preview-icon.btn-bg-platinum:hover,
.registration-template .cta-btn-platinum:hover,
.registration-template .preview-icon .preview-content.btn-bg-platinum:hover,
.registration-template .preview-icon.btn-bg-platinum:hover {
    background-color: #d7d5d2;
    border-color: #d7d5d2;
}

.br-form input.input-transparent,
.br-form select.input-transparent,
.br-form textarea.input-transparent,
.offer-wall-preview input.input-transparent,
.offer-wall-preview select.input-transparent,
.offer-wall-preview textarea.input-transparent,
.registration-template input.input-transparent,
.registration-template select.input-transparent,
.registration-template textarea.input-transparent {
    border-color: transparent;
}

.br-form input.input-white,
.br-form select.input-white,
.br-form textarea.input-white,
.offer-wall-preview input.input-white,
.offer-wall-preview select.input-white,
.offer-wall-preview textarea.input-white,
.registration-template input.input-white,
.registration-template select.input-white,
.registration-template textarea.input-white {
    border-color: #fff;
}

.br-form input.input-red,
.br-form select.input-red,
.br-form textarea.input-red,
.offer-wall-preview input.input-red,
.offer-wall-preview select.input-red,
.offer-wall-preview textarea.input-red,
.registration-template input.input-red,
.registration-template select.input-red,
.registration-template textarea.input-red {
    border-color: red;
}

.br-form input.input-maroon,
.br-form select.input-maroon,
.br-form textarea.input-maroon,
.offer-wall-preview input.input-maroon,
.offer-wall-preview select.input-maroon,
.offer-wall-preview textarea.input-maroon,
.registration-template input.input-maroon,
.registration-template select.input-maroon,
.registration-template textarea.input-maroon {
    border-color: maroon;
}

.br-form input.input-salmon,
.br-form select.input-salmon,
.br-form textarea.input-salmon,
.offer-wall-preview input.input-salmon,
.offer-wall-preview select.input-salmon,
.offer-wall-preview textarea.input-salmon,
.registration-template input.input-salmon,
.registration-template select.input-salmon,
.registration-template textarea.input-salmon {
    border-color: salmon;
}

.br-form input.input-olive,
.br-form select.input-olive,
.br-form textarea.input-olive,
.offer-wall-preview input.input-olive,
.offer-wall-preview select.input-olive,
.offer-wall-preview textarea.input-olive,
.registration-template input.input-olive,
.registration-template select.input-olive,
.registration-template textarea.input-olive {
    border-color: olive;
}

.br-form input.input-blue,
.br-form select.input-blue,
.br-form textarea.input-blue,
.offer-wall-preview input.input-blue,
.offer-wall-preview select.input-blue,
.offer-wall-preview textarea.input-blue,
.registration-template input.input-blue,
.registration-template select.input-blue,
.registration-template textarea.input-blue {
    border-color: blue;
}

.br-form input.input-aqua,
.br-form select.input-aqua,
.br-form textarea.input-aqua,
.offer-wall-preview input.input-aqua,
.offer-wall-preview select.input-aqua,
.offer-wall-preview textarea.input-aqua,
.registration-template input.input-aqua,
.registration-template select.input-aqua,
.registration-template textarea.input-aqua {
    border-color: aqua;
}

.br-form input.input-navy,
.br-form select.input-navy,
.br-form textarea.input-navy,
.offer-wall-preview input.input-navy,
.offer-wall-preview select.input-navy,
.offer-wall-preview textarea.input-navy,
.registration-template input.input-navy,
.registration-template select.input-navy,
.registration-template textarea.input-navy {
    border-color: navy;
}

.br-form input.input-green,
.br-form select.input-green,
.br-form textarea.input-green,
.offer-wall-preview input.input-green,
.offer-wall-preview select.input-green,
.offer-wall-preview textarea.input-green,
.registration-template input.input-green,
.registration-template select.input-green,
.registration-template textarea.input-green {
    border-color: green;
}

.br-form input.input-lime,
.br-form select.input-lime,
.br-form textarea.input-lime,
.offer-wall-preview input.input-lime,
.offer-wall-preview select.input-lime,
.offer-wall-preview textarea.input-lime,
.registration-template input.input-lime,
.registration-template select.input-lime,
.registration-template textarea.input-lime {
    border-color: lime;
}

.br-form input.input-teal,
.br-form select.input-teal,
.br-form textarea.input-teal,
.offer-wall-preview input.input-teal,
.offer-wall-preview select.input-teal,
.offer-wall-preview textarea.input-teal,
.registration-template input.input-teal,
.registration-template select.input-teal,
.registration-template textarea.input-teal {
    border-color: teal;
}

.br-form input.input-azure,
.br-form select.input-azure,
.br-form textarea.input-azure,
.offer-wall-preview input.input-azure,
.offer-wall-preview select.input-azure,
.offer-wall-preview textarea.input-azure,
.registration-template input.input-azure,
.registration-template select.input-azure,
.registration-template textarea.input-azure {
    border-color: azure;
}

.br-form input.input-lavender,
.br-form select.input-lavender,
.br-form textarea.input-lavender,
.offer-wall-preview input.input-lavender,
.offer-wall-preview select.input-lavender,
.offer-wall-preview textarea.input-lavender,
.registration-template input.input-lavender,
.registration-template select.input-lavender,
.registration-template textarea.input-lavender {
    border-color: #e6e6fa;
}

.br-form input.input-orange,
.br-form select.input-orange,
.br-form textarea.input-orange,
.offer-wall-preview input.input-orange,
.offer-wall-preview select.input-orange,
.offer-wall-preview textarea.input-orange,
.registration-template input.input-orange,
.registration-template select.input-orange,
.registration-template textarea.input-orange {
    border-color: orange;
}

.br-form input.input-coral,
.br-form select.input-coral,
.br-form textarea.input-coral,
.offer-wall-preview input.input-coral,
.offer-wall-preview select.input-coral,
.offer-wall-preview textarea.input-coral,
.registration-template input.input-coral,
.registration-template select.input-coral,
.registration-template textarea.input-coral {
    border-color: coral;
}

.br-form input.input-purple,
.br-form select.input-purple,
.br-form textarea.input-purple,
.offer-wall-preview input.input-purple,
.offer-wall-preview select.input-purple,
.offer-wall-preview textarea.input-purple,
.registration-template input.input-purple,
.registration-template select.input-purple,
.registration-template textarea.input-purple {
    border-color: purple;
}

.br-form input.input-plum,
.br-form select.input-plum,
.br-form textarea.input-plum,
.offer-wall-preview input.input-plum,
.offer-wall-preview select.input-plum,
.offer-wall-preview textarea.input-plum,
.registration-template input.input-plum,
.registration-template select.input-plum,
.registration-template textarea.input-plum {
    border-color: plum;
}

.br-form input.input-black,
.br-form select.input-black,
.br-form textarea.input-black,
.offer-wall-preview input.input-black,
.offer-wall-preview select.input-black,
.offer-wall-preview textarea.input-black,
.registration-template input.input-black,
.registration-template select.input-black,
.registration-template textarea.input-black {
    border-color: #000;
}

.br-form input.input-gray,
.br-form select.input-gray,
.br-form textarea.input-gray,
.offer-wall-preview input.input-gray,
.offer-wall-preview select.input-gray,
.offer-wall-preview textarea.input-gray,
.registration-template input.input-gray,
.registration-template select.input-gray,
.registration-template textarea.input-gray {
    border-color: #a5a5a5;
}

.br-form input.input-yellow,
.br-form select.input-yellow,
.br-form textarea.input-yellow,
.offer-wall-preview input.input-yellow,
.offer-wall-preview select.input-yellow,
.offer-wall-preview textarea.input-yellow,
.registration-template input.input-yellow,
.registration-template select.input-yellow,
.registration-template textarea.input-yellow {
    border-color: #ff0;
}

.br-form input.input-ivory,
.br-form select.input-ivory,
.br-form textarea.input-ivory,
.offer-wall-preview input.input-ivory,
.offer-wall-preview select.input-ivory,
.offer-wall-preview textarea.input-ivory,
.registration-template input.input-ivory,
.registration-template select.input-ivory,
.registration-template textarea.input-ivory {
    border-color: ivory;
}

.br-form input.input-brown,
.br-form select.input-brown,
.br-form textarea.input-brown,
.offer-wall-preview input.input-brown,
.offer-wall-preview select.input-brown,
.offer-wall-preview textarea.input-brown,
.registration-template input.input-brown,
.registration-template select.input-brown,
.registration-template textarea.input-brown {
    border-color: brown;
}

.br-form input.input-beige,
.br-form select.input-beige,
.br-form textarea.input-beige,
.offer-wall-preview input.input-beige,
.offer-wall-preview select.input-beige,
.offer-wall-preview textarea.input-beige,
.registration-template input.input-beige,
.registration-template select.input-beige,
.registration-template textarea.input-beige {
    border-color: beige;
}

.br-form input.input-khaki,
.br-form select.input-khaki,
.br-form textarea.input-khaki,
.offer-wall-preview input.input-khaki,
.offer-wall-preview select.input-khaki,
.offer-wall-preview textarea.input-khaki,
.registration-template input.input-khaki,
.registration-template select.input-khaki,
.registration-template textarea.input-khaki {
    border-color: khaki;
}

.br-form input.input-linen,
.br-form select.input-linen,
.br-form textarea.input-linen,
.offer-wall-preview input.input-linen,
.offer-wall-preview select.input-linen,
.offer-wall-preview textarea.input-linen,
.registration-template input.input-linen,
.registration-template select.input-linen,
.registration-template textarea.input-linen {
    border-color: linen;
}

.br-form input.input-pink,
.br-form select.input-pink,
.br-form textarea.input-pink,
.offer-wall-preview input.input-pink,
.offer-wall-preview select.input-pink,
.offer-wall-preview textarea.input-pink,
.registration-template input.input-pink,
.registration-template select.input-pink,
.registration-template textarea.input-pink {
    border-color: pink;
}

.br-form input.input-fuchsia,
.br-form select.input-fuchsia,
.br-form textarea.input-fuchsia,
.offer-wall-preview input.input-fuchsia,
.offer-wall-preview select.input-fuchsia,
.offer-wall-preview textarea.input-fuchsia,
.registration-template input.input-fuchsia,
.registration-template select.input-fuchsia,
.registration-template textarea.input-fuchsia {
    border-color: #f0f;
}

.br-form input.input-peach,
.br-form select.input-peach,
.br-form textarea.input-peach,
.offer-wall-preview input.input-peach,
.offer-wall-preview select.input-peach,
.offer-wall-preview textarea.input-peach,
.registration-template input.input-peach,
.registration-template select.input-peach,
.registration-template textarea.input-peach {
    border-color: #ffe5b4;
}

.br-form input.input-turquoise,
.br-form select.input-turquoise,
.br-form textarea.input-turquoise,
.offer-wall-preview input.input-turquoise,
.offer-wall-preview select.input-turquoise,
.offer-wall-preview textarea.input-turquoise,
.registration-template input.input-turquoise,
.registration-template select.input-turquoise,
.registration-template textarea.input-turquoise {
    border-color: #40e0d0;
}

.br-form input.input-silver,
.br-form select.input-silver,
.br-form textarea.input-silver,
.offer-wall-preview input.input-silver,
.offer-wall-preview select.input-silver,
.offer-wall-preview textarea.input-silver,
.registration-template input.input-silver,
.registration-template select.input-silver,
.registration-template textarea.input-silver {
    border-color: silver;
}

.br-form input.input-gold,
.br-form select.input-gold,
.br-form textarea.input-gold,
.offer-wall-preview input.input-gold,
.offer-wall-preview select.input-gold,
.offer-wall-preview textarea.input-gold,
.registration-template input.input-gold,
.registration-template select.input-gold,
.registration-template textarea.input-gold {
    border-color: gold;
}

.br-form input.input-platinum,
.br-form select.input-platinum,
.br-form textarea.input-platinum,
.offer-wall-preview input.input-platinum,
.offer-wall-preview select.input-platinum,
.offer-wall-preview textarea.input-platinum,
.registration-template input.input-platinum,
.registration-template select.input-platinum,
.registration-template textarea.input-platinum {
    border-color: #e5e4e2;
}

.br-form.minimalist #br-form-submit,
.br-form.minimalist [type='submit'],
.br-form.minimalist input[type='date'],
.br-form.minimalist input[type='email'],
.br-form.minimalist input[type='number'],
.br-form.minimalist input[type='password'],
.br-form.minimalist input[type='search'],
.br-form.minimalist input[type='text'],
.br-form.minimalist select,
.br-form.minimalist textarea,
.offer-wall-preview.minimalist #br-form-submit,
.offer-wall-preview.minimalist [type='submit'],
.offer-wall-preview.minimalist input[type='date'],
.offer-wall-preview.minimalist input[type='email'],
.offer-wall-preview.minimalist input[type='number'],
.offer-wall-preview.minimalist input[type='password'],
.offer-wall-preview.minimalist input[type='search'],
.offer-wall-preview.minimalist input[type='text'],
.offer-wall-preview.minimalist select,
.offer-wall-preview.minimalist textarea,
.registration-template.minimalist #br-form-submit,
.registration-template.minimalist [type='submit'],
.registration-template.minimalist input[type='date'],
.registration-template.minimalist input[type='email'],
.registration-template.minimalist input[type='number'],
.registration-template.minimalist input[type='password'],
.registration-template.minimalist input[type='search'],
.registration-template.minimalist input[type='text'],
.registration-template.minimalist select,
.registration-template.minimalist textarea {
    box-shadow: unset;
}

.br-form .su-reg-form-group,
.offer-wall-preview .su-reg-form-group,
.registration-template .su-reg-form-group {
    position: relative;
}

.br-form .su-reg-form-group .su-reg-hidden-label,
.offer-wall-preview .su-reg-form-group .su-reg-hidden-label,
.registration-template .su-reg-form-group .su-reg-hidden-label {
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateY(-14px);
    transition: all 0.1s ease-in;
}

.br-form .su-reg-form-group .su-reg-hidden-label.hovered,
.offer-wall-preview .su-reg-form-group .su-reg-hidden-label.hovered,
.registration-template .su-reg-form-group .su-reg-hidden-label.hovered {
    opacity: 1;
    transform: translateY(-23px);
}

#ow-container.ow-preview-temp {
    --ow-offer_bg: #fafafa;
    --ow-offer_shadow: #00000013;
    --ow-ribbon_bg: #9c137a;
    --ow-ribbon_color: #fff;
    --ow-ribbon_color--hover: #1a1a1a;
    --ow-headlines__h1_color: #812fb1;
    --ow-headlines__h1_color--hover: #222;
    --ow-headlines__h2_color: #222;
    --ow-headlines__h2_color--hover: #812fb1;
    --ow-headlines__h3_color: #a5a5a5;
    --ow-headlines__h3_color--hover: #222;
    --ow-stars_color: #ffc10a;
    --ow-offer-list__bullet_color: #812fb1;
    --ow-offer-list__link_color: #222;
    --ow-offer-list__link_color--hover: #812fb1;
    --ow-cta_bg: #812fb1;
    --ow-cta_bg--hover: #2f8511;
    --ow-cta_color: #fff;
    --ow-cta_color--hover: #fff;
    --ow-cta__terms_color: #4c4c4c;
    --ow-cta__review_color: #4c4c4c;
    --ow-footer_bg: #fafafa;
    --ow-footer_color: #1a1a1a;
}
