:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

figcaption,
figure,
footer,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

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

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.h3,
h1,
h2,
h3 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.6rem;
}

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

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

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-12,
.col-5,
.col-7,
.col-auto,
.col-lg-3,
.col-lg-9,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-sm td {
    padding: 0.3rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

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

.m-0 {
    margin: 0 !important;
}

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

.mx-0 {
    margin-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

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

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

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

.mx-2 {
    margin-left: 0.3rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

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

.py-1 {
    padding-top: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
}

.py-1 {
    padding-bottom: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
}

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

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
}

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

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

.text-center {
    text-align: center !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td {
        background-color: #fff !important;
    }
}


/**/

.button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    vertical-align: top;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: calc(0.375em - 1px) 1rem;
    height: 2.625em;
    font-size: 1rem;
    line-height: 1.5;
}

.button:active,
.button:focus {
    outline: 0;
}


/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */

body,
figure,
h1,
h2,
h3,
html,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    font-size: 100%;
    font-weight: 400;
}

button,
input {
    margin: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

td:not([align]) {
    text-align: left;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #f5f5f5;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

figure,
footer,
section {
    display: block;
}

body,
button,
input {
    font-family: Lato, sans-serif;
}

body {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.44;
}

a {
    cursor: pointer;
    color: #47b;
    text-decoration: none;
}

a:hover {
    color: #ba0000;
}

img {
    max-width: 100%;
    height: auto;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

table td {
    vertical-align: top;
}

table td:not([align]) {
    text-align: left;
}

.has-text-centered {
    text-align: center !important;
}

.button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-width: 1px;
    border-color: #dbdbdb;
    background-color: #fff;
    padding: calc(0.375em - 1px) 0.75em;
    color: #363636;
    text-align: center;
    white-space: nowrap;
}

.button .icon {
    width: 1.5em;
    height: 1.5em;
}

.button .icon:first-child:last-child {
    margin-right: calc(-0.375em - 1px);
    margin-left: calc(-0.375em - 1px);
}

.button.button-2:hover {
    color: #ba0000;
    background: #ebb200;
}

.button:focus {
    border-color: #012c57;
    color: #ba0000;
}

.button:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(68, 119, 187, 0.25);
    box-shadow: 0 0 0 0.125em rgba(68, 119, 187, 0.25);
}

.button:active {
    border-color: #4a4a4a;
    color: #363636;
}

.container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    width: auto;
}

@media screen and (min-width: 1024px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1216px) {
    .container {
        max-width: 1152px;
    }
}

.page-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container {
    padding-right: 1rem;
    padding-left: 1rem;
}

.page-footer {
    background-color: #3d4347;
    padding: 2.1875rem 0;
    color: #fff;
    font-size: 0.75rem;
}

@media screen and (min-width: 1024px) {
    .page-footer {
        padding-bottom: 1.5rem;
    }
}

.h3,
h1,
h2,
h3 {
    margin-bottom: 0.5rem;
    line-height: 1.32;
}

h1 {
    font-size: 1.25rem;
}

@media print,
screen and (min-width: 769px) {
    h1 {
        font-size: 1.875rem;
    }
}

h2 {
    font-size: 1.125rem;
}

@media print,
screen and (min-width: 769px) {
    h2 {
        font-size: 1.5rem;
    }
}

.h3,
h3 {
    font-size: 1rem;
}

@media print,
screen and (min-width: 769px) {
    .h3,
    h3 {
        font-size: 1.125rem;
    }
}

.link {
    border-bottom: 1px solid transparent;
    color: inherit;
    font-size: 18px;
}

.link:focus,
.link:hover {
    color: #ebb200;
    text-decoration: none;
}

.button {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.button:focus:not(:active) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button-text {
    font-size: 0.9375rem;
    font-weight: 700;
}

.button.button-1:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(59, 149, 139, 0.25);
    box-shadow: 0 0 0 0.125em rgba(59, 149, 139, 0.25);
}

.button.button-2 {
    color: #000;
    background: #ffd167;
    box-shadow: 0 0 2px #ffd167;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(255, 247, 0, 0.03);
}

.button.button-2:focus,
.button.button-2:hover {
    color: #fff;
    border: none;
    text-decoration: none;
}

.button.button-2:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(171, 0, 51, 0.25);
    box-shadow: 0 0 0 0.125em rgba(171, 0, 51, 0.25);
}

