@charset "UTF-8";
@import url(https://use.typekit.net/efz8bhc.css);

/*!
 * Bootstrap-select v1.13.12 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    to {
        opacity: 0
    }
}

@-o-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    to {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    to {
        opacity: 0
    }
}

.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \0;
    vertical-align: middle
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: hsla(0, 0%, 100%, .5)
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: hsla(0, 0%, 100%, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: bs-notify-fadeOut .3s linear .75s forwards;
    -o-animation: .3s linear .75s forwards bs-notify-fadeOut;
    animation: bs-notify-fadeOut .3s linear .75s forwards
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: "\00a0"
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid hsla(0, 0%, 80%, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid hsla(0, 0%, 80%, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 1200px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

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

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Proxima Nova, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #1f2d3d;
    text-decoration: underline
}

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

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

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .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: 1200px) {
    .container {
        max-width: 1140px
    }
}

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

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

.row,
form.members_user_registration_register {
    display: -webkit-box;
    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 > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

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

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

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

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 480px) {
    .col-ty {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-ty-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-ty-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-ty-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-ty-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-ty-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-ty-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-ty-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-ty-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-ty-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-ty-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-ty-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-ty-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-ty-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-ty-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-ty-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-ty-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-ty-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-ty-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-ty-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-ty-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-ty-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-ty-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-ty-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-ty-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-ty-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-ty-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-ty-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-ty-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-ty-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-ty-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-ty-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-ty-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-ty-0 {
        margin-left: 0
    }

    .offset-ty-1 {
        margin-left: 8.33333%
    }

    .offset-ty-2 {
        margin-left: 16.66667%
    }

    .offset-ty-3 {
        margin-left: 25%
    }

    .offset-ty-4 {
        margin-left: 33.33333%
    }

    .offset-ty-5 {
        margin-left: 41.66667%
    }

    .offset-ty-6 {
        margin-left: 50%
    }

    .offset-ty-7 {
        margin-left: 58.33333%
    }

    .offset-ty-8 {
        margin-left: 66.66667%
    }

    .offset-ty-9 {
        margin-left: 75%
    }

    .offset-ty-10 {
        margin-left: 83.33333%
    }

    .offset-ty-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #7092b8;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9)
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9)
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 768px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #385370;
    border-color: #385370
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #2b4057;
    border-color: #273a4e
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 109, 133, .5);
    box-shadow: 0 0 0 .2rem rgba(86, 109, 133, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #385370;
    border-color: #385370
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #273a4e;
    border-color: #233446
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 109, 133, .5);
    box-shadow: 0 0 0 .2rem rgba(86, 109, 133, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:hover {
    background-color: #385370;
    border-color: #385370
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #385370;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #385370;
    border-color: #385370
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #385370;
    text-decoration: none
}

.btn-link:hover {
    color: #1f2d3d;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem
}

.btn-lg,
.btn-sm {
    line-height: 1.5;
    border-radius: 0
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 480px) {
    .dropdown-menu-ty-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-ty-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #385370
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-append,
.input-group-prepend,
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #888d97;
    background-color: #385370
}

.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #888d97
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #92acc9;
    border-color: #92acc9
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #888d97
}

.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: none
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #385370;
    background-color: #385370
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #f6f6f6
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: #f6f6f6
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #f6f6f6
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #f6f6f6
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #7092b8;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #7092b8;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25)
}

.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(56, 83, 112, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(56, 83, 112, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(56, 83, 112, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(56, 83, 112, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #385370;
    border: 0;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #92acc9
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #385370;
    border: 0;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #92acc9
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #385370;
    border: 0;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #92acc9
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #385370
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "|"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #385370;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #1f2d3d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 83, 112, .25)
}

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #385370;
    border-color: #385370
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #385370 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #273a4e !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

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

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

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

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

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

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #385370 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

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

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

@media (min-width: 480px) {
    .d-ty-none {
        display: none !important
    }

    .d-ty-inline {
        display: inline !important
    }

    .d-ty-inline-block {
        display: inline-block !important
    }

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

    .d-ty-table {
        display: table !important
    }

    .d-ty-table-row {
        display: table-row !important
    }

    .d-ty-table-cell {
        display: table-cell !important
    }

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

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

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

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

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

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

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

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

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

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 1400px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

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

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

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

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

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

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

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

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

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

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

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

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

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

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

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

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

@media (min-width: 480px) {
    .flex-ty-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-ty-column,
    .flex-ty-row {
        -webkit-box-direction: normal !important
    }

    .flex-ty-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-ty-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-ty-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-ty-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-ty-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-ty-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-ty-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-ty-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-ty-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-ty-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-ty-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-ty-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-ty-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

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

    .justify-content-ty-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-ty-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-ty-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-ty-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

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

    .align-items-ty-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-ty-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-ty-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-ty-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-ty-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-ty-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-ty-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-ty-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

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

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

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

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

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

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

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

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

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

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

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

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

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

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

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

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

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

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

@media (min-width: 1400px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

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

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

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

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 480px) {
    .float-ty-left {
        float: left !important
    }

    .float-ty-right {
        float: right !important
    }

    .float-ty-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1400px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.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
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow,
.shadow-lg,
.shadow-none,
.shadow-sm {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

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

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

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

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

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

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

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

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

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

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

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

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

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

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

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

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

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

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

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

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

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

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

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

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

.p-4 {
    padding: 1.5rem !important
}

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

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

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

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

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

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

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

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

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

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

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

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

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

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

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

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 480px) {
    .m-ty-0 {
        margin: 0 !important
    }

    .mt-ty-0,
    .my-ty-0 {
        margin-top: 0 !important
    }

    .mr-ty-0,
    .mx-ty-0 {
        margin-right: 0 !important
    }

    .mb-ty-0,
    .my-ty-0 {
        margin-bottom: 0 !important
    }

    .ml-ty-0,
    .mx-ty-0 {
        margin-left: 0 !important
    }

    .m-ty-1 {
        margin: .25rem !important
    }

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

    .mr-ty-1,
    .mx-ty-1 {
        margin-right: .25rem !important
    }

    .mb-ty-1,
    .my-ty-1 {
        margin-bottom: .25rem !important
    }

    .ml-ty-1,
    .mx-ty-1 {
        margin-left: .25rem !important
    }

    .m-ty-2 {
        margin: .5rem !important
    }

    .mt-ty-2,
    .my-ty-2 {
        margin-top: .5rem !important
    }

    .mr-ty-2,
    .mx-ty-2 {
        margin-right: .5rem !important
    }

    .mb-ty-2,
    .my-ty-2 {
        margin-bottom: .5rem !important
    }

    .ml-ty-2,
    .mx-ty-2 {
        margin-left: .5rem !important
    }

    .m-ty-3 {
        margin: 1rem !important
    }

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

    .mr-ty-3,
    .mx-ty-3 {
        margin-right: 1rem !important
    }

    .mb-ty-3,
    .my-ty-3 {
        margin-bottom: 1rem !important
    }

    .ml-ty-3,
    .mx-ty-3 {
        margin-left: 1rem !important
    }

    .m-ty-4 {
        margin: 1.5rem !important
    }

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

    .mr-ty-4,
    .mx-ty-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-ty-4,
    .mx-ty-4 {
        margin-left: 1.5rem !important
    }

    .m-ty-5 {
        margin: 3rem !important
    }

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

    .mr-ty-5,
    .mx-ty-5 {
        margin-right: 3rem !important
    }

    .mb-ty-5,
    .my-ty-5 {
        margin-bottom: 3rem !important
    }

    .ml-ty-5,
    .mx-ty-5 {
        margin-left: 3rem !important
    }

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

    .pt-ty-0,
    .py-ty-0 {
        padding-top: 0 !important
    }

    .pr-ty-0,
    .px-ty-0 {
        padding-right: 0 !important
    }

    .pb-ty-0,
    .py-ty-0 {
        padding-bottom: 0 !important
    }

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

    .p-ty-1 {
        padding: .25rem !important
    }

    .pt-ty-1,
    .py-ty-1 {
        padding-top: .25rem !important
    }

    .pr-ty-1,
    .px-ty-1 {
        padding-right: .25rem !important
    }

    .pb-ty-1,
    .py-ty-1 {
        padding-bottom: .25rem !important
    }

    .pl-ty-1,
    .px-ty-1 {
        padding-left: .25rem !important
    }

    .p-ty-2 {
        padding: .5rem !important
    }

    .pt-ty-2,
    .py-ty-2 {
        padding-top: .5rem !important
    }

    .pr-ty-2,
    .px-ty-2 {
        padding-right: .5rem !important
    }

    .pb-ty-2,
    .py-ty-2 {
        padding-bottom: .5rem !important
    }

    .pl-ty-2,
    .px-ty-2 {
        padding-left: .5rem !important
    }

    .p-ty-3 {
        padding: 1rem !important
    }

    .pt-ty-3,
    .py-ty-3 {
        padding-top: 1rem !important
    }

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

    .pb-ty-3,
    .py-ty-3 {
        padding-bottom: 1rem !important
    }

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

    .p-ty-4 {
        padding: 1.5rem !important
    }

    .pt-ty-4,
    .py-ty-4 {
        padding-top: 1.5rem !important
    }

    .pr-ty-4,
    .px-ty-4 {
        padding-right: 1.5rem !important
    }

    .pb-ty-4,
    .py-ty-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-ty-4,
    .px-ty-4 {
        padding-left: 1.5rem !important
    }

    .p-ty-5 {
        padding: 3rem !important
    }

    .pt-ty-5,
    .py-ty-5 {
        padding-top: 3rem !important
    }

    .pr-ty-5,
    .px-ty-5 {
        padding-right: 3rem !important
    }

    .pb-ty-5,
    .py-ty-5 {
        padding-bottom: 3rem !important
    }

    .pl-ty-5,
    .px-ty-5 {
        padding-left: 3rem !important
    }

    .m-ty-n1 {
        margin: -.25rem !important
    }

    .mt-ty-n1,
    .my-ty-n1 {
        margin-top: -.25rem !important
    }

    .mr-ty-n1,
    .mx-ty-n1 {
        margin-right: -.25rem !important
    }

    .mb-ty-n1,
    .my-ty-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-ty-n1,
    .mx-ty-n1 {
        margin-left: -.25rem !important
    }

    .m-ty-n2 {
        margin: -.5rem !important
    }

    .mt-ty-n2,
    .my-ty-n2 {
        margin-top: -.5rem !important
    }

    .mr-ty-n2,
    .mx-ty-n2 {
        margin-right: -.5rem !important
    }

    .mb-ty-n2,
    .my-ty-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-ty-n2,
    .mx-ty-n2 {
        margin-left: -.5rem !important
    }

    .m-ty-n3 {
        margin: -1rem !important
    }

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

    .mr-ty-n3,
    .mx-ty-n3 {
        margin-right: -1rem !important
    }

    .mb-ty-n3,
    .my-ty-n3 {
        margin-bottom: -1rem !important
    }

    .ml-ty-n3,
    .mx-ty-n3 {
        margin-left: -1rem !important
    }

    .m-ty-n4 {
        margin: -1.5rem !important
    }

    .mt-ty-n4,
    .my-ty-n4 {
        margin-top: -1.5rem !important
    }

    .mr-ty-n4,
    .mx-ty-n4 {
        margin-right: -1.5rem !important
    }

    .mb-ty-n4,
    .my-ty-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-ty-n4,
    .mx-ty-n4 {
        margin-left: -1.5rem !important
    }

    .m-ty-n5 {
        margin: -3rem !important
    }

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

    .mr-ty-n5,
    .mx-ty-n5 {
        margin-right: -3rem !important
    }

    .mb-ty-n5,
    .my-ty-n5 {
        margin-bottom: -3rem !important
    }

    .ml-ty-n5,
    .mx-ty-n5 {
        margin-left: -3rem !important
    }

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

    .mt-ty-auto,
    .my-ty-auto {
        margin-top: auto !important
    }

    .mr-ty-auto,
    .mx-ty-auto {
        margin-right: auto !important
    }

    .mb-ty-auto,
    .my-ty-auto {
        margin-bottom: auto !important
    }

    .ml-ty-auto,
    .mx-ty-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

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

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

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

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

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

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

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

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

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

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

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

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

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

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

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

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

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

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

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

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

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

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

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

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

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

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

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

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

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

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

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

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

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

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

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

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

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

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

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

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

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

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

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

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

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

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

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

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

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

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

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

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

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

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

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

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

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

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

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

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

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

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1400px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

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

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

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

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

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

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

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

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

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

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

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

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

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

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

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

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

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

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

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

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

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

@media (min-width: 480px) {
    .text-ty-left {
        text-align: left !important
    }

    .text-ty-right {
        text-align: right !important
    }

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

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width: 992px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width: 1400px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

.text-lowercase {
    text-transform: lowercase !important
}

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

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

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

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #385370 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1f2d3d !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@font-face {
    font-family: lg;
    src: url(./static/fonts/lightgallery/lg.eot?n1z373);
    src: url(./static/fonts/lightgallery/lg.eot?#iefixn1z373) format("embedded-opentype"), url(./static/fonts/lightgallery/lg.woff?n1z373) format("woff"), url(./static/fonts/lightgallery/lg.ttf?n1z373) format("truetype"), url(./static/fonts/lightgallery/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #000
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(./static/images/lightgallery/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(./static/images/lightgallery/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(./static/images/lightgallery/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(./static/images/lightgallery/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(./static/images/lightgallery/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px hsla(0, 0%, 100%, .7) inset;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: inset 0 0 0 8px #fff
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(./static/images/lightgallery/loading.gif) no-repeat scroll 50% transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

textarea.form-control {
    min-height: 150px
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(./static/images/select-arrow.svg) center right 10px no-repeat;
    padding-right: 18px
}

select.form-control::-ms-expand {
    display: none
}

.w-66 {
    width: 66%
}

.w-33 {
    width: 33%
}

@font-face {
    font-family: Proxima Nova;
    src: url(./static/fonts/ProximaNova-Regular.0ded48dd.eot);
    src: url(./static/fonts/ProximaNova-Regular.0ded48dd.eot) format("eot"), url(./static/fonts/ProximaNova-Regular.4a27e7cd.woff2) format("woff2"), url(./static/fonts/ProximaNova-Regular.d900267b.woff) format("woff"), url(./static/fonts/ProximaNova-Regular.61d19e05.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Proxima Nova;
    src: url(./static/fonts/ProximaNova-RegularIt.5253ee3b.eot);
    src: url(./static/fonts/ProximaNova-RegularIt.5253ee3b.eot) format("eot"), url(./static/fonts/ProximaNova-RegularIt.ac0fc446.woff2) format("woff2"), url(./static/fonts/ProximaNova-RegularIt.fa4cc0a7.woff) format("woff"), url(./static/fonts/ProximaNova-RegularIt.1b29fabe.ttf) format("truetype");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: Proxima Nova;
    src: url(./static/fonts/ProximaNova-Bold.48deb1f1.eot);
    src: url(./static/fonts/ProximaNova-Bold.48deb1f1.eot) format("eot"), url(./static/fonts/ProximaNova-Bold.3dafefc5.woff2) format("woff2"), url(./static/fonts/ProximaNova-Bold.f9ac1c31.woff) format("woff"), url(./static/fonts/ProximaNova-Bold.c25d0a8d.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Proxima Nova;
    src: url(./static/fonts/ProximaNova-BoldIt.ccef9d1b.eot);
    src: url(./static/fonts/ProximaNova-BoldIt.ccef9d1b.eot) format("eot"), url(./static/fonts/ProximaNova-BoldIt.0ca0fc63.woff2) format("woff2"), url(./static/fonts/ProximaNova-BoldIt.bde8691c.woff) format("woff"), url(./static/fonts/ProximaNova-BoldIt.3df92318.ttf) format("truetype");
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: Proxima Nova;
    src: url(./static/fonts/ProximaNova-Black.847b23ac.eot);
    src: url(./static/fonts/ProximaNova-Black.847b23ac.eot) format("eot"), url(./static/fonts/ProximaNova-Black.e36a14f6.woff2) format("woff2"), url(./static/fonts/ProximaNova-Black.2df28ba6.woff) format("woff"), url(./static/fonts/ProximaNova-Black.47a4f9f8.ttf) format("truetype");
    font-style: normal;
    font-weight: 800
}

@font-face {
    font-family: Proxima Nova;
    src: url(./static/fonts/ProximaNova-BlackIt.c74717c0.eot);
    src: url(./static/fonts/ProximaNova-BlackIt.c74717c0.eot) format("eot"), url(./static/fonts/ProximaNova-BlackIt.c25066f0.woff2) format("woff2"), url(./static/fonts/ProximaNova-BlackIt.c2871829.woff) format("woff"), url(./static/fonts/ProximaNova-BlackIt.b667a217.ttf) format("truetype");
    font-style: italic;
    font-weight: 800
}

@font-face {
    font-family: icomoon-zellweger;
    src: url(./static/fonts/icomoon-zellweger.4b60df09.eot);
    src: url(./static/fonts/icomoon-zellweger.4b60df09.eot) format("embedded-opentype"), url(./static/fonts/icomoon-zellweger.122bf229.ttf) format("truetype"), url(./static/fonts/icomoon-zellweger.60197289.woff) format("woff"), url(./static/images/icomoon-zellweger.e47a630e.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" dd-icon-"],
[class^=dd-icon-] {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dd-icon-angel-double-right:before {
    content: ""
}

.dd-icon-arrow-left:before {
    content: ""
}

.dd-icon-arrow-right:before {
    content: ""
}

.dd-icon-check:before {
    content: ""
}

.dd-icon-chevron-down:before {
    content: ""
}

.dd-icon-chevron-left:before {
    content: ""
}

.dd-icon-chevron-right:before {
    content: ""
}

.dd-icon-chevron-up:before {
    content: ""
}

.dd-icon-close:before {
    content: ""
}

.dd-icon-contact:before {
    content: ""
}

.dd-icon-dot:before {
    content: ""
}

.dd-icon-download:before {
    content: ""
}

.dd-icon-external-link:before {
    content: ""
}

.dd-icon-link:before {
    content: ""
}

.dd-icon-login:before {
    content: ""
}

.dd-icon-menu:before {
    content: ""
}

.dd-icon-play:before {
    content: ""
}

.dd-icon-plus:before {
    content: ""
}

.dd-icon-search:before {
    content: ""
}

.dd-icon-social-facebook:before {
    content: ""
}

.dd-icon-social-instagram:before {
    content: ""
}

.dd-icon-social-linkedin:before {
    content: ""
}

.dd-icon-social-twitter:before {
    content: ""
}

.dd-icon-social-vimeo:before {
    content: ""
}

.dd-icon-social-xing:before {
    content: ""
}

.dd-icon-social-youtube:before {
    content: ""
}

.dd-icon-square:before {
    content: ""
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

@keyframes zoomOut {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

.direct-loading-wrapper {
    position: absolute;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s, visibility 0s .5s;
    transition: opacity .5s, visibility 0s .5s
}

.direct-loading-wrapper svg {
    width: 50px;
    height: 50px
}

.direct-loading-wrapper svg .loader-path {
    fill: #385370
}

.loading .direct-loading-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.loading-wrapper {
    position: relative
}

.loading-wrapper:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4) url(./static/images/loader.svg) no-repeat 50%;
    background-size: 35px;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility 0s ease .4s;
    transition: opacity .4s ease, visibility 0s ease .4s
}

.loading-wrapper.loading:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.loading-wrapper.loading-wrapper-light:after {
    background: hsla(0, 0%, 100%, .5);
    background-size: 35px
}

svg.loading-svg .loading-circle {
    stroke: #385370
}

body,
html {
    position: relative;
    min-height: 100%
}

body {
    padding-top: 95px
}

html.menu-open {
    overflow: hidden
}

@media (min-width: 992px) {
    html.menu-open {
        overflow: auto
    }
}

#wrapper {
    width: 100%;
    overflow-x: hidden
}

.dd-main-content {
    padding: 30px 0
}

@media (min-width: 768px) {
    .dd-main-content {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .dd-main-content {
        padding: 90px 0
    }
}

.dd-breadcrumb {
    display: none
}

@media (min-width: 992px) {
    .dd-breadcrumb {
        display: inline-block;
        text-align: center;
        padding-bottom: 2rem
    }

    .dd-breadcrumb ol {
        margin-bottom: 0
    }

    .dd-breadcrumb ol li a,
    .dd-breadcrumb ol li a:link,
    .dd-breadcrumb ol li a:visited {
        color: #000;
        font-size: 17px
    }

    .dd-breadcrumb ol li:last-child > a {
        font-family: Proxima Nova, sans-serif;
        font-weight: 700
    }
}

.dd-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0
}

.dd-sitemap-wrapper {
    padding-bottom: 2rem
}

.dd-sitemap-wrapper ul.dd-sitemap ul {
    padding-left: 1rem
}

.dd-sitemap-wrapper ul.dd-sitemap li a {
    display: block;
    padding: .5rem 0;
    border-bottom: 1px solid #ced4da;
    color: #000
}

.dd-sitemap-wrapper ul.dd-sitemap li a:focus,
.dd-sitemap-wrapper ul.dd-sitemap li a:hover {
    color: #385370;
    text-decoration: none
}

#login {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: -100%;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    width: 100%;
    background: #fff;
    z-index: 1;
    border-bottom: 1px solid #ced4da
}

@media (min-width: 992px) {
    html.login-open #login {
        -webkit-transition: all .6s ease-in;
        transition: all .6s ease-in;
        visibility: visible;
        opacity: 1;
        padding: 60px 0;
        top: 95px
    }
}

#desktop-nav {
    display: none
}

@media (min-width: 992px) {
    #desktop-nav {
        display: block;
        position: fixed;
        background: #fff;
        width: 100%;
        z-index: 9;
        top: -100%;
        -webkit-transition: top .3s ease-in-out;
        transition: top .3s ease-in-out
    }

    html.menu-open #desktop-nav {
        top: 95px
    }

    #desktop-nav .main-nav {
        padding: 50px 0
    }

    #desktop-nav .main-nav .row > div:nth-child(-n+4) > ul,
    #desktop-nav .main-nav form.members_user_registration_register > div:nth-child(-n+4) > ul {
        margin-bottom: 40px
    }

    #desktop-nav .main-nav .row > div a,
    #desktop-nav .main-nav form.members_user_registration_register > div a {
        font-size: 13px;
        text-transform: uppercase;
        color: #000
    }

    #desktop-nav .main-nav .row > div a.active,
    #desktop-nav .main-nav .row > div a:hover,
    #desktop-nav .main-nav form.members_user_registration_register > div a.active,
    #desktop-nav .main-nav form.members_user_registration_register > div a:hover {
        color: #d10a11;
        text-decoration: none
    }

    #desktop-nav .main-nav .row > div > ul,
    #desktop-nav .main-nav form.members_user_registration_register > div > ul {
        position: relative;
        left: 20px
    }

    #desktop-nav .main-nav .row > div > ul:before,
    #desktop-nav .main-nav form.members_user_registration_register > div > ul:before {
        font-family: icomoon-zellweger !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        left: -20px;
        top: 2px
    }

    #desktop-nav .main-nav .row > div > ul > li > a,
    #desktop-nav .main-nav form.members_user_registration_register > div > ul > li > a {
        margin-bottom: 3px;
        display: block;
        font-family: Proxima Nova, sans-serif;
        font-weight: 700;
        font-size: 17px
    }

    #desktop-nav footer {
        border-top: 1px solid #d7dbe4;
        border-bottom: 1px solid #d7dbe4;
        padding: 30px 0
    }

    #desktop-nav footer .row .col-12,
    #desktop-nav footer form.members_user_registration_register .col-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #desktop-nav footer nav.lnav {
        margin-right: 40px
    }

    #desktop-nav footer nav.lnav ul li {
        display: inline
    }

    #desktop-nav footer nav.lnav ul li:not(:first-child):before {
        content: " | ";
        color: #000
    }

    #desktop-nav footer nav.lnav ul li a {
        font-family: Proxima Nova, sans-serif;
        font-size: 13px;
        color: #000
    }

    #desktop-nav footer nav.lnav ul li.active a {
        font-family: Proxima Nova, sans-serif;
        font-weight: 700;
        color: #d10a11
    }

    #desktop-nav footer nav.general ul li {
        display: inline
    }

    #desktop-nav footer nav.general ul li:not(:first-child):before {
        content: " | ";
        color: #000
    }

    #desktop-nav footer nav.general ul li a {
        font-family: Proxima Nova, sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #000
    }
}

#mobile-nav {
    position: fixed;
    background: #fff;
    z-index: 20;
    width: 81.25%;
    height: 100%;
    left: -100%;
    -webkit-transition: left .3s linear;
    transition: left .3s linear;
    overflow: auto
}

@media (min-width: 992px) {
    #mobile-nav {
        display: none
    }
}

html.menu-open #mobile-nav {
    left: 0
}

#mobile-nav nav:last-child {
    padding-bottom: 100px
}

#mobile-nav .dd-mnav {
    border-top: 1px solid #d7dbe4
}

#mobile-nav .dd-mnav a {
    display: block;
    text-transform: uppercase
}

#mobile-nav .dd-mnav a,
#mobile-nav .dd-mnav a.active:not(.active-trail),
#mobile-nav .dd-mnav a:active,
#mobile-nav .dd-mnav a:focus,
#mobile-nav .dd-mnav a:hover {
    color: #000;
    text-decoration: none
}

#mobile-nav .dd-mnav > ul > li > .dd-mnav-lv1-item {
    padding: 15px 1rem;
    border-bottom: 1px solid #d7dbe4;
    position: relative;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 16px
}

#mobile-nav .dd-mnav > ul > li > .dd-mnav-lv1-item.active a,
#mobile-nav .dd-mnav > ul > li > .dd-mnav-lv1-item:hover a {
    color: #000
}

#mobile-nav .dd-mnav > ul > li.has-child > .dd-mnav-lv1-item {
    padding-right: 40px
}

#mobile-nav .dd-mnav > ul > li.has-child > .dd-mnav-lv1-item:before {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #385370;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

#mobile-nav .dd-mnav > ul > li.has-child.is-open > .dd-mnav-lv1-item:before {
    content: "";
    color: #000;
    font-size: 13px
}

#mobile-nav .dd-mnav > ul > li.has-child ul {
    padding: 14px 1rem;
    background: #edeff3
}

#mobile-nav .dd-mnav > ul > li.has-child ul li {
    padding: 7px 0
}

#mobile-nav .dd-mnav > ul > li.has-child ul li a {
    font-size: 13px
}

#mobile-nav .dd-mnav > ul > li.has-child > ul {
    display: none
}

#mobile-nav .dd-general {
    padding: 0 15px
}

#mobile-nav .dd-general ul li {
    margin-bottom: 10px
}

#mobile-nav .dd-general ul li a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700
}

#mobile-nav .dd-lnav {
    padding: 15px
}

#mobile-nav .dd-lnav ul li {
    display: inline
}

#mobile-nav .dd-lnav ul li:not(:first-child):before {
    content: " | "
}

#mobile-nav .dd-lnav ul li a {
    font-size: 13px;
    color: #000;
    text-decoration: none
}

#mobile-nav .dd-lnav ul li.active a,
#mobile-nav .dd-lnav ul li a:active,
#mobile-nav .dd-lnav ul li a:hover {
    font-family: Proxima Nova, sans-serif;
    font-weight: 700
}

#mobile-nav .dd-generic {
    padding: 25px 15px
}

#mobile-nav .dd-generic ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#mobile-nav .dd-generic ul li {
    margin-left: 30px;
    height: 28px
}

#mobile-nav .dd-generic ul li:first-child {
    margin-left: 0
}

#mobile-nav .dd-generic ul li a,
#mobile-nav .dd-generic ul li a:active,
#mobile-nav .dd-generic ul li a:focus,
#mobile-nav .dd-generic ul li a:hover {
    text-decoration: none;
    font-size: 0;
    display: block
}

#mobile-nav .dd-generic ul li a:active:before,
#mobile-nav .dd-generic ul li a:before,
#mobile-nav .dd-generic ul li a:focus:before,
#mobile-nav .dd-generic ul li a:hover:before {
    font-size: 28px;
    color: #000
}

#mobile-nav .dd-generic ul li a.contact:before {
    content: ""
}

#mobile-nav .dd-generic ul li a.contact:before,
#mobile-nav .dd-generic ul li a.login:before,
#mobile-nav .dd-generic ul li a.logout:before {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#mobile-nav .dd-generic ul li a.login:before,
#mobile-nav .dd-generic ul li a.logout:before {
    content: ""
}

#mobile-nav .dd-generic ul li a.search:before {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.error-wrapper {
    margin: 60px 0
}

.protected .icon-protected {
    display: inline-block;
    background: transparent url(./static/images/protected.svg) 50% no-repeat;
    margin-bottom: 20px;
    width: 76px;
    height: 70px
}

@media (min-width: 992px) {
    .protected .icon-protected {
        width: 108px;
        height: 105px
    }
}

.error-wrapper .btn-outline-primary,
.error-wrapper .btn-primary,
.protected .btn-outline-primary,
.protected .btn-primary {
    margin-top: 30px
}

.content-wrapper .header-image-wrapper .img-fluid {
    min-width: 100%
}

.content-wrapper .header-video-wrapper .toolbox-video {
    min-height: 400px
}

body,
html {
    font-size: 15px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body strong,
html strong {
    font-weight: 700
}

.p,
p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px
}

.p strong,
p strong {
    font-weight: 700
}

.p.lead,
p.lead {
    font-family: minion-pro, serif;
    font-style: italic;
    font-size: 17px;
    line-height: 22px;
    color: #000
}

@media (min-width: 1200px) {
    .p.lead,
    p.lead {
        font-size: 25px;
        line-height: 28px
    }
}

.p.lead strong,
p.lead strong {
    font-weight: 700
}

.a,
.a:active,
.a:hover,
a,
a:active,
a:hover {
    color: #385370
}

.h1,
h1 {
    margin-bottom: 21px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 800;
    font-size: 31px;
    line-height: 34px;
    color: #000;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 26px
    }
}

@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 65px;
        line-height: 60px;
        margin-bottom: 28px
    }
}

.h2,
h2 {
    margin-bottom: 18px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 800;
    font-size: 27px;
    line-height: 34px;
    color: #000
}

@media (min-width: 768px) {
    .h2,
    h2 {
        font-size: 33px;
        line-height: 34px;
        margin-bottom: 23px
    }
}

@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 25px
    }
}

.h3,
h3 {
    margin-bottom: 15px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000
}

@media (min-width: 768px) {
    .h3,
    h3 {
        font-size: 26px
    }
}

@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 21px
    }
}

.h4,
h4 {
    margin-bottom: 8px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000
}

@media (min-width: 768px) {
    .h4,
    h4 {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 24px
    }
}

.h5,
h5 {
    margin-bottom: 5px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000
}

@media (min-width: 768px) {
    .h5,
    h5 {
        font-size: 18px
    }
}

.h6,
h6 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0
}

.h6 strong,
h6 strong {
    font-weight: 700
}

.address,
address {
    font-size: 15px;
    line-height: 20px
}

.address strong,
address strong {
    font-weight: 700
}

.lead,
.lead li p,
.lead p {
    font-family: minion-pro, serif;
    font-style: italic;
    font-size: 17px;
    line-height: 22px;
    color: #000
}

@media (min-width: 1200px) {
    .lead,
    .lead li p,
    .lead p {
        font-size: 25px;
        line-height: 28px
    }
}

.lead li p strong,
.lead p strong,
.lead strong {
    font-weight: 700
}

ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.list-styled ul,
.toolbox-content ul,
.wysiwyg ul {
    list-style-type: disc;
    margin: 0 0 25px;
    padding: 0 0 0 18px
}

.list-styled ul li,
.toolbox-content ul li,
.wysiwyg ul li {
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #000
}

.list-styled ul li ul,
.toolbox-content ul li ul,
.wysiwyg ul li ul {
    margin: 5px 0
}

.list-styled ul li p,
.toolbox-content ul li p,
.wysiwyg ul li p {
    margin-bottom: 10px
}

ul.list-styled {
    list-style-type: disc;
    margin: 0 0 25px;
    padding: 0 0 0 18px
}

ul.list-styled li {
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #000
}

ul.list-styled li ul {
    margin: 5px 0
}

ul.list-styled li p {
    margin-bottom: 10px
}

.list-styled ol,
.toolbox-content ol,
.wysiwyg ol {
    padding: 0;
    margin: 0 0 25px;
    counter-reset: item;
    list-style-type: none
}

.list-styled ol li,
.toolbox-content ol li,
.wysiwyg ol li {
    line-height: 1.2em;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #000;
    list-style: none;
    display: block;
    position: relative
}

.list-styled ol li:before,
.toolbox-content ol li:before,
.wysiwyg ol li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(item);
    counter-increment: item;
    display: inline-block;
    width: 20px;
    color: #000
}

.list-styled ol li ol,
.toolbox-content ol li ol,
.wysiwyg ol li ol {
    margin: 5px 0
}

.list-styled ol li p,
.toolbox-content ol li p,
.wysiwyg ol li p {
    margin-bottom: 10px
}

ol.list-styled {
    padding: 0;
    margin: 0 0 25px;
    counter-reset: item;
    list-style-type: none
}

ol.list-styled li {
    line-height: 1.2em;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #000;
    list-style: none;
    display: block;
    position: relative
}

ol.list-styled li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(item);
    counter-increment: item;
    display: inline-block;
    width: 20px;
    color: #000
}

ol.list-styled li ol {
    margin: 5px 0
}

ol.list-styled li p {
    margin-bottom: 10px
}

ol.list-unstyled,
ol.list-unstyled li,
ol.list-unstyled ol,
ol.list-unstyled ul,
ul.list-unstyled,
ul.list-unstyled li,
ul.list-unstyled ol,
ul.list-unstyled ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none
}

.btn-primary {
    background: #385370;
    border-radius: 0;
    padding: 12px 40px;
    border: none;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff
}

.btn-primary:hover {
    background: #73869a
}

.btn-outline-primary {
    border-color: #385370;
    border-radius: 0;
    padding: 12px 40px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #385370
}

.btn-outline-primary:hover {
    background: #73869a;
    color: #fff
}

.btn-outline-primary + .btn-outline-primary,
.btn-primary + .btn-outline-primary,
.btn-primary + .btn-primary {
    margin-left: 15px
}

.more,
a.more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    color: #73869a
}

.more:active,
.more:hover,
a.more:active,
a.more:hover {
    color: #73869a;
    text-decoration: none
}

.more:after,
a.more:after {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #73869a;
    font-size: 30px;
    display: inline-block;
    margin-left: 10px
}

.more.white,
.more.white:active,
.more.white:after,
.more.white:hover,
a.more.white,
a.more.white:active,
a.more.white:after,
a.more.white:hover {
    color: #fff
}

.dd-header-content {
    overflow: hidden
}

header#header {
    height: 95px;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #d7dbe4
}

header#header .container,
header#header .container > .row,
header#header .container > form.members_user_registration_register {
    height: 100%
}

header#header .container > .row .col-12,
header#header .container > form.members_user_registration_register .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header#header .logo {
    display: block;
    margin-right: auto
}

header#header .logo img {
    width: 146px;
    height: auto;
    max-width: 146px
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    header#header .logo img {
        width: auto
    }
}


header#header .dd-generic {
    margin-right: 65px;
    display: block
}

header#header .dd-generic > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header#header .dd-generic > ul li {
    margin-left: 30px
}

header#header .dd-generic > ul li a,
header#header .dd-generic > ul li a:active,
header#header .dd-generic > ul li a:focus,
header#header .dd-generic > ul li a:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #000
}

header#header .dd-generic > ul li a:active:after,
header#header .dd-generic > ul li a:after,
header#header .dd-generic > ul li a:focus:after,
header#header .dd-generic > ul li a:hover:after {
    font-size: 28px;
    color: #000;
    margin-left: 15px;
    display: inline-block
}

header#header .dd-generic > ul li a.contact:after {
    content: ""
}

header#header .dd-generic > ul li a.contact:after,
header#header .dd-generic > ul li a.login:after,
header#header .dd-generic > ul li a.logout:after {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header#header .dd-generic > ul li a.login:after,
header#header .dd-generic > ul li a.logout:after {
    content: ""
}

header#header .dd-generic > ul li a.search:after {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

header#header .dd-generic > ul li a:hover,
header#header .dd-generic > ul li a:hover:after {
    color: #d10a11
}


header#header .dd-main-nav {
    display: none;
    margin-top: 1rem;
    float: right
}

@media (min-width: 992px) {
    header#header .dd-main-nav {
        display: block
    }
}

header#header .dd-main-nav li {
    float: left;
    margin-left: 1.5rem
}

header#header .dd-main-nav li a {
    font-size: larger;
    color: #212529;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase
}

header#header .dd-main-nav li a.active,
header#header .dd-main-nav li a:active,
header#header .dd-main-nav li a:focus,
header#header .dd-main-nav li a:hover {
    text-decoration: none;
    color: #385370
}

@media (min-width: 992px) {
    header#header .login,
    header#header .main.search {
        position: relative
    }

    header#header .login:before,
    header#header .main.search:before {
        content: "";
        position: absolute;
        background: #fff;
        width: 30px;
        height: 30px;
        bottom: -48px;
        right: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: 1px solid #d7dbe4;
        border-top: 1px solid #d7dbe4;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .2s linear 0s;
        transition: opacity .2s linear 0s
    }

    html.login-open header#header .login:before,
    html.search-open header#header .main.search:before {
        -webkit-transition: opacity .2s linear .6s;
        transition: opacity .2s linear .6s;
        opacity: 1;
        visibility: visible
    }
}

header#header .dd-burger {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: .5em;
    font-size: 20px
}

header#header .dd-burger,
header#header .dd-burger span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block
}

header#header .dd-burger span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

header#header .dd-burger span:first-child {
    top: 0
}

header#header .dd-burger span:nth-child(2),
header#header .dd-burger span:nth-child(3) {
    top: 10px
}

header#header .dd-burger span:nth-child(4) {
    top: 20px
}

@media (min-width: 992px) {
    header#header .dd-burger:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 30px;
        height: 30px;
        bottom: -52px;
        left: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: 1px solid #d7dbe4;
        border-top: 1px solid #d7dbe4;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .2s linear .3s;
        transition: opacity .2s linear .3s
    }
}

html.menu-open header#header .dd-burger:after {
    opacity: 1;
    visibility: visible
}

html.menu-open header#header .dd-burger span:first-child {
    top: 10px;
    width: 0;
    left: 50%
}

html.menu-open header#header .dd-burger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

html.menu-open header#header .dd-burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

html.menu-open header#header .dd-burger span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%
}

footer,
footer a,
footer a:hover {
    color: #fff
}

footer .top {
    background: #385370;
    padding: 3rem 0
}

footer .top .sitemap {
    display: block
}

footer .top .sitemap .newsletter {
    text-align: center
}

@media (min-width: 768px) {
    footer .top .sitemap .newsletter {
        text-align: left
    }
}

footer .top .sitemap .newsletter h5 {
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase
}

footer .top .sitemap .newsletter input {
    border: 0
}

footer .top .sitemap .newsletter .btn {
    background: #888d97;
    border-color: #888d97
}

footer .top .sitemap .newsletter .btn span {
    color: #fff
}

footer .top .sitemap .row > div:nth-child(-n+4) > ul,
footer .top .sitemap form.members_user_registration_register > div:nth-child(-n+4) > ul {
    margin-bottom: 40px
}

footer .top .sitemap .row > div a,
footer .top .sitemap form.members_user_registration_register > div a {
    font-size: 13px;
    text-transform: uppercase
}

footer .top .sitemap .row > div a.active,
footer .top .sitemap .row > div a:hover,
footer .top .sitemap form.members_user_registration_register > div a.active,
footer .top .sitemap form.members_user_registration_register > div a:hover {
    text-decoration: none
}

footer .top .sitemap .row > div > ul,
footer .top .sitemap form.members_user_registration_register > div > ul {
    position: relative
}

footer .top .sitemap .row > div > ul > li > a,
footer .top .sitemap form.members_user_registration_register > div > ul > li > a {
    margin-bottom: 3px;
    display: block;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 17px
}

footer .bottom {
    background: #888d97;
    padding: 2rem 0
}

footer .bottom .address-wrap {
    text-align: center;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    footer .bottom .address-wrap {
        text-align: left
    }
}

footer .bottom .address-wrap .dd-footer-title {
    display: block;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

footer .bottom .address-wrap address {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px
}

footer .bottom .address-wrap address strong {
    font-family: Proxima Nova, sans-serif;
    font-weight: 700
}

footer .bottom .address-wrap address p {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    footer .bottom .address-wrap address p {
        margin-bottom: 0
    }
}

footer .bottom .address-wrap address p:last-child {
    margin-bottom: 0
}

footer .bottom .z {
    text-align: center;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    footer .bottom .z {
        text-align: left
    }
}

footer .bottom .z img {
    max-width: 68px
}

@media (min-width: 992px) {
    footer .bottom .z img {
        max-width: 105px
    }
}

footer .bottom .service-wrap {
    text-align: center
}

@media (min-width: 768px) {
    footer .bottom .service-wrap {
        text-align: left
    }
}

@media (min-width: 992px) {
    footer .bottom .service-wrap {
        text-align: right
    }
}

footer .bottom .service-wrap nav.service li {
    display: inline-block;
    margin-right: 10px
}

footer .bottom .service-wrap nav.service li a,
footer .bottom .service-wrap nav.service li a:hover {
    color: #fff
}

footer .bottom .social-links {
    text-align: center;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    footer .bottom .social-links {
        text-align: left;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    footer .bottom .social-links {
        text-align: right
    }
}

footer .bottom .social-links ul li {
    display: inline-block;
    margin: 0 7px
}

footer .bottom .social-links ul li:first-child {
    margin-left: 0
}

footer .bottom .social-links ul li a,
footer .bottom .social-links ul li a:hover {
    text-decoration: none;
    color: #fff
}

footer .bottom .social-links ul li a:before,
footer .bottom .social-links ul li a:hover:before {
    font-size: 24px
}

.has-header-video header {
    opacity: 0
}

.header-video-is-init header,
.no-js header {
    opacity: 1
}

.header-video-wrapper {
    position: relative
}

.header-video-wrapper .header-video {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .2s ease-in-out, width .6s cubic-bezier(.77, 0, .175, 1) .2s, top .6s cubic-bezier(.77, 0, .175, 1) .2s, height .6s cubic-bezier(.77, 0, .175, 1) .2s;
    transition: opacity .2s ease-in-out, width .6s cubic-bezier(.77, 0, .175, 1) .2s, top .6s cubic-bezier(.77, 0, .175, 1) .2s, height .6s cubic-bezier(.77, 0, .175, 1) .2s;
    height: 478px
}

@media (min-width: 480px) {
    .header-video-wrapper .header-video {
        height: 150vw
    }
}

@media (min-width: 768px) {
    .header-video-wrapper .header-video {
        height: 643px
    }
}

@media (min-width: 1200px) {
    .header-video-wrapper .header-video {
        height: 810px
    }
}

.header-video-is-init .header-video-wrapper .header-video {
    opacity: 1
}

.header-video-wrapper .header-video video {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 768px) {
    .header-video-wrapper .header-video video {
        width: auto
    }
}

.header-video-wrapper .header-video .overlay-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: auto;
    max-height: 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .header-video-wrapper .header-video .overlay-image {
        width: auto;
        height: 100%
    }
}

.header-video-wrapper .header-video .overlay-image.white {
    display: none;
    -webkit-filter: brightness(1000);
    filter: brightness(1000)
}

.header-video-wrapper img.img-fluid {
    min-width: 100%
}

.formbuilder-row,
.members.register .form-group,
.members_user_login .form-group {
    margin-bottom: 1em
}

.form-group {
    margin-bottom: 0
}

.form-group > label.required:after,
.form-group > legend.required:after {
    content: "*"
}

.form-group .invalid-feedback,
.form-group .invalid-feedback > span {
    display: inline !important
}

.form-control {
    background-clip: initial
}

.form-control.dynamic-multi-file {
    height: unset;
    padding: unset;
    border: unset
}

fieldset .custom-checkbox label.required:after,
fieldset .custom-radio label.required:after {
    content: normal
}

.form-builder-wrapper .bootstrap-select .dropdown-toggle,
.form-builder-wrapper input,
.form-builder-wrapper select,
.form-builder-wrapper textarea,
.members.register .bootstrap-select .dropdown-toggle,
.members.register input,
.members.register select,
.members.register textarea,
.members_user_login .bootstrap-select .dropdown-toggle,
.members_user_login input,
.members_user_login select,
.members_user_login textarea {
    background-color: #edeff3 !important;
    border-color: #edeff3 !important;
    border-width: 2px !important;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700
}

.form-builder-wrapper .bootstrap-select .dropdown-toggle:focus,
.form-builder-wrapper input:focus,
.form-builder-wrapper select:focus,
.form-builder-wrapper textarea:focus,
.members.register .bootstrap-select .dropdown-toggle:focus,
.members.register input:focus,
.members.register select:focus,
.members.register textarea:focus,
.members_user_login .bootstrap-select .dropdown-toggle:focus,
.members_user_login input:focus,
.members_user_login select:focus,
.members_user_login textarea:focus {
    border-color: #888d97 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

.form-builder-wrapper .bootstrap-select .dropdown-toggle[type=checkbox]:before,
.form-builder-wrapper .bootstrap-select .dropdown-toggle[type=radio]:before,
.form-builder-wrapper input[type=checkbox]:before,
.form-builder-wrapper input[type=radio]:before,
.form-builder-wrapper select[type=checkbox]:before,
.form-builder-wrapper select[type=radio]:before,
.form-builder-wrapper textarea[type=checkbox]:before,
.form-builder-wrapper textarea[type=radio]:before,
.members.register .bootstrap-select .dropdown-toggle[type=checkbox]:before,
.members.register .bootstrap-select .dropdown-toggle[type=radio]:before,
.members.register input[type=checkbox]:before,
.members.register input[type=radio]:before,
.members.register select[type=checkbox]:before,
.members.register select[type=radio]:before,
.members.register textarea[type=checkbox]:before,
.members.register textarea[type=radio]:before,
.members_user_login .bootstrap-select .dropdown-toggle[type=checkbox]:before,
.members_user_login .bootstrap-select .dropdown-toggle[type=radio]:before,
.members_user_login input[type=checkbox]:before,
.members_user_login input[type=radio]:before,
.members_user_login select[type=checkbox]:before,
.members_user_login select[type=radio]:before,
.members_user_login textarea[type=checkbox]:before,
.members_user_login textarea[type=radio]:before {
    border-width: 2px;
    border-color: #888d97 !important
}

.form-builder-wrapper .bootstrap-select,
.members.register .bootstrap-select,
.members_user_login .bootstrap-select {
    min-height: 44px
}

.form-builder-wrapper .bootstrap-select button,
.members.register .bootstrap-select button,
.members_user_login .bootstrap-select button {
    height: 44px
}

.form-builder-wrapper .bootstrap-select .dropdown-menu,
.members.register .bootstrap-select .dropdown-menu,
.members_user_login .bootstrap-select .dropdown-menu {
    padding: 0
}

.form-builder-wrapper .bootstrap-select .dropdown-menu.inner li a,
.members.register .bootstrap-select .dropdown-menu.inner li a,
.members_user_login .bootstrap-select .dropdown-menu.inner li a {
    padding: 10px 24px !important
}

.form-builder-wrapper .bootstrap-select .dropdown-menu.inner li a:hover,
.members.register .bootstrap-select .dropdown-menu.inner li a:hover,
.members_user_login .bootstrap-select .dropdown-menu.inner li a:hover {
    background-color: #73869a
}

.form-builder-wrapper select,
.members.register select,
.members_user_login select {
    padding-left: 20px !important;
    height: 44px
}

.form-builder-wrapper input,
.form-builder-wrapper textarea,
.members.register input,
.members.register textarea,
.members_user_login input,
.members_user_login textarea {
    padding: 20px 24px !important
}

.form-builder-wrapper .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.members.register .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.members_user_login .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    content: "" !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-checkbox:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-checkbox :active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-checkbox:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-checkbox :active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-checkbox:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-checkbox :active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-checkbox:after:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-checkbox :after:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-checkbox:after:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-checkbox :after:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-checkbox:after:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-checkbox :after:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-checkbox:before:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-checkbox :before:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-checkbox:before:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-checkbox :before:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-checkbox:before:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-checkbox :before:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-radio:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-radio :active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-radio:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-radio :active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-radio:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-radio :active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-radio:after:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-radio :after:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-radio:after:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-radio :after:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-radio:after:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-radio :after:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-checkbox:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-radio:after:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-radio:before:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-radio :before:active .form-builder-wrapper .custom-radio :focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-checkbox:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-radio:before:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-radio:before:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-radio:focus,
.form-builder-wrapper .custom-radio :before:active .members.register .custom-radio :focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-checkbox:after:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-checkbox :after:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-checkbox:before:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-checkbox :before:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-checkbox:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-checkbox :focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-radio:after:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-radio :after:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-radio:before:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-radio:focus,
.form-builder-wrapper .custom-radio:before:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-radio :before:active .members_user_login .custom-radio :focus,
.form-builder-wrapper .custom-radio:before:focus,
.form-builder-wrapper .custom-radio :before:focus,
.form-builder-wrapper .custom-radio:focus,
.form-builder-wrapper .custom-radio :focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-checkbox:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-checkbox :active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-checkbox:active .members.register .custom-checkbox:after:focus,
.members.register .custom-checkbox:active .members.register .custom-checkbox :after:focus,
.members.register .custom-checkbox :active .members.register .custom-checkbox:after:focus,
.members.register .custom-checkbox :active .members.register .custom-checkbox :after:focus,
.members.register .custom-checkbox:active .members.register .custom-checkbox:before:focus,
.members.register .custom-checkbox:active .members.register .custom-checkbox :before:focus,
.members.register .custom-checkbox :active .members.register .custom-checkbox:before:focus,
.members.register .custom-checkbox :active .members.register .custom-checkbox :before:focus,
.members.register .custom-checkbox:active .members.register .custom-checkbox:focus,
.members.register .custom-checkbox:active .members.register .custom-checkbox :focus,
.members.register .custom-checkbox :active .members.register .custom-checkbox:focus,
.members.register .custom-checkbox :active .members.register .custom-checkbox :focus,
.members.register .custom-checkbox:active .members.register .custom-radio:after:focus,
.members.register .custom-checkbox :active .members.register .custom-radio:after:focus,
.members.register .custom-checkbox:active .members.register .custom-radio :after:focus,
.members.register .custom-checkbox :active .members.register .custom-radio :after:focus,
.members.register .custom-checkbox:active .members.register .custom-radio:before:focus,
.members.register .custom-checkbox:active .members.register .custom-radio :before:focus,
.members.register .custom-checkbox :active .members.register .custom-radio:before:focus,
.members.register .custom-checkbox :active .members.register .custom-radio :before:focus,
.members.register .custom-checkbox:active .members.register .custom-radio:focus,
.members.register .custom-checkbox:active .members.register .custom-radio :focus,
.members.register .custom-checkbox :active .members.register .custom-radio:focus,
.members.register .custom-checkbox :active .members.register .custom-radio :focus,
.members.register .custom-checkbox:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-checkbox:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-checkbox :active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-checkbox :active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-checkbox:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-checkbox:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-checkbox :active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-checkbox :active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-checkbox:active .members_user_login .custom-checkbox:focus,
.members.register .custom-checkbox:active .members_user_login .custom-checkbox :focus,
.members.register .custom-checkbox :active .members_user_login .custom-checkbox:focus,
.members.register .custom-checkbox :active .members_user_login .custom-checkbox :focus,
.members.register .custom-checkbox:active .members_user_login .custom-radio:after:focus,
.members.register .custom-checkbox :active .members_user_login .custom-radio:after:focus,
.members.register .custom-checkbox:active .members_user_login .custom-radio :after:focus,
.members.register .custom-checkbox :active .members_user_login .custom-radio :after:focus,
.members.register .custom-checkbox:active .members_user_login .custom-radio:before:focus,
.members.register .custom-checkbox :active .members_user_login .custom-radio:before:focus,
.members.register .custom-checkbox:active .members_user_login .custom-radio :before:focus,
.members.register .custom-checkbox :active .members_user_login .custom-radio :before:focus,
.members.register .custom-checkbox:active .members_user_login .custom-radio:focus,
.members.register .custom-checkbox:active .members_user_login .custom-radio :focus,
.members.register .custom-checkbox :active .members_user_login .custom-radio:focus,
.members.register .custom-checkbox :active .members_user_login .custom-radio :focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-checkbox:after:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-checkbox :after:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-checkbox:after:active .members.register .custom-checkbox:after:focus,
.members.register .custom-checkbox:after:active .members.register .custom-checkbox :after:focus,
.members.register .custom-checkbox :after:active .members.register .custom-checkbox:after:focus,
.members.register .custom-checkbox :after:active .members.register .custom-checkbox :after:focus,
.members.register .custom-checkbox:after:active .members.register .custom-checkbox:before:focus,
.members.register .custom-checkbox :after:active .members.register .custom-checkbox:before:focus,
.members.register .custom-checkbox:after:active .members.register .custom-checkbox :before:focus,
.members.register .custom-checkbox :after:active .members.register .custom-checkbox :before:focus,
.members.register .custom-checkbox:after:active .members.register .custom-checkbox:focus,
.members.register .custom-checkbox :after:active .members.register .custom-checkbox:focus,
.members.register .custom-checkbox:after:active .members.register .custom-checkbox :focus,
.members.register .custom-checkbox :after:active .members.register .custom-checkbox :focus,
.members.register .custom-checkbox:after:active .members.register .custom-radio:after:focus,
.members.register .custom-checkbox:after:active .members.register .custom-radio :after:focus,
.members.register .custom-checkbox :after:active .members.register .custom-radio:after:focus,
.members.register .custom-checkbox :after:active .members.register .custom-radio :after:focus,
.members.register .custom-checkbox:after:active .members.register .custom-radio:before:focus,
.members.register .custom-checkbox :after:active .members.register .custom-radio:before:focus,
.members.register .custom-checkbox:after:active .members.register .custom-radio :before:focus,
.members.register .custom-checkbox :after:active .members.register .custom-radio :before:focus,
.members.register .custom-checkbox:after:active .members.register .custom-radio:focus,
.members.register .custom-checkbox :after:active .members.register .custom-radio:focus,
.members.register .custom-checkbox:after:active .members.register .custom-radio :focus,
.members.register .custom-checkbox :after:active .members.register .custom-radio :focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-checkbox:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-checkbox :focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-checkbox:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-checkbox :focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-radio:after:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-radio :after:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-radio:after:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-radio :after:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-radio:before:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-radio :before:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-radio:before:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-radio :before:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-radio:focus,
.members.register .custom-checkbox:after:active .members_user_login .custom-radio :focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-radio:focus,
.members.register .custom-checkbox :after:active .members_user_login .custom-radio :focus,
.members.register .custom-checkbox:after:focus,
.members.register .custom-checkbox :after:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-checkbox:before:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-checkbox :before:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-checkbox:before:active .members.register .custom-checkbox:after:focus,
.members.register .custom-checkbox:before:active .members.register .custom-checkbox :after:focus,
.members.register .custom-checkbox :before:active .members.register .custom-checkbox:after:focus,
.members.register .custom-checkbox :before:active .members.register .custom-checkbox :after:focus,
.members.register .custom-checkbox:before:active .members.register .custom-checkbox:before:focus,
.members.register .custom-checkbox:before:active .members.register .custom-checkbox :before:focus,
.members.register .custom-checkbox :before:active .members.register .custom-checkbox:before:focus,
.members.register .custom-checkbox :before:active .members.register .custom-checkbox :before:focus,
.members.register .custom-checkbox:before:active .members.register .custom-checkbox:focus,
.members.register .custom-checkbox :before:active .members.register .custom-checkbox:focus,
.members.register .custom-checkbox:before:active .members.register .custom-checkbox :focus,
.members.register .custom-checkbox :before:active .members.register .custom-checkbox :focus,
.members.register .custom-checkbox:before:active .members.register .custom-radio:after:focus,
.members.register .custom-checkbox :before:active .members.register .custom-radio:after:focus,
.members.register .custom-checkbox:before:active .members.register .custom-radio :after:focus,
.members.register .custom-checkbox :before:active .members.register .custom-radio :after:focus,
.members.register .custom-checkbox:before:active .members.register .custom-radio:before:focus,
.members.register .custom-checkbox:before:active .members.register .custom-radio :before:focus,
.members.register .custom-checkbox :before:active .members.register .custom-radio:before:focus,
.members.register .custom-checkbox :before:active .members.register .custom-radio :before:focus,
.members.register .custom-checkbox:before:active .members.register .custom-radio:focus,
.members.register .custom-checkbox:before:active .members.register .custom-radio :focus,
.members.register .custom-checkbox :before:active .members.register .custom-radio:focus,
.members.register .custom-checkbox :before:active .members.register .custom-radio :focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-checkbox:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-checkbox :focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-checkbox:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-checkbox :focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-radio:after:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-radio:after:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-radio :after:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-radio :after:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-radio:before:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-radio:before:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-radio :before:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-radio :before:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-radio:focus,
.members.register .custom-checkbox:before:active .members_user_login .custom-radio :focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-radio:focus,
.members.register .custom-checkbox :before:active .members_user_login .custom-radio :focus,
.members.register .custom-checkbox:before:focus,
.members.register .custom-checkbox :before:focus,
.members.register .custom-checkbox:focus,
.members.register .custom-checkbox :focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-radio:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-radio :active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-radio:active .members.register .custom-checkbox:after:focus,
.members.register .custom-radio :active .members.register .custom-checkbox:after:focus,
.members.register .custom-radio:active .members.register .custom-checkbox :after:focus,
.members.register .custom-radio :active .members.register .custom-checkbox :after:focus,
.members.register .custom-radio:active .members.register .custom-checkbox:before:focus,
.members.register .custom-radio:active .members.register .custom-checkbox :before:focus,
.members.register .custom-radio :active .members.register .custom-checkbox:before:focus,
.members.register .custom-radio :active .members.register .custom-checkbox :before:focus,
.members.register .custom-radio:active .members.register .custom-checkbox:focus,
.members.register .custom-radio:active .members.register .custom-checkbox :focus,
.members.register .custom-radio :active .members.register .custom-checkbox:focus,
.members.register .custom-radio :active .members.register .custom-checkbox :focus,
.members.register .custom-radio:active .members.register .custom-radio:after:focus,
.members.register .custom-radio:active .members.register .custom-radio :after:focus,
.members.register .custom-radio :active .members.register .custom-radio:after:focus,
.members.register .custom-radio :active .members.register .custom-radio :after:focus,
.members.register .custom-radio:active .members.register .custom-radio:before:focus,
.members.register .custom-radio :active .members.register .custom-radio:before:focus,
.members.register .custom-radio:active .members.register .custom-radio :before:focus,
.members.register .custom-radio :active .members.register .custom-radio :before:focus,
.members.register .custom-radio:active .members.register .custom-radio:focus,
.members.register .custom-radio:active .members.register .custom-radio :focus,
.members.register .custom-radio :active .members.register .custom-radio:focus,
.members.register .custom-radio :active .members.register .custom-radio :focus,
.members.register .custom-radio:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-radio :active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-radio:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-radio :active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-radio:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-radio :active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-radio:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-radio :active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-radio:active .members_user_login .custom-checkbox:focus,
.members.register .custom-radio:active .members_user_login .custom-checkbox :focus,
.members.register .custom-radio :active .members_user_login .custom-checkbox:focus,
.members.register .custom-radio :active .members_user_login .custom-checkbox :focus,
.members.register .custom-radio:active .members_user_login .custom-radio:after:focus,
.members.register .custom-radio:active .members_user_login .custom-radio :after:focus,
.members.register .custom-radio :active .members_user_login .custom-radio:after:focus,
.members.register .custom-radio :active .members_user_login .custom-radio :after:focus,
.members.register .custom-radio:active .members_user_login .custom-radio:before:focus,
.members.register .custom-radio:active .members_user_login .custom-radio :before:focus,
.members.register .custom-radio :active .members_user_login .custom-radio:before:focus,
.members.register .custom-radio :active .members_user_login .custom-radio :before:focus,
.members.register .custom-radio:active .members_user_login .custom-radio:focus,
.members.register .custom-radio :active .members_user_login .custom-radio:focus,
.members.register .custom-radio:active .members_user_login .custom-radio :focus,
.members.register .custom-radio :active .members_user_login .custom-radio :focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-radio:after:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-radio :after:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-radio:after:active .members.register .custom-checkbox:after:focus,
.members.register .custom-radio :after:active .members.register .custom-checkbox:after:focus,
.members.register .custom-radio:after:active .members.register .custom-checkbox :after:focus,
.members.register .custom-radio :after:active .members.register .custom-checkbox :after:focus,
.members.register .custom-radio:after:active .members.register .custom-checkbox:before:focus,
.members.register .custom-radio :after:active .members.register .custom-checkbox:before:focus,
.members.register .custom-radio:after:active .members.register .custom-checkbox :before:focus,
.members.register .custom-radio :after:active .members.register .custom-checkbox :before:focus,
.members.register .custom-radio:after:active .members.register .custom-checkbox:focus,
.members.register .custom-radio :after:active .members.register .custom-checkbox:focus,
.members.register .custom-radio:after:active .members.register .custom-checkbox :focus,
.members.register .custom-radio :after:active .members.register .custom-checkbox :focus,
.members.register .custom-radio:after:active .members.register .custom-radio:after:focus,
.members.register .custom-radio :after:active .members.register .custom-radio:after:focus,
.members.register .custom-radio:after:active .members.register .custom-radio :after:focus,
.members.register .custom-radio :after:active .members.register .custom-radio :after:focus,
.members.register .custom-radio:after:active .members.register .custom-radio:before:focus,
.members.register .custom-radio:after:active .members.register .custom-radio :before:focus,
.members.register .custom-radio :after:active .members.register .custom-radio:before:focus,
.members.register .custom-radio :after:active .members.register .custom-radio :before:focus,
.members.register .custom-radio:after:active .members.register .custom-radio:focus,
.members.register .custom-radio:after:active .members.register .custom-radio :focus,
.members.register .custom-radio :after:active .members.register .custom-radio:focus,
.members.register .custom-radio :after:active .members.register .custom-radio :focus,
.members.register .custom-radio:after:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-radio :after:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-radio:after:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-radio :after:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-radio:after:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-radio :after:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-radio:after:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-radio :after:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-radio:after:active .members_user_login .custom-checkbox:focus,
.members.register .custom-radio :after:active .members_user_login .custom-checkbox:focus,
.members.register .custom-radio:after:active .members_user_login .custom-checkbox :focus,
.members.register .custom-radio :after:active .members_user_login .custom-checkbox :focus,
.members.register .custom-radio:after:active .members_user_login .custom-radio:after:focus,
.members.register .custom-radio:after:active .members_user_login .custom-radio :after:focus,
.members.register .custom-radio :after:active .members_user_login .custom-radio:after:focus,
.members.register .custom-radio :after:active .members_user_login .custom-radio :after:focus,
.members.register .custom-radio:after:active .members_user_login .custom-radio:before:focus,
.members.register .custom-radio :after:active .members_user_login .custom-radio:before:focus,
.members.register .custom-radio:after:active .members_user_login .custom-radio :before:focus,
.members.register .custom-radio :after:active .members_user_login .custom-radio :before:focus,
.members.register .custom-radio:after:active .members_user_login .custom-radio:focus,
.members.register .custom-radio:after:active .members_user_login .custom-radio :focus,
.members.register .custom-radio :after:active .members_user_login .custom-radio:focus,
.members.register .custom-radio :after:active .members_user_login .custom-radio :focus,
.members.register .custom-radio:after:focus,
.members.register .custom-radio :after:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-checkbox:after:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-checkbox :after:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-checkbox:before:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-checkbox :before:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-checkbox:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-checkbox :focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-radio:after:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-radio :after:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-radio:before:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-radio :before:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-radio:before:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-radio:focus,
.members.register .custom-radio :before:active .form-builder-wrapper .custom-radio :focus,
.members.register .custom-radio:before:active .members.register .custom-checkbox:after:focus,
.members.register .custom-radio:before:active .members.register .custom-checkbox :after:focus,
.members.register .custom-radio :before:active .members.register .custom-checkbox:after:focus,
.members.register .custom-radio :before:active .members.register .custom-checkbox :after:focus,
.members.register .custom-radio:before:active .members.register .custom-checkbox:before:focus,
.members.register .custom-radio :before:active .members.register .custom-checkbox:before:focus,
.members.register .custom-radio:before:active .members.register .custom-checkbox :before:focus,
.members.register .custom-radio :before:active .members.register .custom-checkbox :before:focus,
.members.register .custom-radio:before:active .members.register .custom-checkbox:focus,
.members.register .custom-radio :before:active .members.register .custom-checkbox:focus,
.members.register .custom-radio:before:active .members.register .custom-checkbox :focus,
.members.register .custom-radio :before:active .members.register .custom-checkbox :focus,
.members.register .custom-radio:before:active .members.register .custom-radio:after:focus,
.members.register .custom-radio :before:active .members.register .custom-radio:after:focus,
.members.register .custom-radio:before:active .members.register .custom-radio :after:focus,
.members.register .custom-radio :before:active .members.register .custom-radio :after:focus,
.members.register .custom-radio:before:active .members.register .custom-radio:before:focus,
.members.register .custom-radio:before:active .members.register .custom-radio :before:focus,
.members.register .custom-radio :before:active .members.register .custom-radio:before:focus,
.members.register .custom-radio :before:active .members.register .custom-radio :before:focus,
.members.register .custom-radio:before:active .members.register .custom-radio:focus,
.members.register .custom-radio :before:active .members.register .custom-radio:focus,
.members.register .custom-radio:before:active .members.register .custom-radio :focus,
.members.register .custom-radio :before:active .members.register .custom-radio :focus,
.members.register .custom-radio:before:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-radio:before:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-radio :before:active .members_user_login .custom-checkbox:after:focus,
.members.register .custom-radio :before:active .members_user_login .custom-checkbox :after:focus,
.members.register .custom-radio:before:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-radio:before:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-radio :before:active .members_user_login .custom-checkbox:before:focus,
.members.register .custom-radio :before:active .members_user_login .custom-checkbox :before:focus,
.members.register .custom-radio:before:active .members_user_login .custom-checkbox:focus,
.members.register .custom-radio:before:active .members_user_login .custom-checkbox :focus,
.members.register .custom-radio :before:active .members_user_login .custom-checkbox:focus,
.members.register .custom-radio :before:active .members_user_login .custom-checkbox :focus,
.members.register .custom-radio:before:active .members_user_login .custom-radio:after:focus,
.members.register .custom-radio:before:active .members_user_login .custom-radio :after:focus,
.members.register .custom-radio :before:active .members_user_login .custom-radio:after:focus,
.members.register .custom-radio :before:active .members_user_login .custom-radio :after:focus,
.members.register .custom-radio:before:active .members_user_login .custom-radio:before:focus,
.members.register .custom-radio :before:active .members_user_login .custom-radio:before:focus,
.members.register .custom-radio:before:active .members_user_login .custom-radio :before:focus,
.members.register .custom-radio :before:active .members_user_login .custom-radio :before:focus,
.members.register .custom-radio:before:active .members_user_login .custom-radio:focus,
.members.register .custom-radio:before:active .members_user_login .custom-radio :focus,
.members.register .custom-radio :before:active .members_user_login .custom-radio:focus,
.members.register .custom-radio :before:active .members_user_login .custom-radio :focus,
.members.register .custom-radio:before:focus,
.members.register .custom-radio :before:focus,
.members.register .custom-radio:focus,
.members.register .custom-radio :focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-checkbox:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-checkbox :active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-checkbox:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-checkbox:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-checkbox :active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-checkbox:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-checkbox :active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:active .members.register .custom-checkbox:focus,
.members_user_login .custom-checkbox:active .members.register .custom-checkbox :focus,
.members_user_login .custom-checkbox :active .members.register .custom-checkbox:focus,
.members_user_login .custom-checkbox :active .members.register .custom-checkbox :focus,
.members_user_login .custom-checkbox:active .members.register .custom-radio:after:focus,
.members_user_login .custom-checkbox :active .members.register .custom-radio:after:focus,
.members_user_login .custom-checkbox:active .members.register .custom-radio :after:focus,
.members_user_login .custom-checkbox :active .members.register .custom-radio :after:focus,
.members_user_login .custom-checkbox:active .members.register .custom-radio:before:focus,
.members_user_login .custom-checkbox :active .members.register .custom-radio:before:focus,
.members_user_login .custom-checkbox:active .members.register .custom-radio :before:focus,
.members_user_login .custom-checkbox :active .members.register .custom-radio :before:focus,
.members_user_login .custom-checkbox:active .members.register .custom-radio:focus,
.members_user_login .custom-checkbox :active .members.register .custom-radio:focus,
.members_user_login .custom-checkbox:active .members.register .custom-radio :focus,
.members_user_login .custom-checkbox :active .members.register .custom-radio :focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-radio:focus,
.members_user_login .custom-checkbox:active .members_user_login .custom-radio :focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-radio:focus,
.members_user_login .custom-checkbox :active .members_user_login .custom-radio :focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-checkbox:after:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-checkbox :after:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-checkbox:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-checkbox :focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-checkbox:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-checkbox :focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-radio:after:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-radio :after:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-radio:after:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-radio :after:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-radio:before:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-radio :before:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-radio:before:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-radio :before:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-radio:focus,
.members_user_login .custom-checkbox:after:active .members.register .custom-radio :focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-radio:focus,
.members_user_login .custom-checkbox :after:active .members.register .custom-radio :focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-radio:focus,
.members_user_login .custom-checkbox:after:active .members_user_login .custom-radio :focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-radio:focus,
.members_user_login .custom-checkbox :after:active .members_user_login .custom-radio :focus,
.members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-checkbox:before:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-checkbox :before:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-checkbox:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-checkbox :focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-checkbox:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-checkbox :focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-radio:after:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-radio :after:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-radio:after:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-radio :after:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-radio:before:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-radio:before:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-radio :before:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-radio :before:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-radio:focus,
.members_user_login .custom-checkbox:before:active .members.register .custom-radio :focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-radio:focus,
.members_user_login .custom-checkbox :before:active .members.register .custom-radio :focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-radio:focus,
.members_user_login .custom-checkbox:before:active .members_user_login .custom-radio :focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-radio:focus,
.members_user_login .custom-checkbox :before:active .members_user_login .custom-radio :focus,
.members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-checkbox:focus,
.members_user_login .custom-checkbox :focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-radio:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-radio :active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-radio:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-radio:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-radio :active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-radio :active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-radio:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-radio:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-radio :active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-radio :active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-radio:active .members.register .custom-checkbox:focus,
.members_user_login .custom-radio :active .members.register .custom-checkbox:focus,
.members_user_login .custom-radio:active .members.register .custom-checkbox :focus,
.members_user_login .custom-radio :active .members.register .custom-checkbox :focus,
.members_user_login .custom-radio:active .members.register .custom-radio:after:focus,
.members_user_login .custom-radio :active .members.register .custom-radio:after:focus,
.members_user_login .custom-radio:active .members.register .custom-radio :after:focus,
.members_user_login .custom-radio :active .members.register .custom-radio :after:focus,
.members_user_login .custom-radio:active .members.register .custom-radio:before:focus,
.members_user_login .custom-radio:active .members.register .custom-radio :before:focus,
.members_user_login .custom-radio :active .members.register .custom-radio:before:focus,
.members_user_login .custom-radio :active .members.register .custom-radio :before:focus,
.members_user_login .custom-radio:active .members.register .custom-radio:focus,
.members_user_login .custom-radio:active .members.register .custom-radio :focus,
.members_user_login .custom-radio :active .members.register .custom-radio:focus,
.members_user_login .custom-radio :active .members.register .custom-radio :focus,
.members_user_login .custom-radio:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-radio :active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-radio:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-radio :active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-radio:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-radio :active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-radio:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-radio :active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-radio:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-radio :active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-radio:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-radio :active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-radio:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-radio:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-radio :active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-radio :active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-radio:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-radio:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-radio :active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-radio :active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-radio:active .members_user_login .custom-radio:focus,
.members_user_login .custom-radio:active .members_user_login .custom-radio :focus,
.members_user_login .custom-radio :active .members_user_login .custom-radio:focus,
.members_user_login .custom-radio :active .members_user_login .custom-radio :focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-radio:after:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-radio :after:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-radio:after:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-radio :after:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-radio:after:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-radio :after:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-radio:after:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-radio :after:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-radio:after:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-radio :after:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-radio:after:active .members.register .custom-checkbox:focus,
.members_user_login .custom-radio :after:active .members.register .custom-checkbox:focus,
.members_user_login .custom-radio:after:active .members.register .custom-checkbox :focus,
.members_user_login .custom-radio :after:active .members.register .custom-checkbox :focus,
.members_user_login .custom-radio:after:active .members.register .custom-radio:after:focus,
.members_user_login .custom-radio :after:active .members.register .custom-radio:after:focus,
.members_user_login .custom-radio:after:active .members.register .custom-radio :after:focus,
.members_user_login .custom-radio :after:active .members.register .custom-radio :after:focus,
.members_user_login .custom-radio:after:active .members.register .custom-radio:before:focus,
.members_user_login .custom-radio:after:active .members.register .custom-radio :before:focus,
.members_user_login .custom-radio :after:active .members.register .custom-radio:before:focus,
.members_user_login .custom-radio :after:active .members.register .custom-radio :before:focus,
.members_user_login .custom-radio:after:active .members.register .custom-radio:focus,
.members_user_login .custom-radio :after:active .members.register .custom-radio:focus,
.members_user_login .custom-radio:after:active .members.register .custom-radio :focus,
.members_user_login .custom-radio :after:active .members.register .custom-radio :focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-radio:focus,
.members_user_login .custom-radio:after:active .members_user_login .custom-radio :focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-radio:focus,
.members_user_login .custom-radio :after:active .members_user_login .custom-radio :focus,
.members_user_login .custom-radio:after:focus,
.members_user_login .custom-radio :after:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-checkbox:after:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-checkbox :after:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-checkbox:before:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-checkbox :before:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-checkbox:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-checkbox :focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-radio:after:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-radio :after:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-radio:before:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-radio :before:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-radio:before:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-radio:focus,
.members_user_login .custom-radio :before:active .form-builder-wrapper .custom-radio :focus,
.members_user_login .custom-radio:before:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-radio:before:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-radio :before:active .members.register .custom-checkbox:after:focus,
.members_user_login .custom-radio :before:active .members.register .custom-checkbox :after:focus,
.members_user_login .custom-radio:before:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-radio :before:active .members.register .custom-checkbox:before:focus,
.members_user_login .custom-radio:before:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-radio :before:active .members.register .custom-checkbox :before:focus,
.members_user_login .custom-radio:before:active .members.register .custom-checkbox:focus,
.members_user_login .custom-radio :before:active .members.register .custom-checkbox:focus,
.members_user_login .custom-radio:before:active .members.register .custom-checkbox :focus,
.members_user_login .custom-radio :before:active .members.register .custom-checkbox :focus,
.members_user_login .custom-radio:before:active .members.register .custom-radio:after:focus,
.members_user_login .custom-radio :before:active .members.register .custom-radio:after:focus,
.members_user_login .custom-radio:before:active .members.register .custom-radio :after:focus,
.members_user_login .custom-radio :before:active .members.register .custom-radio :after:focus,
.members_user_login .custom-radio:before:active .members.register .custom-radio:before:focus,
.members_user_login .custom-radio:before:active .members.register .custom-radio :before:focus,
.members_user_login .custom-radio :before:active .members.register .custom-radio:before:focus,
.members_user_login .custom-radio :before:active .members.register .custom-radio :before:focus,
.members_user_login .custom-radio:before:active .members.register .custom-radio:focus,
.members_user_login .custom-radio :before:active .members.register .custom-radio:focus,
.members_user_login .custom-radio:before:active .members.register .custom-radio :focus,
.members_user_login .custom-radio :before:active .members.register .custom-radio :focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-checkbox:after:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-checkbox :after:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-checkbox:before:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-checkbox :before:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-checkbox:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-checkbox :focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-radio:after:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-radio :after:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-radio:before:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-radio :before:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-radio:focus,
.members_user_login .custom-radio:before:active .members_user_login .custom-radio :focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-radio:focus,
.members_user_login .custom-radio :before:active .members_user_login .custom-radio :focus,
.members_user_login .custom-radio:before:focus,
.members_user_login .custom-radio :before:focus,
.members_user_login .custom-radio:focus,
.members_user_login .custom-radio :focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-builder-wrapper .qq-upload-button,
.members.register .qq-upload-button,
.members_user_login .qq-upload-button {
    background: #385370 !important;
    border-radius: 0 !important;
    padding: 12px 40px !important;
    border: none !important;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff
}

.form-builder-wrapper .qq-upload-button:hover,
.members.register .qq-upload-button:hover,
.members_user_login .qq-upload-button:hover {
    background: #73869a !important
}

.form-builder-wrapper .custom-control-input.is-valid ~ .custom-control-label,
.form-builder-wrapper .was-validated .custom-control-input:valid ~ .custom-control-label,
.members.register .custom-control-input.is-valid ~ .custom-control-label,
.members.register .was-validated .custom-control-input:valid ~ .custom-control-label,
.members_user_login .custom-control-input.is-valid ~ .custom-control-label,
.members_user_login .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #888d97
}

.form-builder-wrapper .custom-control-input.is-valid ~ .custom-control-label:before,
.form-builder-wrapper .was-validated .custom-control-input:valid ~ .custom-control-label:before,
.members.register .custom-control-input.is-valid ~ .custom-control-label:before,
.members.register .was-validated .custom-control-input:valid ~ .custom-control-label:before,
.members_user_login .custom-control-input.is-valid ~ .custom-control-label:before,
.members_user_login .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #888d97
}

.form-builder-wrapper .custom-control-input.is-valid:checked ~ .custom-control-label:after,
.form-builder-wrapper .custom-control-input.is-valid:checked ~ .custom-control-label:before,
.form-builder-wrapper .was-validated .custom-control-input:valid:checked ~ .custom-control-label:after,
.form-builder-wrapper .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before,
.members.register .custom-control-input.is-valid:checked ~ .custom-control-label:after,
.members.register .custom-control-input.is-valid:checked ~ .custom-control-label:before,
.members.register .was-validated .custom-control-input:valid:checked ~ .custom-control-label:after,
.members.register .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before,
.members_user_login .custom-control-input.is-valid:checked ~ .custom-control-label:after,
.members_user_login .custom-control-input.is-valid:checked ~ .custom-control-label:before,
.members_user_login .was-validated .custom-control-input:valid:checked ~ .custom-control-label:after,
.members_user_login .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #385370;
    border-color: #888d97
}

.form-builder-wrapper .custom-radio .custom-control-input ~ .custom-control-label:after,
.form-builder-wrapper .custom-radio .custom-control-input ~ .custom-control-label:before,
.members.register .custom-radio .custom-control-input ~ .custom-control-label:after,
.members.register .custom-radio .custom-control-input ~ .custom-control-label:before,
.members_user_login .custom-radio .custom-control-input ~ .custom-control-label:after,
.members_user_login .custom-radio .custom-control-input ~ .custom-control-label:before {
    border-radius: 50% !important
}

.form-builder-wrapper .custom-control-input.is-valid ~ .custom-control-label:before,
.form-builder-wrapper .was-validated .custom-control-input:invalid ~ .custom-control-label:before,
.members.register .custom-control-input.is-valid ~ .custom-control-label:before,
.members.register .was-validated .custom-control-input:invalid ~ .custom-control-label:before,
.members_user_login .custom-control-input.is-valid ~ .custom-control-label:before,
.members_user_login .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #888d97
}

.form-builder-wrapper .custom-control-input.is-valid ~ .custom-control-label:before:checked,
.form-builder-wrapper .custom-control-input.is-valid ~ .custom-control-label:before:target,
.form-builder-wrapper .was-validated .custom-control-input:invalid ~ .custom-control-label:before:checked,
.form-builder-wrapper .was-validated .custom-control-input:invalid ~ .custom-control-label:before:target,
.members.register .custom-control-input.is-valid ~ .custom-control-label:before:checked,
.members.register .custom-control-input.is-valid ~ .custom-control-label:before:target,
.members.register .was-validated .custom-control-input:invalid ~ .custom-control-label:before:checked,
.members.register .was-validated .custom-control-input:invalid ~ .custom-control-label:before:target,
.members_user_login .custom-control-input.is-valid ~ .custom-control-label:before:checked,
.members_user_login .custom-control-input.is-valid ~ .custom-control-label:before:target,
.members_user_login .was-validated .custom-control-input:invalid ~ .custom-control-label:before:checked,
.members_user_login .was-validated .custom-control-input:invalid ~ .custom-control-label:before:target {
    background-color: #385370
}

.form-builder-wrapper .custom-control-label:before,
.members.register .custom-control-label:before,
.members_user_login .custom-control-label:before {
    pointer-events: auto
}

html.lg-act {
    overflow: hidden
}

.light-box .item {
    cursor: pointer
}

.lg-backdrop {
    background: #fff
}

.lg-outer .lg-item {
    background: url(./static/images/lg-loading.gif) no-repeat scroll 50% transparent
}

#lg-counter,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon {
    color: #fff
}

.lg .lg-inner {
    z-index: 2
}

.lg .lg-toolbar {
    background: transparent
}

.lg .lg-toolbar .lg-close {
    color: #385370;
    font-size: 40px;
    position: relative;
    margin: 15px
}

.lg .lg-toolbar .lg-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lg .lg-icon {
    width: 60px;
    height: 60px;
    -webkit-transition: background .1s ease-in;
    transition: background .1s ease-in;
    font-size: 35px;
    border-radius: 0
}

.lg .lg-icon,
.lg .lg-icon:hover {
    background: hsla(0, 0%, 100%, .8)
}

.lg .lg-icon:after,
.lg .lg-icon:before {
    color: #000
}

.lg .lg-icon.lg-next {
    right: 15px
}

.lg .lg-icon.lg-next:before {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.lg .lg-icon.lg-prev {
    left: 15px
}

.lg .lg-icon.lg-prev:after {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.lg .lg-sub-html {
    color: #fff;
    background: rgba(56, 83, 112, .7);
    text-align: center;
    padding: 15px 0
}

.element-upload.form-control {
    padding: 0;
    height: auto;
    font-size: inherit;
    color: inherit;
    background: transparent;
    background-clip: unset;
    border: none;
    border-radius: 0;
    -webkit-transition: unset;
    transition: unset
}

.qq-upload-continue,
.qq-upload-pause {
    background-color: #385370;
    color: #fff;
    border-color: #385370
}

.qq-upload-drop-area,
.qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px dashed #ced4da;
    text-align: center
}

.qq-upload-cancel,
.qq-upload-continue,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-retry,
.qq-upload-size {
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    vertical-align: middle
}

.qq-btn {
    padding: 3px 4px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    color: inherit;
    background-color: #fff
}

.qq-upload-delete {
    float: right;
    display: inline;
    color: #fafafa;
    border-color: #dc3545;
    margin-right: 12px
}

.qq-upload-delete,
.qq-upload-delete:hover {
    background-color: #dc3545
}

.qq-upload-pause {
    display: inline;
    margin-right: 12px
}

.qq-upload-pause:hover {
    background-color: #385370
}

.qq-upload-continue {
    display: inline;
    margin-right: 12px
}

.qq-upload-continue:hover {
    background-color: #385370
}

.qq-upload-cancel {
    border-color: #fff;
    margin-right: 12px;
    display: inline
}

.qq-upload-cancel,
.qq-upload-cancel:hover,
.qq-upload-retry {
    background-color: #fff
}

.qq-upload-retry {
    border-color: #fff;
    margin-right: 12px;
    display: inline
}

.qq-upload-retry:hover {
    background-color: #fff
}

.qq-upload-button {
    display: inline;
    padding: 7px 10px;
    text-align: center;
    float: left;
    background: #6c757d;
    color: #fff;
    border-radius: .25rem;
    border: 1px solid #6c757d;
    -webkit-transition: all .4s;
    transition: all .4s
}

.qq-upload-button-hover {
    background: #545b62;
    color: #fff
}

.qq-uploader {
    position: relative;
    max-height: 490px;
    overflow-y: hidden;
    width: inherit;
    border-radius: 6px;
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
    padding: 20px
}

.qq-uploader:before {
    content: attr(qq-drop-area-text) " ";
    position: absolute;
    font-size: 200%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: .25
}

.qq-uploader dialog {
    display: none
}

.qq-uploader dialog .qq-dialog-buttons {
    text-align: center;
    padding-top: 10px
}

.qq-uploader dialog .qq-dialog-buttons button {
    margin-left: 5px;
    margin-right: 5px
}

.qq-uploader dialog .qq-dialog-message-selector {
    padding-bottom: 10px
}

.qq-uploader dialog[open] {
    display: block
}

.qq-uploader dialog::-webkit-backdrop {
    background-color: rgba(0, 0, 0, .7)
}

.qq-uploader dialog::backdrop {
    background-color: rgba(0, 0, 0, .7)
}

.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px
}

.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px
}

.qq-upload-drop-area-active {
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px dashed #ced4da
}

.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 450px;
    overflow-y: auto;
    clear: both
}

.qq-upload-list li {
    margin: 0;
    padding: 9px;
    line-height: 15px;
    font-size: 16px;
    color: #343a40;
    background-color: #e9ecef;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #adb5bd
}

.qq-upload-list li:first-child {
    border-top: none
}

.qq-upload-list li:last-child {
    border-bottom: none
}

.qq-upload-list li.qq-upload-success {
    color: #424242;
    border-bottom: 1px solid #385370;
    border-top: 1px solid #f8f9fa
}

.qq-upload-list li.qq-upload-fail {
    color: #424242;
    border-bottom: 1px solid #dc3545;
    border-top: 1px solid #f8f9fa
}

.qq-upload-file {
    margin-right: 12px;
    display: inline-block;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-size: smaller;
    vertical-align: middle
}

.qq-upload-file.qq-editable {
    cursor: pointer;
    margin-right: 4px
}

.qq-upload-spinner {
    margin-right: 12px;
    display: inline-block;
    background: url(./static/images/lg-loading.gif);
    background-size: contain;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.qq-upload-size {
    margin-right: 12px;
    display: inline;
    cursor: unset
}

.qq-upload-failed-text {
    margin-right: 12px;
    display: none;
    font-style: italic;
    font-weight: 700
}

.qq-drop-processing {
    display: block
}

.qq-drop-processing-spinner {
    display: inline-block;
    background: url(./static/images/lg-loading.gif);
    background-size: contain;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom
}

.qq-upload-status-text {
    font-size: 14px;
    font-weight: 700;
    display: block
}

.qq-upload-failed-icon {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.qq-progress-bar {
    display: block;
    background: #6c757d;
    width: 0;
    height: 5px;
    border-radius: 0;
    margin-bottom: 3px
}

.qq-total-progress-bar {
    display: none
}

.qq-total-progress-bar-container {
    margin-left: 9px;
    display: inline;
    float: right;
    width: 500px
}

.qq-edit-filename-icon,
.qq-hide {
    display: none
}

.qq-thumbnail-selector {
    vertical-align: middle;
    margin-right: 12px
}

.qq-upload-fail .qq-upload-failed-text,
.qq-upload-retrying .qq-upload-failed-text {
    display: inline
}

input.qq-edit-filename {
    display: none
}

.slick-slider {
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.slick-slider.slick-initialized {
    opacity: 1
}

.slick-slider img {
    width: 100%;
    height: auto
}

.slick-slider .caption {
    margin: 20px 0;
    display: block;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700
}

.slick-slider .dd-slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 50;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    padding: 10px;
    height: 44px;
    width: 44px;
    background: rgba(56, 83, 112, .5)
}

.slick-slider .dd-slick-arrow:hover {
    background: #385370
}

.slick-slider .dd-slick-arrow:after,
.slick-slider .dd-slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slick-slider .dd-slick-arrow.dd-slick-prev {
    left: 0
}

.slick-slider .dd-slick-arrow.dd-slick-next {
    right: 0
}

.slick-slider.slick-slider-thumbs .slick-arrow {
    display: none !important
}

.slick-slider.slick-slider-thumbs .slick-slide {
    cursor: pointer;
    padding: 0 9px;
    position: relative
}

.slick-slider.slick-slider-thumbs .slick-slide.slick-current .slide {
    position: relative
}

.slick-slider.slick-slider-thumbs .slick-slide.slick-current .slide:after {
    content: "";
    position: absolute;
    height: 4px;
    top: 0;
    left: 0;
    width: 100%;
    background: red
}

.dd-header-slider .dd-header-slider-item {
    position: relative
}

.dd-header-slider .dd-header-slider-item .dd-header-slider-content {
    position: absolute;
    width: 100%;
    top: 3vw
}

@media (max-width: 767.98px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content {
        margin-left: 30px
    }
}

.boxed-container .dd-header-slider .dd-header-slider-item .dd-header-slider-content {
    margin-left: 30px
}

.dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-content-element {
    margin-bottom: .5rem
}

.dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-title {
    font-size: 15px;
    color: #fff;
    background: rgba(33, 37, 41, .8)
}

@media (min-width: 480px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-title {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-title {
        margin-bottom: 21px;
        font-family: Proxima Nova, sans-serif;
        font-weight: 800;
        font-size: 31px;
        line-height: 34px;
        color: #000;
        text-transform: uppercase;
        color: #fff
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-title {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 26px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-title {
        font-size: 65px;
        line-height: 60px;
        margin-bottom: 28px
    }
}

.dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-subtitle {
    font-size: 13px;
    color: #212529;
    background: hsla(0, 0%, 100%, .8)
}

@media (min-width: 480px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-subtitle {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-subtitle {
        margin-bottom: 18px;
        font-family: Proxima Nova, sans-serif;
        font-weight: 800;
        font-size: 27px;
        line-height: 34px;
        color: #000
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-subtitle {
        font-size: 33px;
        line-height: 34px;
        margin-bottom: 23px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-subtitle {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 25px
    }
}

.dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-subtitle,
.dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-title {
    border-radius: .25rem;
    padding: 4px 11px;
    text-transform: uppercase
}

@media (max-width: 767.98px) {
    .dd-header-slider .dd-header-slider-item .dd-header-slider-content .dd-header-slider-link {
        display: none
    }
}

.dc-gap-element:not(.prevent-bottom-space),
.dc-last-gap-element:not(.prevent-bottom-space) {
    margin-bottom: 30px
}

@media (min-width: 480px) {
    .dc-gap-element:not(.prevent-bottom-space),
    .dc-last-gap-element:not(.prevent-bottom-space) {
        margin-bottom: 45px
    }
}

@media (min-width: 768px) {
    .dc-gap-element:not(.prevent-bottom-space),
    .dc-last-gap-element:not(.prevent-bottom-space) {
        margin-bottom: 60px
    }
}

@media (min-width: 992px) {
    .dc-gap-element:not(.prevent-bottom-space),
    .dc-last-gap-element:not(.prevent-bottom-space) {
        margin-bottom: 60px
    }
}

@media (min-width: 1200px) {
    .dc-gap-element:not(.prevent-bottom-space),
    .dc-last-gap-element:not(.prevent-bottom-space) {
        margin-bottom: 75px
    }
}

@media (min-width: 1400px) {
    .dc-gap-element:not(.prevent-bottom-space),
    .dc-last-gap-element:not(.prevent-bottom-space) {
        margin-bottom: 75px
    }
}

.dc-gap-element:last-child:not(.force-margin):not(.dc-last-gap-element),
.dc-last-gap-element:last-child:not(.force-margin):not(.dc-last-gap-element) {
    margin-bottom: 0 !important
}

.toolbox-element:not(.toolbox-headline):not(.prevent-bottom-space):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-separator) {
    margin-bottom: 30px
}

@media (min-width: 480px) {
    .toolbox-element:not(.toolbox-headline):not(.prevent-bottom-space):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-separator) {
        margin-bottom: 45px
    }
}

@media (min-width: 768px) {
    .toolbox-element:not(.toolbox-headline):not(.prevent-bottom-space):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-separator) {
        margin-bottom: 60px
    }
}

@media (min-width: 992px) {
    .toolbox-element:not(.toolbox-headline):not(.prevent-bottom-space):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-separator) {
        margin-bottom: 60px
    }
}

@media (min-width: 1200px) {
    .toolbox-element:not(.toolbox-headline):not(.prevent-bottom-space):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-separator) {
        margin-bottom: 75px
    }
}

@media (min-width: 1400px) {
    .toolbox-element:not(.toolbox-headline):not(.prevent-bottom-space):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-separator) {
        margin-bottom: 75px
    }
}

.toolbox-element.toolbox-columns .toolbox-column > .toolbox-element:last-child:not(.force-margin),
.toolbox-element.toolbox-container > .container-fluid > .container-inner > .toolbox-element:last-child:not(.force-margin),
.toolbox-element.toolbox-container > .container-lg > .container-inner > .toolbox-element:last-child:not(.force-margin),
.toolbox-element.toolbox-container > .container > .container-inner > .toolbox-element:last-child:not(.force-margin) {
    margin-bottom: 0
}

.toolbox-element.toolbox-accordion .card-body .toolbox-element:not(.toolbox-headline):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-container):not(.toolbox-separator) {
    padding-bottom: 30px;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

@media (min-width: 480px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element:not(.toolbox-headline):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-container):not(.toolbox-separator) {
        padding-bottom: 45px
    }
}

@media (min-width: 768px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element:not(.toolbox-headline):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-container):not(.toolbox-separator) {
        padding-bottom: 60px
    }
}

@media (min-width: 992px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element:not(.toolbox-headline):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-container):not(.toolbox-separator) {
        padding-bottom: 60px
    }
}

@media (min-width: 1200px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element:not(.toolbox-headline):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-container):not(.toolbox-separator) {
        padding-bottom: 75px
    }
}

@media (min-width: 1400px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element:not(.toolbox-headline):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-container):not(.toolbox-separator) {
        padding-bottom: 75px
    }
}

.toolbox-element.toolbox-accordion .card-body .toolbox-element.toolbox-separator hr {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 30px
}

@media (min-width: 480px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element.toolbox-separator hr {
        padding-bottom: 45px
    }
}

@media (min-width: 768px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element.toolbox-separator hr {
        padding-bottom: 60px
    }
}

@media (min-width: 992px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element.toolbox-separator hr {
        padding-bottom: 60px
    }
}

@media (min-width: 1200px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element.toolbox-separator hr {
        padding-bottom: 75px
    }
}

@media (min-width: 1400px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element.toolbox-separator hr {
        padding-bottom: 75px
    }
}

.toolbox-element.toolbox-accordion .card-body .toolbox-element:last-child:not(.force-margin) {
    padding-bottom: 0 !important
}

@media (min-width: 768px) {
    .toolbox-element.toolbox-accordion .card-body .toolbox-element .toolbox-element:not(.toolbox-headline):not(.toolbox-anchor):not(.toolbox-spacer):not(.toolbox-container) {
        padding: 0;
        margin: 0
    }
}

.toolbox-element.toolbox-accordion.component-tab .tab-pane > .toolbox-element:last-child:not(.force-margin),
.toolbox-element .toolbox-content > p:last-child,
.toolbox-element.toolbox-slide-columns .slide-column > .toolbox-element:last-child:not(.force-margin),
.toolbox-element .wysiwyg-field > p:last-child {
    margin-bottom: 0
}

.toolbox-element:last-child:not(.force-margin):not(.force-bottom-space) {
    margin-bottom: 0 !important
}

.force-top-space {
    margin-top: 30px
}

@media (min-width: 480px) {
    .force-top-space {
        margin-top: 45px
    }
}

@media (min-width: 768px) {
    .force-top-space {
        margin-top: 60px
    }
}

@media (min-width: 992px) {
    .force-top-space {
        margin-top: 60px
    }
}

@media (min-width: 1200px) {
    .force-top-space {
        margin-top: 75px
    }
}

@media (min-width: 1400px) {
    .force-top-space {
        margin-top: 75px
    }
}

.force-bottom-space {
    margin-bottom: 30px
}

@media (min-width: 480px) {
    .force-bottom-space {
        margin-bottom: 45px
    }
}

@media (min-width: 768px) {
    .force-bottom-space {
        margin-bottom: 60px
    }
}

@media (min-width: 992px) {
    .force-bottom-space {
        margin-bottom: 60px
    }
}

@media (min-width: 1200px) {
    .force-bottom-space {
        margin-bottom: 75px
    }
}

@media (min-width: 1400px) {
    .force-bottom-space {
        margin-bottom: 75px
    }
}

.typeahead__container {
    position: relative;
    font: 1rem -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
}

.typeahead__container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.typeahead__query {
    position: relative;
    z-index: 2;
    width: 100%
}

.typeahead__filter {
    position: relative
}

.typeahead__filter button {
    min-width: 100%;
    white-space: nowrap
}

.typeahead__filter button:after {
    display: inline-block;
    margin-left: 4px;
    width: 0;
    height: 0;
    vertical-align: -2px;
    content: "";
    border: 4px solid transparent;
    border-top-color: currentcolor
}

.typeahead__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.typeahead__button button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.typeahead__field {
    color: #555
}

.typeahead__field .typeahead__hint,
.typeahead__field [contenteditable],
.typeahead__field input,
.typeahead__field textarea {
    display: block;
    width: 100%;
    line-height: 1.25;
    min-height: calc(22px + 1.25rem);
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.typeahead__field .typeahead__hint:active,
.typeahead__field .typeahead__hint:focus,
.typeahead__field [contenteditable]:active,
.typeahead__field [contenteditable]:focus,
.typeahead__field input:active,
.typeahead__field input:focus,
.typeahead__field textarea:active,
.typeahead__field textarea:focus {
    border-color: #66afe9
}

.typeahead__field input[type=search],
.typeahead__field input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none
}

.typeahead__field input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.typeahead__container.hint .typeahead__field [contenteditable],
.typeahead__container.hint .typeahead__field input,
.typeahead__container.hint .typeahead__field textarea {
    background: transparent
}

.typeahead__container.hint .typeahead__query > :last-child,
.typeahead__hint {
    background: #fff
}

.typeahead__container button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1.25;
    padding: 10px 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555
}

.typeahead__container button:focus,
.typeahead__container button:hover {
    color: #3c3c3c;
    background-color: #f5f5f5;
    border-color: #b3b3b3
}

.typeahead__container button.active,
.typeahead__container button:active {
    background-image: none
}

.typeahead__container button:active,
.typeahead__container button:focus {
    border-color: #66afe9
}

.typeahead__container button.disabled,
.typeahead__container button[disabled],
.typeahead__container input.disabled,
.typeahead__container input[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #ccc
}

.typeahead__container .typeahead__field .typeahead__hint,
.typeahead__container .typeahead__field .typeahead__label-container,
.typeahead__container .typeahead__field [contenteditable],
.typeahead__container .typeahead__field input,
.typeahead__container .typeahead__field textarea {
    padding-right: 32px
}

.typeahead__button,
.typeahead__filter {
    z-index: 1
}

.typeahead__button button,
.typeahead__filter button {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.typeahead__button:active,
.typeahead__button:active button:active,
.typeahead__button:active button:focus,
.typeahead__button:focus,
.typeahead__button:focus button:active,
.typeahead__button:focus button:focus,
.typeahead__button:hover,
.typeahead__button:hover button:active,
.typeahead__button:hover button:focus,
.typeahead__filter:active,
.typeahead__filter:active button:active,
.typeahead__filter:active button:focus,
.typeahead__filter:focus,
.typeahead__filter:focus button:active,
.typeahead__filter:focus button:focus,
.typeahead__filter:hover,
.typeahead__filter:hover button:active,
.typeahead__filter:hover button:focus {
    z-index: 1001
}

.typeahead__filter + .typeahead__button button {
    margin-left: -2px
}

.typeahead__container.filter .typeahead__filter {
    z-index: 1001
}

.typeahead__dropdown,
.typeahead__list {
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-clip: padding-box
}

.typeahead__result.detached .typeahead__list {
    position: relative;
    z-index: 1041;
    top: auto;
    left: auto
}

.typeahead__dropdown {
    right: 0;
    left: auto;
    z-index: 1001
}

.typeahead__list > li {
    position: relative;
    border-top: 1px solid #ccc
}

.typeahead__list > li:first-child {
    border-top: none
}

.typeahead__dropdown .typeahead__dropdown-item[disabled] > a,
.typeahead__list .typeahead__item[disabled] > a {
    cursor: not-allowed;
    color: #bababa;
    background-color: #fafafa
}

.typeahead__dropdown .typeahead__dropdown-item > a,
.typeahead__list .typeahead__item > a {
    display: block;
    padding: 10px 15px;
    clear: both;
    color: #333;
    text-decoration: none
}

.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover,
.typeahead__list .typeahead__item:not([disabled]).active > a,
.typeahead__list .typeahead__item:not([disabled]) > a:focus,
.typeahead__list .typeahead__item:not([disabled]) > a:hover {
    background-color: #f5f5f5;
    color: #3c3c3c
}

.typeahead__list.empty > li {
    padding: 10px 15px;
    color: #333
}

.typeahead__list > .typeahead__group {
    border-color: #bfdef6;
    font-weight: 700
}

.typeahead__list > .typeahead__group:first-child {
    border-top: 1px solid #bfdef6
}

.typeahead__list > .typeahead__group.active > a,
.typeahead__list > .typeahead__group > a,
.typeahead__list > .typeahead__group > a:focus,
.typeahead__list > .typeahead__group > a:hover {
    cursor: default;
    color: #17639f;
    background: #ecf5fc;
    display: block;
    padding: 10px 15px;
    clear: both;
    text-decoration: none
}

.typeahead__list > li.typeahead__group + li.typeahead__item {
    border-color: #bfdef6
}

.typeahead__container.backdrop + .typeahead__backdrop,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.result .typeahead__list {
    display: block !important
}

.typeahead__container + .typeahead__backdrop,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container .typeahead__list {
    display: none !important
}

.typeahead__dropdown li:last-child {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ccc
}

.typeahead__cancel-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    line-height: 1.25;
    padding: 10px 15px;
    visibility: hidden
}

.typeahead__label .typeahead__cancel-button {
    visibility: visible;
    right: 4px
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,
.typeahead__label .typeahead__cancel-button {
    visibility: visible
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,
.typeahead__label .typeahead__cancel-button:hover {
    color: #385370
}

.typeahead__search-icon {
    padding: 0 1.25rem;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll 50% transparent
}

.typeahead__container.loading .typeahead__query:after,
.typeahead__container.loading .typeahead__query:before {
    -webkit-transition: all 0s linear, opacity .2s ease;
    transition: all 0s linear, opacity .2s ease;
    position: absolute;
    z-index: 3;
    content: "";
    top: 50%;
    right: .55em;
    margin-top: -.675rem;
    width: 1.35rem;
    height: 1.35rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 500rem;
    border-style: solid;
    border-width: .1em
}

.typeahead__container.loading .typeahead__query:before {
    border-color: rgba(0, 0, 0, .35)
}

.typeahead__container.loading .typeahead__query:after {
    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-color: #fff transparent transparent;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent
}

@-webkit-keyframes button-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes button-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.typeahead__label-container {
    list-style: none;
    position: absolute;
    padding-top: .375rem;
    padding-left: 6px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.typeahead__label,
.typeahead__label-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.typeahead__label {
    font-size: .875rem;
    position: relative;
    background: #ecf5fc;
    border: 1px solid #c2e0ff;
    padding-left: 4px;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: .375rem
}

.typeahead__label > * {
    -ms-flex-item-align: center;
    align-self: center
}

.typeahead__label .typeahead__cancel-button {
    line-height: normal;
    height: auto;
    position: static;
    padding: calc(.25rem - 1px) 6px calc(.25rem + 1px);
    margin-left: 4px;
    font-size: .875rem;
    border-left: 1px solid #c2e0ff
}

.typeahead__label .typeahead__cancel-button:hover {
    background-color: #d5e9f9
}

@media (min-width: 992px) {
    .dd-tabcollapse-acc {
        display: none
    }
}

@media (max-width: 991.98px) {
    .dd-tabcollapse-tab {
        display: none
    }
}

.accordion .card {
    display: block
}

.toolbox-accordion .nav-tabs {
    border-bottom: 1px solid #d7dbe4
}

.toolbox-accordion .tab-content {
    padding: 0 1rem
}

.toolbox-accordion .nav-link {
    background: #fff;
    border-top: 2px solid #385370;
    border-radius: 0;
    padding: 15px 20px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #000;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #888d97
}

@media (min-width: 768px) {
    .toolbox-accordion .nav-link {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .toolbox-accordion .nav-link {
        margin-bottom: 1px !important;
        border-color: transparent !important
    }
}

.toolbox-accordion .nav-link.active {
    background: #d7dbe4;
    color: #000
}

@media (min-width: 992px) {
    .toolbox-accordion .nav-link.active {
        border-top: 2px solid #385370 !important
    }
}

.toolbox-accordion .card {
    border-radius: 0;
    border: none
}

.toolbox-accordion .card-body,
.toolbox-accordion .tab-content {
    padding: 20px 10px;
    border: none;
    background-color: rgba(215, 219, 228, .35)
}

@media (min-width: 768px) {
    .toolbox-accordion .card-body,
    .toolbox-accordion .tab-content {
        padding: 40px 30px
    }
}

.toolbox-accordion .card-header {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none
}

.toolbox-accordion .card-header a {
    display: block;
    position: relative;
    padding: 19px 10px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    background: #d7dbe4;
    color: #000;
    margin-bottom: 0;
    border-top: 2px solid #385370
}

@media (min-width: 768px) {
    .toolbox-accordion .card-header a {
        font-size: 18px;
        padding: 19px 30px
    }
}

.toolbox-accordion .card-header a:after {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    color: #000
}

.toolbox-accordion .card-header a.collapsed {
    background: #fff;
    color: #385370;
    border-bottom: 1px solid rgba(215, 219, 228, .35);
    border-top: 2px solid transparent
}

.toolbox-accordion .card-header a.collapsed:after {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px
}

.toolbox-accordion .card-header a,
.toolbox-accordion .card-header a:active,
.toolbox-accordion .card-header a:focus {
    text-decoration: none
}

.toolbox-accordion .card-header a:before,
.toolbox-accordion .card-header a:target {
    display: block;
    content: "";
    position: relative;
    visibility: hidden;
    z-index: -1;
    width: 0;
    bottom: 0;
    height: 115px;
    margin-top: -115px
}

a.toolbox-anchor[id] {
    display: inline-block;
    position: relative
}

a.toolbox-anchor[id]:before,
a.toolbox-anchor[id]:target {
    width: 0;
    position: absolute;
    display: block;
    content: " ";
    margin-top: -105px;
    height: 105px;
    visibility: hidden;
    z-index: -1
}

.toolbox-columns.equal-height > .row > div,
.toolbox-columns.equal-height > form.members_user_registration_register > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.toolbox-columns.equal-height > .row > div .toolbox-column,
.toolbox-columns.equal-height > form.members_user_registration_register > div .toolbox-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.toolbox-columns.equal-height > .row > div .toolbox-column > .toolbox-image,
.toolbox-columns.equal-height > form.members_user_registration_register > div .toolbox-column > .toolbox-image {
    overflow: hidden
}

.toolbox-columns.column-1-grey .row > div:first-child .toolbox-column,
.toolbox-columns.column-1-grey form.members_user_registration_register > div:first-child .toolbox-column,
.toolbox-columns.column-2-grey .row > div:nth-child(2) .toolbox-column,
.toolbox-columns.column-2-grey form.members_user_registration_register > div:nth-child(2) .toolbox-column,
.toolbox-columns.column-3-grey .row > div:nth-child(3) .toolbox-column,
.toolbox-columns.column-3-grey form.members_user_registration_register > div:nth-child(3) .toolbox-column,
.toolbox-columns.column-4-grey .row > div:nth-child(4) .toolbox-column,
.toolbox-columns.column-4-grey form.members_user_registration_register > div:nth-child(4) .toolbox-column {
    padding: 15px;
    background: #dee2e6
}

.toolbox-columns.mobile-sort-desc > .row,
.toolbox-columns.mobile-sort-desc > form.members_user_registration_register {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    .toolbox-columns.mobile-sort-desc > .row,
    .toolbox-columns.mobile-sort-desc > form.members_user_registration_register {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.toolbox-container.bg-container {
    background: #edeff3;
    padding: 30px 0
}

@media (min-width: 768px) {
    .toolbox-container.bg-container {
        padding: 60px 0
    }
}

.toolbox-download .show-image-preview ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.toolbox-download ul li {
    margin-bottom: 20px
}

.toolbox-download ul li .download-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.toolbox-download ul li .download-container,
.toolbox-download ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.toolbox-download ul li a .preview-image {
    margin-right: 15px
}

.toolbox-download ul li a .preview-image img {
    width: auto;
    height: 153px
}

.toolbox-download ul li a:not(.preview):before {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 40px;
    color: #385370;
    margin-right: 15px
}

.toolbox-download ul li a,
.toolbox-download ul li a:active,
.toolbox-download ul li a:focus,
.toolbox-download ul li a:hover {
    text-decoration: none;
    color: #385370
}

.toolbox-download ul li a .title {
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #385370
}

.toolbox-download ul li a .file-info {
    text-transform: uppercase;
    color: #000
}

.toolbox-download ul li a .exclusive {
    font-size: 11px;
    text-transform: uppercase;
    background: #d10a11;
    padding: 0 5px;
    color: #fff;
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 4px
}

.toolbox-google-map .google-map-wrapper {
    max-height: 550px
}

.toolbox-google-map .google-map-wrapper .gm-style .gm-style-iw {
    font-size: 15px;
    line-height: 20px
}

.toolbox-google-map .google-map-wrapper .gm-style .gm-style-iw strong {
    font-weight: 700
}

.toolbox-google-map .google-map-wrapper .google-map-route-planer {
    margin-top: 10px
}

.toolbox-headline {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.toolbox-headline a[id] {
    display: inline;
    position: relative
}

.toolbox-image {
    line-height: 1
}

.toolbox-image img {
    width: 100%;
    height: auto
}

.toolbox-image .caption {
    margin: 12px 0 8px;
    display: block;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700
}

.toolbox-linklist ul li {
    position: relative;
    padding-left: 25px
}

.toolbox-linklist ul li a {
    display: block;
    color: #212529
}

.toolbox-linklist ul li a:active,
.toolbox-linklist ul li a:focus,
.toolbox-linklist ul li a:hover {
    color: #385370;
    text-decoration: none
}

.toolbox-linklist ul li a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3px;
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    content: "";
    color: #212529
}

.toolbox-slide-columns > .row > .slide-columns,
.toolbox-slide-columns > form.members_user_registration_register > .slide-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.toolbox-spacer {
    margin: 0;
    padding: 0;
    line-height: 0
}

.toolbox-spacer span {
    display: inline-block;
    width: 100%;
    height: 1px
}

.toolbox-spacer span.spacer-50 {
    margin-top: 49px
}

.toolbox-teaser {
    background: #d7dbe4
}

.equal-height .toolbox-teaser,
.equal-height .toolbox-teaser > .row,
.equal-height .toolbox-teaser > .row > div,
.equal-height .toolbox-teaser > form.members_user_registration_register,
.equal-height .toolbox-teaser > form.members_user_registration_register > div {
    height: 100%
}

.equal-height .toolbox-teaser .single-teaser {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 1px
}

.equal-height .toolbox-teaser .single-teaser > a,
.equal-height .toolbox-teaser .single-teaser > picture {
    min-height: 1px
}

.equal-height .toolbox-teaser .single-teaser:not(.text-center) .bottom .more {
    padding-left: 15px
}

.equal-height .toolbox-teaser .single-teaser h4,
.equal-height .toolbox-teaser .single-teaser h5 {
    margin-top: 10px
}

.equal-height .toolbox-teaser .single-teaser .teaser-text p:last-child {
    margin-bottom: 5px
}

.equal-height .toolbox-teaser .single-teaser .bottom {
    margin-top: auto;
    margin-bottom: 20px
}

.equal-height .toolbox-teaser .single-teaser .bottom .more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.toolbox-teaser img {
    width: 100%
}

.toolbox-teaser .teaser-content {
    padding: 15px
}

.toolbox-teaser-full .image-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.toolbox-teaser-full .image-wrap .h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    margin-bottom: 0
}

.toolbox-teaser-full .btn-primary {
    margin-top: 10px
}

.toolbox-video {
    position: relative;
    max-width: 100%
}

.toolbox-video .video-inner,
.toolbox-video .video-inner iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.toolbox-video .poster-overlay {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-size: cover
}

.toolbox-video .poster-overlay,
.toolbox-video .poster-overlay .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toolbox-video .poster-overlay .icon {
    line-height: 1;
    width: 85px;
    height: 85px;
    background: rgba(209, 10, 17, .5);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.toolbox-video .poster-overlay .icon:before {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    font-size: 33px
}

.toolbox-video .poster-overlay:hover .icon {
    background: #d10a11
}

.toolbox-video .poster-overlay:hover .icon:before {
    color: #fff
}

.toolbox-separator hr.default {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.toolbox-separator hr.medium {
    margin-top: 9px !important;
    margin-bottom: 9px !important
}

.toolbox-separator hr.large {
    margin-top: 21px !important;
    margin-bottom: 21px !important
}

@media (min-width: 480px) {
    .toolbox-separator hr.default {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .toolbox-separator hr.medium {
        margin-top: 13px !important;
        margin-bottom: 13px !important
    }

    .toolbox-separator hr.large {
        margin-top: 31px !important;
        margin-bottom: 31px !important
    }
}

@media (min-width: 768px) {
    .toolbox-separator hr.default {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .toolbox-separator hr.medium {
        margin-top: 18px !important;
        margin-bottom: 18px !important
    }

    .toolbox-separator hr.large {
        margin-top: 42px !important;
        margin-bottom: 42px !important
    }
}

@media (min-width: 992px) {
    .toolbox-separator hr.default {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .toolbox-separator hr.medium {
        margin-top: 18px !important;
        margin-bottom: 18px !important
    }

    .toolbox-separator hr.large {
        margin-top: 42px !important;
        margin-bottom: 42px !important
    }
}

@media (min-width: 1200px) {
    .toolbox-separator hr.default {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .toolbox-separator hr.medium {
        margin-top: 22px !important;
        margin-bottom: 22px !important
    }

    .toolbox-separator hr.large {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }
}

@media (min-width: 1400px) {
    .toolbox-separator hr.default {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .toolbox-separator hr.medium {
        margin-top: 22px !important;
        margin-bottom: 22px !important
    }

    .toolbox-separator hr.large {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }
}

.toolbox-element.gallery-full .item {
    width: 100%
}

.toolbox-element.gallery-full .slick-slider {
    margin-top: 60px;
    margin-bottom: 60px
}

.toolbox-element.gallery-full .slick-slider .slick-slide {
    width: calc(100vw - 40px)
}

@media (min-width: 768px) {
    .toolbox-element.gallery-full .slick-slider .slick-slide {
        width: calc(100vw - 140px)
    }
}

@media (min-width: 1200px) {
    .toolbox-element.gallery-full .slick-slider .slick-slide {
        width: 950px
    }
}

.toolbox-element.gallery-full .slick-slider .gallery-full-entry {
    padding: 0 5px
}

@media (min-width: 992px) {
    .toolbox-element.gallery-full .slick-slider .gallery-full-entry {
        padding: 0 10px
    }
}

.toolbox-element.gallery-full .slick-slider .slick-list {
    overflow: visible
}

@media (min-width: 768px) {
    .toolbox-element.gallery-full {
        overflow: hidden
    }
}

.toolbox-login-disrupter {
    position: relative;
    height: 450px;
    background: #edeff3
}

.toolbox-login-disrupter.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.toolbox-login-disrupter.compat-object-fit img {
    display: none
}

@media (min-width: 480px) {
    .toolbox-login-disrupter {
        height: 400px
    }
}

@media (min-width: 992px) {
    .toolbox-login-disrupter {
        height: 450px
    }
}

@media (min-width: 1200px) {
    .toolbox-login-disrupter {
        height: 600px
    }
}

.toolbox-login-disrupter img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
}

.toolbox-login-disrupter .container,
.toolbox-login-disrupter .content-wrap,
.toolbox-login-disrupter .row,
.toolbox-login-disrupter .row > div,
.toolbox-login-disrupter form.members_user_registration_register,
.toolbox-login-disrupter form.members_user_registration_register > div {
    height: 100%
}

.toolbox-login-disrupter .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.toolbox-login-disrupter .content-wrap .btn-primary {
    margin-bottom: 30px;
    margin-top: 10px
}

.toolbox-login-disrupter .content-wrap ul li {
    font-family: Proxima Nova, sans-serif;
    font-weight: 700
}

.toolbox-news.news-list .news-list-entries,
.toolbox-news .news-related-list .news-list-entries {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 1200px) {
    .toolbox-news.news-list .news-list-entries,
    .toolbox-news .news-related-list .news-list-entries {
        margin-left: -15px;
        margin-right: -15px
    }
}

.toolbox-news.news-list .bg-container,
.toolbox-news .news-related-list .bg-container {
    position: relative;
    background-color: #edeff3;
    padding: 75px 0
}

.toolbox-news.news-list .bg-container:after,
.toolbox-news.news-list .bg-container:before,
.toolbox-news .news-related-list .bg-container:after,
.toolbox-news .news-related-list .bg-container:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #edeff3;
    left: -100vw;
    width: 100vw;
    top: 0;
    bottom: 0;
    z-index: -1
}

.toolbox-news.news-list .bg-container:after,
.toolbox-news .news-related-list .bg-container:after {
    left: 100%;
    width: 100vw
}

.toolbox-news.news-list .searchPulldown,
.toolbox-news .news-related-list .searchPulldown {
    margin: 30px 15px
}

.toolbox-news.news-list .category-filters,
.toolbox-news .news-related-list .category-filters {
    margin: 75px 0
}

.toolbox-news.news-list .category-filters a,
.toolbox-news .news-related-list .category-filters a {
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    border: 2px solid #888d97;
    background-color: #888d97;
    margin-right: 20px;
    padding: 10px 30px
}

.toolbox-news.news-list .category-filters a:not(.negative),
.toolbox-news .news-related-list .category-filters a:not(.negative) {
    background-color: #fff;
    color: #888d97
}

.toolbox-news.news-list .category-filters a.btn-primary:active,
.toolbox-news.news-list .category-filters a.btn-primary:focus,
.toolbox-news.news-list .category-filters a.btn-primary:hover,
.toolbox-news .news-related-list .category-filters a.btn-primary:active,
.toolbox-news .news-related-list .category-filters a.btn-primary:focus,
.toolbox-news .news-related-list .category-filters a.btn-primary:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid #385370;
    background-color: #fff;
    color: #385370
}

.toolbox-news.news-list .category-filters a.btn-primary:focus,
.toolbox-news .news-related-list .category-filters a.btn-primary:focus {
    background-color: #888d97;
    border: 2px solid #888d97;
    color: #fff
}

.toolbox-news.news-list .news-entry,
.toolbox-news .news-related-list .news-entry {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative
}

.toolbox-news.news-list .news-entry h3,
.toolbox-news .news-related-list .news-entry h3 {
    margin-bottom: 30px
}

.toolbox-news.news-list .news-entry h5,
.toolbox-news .news-related-list .news-entry h5 {
    margin-bottom: 6px
}

.toolbox-news.news-list .news-entry .news-combo,
.toolbox-news .news-related-list .news-entry .news-combo {
    background-color: #fff;
    position: relative
}

.toolbox-news.news-list .news-entry .news-combo .entry-content,
.toolbox-news .news-related-list .news-entry .news-combo .entry-content {
    padding: 15px
}

.toolbox-news.news-list .news-entry .entry-content .news-info,
.toolbox-news .news-related-list .news-entry .entry-content .news-info {
    display: inline-block;
    color: #888d97;
    text-transform: uppercase
}

.toolbox-news.news-list .news-entry .entry-content,
.toolbox-news.news-list .news-entry .entry-content *,
.toolbox-news .news-related-list .news-entry .entry-content,
.toolbox-news .news-related-list .news-entry .entry-content * {
    text-align: left
}

.toolbox-news.news-list .news-entry.backgroundmode,
.toolbox-news .news-related-list .news-entry.backgroundmode {
    position: relative
}

.toolbox-news.news-list .news-entry.backgroundmode .entry-content,
.toolbox-news .news-related-list .news-entry.backgroundmode .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .toolbox-news.news-list .news-entry.backgroundmode .entry-content > *,
    .toolbox-news .news-related-list .news-entry.backgroundmode .entry-content > * {
        max-width: 100%
    }
}

.toolbox-news.news-list .news-entry.backgroundmode .entry-content,
.toolbox-news.news-list .news-entry.backgroundmode .entry-content *,
.toolbox-news.news-list .news-entry.backgroundmode .entry-content :after,
.toolbox-news .news-related-list .news-entry.backgroundmode .entry-content,
.toolbox-news .news-related-list .news-entry.backgroundmode .entry-content *,
.toolbox-news .news-related-list .news-entry.backgroundmode .entry-content :after {
    color: #fff;
    text-align: left
}

.toolbox-news.news-list .news-entry .entry-image .img-responsive,
.toolbox-news .news-related-list .news-entry .entry-image .img-responsive {
    width: 100%
}

.toolbox-news.news-list .news-entry .entry-image.teaser_square,
.toolbox-news .news-related-list .news-entry .entry-image.teaser_square {
    position: relative
}

.toolbox-news.news-list .news-entry .entry-image.teaser_square:after,
.toolbox-news .news-related-list .news-entry .entry-image.teaser_square:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #385370;
    opacity: .74
}

.toolbox-news.news-list .news-entry .entry-image.teaser_square img,
.toolbox-news .news-related-list .news-entry .entry-image.teaser_square img {
    -webkit-filter: saturate(0);
    filter: saturate(0)
}

.toolbox-news.news-detail,
.toolbox-news.news-detail .video-item,
.toolbox-news.news-detail .video-item .toolbox-video .video-inner,
.toolbox-news.news-detail .video-item .toolbox-video iframe {
    position: relative
}

.toolbox-news.news-detail .poster {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-size: cover
}

.toolbox-news.news-detail .poster,
.toolbox-news.news-detail .poster .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toolbox-news.news-detail .poster .icon {
    line-height: 1;
    width: 85px;
    height: 85px;
    background: rgba(209, 10, 17, .5);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.toolbox-news.news-detail .poster .icon:before {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    font-size: 33px
}

.toolbox-news.news-detail .poster:hover .icon {
    background: #d10a11
}

.toolbox-news.news-detail .poster:hover .icon:before {
    color: #fff
}

.toolbox-news.news-detail .news-video video {
    max-width: 100%
}

.toolbox-news.news-detail.restricted_view .protected {
    background-color: #edeff3;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 90px;
    margin-bottom: 90px
}

.toolbox-news.news-detail.restricted_view > .container .lead {
    position: relative;
    margin-bottom: 60px
}

.toolbox-news.news-detail.restricted_view > .container .lead:after {
    position: absolute;
    left: -2px;
    bottom: -2px;
    height: 50px;
    max-height: 100%;
    width: calc(100% + 4px);
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0))
}

.toolbox-news.news-detail .entry-video {
    margin-bottom: 60px
}

.toolbox-news.news-detail .entry-video .video-item iframe {
    min-height: 600px
}

.toolbox-news.news-detail .detail-entry-gallery,
.toolbox-news.news-detail .detail-entry-image {
    margin-top: 60px;
    margin-bottom: 60px
}

.toolbox-news.news-detail .detail-entry-gallery .item,
.toolbox-news.news-detail .detail-entry-image .item {
    width: 100%
}

.toolbox-news.news-detail .slick-slider {
    margin-top: 60px;
    margin-bottom: 60px
}

.toolbox-news.news-detail .slick-slider .slick-slide {
    width: calc(100vw - 40px)
}

@media (min-width: 768px) {
    .toolbox-news.news-detail .slick-slider .slick-slide {
        width: calc(100vw - 140px)
    }
}

@media (min-width: 1200px) {
    .toolbox-news.news-detail .slick-slider .slick-slide {
        width: 950px
    }
}

.toolbox-news.news-detail .slick-slider .news-entry {
    padding: 0 5px
}

@media (min-width: 992px) {
    .toolbox-news.news-detail .slick-slider .news-entry {
        padding: 0 10px
    }
}

.toolbox-news.news-detail .detail-entry-downloads {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #edeff3
}

.toolbox-news.news-detail .detail-entry-downloads:after,
.toolbox-news.news-detail .detail-entry-downloads:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #edeff3;
    left: -100vw;
    width: 100vw;
    top: 0;
    bottom: 0;
    z-index: -1
}

.toolbox-news.news-detail .detail-entry-downloads:after {
    left: 100%;
    width: 100vw
}

.toolbox-news.news-detail .detail-entry-downloads h4 {
    margin-bottom: 30px
}

.toolbox-news.news-detail .detail-entry-links {
    margin-top: 60px
}

.toolbox-news.news-detail .detail-entry-links h4 {
    margin-bottom: 30px
}

.toolbox-news.news-detail .sharing-links .social-media .share-item {
    -webkit-transition: border .3s;
    transition: border .3s;
    font-size: 24px;
    color: #888d97;
    border-radius: 50%;
    padding: 7.5px;
    border: 1px solid transparent
}

.toolbox-news.news-detail .sharing-links .social-media .share-item:hover {
    cursor: pointer;
    border: 1px solid #888d97
}

.toolbox-news img.img-responsive {
    width: 100%
}

.toolbox-news .news-related-list {
    margin-top: 90px
}

.exclusive-label {
    position: absolute;
    top: -10px;
    right: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

@media (min-width: 992px) {
    .exclusive-label {
        right: 27px
    }
}

.exclusive-label .text {
    background-color: #d10a11;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff
}

@media (min-width: 992px) {
    .exclusive-label .text {
        font-size: 13px
    }
}

.exclusive-label .flap {
    left: -10px;
    height: 10px;
    clip: rect(1px, 10px, 10px, 0);
    overflow: visible
}

.exclusive-label .flap,
.exclusive-label .flap .filler {
    position: absolute;
    content: "";
    top: 0;
    display: block;
    width: 10px
}

.exclusive-label .flap .filler {
    left: 13px;
    height: 20px;
    background-color: #88070b;
    -webkit-transform-origin: 12px 0;
    transform-origin: 12px 0;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg)
}

form.members_user_registration_register {
    margin-right: -15px;
    margin-left: -15px
}

form.members_user_registration_register > div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    form.members_user_registration_register > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

form.members_user_registration_register .invalid-feedback span.form-error-icon {
    display: none
}

form.members_user_login .error {
    color: #d10a11;
    margin-bottom: 20px
}

form .members-register-link {
    margin-left: 30px
}

#search-overlay {
    position: fixed;
    z-index: 5;
    top: -100%;
    right: 0;
    bottom: calc(100% - 95px);
    left: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    visibility: hidden;
    background: hsla(0, 0%, 100%, .98);
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 60px 0
}

#search-overlay.show {
    opacity: 1;
    visibility: visible;
    top: 95px;
    bottom: 0
}

#search-overlay .bind-wrapper {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

#search-overlay.loading .bind-wrapper {
    opacity: 0
}

#search-overlay .container {
    padding-top: 7vw
}

#search-overlay .container .container-inner {
    position: relative
}

#search-overlay .close-button-wrapper {
    position: absolute;
    right: 30px;
    top: 30px
}

#search-overlay .close-button-wrapper .close {
    -webkit-appearance: unset !important;
    -moz-appearance: unset !important;
    appearance: unset !important;
    width: 30px
}

.search-wrapper .typeahead__container input,
.search .typeahead__container input {
    outline-offset: 0 !important;
    border-color: #73869a;
    background-color: #edeff3 !important;
    padding-left: 30px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700
}

.search-wrapper .typeahead__container input:focus,
.search .typeahead__container input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.search-wrapper .typeahead__container.result input,
.search .typeahead__container.result input {
    border-bottom-width: 0
}

.search-wrapper .typeahead__container .typeahead__cancel-button,
.search .typeahead__container .typeahead__cancel-button {
    font-size: 0;
    z-index: 5;
    right: 4px;
    background-color: #edeff3
}

.search-wrapper .typeahead__container .typeahead__cancel-button:before,
.search .typeahead__container .typeahead__cancel-button:before {
    font-family: icomoon-zellweger !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 18px;
    color: #000
}

.search-wrapper .typeahead__container .typeahead__item small,
.search .typeahead__container .typeahead__item small {
    display: block
}

.search-wrapper {
    position: relative
}

.search-wrapper .typeahead__list {
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-top: 0
}

@media (min-width: 992px) {
    .search-wrapper .typeahead__list {
        border-width: 3px;
        border-color: #73869a
    }
}

.search-wrapper .js-autocomplete form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-wrapper .js-autocomplete form .search-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80%;
    flex: 1 0 80%
}

.search-wrapper .js-autocomplete form .form-group {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.search-wrapper .js-autocomplete form .form-group button {
    width: 100%;
    height: 100%
}

.search-wrapper .typeahead__item {
    border: none;
    height: 50px
}

@media (min-width: 992px) {
    .search-wrapper .typeahead__item {
        height: 65px
    }
}

.search-wrapper .typeahead__item a {
    padding: 0;
    height: 100%
}

.search-wrapper .typeahead__item a,
.search-wrapper .typeahead__item a > a,
.search-wrapper .typeahead__item a > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-wrapper .typeahead__item a > a,
.search-wrapper .typeahead__item a > p {
    padding: 22px 10px
}

.search-wrapper .typeahead__item a .exclusive {
    font-size: 11px;
    text-transform: uppercase;
    background: #d10a11;
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    margin: 15px 10px
}

.search-wrapper .result-wrapper {
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.search-wrapper .result-wrapper .result-info {
    margin-top: 30px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 700;
    font-size: 18px
}

.search-wrapper .result-wrapper .load-more-item {
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px
}

.search-wrapper .result-wrapper .load-more-item:hover {
    background-color: #edeff3
}

.search-wrapper .result-wrapper .load-more-item p {
    margin-bottom: 0
}

.search-wrapper .result-wrapper .load-more-item .blurred {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.search-wrapper .result-wrapper .load-more-item .keyword {
    padding: 0 3.75px 3px;
    margin: -3.75px;
    background-color: rgba(56, 83, 112, .2)
}

.search-wrapper .result-wrapper .load-more-item .item-title {
    margin-bottom: 0;
    display: inline
}

.search-wrapper .result-wrapper .load-more-item .exclusive {
    font-size: 11px;
    text-transform: uppercase;
    background: #d10a11;
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    margin: 15px 10px 15px 0
}

.search-wrapper.loading .result-wrapper {
    opacity: .55;
    pointer-events: none
}

.search-wrapper .form-control,
.search-wrapper .selectpicker:not(.native-button) .bootstrap-select select ~ button {
    height: 50px;
    font-weight: 400
}

@media (min-width: 992px) {
    .search-wrapper .form-control,
    .search-wrapper .selectpicker:not(.native-button) .bootstrap-select select ~ button {
        height: 65px;
        border-width: 3px
    }
}

.search-wrapper .custom-control.custom-checkbox {
    padding: 0 5px;
    width: 50%
}

@media (min-width: 768px) {
    .search-wrapper .custom-control.custom-checkbox {
        width: 33.333%
    }
}

@media (min-width: 992px) {
    .search-wrapper .custom-control.custom-checkbox {
        width: 25%
    }
}

.search-wrapper .custom-control.custom-checkbox .custom-control-label {
    font-size: smaller;
    color: #385370
}

.search-wrapper .custom-control.custom-checkbox .custom-control-label:after {
    top: 6px
}

.search-wrapper .custom-control.custom-checkbox .custom-control-label:after,
.search-wrapper .custom-control.custom-checkbox .custom-control-label:before {
    margin-top: -3px
}

.search-wrapper .search-button {
    width: 50px;
    height: 50px;
    min-height: 50px;
    border-width: 2px
}

@media (min-width: 992px) {
    .search-wrapper .search-button {
        width: 65px;
        height: 65px;
        border-width: 3px
    }
}

.search-wrapper .form-check-inline-wrapper {
    padding: 15px 0
}

.search-wrapper .form-check-inline-wrapper .custom-control {
    margin-bottom: 15px
}

.search-wrapper .search-result-item {
    overflow: hidden
}

.search-wrapper .search-result-item.search-result-boxed {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.search-wrapper .search-result-item.search-result-boxed:hover {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .4)
}

.search-wrapper .search-result-item .keyword {
    color: #385370
}

.search-wrapper .search-result-item .item-title {
    line-height: 1;
    margin-bottom: 5px
}

@media (max-width: 767.98px) {
    .search-wrapper .search-result-item .item-title {
        font-size: 14px
    }
}

.search-wrapper .search-result-item .item-title small {
    display: inline-block;
    margin-bottom: 3px
}

.search-wrapper .search-result-item .item-text,
.search-wrapper .search-result-item p {
    margin-bottom: 0
}

.search-wrapper .search-result-item .item-image-wrapper {
    float: left;
    margin-right: 30px;
    width: 100px;
    height: 100px;
    background: #888d97;
    display: block;
    min-width: 100px
}

.search-wrapper .search-result-item .item-image-wrapper .item-image {
    width: 100px;
    height: 100px
}

.search-wrapper .search-result-item .item-content {
    padding: 0 30px 15px 0
}

@media (min-width: 768px) {
    .search-wrapper .search-result-item .item-content {
        padding: 0 30px 7.5px 0
    }
}

.search-wrapper .search-result-item.type-asset .item-title i {
    position: relative;
    bottom: -3px
}