.button.button-3:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(1, 44, 87, 0.25);
    box-shadow: 0 0 0 0.125em rgba(1, 44, 87, 0.25);
}

@supports ((-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0)) or (clip-path: polygon(0 0, 0% 100%, 100% 0))) {
    .button-code {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-width: 12.25em;
    }
    .button-code .button-text {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: calc(100% - 2.75rem);
    }
    .button-code:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: -1px;
        right: -2px;
        bottom: -1px;
        left: -1px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 1;
        -webkit-clip-path: polygon(calc(100% - 44px) 0, 100% 0, 100% 100%, calc(100% - 22px) 100%);
        clip-path: polygon(calc(100% - 44px) 0, 100% 0, 100% 100%, calc(100% - 22px) 100%);
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        will-change: clip-path;
        border: 1px solid #e9e9e9;
        border-radius: 4px;
        background-color: #fff;
        padding-right: 0.25em;
        color: rgba(0, 0, 0, 0.7);
        content: attr(data-code);
    }
    .button-code:after {
        position: absolute;
        top: -1px;
        right: 18px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        z-index: 2;
        -webkit-transition: background-image 0s linear 0.15s, -webkit-transform 0.15s linear;
        transition: background-image 0s linear 0.15s, -webkit-transform 0.15s linear;
        transition: transform 0.15s linear, background-image 0s linear 0.15s;
        transition: transform 0.15s linear, background-image 0s linear 0.15s, -webkit-transform 0.15s linear;
        will-change: transform;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.41 44'%3E%3Cpath fill='%23ffd167' d='M.41 29l28 5v8h-20z'/%3E%3Cpath fill='%23ffd167' d='M35.41 44l-24-44L.15 27.21a2 2 0 001 2.59L32.41 44z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 2.213125em;
        height: 2.75em;
        content: "";
    }
    .button-code:focus:before,
    .button-code:hover:before {
        -webkit-clip-path: polygon(calc(100% - 54px) 0, 100% 0, 100% 100%, calc(100% - 32px) 100%);
        clip-path: polygon(calc(100% - 54px) 0, 100% 0, 100% 100%, calc(100% - 32px) 100%);
    }
    .button-code:focus:after,
    .button-code:hover:after {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        -webkit-transition: background-image 0s linear, -webkit-transform 0.15s linear;
        transition: background-image 0s linear, -webkit-transform 0.15s linear;
        transition: transform 0.15s linear, background-image 0s linear;
        transition: transform 0.15s linear, background-image 0s linear, -webkit-transform 0.15s linear;
    }
    .button-code.button-2:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.41 44'%3E%3Cpath fill='%2384610f' d='M.41 29l28 5v8h-20z'/%3E%3Cpath fill='%23ffc107' d='M35.41 44l-24-44L.15 27.21a2 2 0 001 2.59L32.41 44z'/%3E%3C/svg%3E");
    }
}

.icon {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
}

.card {
    border-radius: 2px;
    font-size: 1rem;
}

@media screen and (min-width: 540px) {
    .card {
        font-size: 1rem;
    }
}

.card-heading {
    margin-bottom: 0.3125rem;
    font-weight: 700;
}

@media screen and (max-width: 539px) {
    .card-heading {
        font-size: 0.875rem;
    }
}

.card-text {
    margin-bottom: 0.75rem;
}

@media print,
screen and (min-width: 769px) {
    .card-text {
        margin-bottom: 1.25rem;
    }
}

.card .button {
    min-width: 12.25em;
}

.card .button .icon-chevron-right {
    display: none;
    font-size: 0.4em;
}

.card-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.75rem;
    padding: 0.75rem 1rem 1rem;
}

@media screen and (min-width: 1024px) {
    .card-secondary {
        padding: 1.125rem 1.5rem 1.5rem;
    }
}

.card-secondary .card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 1rem;
    width: 4rem;
}

@media screen and (min-width: 540px) {
    .card-secondary .card-head {
        width: 5.25rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .card-secondary .card-head {
        width: 8.75rem;
    }
}

@media screen and (min-width: 1216px) {
    .card-secondary .card-head {
        margin-right: 1.5rem;
        width: 10.25rem;
    }
}

.card-secondary .card-label-image {
    margin-top: 0.25rem;
    width: 40px;
}

@media screen and (min-width: 540px) {
    .card-secondary .card-label-image {
        width: 2rem;
    }
}

@media screen and (min-width: 1216px) {
    .card-secondary .card-label-image {
        width: 3.125rem;
    }
}

.card-secondary .card-label-text {
    color: #3b958b;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media print,
screen and (min-width: 769px) {
    .card-secondary .card-label-text {
        font-size: 1.125rem;
        line-height: 1;
        text-transform: lowercase;
    }
}

@media screen and (min-width: 1216px) {
    .card-secondary .card-label-text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 539px) {
    .card-secondary .card-heading {
        margin-bottom: 0.25rem;
    }
}

@media screen and (min-width: 540px) {
    .card-secondary .card-action {
        text-align: right;
    }
}

@media screen and (max-width: 539px) {
    .card-secondary .card-action {
        margin-left: -5rem;
    }
    .card-secondary .card-action .button {
        width: 100%;
    }
}

table.card-secondary {
    display: table;
    width: 100%;
}

table.card-secondary td {
    padding-top: 0.75rem;
    padding-bottom: 16px;
    height: 1px;
}

@media screen and (min-width: 1024px) {
    table.card-secondary td {
        padding-top: 1.125rem;
        padding-bottom: 1.5rem;
    }
}

table.card-secondary td:first-child {
    padding-left: 16px;
}

@media screen and (min-width: 1024px) {
    table.card-secondary td:first-child {
        padding-left: 1.5rem;
    }
}

table.card-secondary td:last-child {
    padding-right: 16px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    table.card-secondary td:last-child {
        padding-right: 1.5rem;
    }
}

@-moz-document url-prefix() {
    table.card-secondary td,
    table.card-secondary tr {
        height: 100%;
    }
}

table.card-secondary .card-head {
    height: 100%;
}

.rating_roulette {
    margin-top: 10px;
}

.rating {
    position: relative;
    width: 130px;
    height: 35px;
    margin: 0 auto;
}

.rating_text {
    font-size: 11px;
    color: #989898;
}

.rating__best {
    background: url(../img/stars.png) no-repeat;
    width: 130px;
    height: 35px;
    position: absolute;
    background-size: 130px 210px;
}

.rating__star {
    width: 26px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.rating__star_1 {
    left: 0;
}

.rating__star_2 {
    left: 26px;
}

.rating__star_3 {
    left: 52px;
}

.rating__star_4 {
    left: 78px;
}

.rating__star_5 {
    left: 104px;
}

.rating__current {
    background: url(../img/stars.png) 0 -35px no-repeat;
    height: 35px;
    position: absolute;
    background-size: 130px 210px;
}

@font-face {
    font-family: Conv_wiguru;
    src: url(/assets/fonts/wiguru.eot);
    src: local("WiGuru"), url(/assets/fonts/wiguru.woff) format("woff"), url(/assets/fonts/wiguru.ttf) format("truetype"), url(/assets/fonts/wiguru.svg) format("svg");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


/* @font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/assets/fonts/fa-regular-400.eot);
    src: url(/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-regular-400.woff2) format("woff2"), url(/assets/fonts/fa-regular-400.woff) format("woff"), url(/assets/fonts/fa-regular-400.ttf) format("truetype"), url(/assets/fonts/fa-regular-400.svg#fontawesome) format("svg");
} */

.circle {
    height: 7px;
    width: 7px;
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.circle.yellow {
    border-color: #ffd167;
}

.circle.red {
    border-color: #f84448;
}

.circle.green {
    border-color: #00c24b;
}

.circle.blue {
    border-color: #0068bf;
}

.circle.gray {
    border-color: #bfcdd6;
}

.container {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto;
}

.title_partition {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: -0.36em;
    display: table;
}

.title_partition>div {
    display: table-cell;
    letter-spacing: 2px;
    width: 30%;
    line-height: 35px;
    vertical-align: middle;
}

.title_partition .circle {
    background: #fff;
    height: 7px;
    width: 7px;
    border-width: 1px;
    position: absolute;
    top: -3px;
}

.title_partition .circle.right {
    right: 0;
}

.title_partition .circle.left {
    left: 0;
}

.title_partition .line_gray {
    border-bottom: 1px solid #bfcdd6;
    position: relative;
    padding-top: 0;
}

.top_slots {
    text-align: center;
    color: #454b4f;
    font-size: 22px !important;
    margin: 0 5px !important;
    font-family: Conv_wiguru;
    letter-spacing: normal;
}

.bnt_block .visit {
    width: 90%;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 7px 0;
    margin: 30px 0 0 0;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.details_block {
    margin-top: 20px;
    border: 1px solid #dce7ee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.details_block> :first-child {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.details_block> :last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.detail td {
    padding: 10px 5px !important;
}

.details_block {
    width: 100%;
    font-size: 15px;
}

.detail:nth-child(even) {
    background: #f7fafc;
}

.detail:nth-child(odd) {
    background: #fff;
}

.detail> :first-child {
    width: 35%;
    font-weight: 700;
}

.detail> :last-child {
    width: 65%;
    max-width: 780px;
    word-wrap: break-word;
    padding-left: 20px;
}

.detail .circle {
    width: 10px;
    height: 10px;
    margin: 0 5%;
    display: inline-block;
}

.first_block {
    padding: 8px 0;
    background: #fff;
    color: #222;
    font-size: 14px !important;
    border: 1px solid #e3ecf2 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.figure-caption {
    font-size: 100% !important;
}

h1 {
    color: #000;
    font-size: 24px ;
    line-height: 1.4;
    font-weight: 700;
    padding: 0 0 7px 0;
}

.bnt_block {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.rating_casino {
    display: inline-block;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    padding: 14px;
    border: 2px solid #10921b;
    border-radius: 50%;
}

.visit {
    background-color: #ffd167;
    box-shadow: 0 0 2px #ffd167, inset 0 -4px 1px #84610f;
    color: #000 !important;
    cursor: pointer;
}

.visit:hover {
    color: #fff;
    background-color: #ffc107;
    box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #75580a;
}

.bnt_block .visit {
    width: 90%;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 4px 0 7px 0;
    margin: 8px 0 0 0;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.finans_section {
    margin: 0;
    width: 100%;
    display: block;
    padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
    .finans_section {
        padding-left: 0 !important;
    }
    .finans_section>div :nth-child(1).card {
        margin-right: 2px !important;
        margin-left: 2px !important;
    }
}

.finans_section>div :nth-child(1).card-body {
    padding: 10px !important;
    font-size: 14px;
    font-weight: 600;
}

.finans_section>div :nth-child(1).card {
    margin-bottom: 4px !important;
}

.finans_block {
    padding: 10px;
    border: 1px solid #dce7ee;
    border-radius: 4px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.card {
    border-radius: 0.25rem;
    box-shadow: none !important;
}

.card .card-body .card-text {
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    color: #333 !important;
}

.card-body {
    padding-left: 0.3rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 0.3rem !important;
}

.badge-zzz {
    color: #333 !important;
    padding-right: 0.2em !important;
    padding-left: 0.2em !important;
    border-radius: 10rem !important;
    font-size: smaller;
    border: 1px solid rgba(54, 53, 53, 0.225) !important;
    border-radius: 0.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
    line-height: 25px !important;
    align-items: center;
}

.bg {
    background-image: url(../img/check-circle-regular.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 6.5%;
}

.table td {
    border-top: none !important;
}

.www {
    width: 78px;
}

.wic {
    width: 15px;
}

.wic2 {
    width: 25px;
}

.wic3 {
    width: 28px;
}

@media screen and (max-width: 820px) {
    .none {
        display: none !important;
    }
}

@media (max-width: 575px) {
    section>.container,
    section>.container>.row {
        max-width: 96%;
        width: auto;
        margin: auto;
    }
}

.lead {
    font-size: 1rem !important;
}

.first_block {
    position: relative;
    top: 12px;
}

.z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.table-main {
    display: block;
    width: 100%;
}

#cupon {
    border: none;
    padding: 5px;
    text-align: center;
    width: 250px;
    font-size: 18px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    margin-bottom: 7px;
}

#cupon:focus {
    outline: none;
}

#cupon_btn {
    background-color: #ffd167;
    box-shadow: 0 0 2px #ffd167, inset 0 -4px 1px #84610f;
    color: #000;
    cursor: pointer;
    border: none;
    padding: 5px 5px 7px 5px;
    width: 250px;
    font-size: 18px;
    border-radius: 3px;
    font-weight: bold;
}

#cupon_btn:hover {
    background-color: #ffc107;
    box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #75580a;
}

#cupon_btn:focus {
    outline: none;
}

.ch {
    white-space: pre;
}


/* *** for SEO text *** */

.text-blk {
    padding-left: 7px;
}

@media screen and (max-width: 575px) {
    .text-blk {
        padding: 0 12px;
    }
    .table-sm td,
    .table-sm th {
        padding: .3rem;
        font-size: 0.8rem;
    }
}

.text-blk h2 {
    margin: 30px 0 0 0;
    font-weight: bold;
}

.text-blk h3,
.text-blk .h3 {
    margin: 20px 0 0 0;
    font-weight: bold;
}

.text-blk p {
    margin: 10px 0;
}


/* *** for SEO text *** /end */

.faq-wrp .faq-blk {
    margin: 25px 0;
}

.faq-wrp .answ {
    margin: 5px 0;
}

.faq-wrp p {
    margin: 5px 0;
}


/* TOC */

.toc-wrp {
    margin: 30px 0;
}

.toc-wrp nav ol {
    counter-reset: li;
    margin: 5px 0;
    padding: 0 0 0 1rem;
    list-style: none;
}

.toc-wrp nav li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
}

.toc-wrp li a {
    display: inline;
    color: #000;
    text-decoration: none;
}

.toc-wrp li a:hover {
    color: #36a;
}


/* / ez-toc-list */


/* breadcrumbs */


/* / breadcrumbs */

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-sm td,
.table-sm th {
    padding: .3rem;
}

.table-sm th {
    width: 35%;
}

.table td,
.table th {
    vertical-align: top;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

table {
    border-collapse: collapse;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

details summary::-webkit-details-marker {
    display: none
}

details>summary {
    list-style: none;
    display: inline-flex;
}

#mobile>nav>ol>details summary::after {
    content: '+';
    margin-left: 10px;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 16px;
    background: #ff3a1a;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    font-family: sans-serif;
}

#mobile>nav>ol>details[open] summary::after {
    content: '-';
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

.cupon_btn {
    background-color: #ffd167;
    box-shadow: 0 0 2px #ffd167, inset 0 -4px 1px #84610f;
    color: #000;
    cursor: pointer;
    border: none;
    padding: 5px 15px 7px 15px;
    font-size: 18px;
    border-radius: 3px;
    font-weight: bold;
}

.cupon_btn:hover {
    background-color: #ffc107;
    box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #75580a;
}

.cupon_btn:focus {
    outline: none;
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.d-none {
    display: none!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-block {
        display: block!important
    }
}

body>section>div>div>details>summary::-webkit-details-marker {
    display: none
}

body>section>div>div>details>summary {
    list-style: none;
    margin-top: 10px;
    justify-content: flex-end;
    margin-left: 1px;
    width: 100%;
}

body>section>div>div>details summary::after {
    content: ' ';
}

body>section>div>div>details>.gamburger {
    position: absolute;
    margin-top: 15px;
    z-index: 50;
    width: 90%;
    left: 3px;
    background-color: rgb(173, 173, 173);
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default
}

.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

.view img {
    position: relative;
    display: block
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.overlay .mask:hover {
    opacity: 1
}

.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.rgba-white-slight,
.rgba-white-slight:after {
    background-color: rgba(255, 255, 255, 0.1)
}

.card .card-body h3 {
    font-weight: 600
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.app {
    height: 100%;
    min-height: 150px;
    padding: 0.25rem;
    background-color: #f5f5f5;
}

div.view.overlay>img {
    max-height: 54px;
    max-width: 200px;
}
html,body,section{height:auto;}
body{display:flex;flex-direction:column;}
.disabled{pointer-events:none;}
footer {margin-top:2rem;}
.video-container{margin:30px auto;position:relative;padding-bottom:48%;padding-top:30px;height:0;overflow: hidden;max-width:90%}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}#mobile{display:none}.telegram{min-width:250px;height:60px;margin-top:.9rem;display:flex;flex-direction:row;justify-content:center;align-items:flex-end;padding:5px;background-color:unset}.telegram a{text-decoration:none;color:#333} .telegram:hover{transform: scale(1.05)}.telegram a span{font-weight:500;font-size:14px;margin-left:7px;margin-bottom:2px;}#telega{position:relative;margin-top:15px;width:45px;display: inline-flex} @media (max-width:767px){#mobile{display:flex}}
footer .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.right-f ul{display:flex;flex-direction:row;gap:2rem;list-style:none;padding:0;}
.right-f a{color:#fff;text-transform:uppercase;font-size:.75rem;}
.right-f a[class="disabled"]{font-weight:500;color:#ff0;}
.right-f a:hover{text-decoration:underline;}
@media (max-width: 992px) {
footer .container{flex-wrap:wrap;text-align:center;}
.left-f,.right-f{width:100%;}
.left-f{order:2;}.right-f{order:1;}
.right-f ul{flex-direction:column;gap:.75rem;}}
.top_slots h1[data-h1]{text-align:center;color:#454b4f;font-size:1.3rem;margin:0;font-family:Conv_wiguru;}
#goxbet hr{margin:1.5rem 0;}
:target{scroll-margin-top:1rem;}

.iframe {max-width: 1130px; margin: 0 auto;}
iframe {height: 560px; width: 1120px;}


@media (max-width:1357px){
iframe{width: 100%;margin-bottom:15px; height: 300px;}}
  
.header_logo {
    position: relative;
    z-index: 3;
    max-width: 150px;
}

 
.h1-iframe {
    margin-bottom: 20px;
    text-align: center;
}

.text-button {
    display: flex;
    align-items: center;
    justify-content:center;
}

.btn-game{
    display:block;
    color:#000;
    background:#ffd167;
    margin:10px;
    border-radius:3px;
    text-decoration:none;
    box-shadow:0 2px 5px #777;
    font-size:1.2rem;
    box-shadow: 0 0 2px #ffd167, inset 0 -4px 1px #84610f;
   
}

.btn-game:hover{
    background-color: #ffc107;
    box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #75580a;
    text-decoration:none;
}

.text-button-left{
    margin: 10px;
    text-align: justify;
}

 
  .bl_navigation {
    position: absolute;
    top: 10px;
    width: 350px;
    height: 100%;
    min-height: calc(100vh - 70px);
    transition: .3s ease-in;
    will-change: transform;
    background: rgba(23, 36, 56, .8);
    -webkit-backdrop-filter: blur(31px);
    backdrop-filter: blur(31px)
  }
  
  .bl_navigation, .bl_navigation__list {
    flex-direction: column;
   }
  
  .bl_navigation__item {
    width: 100%;
    margin: 4px 0;
    list-style-type: none;
  }
  
  .bl_navigation__item:not(:last-of-type):after {
    display: none
  }
 
  .bl_navigation.active {
    transform: translateX(0);
  }
  
.bl_navigation__link {text-decoration: none;
    color: #fff;}

.bl_navigation__link:hover {
    color: #0068bf !important;
}

@media only screen and (max-width: 960px) {
    .bl_navigation {width: 250px;}

}
  @media only screen and (max-width: 480px) {
    .header_logo {
        max-width: 200px;
        height: auto;
    }
  }
  
  @media only screen and (max-width: 380px) {
    .bl_navigation {
        padding-top: 10px;
        padding-bottom: 70px
    }
  }



.dropdown {
    float: left;
    /* overflow: hidden; */
    /* text-align: center; */
}
.dropdown .dropbtn {
    cursor: pointer;
    color: rgb(0, 0, 0);
    /* padding: 15px 16px; */
    background-color: #ffd167;
    margin: 0;
    box-shadow: 0 0 2px #ffd167, inset 0 -4px 1px #84610f;
    border: none;
    font-size: 18px;
    height: 100%;

}


.dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: #ffc107;
    box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #75580a;
}

.dropbtn:hover{
    color: #ba0000;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: rgb(255, 255, 255);
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ffc107;
    color: #000000;
}

.show {
    display: block;
}
.header{
	background: #2c3237;
    margin: 10px 0;
}
.pre-header {
	text-align: center;
	font-size: 20px;
	padding: 15px;
	line-height: 1.5;
    background-color: #3b3f42;
	color: #fff;
	position: sticky;
	z-index: 150;
	width: 100%;
	top: 0;
    box-shadow: 0 0 2px #ffd167, inset 0 -8px 1px #a8842f;
}

.pre-header .container {

}


@media (max-width:749px) {
	.pre-header {
		font-size: 18px
	}
}

@media (max-width:425px) {
	.pre-header {
		font-size: 13px;
	}
}

@media (max-width:570px) {
	.pre-header {
        padding: 15px;
	}
}
.pre-footer{
    margin-bottom: 20px;
    text-align: center;
    padding: 15px;
    background-color: #5f656a;
    margin-top: 0;
}

.pre-footer p{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.m-l-r-auto {margin-left: auto; margin-right: auto;}
.table-text .detail> :first-child{width: 50%;}
.table-text .detail> :last-child {width: 50%; max-width: 880px; padding-left: 20px;}