@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;900&family=Sonsie+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css);
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    line-height: 1.4;
    color: #222;
    background: #fff;
    overflow-y: scroll
    }
nav {
    margin: 0;
    padding: 0
    }
p {
    display: inline;
    margin: 0;
    padding: 0
    }
img {
    pointer-events: none;
    max-width: 100%
    }
input::placeholder, textarea::placeholder {
    color: #ccc !important
    }
.font-bold {
    font-weight: bold
    }
.flex1 {
    flex: 1
    }
.w1200 {
    width: 1200px
    }
.w1000 {
    width: 1000px
    }
.w800 {
    width: 800px
    }
#topics{
    width: auto;
}
#menubar {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    padding: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s
    }
#menubar.db {
    left: 0;
    opacity: 1;
    background: rgba(0, 20, 40, 0.8);
    color: #fff
    }
#menubar ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
#menubar a {
    display: block;
    text-align: left;
    color: #fff;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #444;
    transition: 0.3s
    }
#menubar ul ul a {
    padding: 15px 0 15px 35px
    }
#menubar ul ul a:before {
    font: var(--fa-font-solid);
    content: "";
    margin-right: 0.5em
    }
#menubar a:hover {
    background-color: rgba(120, 120, 120, 0.8);
    text-decoration: none
    }
#menubar_hdr {
    position: fixed;
    z-index: 200;
    cursor: pointer;
    right: 0;
    top: 0;
    padding: 16px 14px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 0;
    background: rgba(0, 0, 0, 0.5)
    }
#menubar_hdr span {
    display: block;
    transition: 0.3s;
    border-top: 2px solid #fff
    }
#menubar_hdr.ham span:nth-of-type(1), #menubar_hdr.ham span:nth-of-type(3) {
    transform-origin: center center;
    width: 26px
    }
#menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px)
    }
#menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(6px, -6px)
    }
#menubar_hdr.ham span:nth-of-type(2) {
    opacity: 0
    }
#main {
    background-color: #fff;
    min-height: calc(100svh - 80px)
    }
#header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    min-width: 1200px;
    padding: 5px 10px 5px 70px;
    background-color: rgba(216, 198, 155, 0.6);
    z-index: 10;
    font-family: "Marcellus", serif;
    font-style: normal
    }
#header .headerwaku {
    width: 1200px;
    margin: 0 auto
    }
#header .headerlogoimg {
    width: 210px
    }
#menu {
    padding: 0 20px 0 10px
    }
#menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
    }
#menu ul li {
    position: relative;
    margin: 0 5px
    }
#menu ul li a {
    position: relative;
    display: block;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    transition: all 0.5s
    }
#menu ul li > a.menu::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    margin-left: 10px;
    width: calc(100% - 20px);
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    transform: scale(0.5, 1);
    transform-origin: center top;
    transition: all 0.5s
    }
#menu ul li > a.menu:hover {
    text-decoration: none;
    color: #000
    }
#menu ul li > a.menu:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1, 1)
    }
#menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10
    }
#menu ul ul li {
    display: block;
    margin: 0;
    padding: 0
    }
#menu ul ul li a {
    display: block;
    text-align: center;
    white-space: nowrap;
    margin-left: -10px;
    padding: 5px 20px;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(216, 198, 155, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s
    }
#menu ul ul li a:hover {
    color: rgba(255, 255, 255, 0.7)
    }
#menu ul li:hover > ul {
    display: block;
    animation: menuanim 0.5s ease 0s
    }
.top-icatch {
    position: relative;
    min-height: 300px;
    max-height: 100svh;
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    overflow: hidden
    }
.top-icatch img {
    object-fit: cover;
    width: 100%
    }
.top-icatch-pr img {
    object-fit: cover;
    width: 500px
    }
.icatch {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #000;
    overflow: hidden
    }
.icatch img {
    object-fit: cover;
    width: 100%;
    opacity: 0.8;
    transition: all 0.4s
    }
.icatch:hover img {
    opacity: 1
    }
.icatch .title {
    position: absolute;
    top: 190px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #333
    }
.icatch .subtitle {
    position: absolute;
    top: 250px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #333
    }
#container {
    width: 100%;
    min-width: 1200px
    }
.section {
    margin: 0 auto;
    width: 1200px
    }
.newstitle {
    width: 300px;
    padding-top: 0.3em;
    text-align: center;
    font-family: "Marcellus", serif;
    font-style: normal;
    font-size: 1.8em
    }
.newsdata {
    width: 700px
    }
.newsdl {
    display: flex;
    margin: 0;
    padding: 0.8em 0;
    border-bottom: 1px solid #888
    }
.newsdl dt {
    display: block;
    width: 180px;
    text-align: center;
    font-weight: normal
    }
.newsdl dd {
    display: block
    }
.newsdl .newskoumokutitle {
    cursor: pointer
    }
.newsdl .newscmt {
    display: none;
    padding: 5px;
    border: 1px solid #ccc
    }
.topicsall:hover {
    color: #000
    }
.newsdl dd {
    margin-left: 1em;
    flex: 1
    }
.newsdl dd a {
    color: #333
    }
.newsdl dd a:hover {
    color: #333
    }
#footer {
    background-color: rgb(66, 76, 72);
    color: rgb(233, 226, 210);
    font-family: "Marcellus", serif;
    font-style: normal;
    padding-top: 50px
    }
#footData {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0
    }
.footerlogo {
    width: 200px
    }
.footermenu {
    display: flex;
    justify-content: end
    }
.footermenu ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
.footermenu ul li {
    display: block;
    margin: 0;
    padding: 5px 0 5px 10px
    }
.footermenu ul li a {
    display: block;
    font-size: 0.9em;
    padding: 0.2em 1.2em;
    font-weight: bold;
    color: rgb(233, 226, 210);
    transition: all 0.5s
    }
.footermenu ul li a:hover {
    color: #fff;
    text-decoration: none
    }
.copyright {
    text-align: center;
    padding: 10px 0;
    font-size: 0.8em;
    color: #ddd
    }
#pageTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000
    }
@media screen and (min-width: 576px) {
    .sp {
        display: none
        }
    #menubar, #menubar_hdr {
        display: none
        }
    }
@media screen and (max-width: 575px) {
    .pc {
        display: none
        }
    .section {
        width: 100%;
        padding: 0 5px
        }
    .w1200 {
        width: 100%
        }
    .w1100 {
        width: 100%
        }
    .w1000 {
        width: 100%
        }
    .w900 {
        width: 100%
        }
    .w800 {
        width: 100%
        }
    .w700 {
        width: 100%
        }
    .w600 {
        width: 100%
        }
    .w500 {
        width: 100%
        }
    #header {
        min-width: 100%;
        padding: 0 10px 0 20px;
        height: 50px
        }
    #header .headerlogoimg {
        width: 180px
        }
    #menu {
        display: none
        }
    #main {
        background-color: #fff;
        min-height: calc(100svh - 300px)
        }
    #container {
        min-width: 100%
        }
    .top-icatch {
        padding-top: 0;
        height: auto;
        min-height: auto;
        max-height: 100svh;
        /*aspect-ratio:1 / 2;*/
        }
    .top-icatch img {
        height: 100svh
        }
    .top-icatch-pr {
        position: absolute;
        bottom: 50px;
        left: 10px;
        margin-left: 0
        }
    .top-icatch-pr img {
        width: 70vw;
        height: auto
        }
    .icatch {
        padding-top: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 5/2
        }
    .icatch img {
        object-fit: cover;
        width: auto
        }
    .icatch .title {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        margin-left: 0;
        font-size: 1.8em;
        font-weight: bold;
        text-align: center;
        color: #fff;
        text-shadow: 0 0 5px #333
        }
    .icatch .subtitle {
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        margin-left: 0;
        font-size: 1.3em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        text-shadow: 0 0 5px #333
        }
    .newstitle {
        width: 100%;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        font-size: 1.6em
        }
    .newsdata {
        width: 100%
        }
    .newsdl {
        display: block;
        margin: 0;
        padding: 0.8em 0;
        border-bottom: none
        }
    .newsdl dt {
        display: block;
        width: 100%;
        text-align: left;
        font-weight: normal;
        padding: 5px
        }
    .newsdl dd {
        display: block;
        margin: 0;
        padding: 5px 5px 5px 10px;
        border-bottom: 1px solid #888
        }
    #footer {
        padding-top: 30px
        }
    /* inview用 */
    #pageTop {
        bottom: 20px;
        right: 20px
        }
    }
h2 > span {
    border-bottom: 1px solid rgb(155, 29, 54);
    padding: 0 0.6em 0.3em 0.6em
    }
@media screen and (max-width: 575px) {
    .top-cmt {
        display: block;
        left: 0;
        width: 100%;
        padding: 0 5px
        }
    .top-cmt .text1 {
        position: absolute;
        top: 100px;
        width: 100%;
        font-size: 2em;
        font-weight: bold;
        text-align: left;
        margin-bottom: 1em
        }
    .top-cmt .text2 {
        position: absolute;
        left: 0;
        top: 180px;
        margin: 0 auto;
        width: 100%;
        padding: 10px;
        font-size: 1.1em
        }
    }
@media screen and (min-width: 673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
        }
    }
@media screen and (min-width: 1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
        }
    }
@media screen and (min-width: 1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
        }
    }
@media screen and (min-width: 1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
        }
    .full-width .twentyfourteen .tfwc {
        margin-right: auto
        }
    }
@media screen and (min-width: 38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
        }
    }
@media screen and (min-width: 59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
        }
    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
        }
    }
@media screen and (min-width: 44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
        }
    }
@media screen and (min-width: 56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
        }
    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
        }
    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
        }
    }
@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms
        }
    }
@media only screen and (min-width: 768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: 0.875em;
        padding: 0.5em
        }
    }
@media only screen and (min-width: 1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: 0.875em;
        padding: 0.5em
        }
    }
.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
    }
.pushy a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none
    }
.pushy a:hover {
    background: none;
    opacity: 0.8
    }
#container {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99)
    }
body.pushy-active {
    position: fixed;
    width: 100%;
    top: -1
    }
@media screen and (max-width: 768px) {
    .pushy {
        font-size: 1em
        }
    }
.pushy p.title {
    color: #00A3D9;
    border-bottom: 3px solid #00A3D9;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 2px
    }
dl.accordion {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    font-size: 14px
    }
dl.accordion .bannerBox {
    width: 94%;
    margin: 15px 3%
    }
dl.accordion .bannerBox img {
    margin: 0 0 15px
    }
dl.accordion dt {
    border-bottom: 1px solid #999;
    text-indent: 10px;
    color: #333;
    cursor: pointer;
    vertical-align: middle;
    height: 60px;
    line-height: 60px
    }
dl.accordion dd {
    background: #F3F3F3;
    display: none
    }
dl.accordion dd li {
    font-size: 14px;
    padding: 5% 5% 5% 10%;
    line-height: 1.5;
    display: block;
    color: #666
    }
.bannerBox1 img {
    margin: 0 0 15px
    }
.about-bg {
    padding: 50px 0;
    background: #000 url(../images/top/top_bg01.jpg) top center no-repeat;
    background-size: cover
    }
.about-text {
    width: 900px;
    padding: 40px 80px;
    background-color: rgb(233, 226, 210);
    font-family: "EB Garamond", serif;
    line-height: 1.8
    }
.about-title {
    font-family: "Marcellus", serif;
    font-size: 1.9em
    }
.about-subtitle {
    font-size: 1.8em
    }
.linkwaku {
    position: relative;
    display: block;
    width: 580px;
    height: 400px;
    font-family: "EB Garamond", serif;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 2;
    background-color: #000
    }
.linkwaku:hover {
    color: #fff;
    text-decoration: none
    }
.linkblock {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1
    }
.linktitle {
    font-family: "Marcellus", serif;
    font-size: 1.9em
    }
.linkbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
    }
.linkbg img {
    object-fit: cover;
    opacity: 0.4;
    transition: 0.3s
    }
.linkwaku:hover .linkbg img {
    opacity: 0.6
    }
.linkmore {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: normal
    }
.linkmore .bi {
    margin-left: 0.2em;
    width: 1.3em;
    height: 1.3em;
    font-size: 1.3em
    }
.mapbg {
    background-color: rgb(233, 226, 210);
    color: rgb(66, 76, 72);
    line-height: 1.7
    }
.maptitle {
    font-family: "Marcellus", serif;
    font-size: 1.9em
    }
.map iframe {
    border: 0;
    width: 800px;
    aspect-ratio: 2/1
    }
@media screen and (max-width: 575px) {
    .about-text {
        margin: 0 auto;
        width: 90vw;
        padding: 20px 40px;
        background-color: rgb(233, 226, 210);
        font-family: "EB Garamond", serif;
        font-size: 0.8em;
        line-height: 1.8;
        background-color: rgba(233, 226, 210, 0.9)
        }
    .linkwaku {
        margin: 5px;
        width: calc(100% - 10px);
        height: auto;
        aspect-ratio: 5/4
        }
    .map iframe {
        width: 100%;
        aspect-ratio: 5/3
        }
    }
@font-face {
    font-family: dashicons;
    src: url(../fonts/dashicons.eot%3F99ac726223c749443b642ce33df8b800);
    src: url(../fonts/dashicons.eot%3F99ac726223c749443b642ce33df8b800) format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(../fonts/dashicons.ttf%3F99ac726223c749443b642ce33df8b800) format("truetype");
    font-weight: 400;
    font-style: normal
    }
*, ::after, ::before {
    box-sizing: border-box
    }
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
    }
figcaption, figure, nav {
    display: block
    }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
    }
[tabindex="-1"]:focus {
    outline: 0 !important
    }
p {
    margin-top: 0;
    margin-bottom: 1rem
    }
dl, ul {
    margin-top: 0;
    margin-bottom: 1rem
    }
ol ul, ul ol, ul ul {
    margin-bottom: 0
    }
dt {
    font-weight: 700
    }
dd {
    margin-bottom: 0.5rem;
    margin-left: 0
    }
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
    }
a:hover {
    color: #0056b3;
    text-decoration: underline
    }
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
    }
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
    }
a:not([href]):not([tabindex]):focus {
    outline: 0
    }
figure {
    margin: 0 0 1rem
    }
img {
    vertical-align: middle;
    border-style: none
    }
table {
    border-collapse: collapse
    }
th {
    text-align: inherit
    }
label {
    display: inline-block;
    margin-bottom: 0.5rem
    }
button {
    border-radius: 0
    }
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
    }
button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
    }
button, input {
    overflow: visible
    }
button {
    text-transform: none
    }
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
    }
textarea {
    overflow: auto;
    resize: vertical
    }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
    }
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
    }
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
    }
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem
    }
.blockquote-footer::before {
    content: "— "
    }
a > code {
    color: inherit
    }
@media (min-width: 576px) {
    .container {
        max-width: 540px
        }
    }
@media (min-width: 768px) {
    .container {
        max-width: 720px
        }
    }
@media (min-width: 992px) {
    .container {
        max-width: 960px
        }
    }
@media (min-width: 1200px) {
    .container {
        max-width: 1140px
        }
    }
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
    }
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
    }
.col-sm-4, .col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
    }
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
        }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
        }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
        }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
        }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
        }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
        }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
        }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
        }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
        }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
        }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
        }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
        }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
        }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
        }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
        }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
        }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
        }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
        }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
        }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
        }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
        }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
        }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
        }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
        }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
        }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
        }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
        }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
        }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
        }
    .offset-sm-0 {
        margin-left: 0
        }
    .offset-sm-1 {
        margin-left: 8.333333%
        }
    .offset-sm-2 {
        margin-left: 16.666667%
        }
    .offset-sm-3 {
        margin-left: 25%
        }
    .offset-sm-4 {
        margin-left: 33.333333%
        }
    .offset-sm-5 {
        margin-left: 41.666667%
        }
    .offset-sm-6 {
        margin-left: 50%
        }
    .offset-sm-7 {
        margin-left: 58.333333%
        }
    .offset-sm-8 {
        margin-left: 66.666667%
        }
    .offset-sm-9 {
        margin-left: 75%
        }
    .offset-sm-10 {
        margin-left: 83.333333%
        }
    .offset-sm-11 {
        margin-left: 91.666667%
        }
    }
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
        }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
        }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
        }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
        }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
        }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
        }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
        }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
        }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
        }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
        }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
        }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
        }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
        }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
        }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
        }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
        }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
        }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
        }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
        }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
        }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
        }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
        }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
        }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
        }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
        }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
        }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
        }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
        }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
        }
    .offset-md-0 {
        margin-left: 0
        }
    .offset-md-1 {
        margin-left: 8.333333%
        }
    .offset-md-2 {
        margin-left: 16.666667%
        }
    .offset-md-3 {
        margin-left: 25%
        }
    .offset-md-4 {
        margin-left: 33.333333%
        }
    .offset-md-5 {
        margin-left: 41.666667%
        }
    .offset-md-6 {
        margin-left: 50%
        }
    .offset-md-7 {
        margin-left: 58.333333%
        }
    .offset-md-8 {
        margin-left: 66.666667%
        }
    .offset-md-9 {
        margin-left: 75%
        }
    .offset-md-10 {
        margin-left: 83.333333%
        }
    .offset-md-11 {
        margin-left: 91.666667%
        }
    }
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
        }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
        }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
        }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
        }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
        }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
        }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
        }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
        }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
        }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
        }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
        }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
        }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
        }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
        }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
        }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
        }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
        }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
        }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
        }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
        }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
        }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
        }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
        }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
        }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
        }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
        }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
        }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
        }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
        }
    .offset-lg-0 {
        margin-left: 0
        }
    .offset-lg-1 {
        margin-left: 8.333333%
        }
    .offset-lg-2 {
        margin-left: 16.666667%
        }
    .offset-lg-3 {
        margin-left: 25%
        }
    .offset-lg-4 {
        margin-left: 33.333333%
        }
    .offset-lg-5 {
        margin-left: 41.666667%
        }
    .offset-lg-6 {
        margin-left: 50%
        }
    .offset-lg-7 {
        margin-left: 58.333333%
        }
    .offset-lg-8 {
        margin-left: 66.666667%
        }
    .offset-lg-9 {
        margin-left: 75%
        }
    .offset-lg-10 {
        margin-left: 83.333333%
        }
    .offset-lg-11 {
        margin-left: 91.666667%
        }
    }
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
        }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
        }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
        }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
        }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
        }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
        }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
        }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
        }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
        }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
        }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
        }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
        }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
        }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
        }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
        }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
        }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
        }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
        }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
        }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
        }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
        }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
        }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
        }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
        }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
        }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
        }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
        }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
        }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
        }
    .offset-xl-0 {
        margin-left: 0
        }
    .offset-xl-1 {
        margin-left: 8.333333%
        }
    .offset-xl-2 {
        margin-left: 16.666667%
        }
    .offset-xl-3 {
        margin-left: 25%
        }
    .offset-xl-4 {
        margin-left: 33.333333%
        }
    .offset-xl-5 {
        margin-left: 41.666667%
        }
    .offset-xl-6 {
        margin-left: 50%
        }
    .offset-xl-7 {
        margin-left: 58.333333%
        }
    .offset-xl-8 {
        margin-left: 66.666667%
        }
    .offset-xl-9 {
        margin-left: 75%
        }
    .offset-xl-10 {
        margin-left: 83.333333%
        }
    .offset-xl-11 {
        margin-left: 91.666667%
        }
    }
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
    }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
    }
.table tbody + tbody {
    border-top: 2px solid #dee2e6
    }
.table-sm td, .table-sm th {
    padding: 0.3rem
    }
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
    }
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
    }
.table-primary > td, .table-primary > th {
    background-color: #b8daff
    }
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
    }
.table-hover .table-primary:hover {
    background-color: #9fcdff
    }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
    }
.table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
    }
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
    }
.table-hover .table-secondary:hover {
    background-color: #c8cbcf
    }
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
    }
.table-success > td, .table-success > th {
    background-color: #c3e6cb
    }
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
    }
.table-hover .table-success:hover {
    background-color: #b1dfbb
    }
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
    }
.table-info > td, .table-info > th {
    background-color: #bee5eb
    }
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
    }
.table-hover .table-info:hover {
    background-color: #abdde5
    }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
    }
.table-warning > td, .table-warning > th {
    background-color: #ffeeba
    }
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
    }
.table-hover .table-warning:hover {
    background-color: #ffe8a1
    }
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
    }
.table-danger > td, .table-danger > th {
    background-color: #f5c6cb
    }
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
    }
.table-hover .table-danger:hover {
    background-color: #f1b0b7
    }
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
    }
.table-light > td, .table-light > th {
    background-color: #fdfdfe
    }
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
    }
.table-hover .table-light:hover {
    background-color: #ececf6
    }
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
    }
.table-dark > td, .table-dark > th {
    background-color: #c6c8ca
    }
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
    }
.table-hover .table-dark:hover {
    background-color: #b9bbbe
    }
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
    }
.table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, 0.075)
    }
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
    }
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075)
    }
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
    }
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
    }
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
    }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
    }
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
    }
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
        }
    .table-responsive-sm > .table-bordered {
        border: 0
        }
    }
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
        }
    .table-responsive-md > .table-bordered {
        border: 0
        }
    }
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
        }
    .table-responsive-lg > .table-bordered {
        border: 0
        }
    }
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
        }
    .table-responsive-xl > .table-bordered {
        border: 0
        }
    }
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.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.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
    }
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
        }
    }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
    }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 {
    background-color: #e9ecef;
    opacity: 1
    }
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
    }
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
    }
textarea.form-control {
    height: auto
    }
.form-group {
    margin-bottom: 1rem
    }
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
    }
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
    }
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
    }
.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
    }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
    }
.was-validated .custom-select:valid {
    border-color: #28a745;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
    }
.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block
    }
.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
    }
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
    }
.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 ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
    }
.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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
    }
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
    }
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
    }
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
    }
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
    }
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
    }
.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
    }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
    }
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
    }
.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block
    }
.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
    }
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
    }
.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 ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
    }
.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 {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
    }
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
    }
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
    }
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
    }
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
    }
@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
        }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
        }
    .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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: 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: 0.25rem;
        margin-left: 0
        }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: 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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
    }
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
        }
    }
.btn:hover {
    color: #212529;
    text-decoration: none
    }
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }
.btn.disabled, .btn:disabled {
    opacity: 0.65
    }
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
    }
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
    }
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
    }
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
    }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
    }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
    }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
    }
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
    }
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
    }
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
    }
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
    }
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
    }
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
    }
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
    }
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
    }
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
    }
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
    }
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
    }
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
    }
.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
    }
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
    }
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
    }
.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.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 {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
    }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
    }
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
    }
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
    }
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
    }
.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 {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
    }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
    }
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
    }
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
    }
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
    }
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
    }
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
    }
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
    }
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
    }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
    }
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
    }
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
    }
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
    }
.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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.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 {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
    }
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
    }
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
    }
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
    }
.btn-group-lg > .btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
    }
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
    }
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
        }
    }
.fade:not(.show) {
    opacity: 0
    }
.collapse:not(.show) {
    display: none
    }
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
        }
    }
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent
    }
.dropdown-toggle:empty::after {
    margin-left: 0
    }
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
        }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
        }
    }
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
        }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
        }
    }
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
        }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
        }
    }
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
        }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
        }
    }
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent
    }
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
    }
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid
    }
.dropright .dropdown-toggle:empty::after {
    margin-left: 0
    }
.dropright .dropdown-toggle::after {
    vertical-align: 0
    }
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""
    }
.dropleft .dropdown-toggle::after {
    display: none
    }
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent
    }
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
    }
.dropleft .dropdown-toggle::before {
    vertical-align: 0
    }
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
    }
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
    }
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
    }
.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
    }
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
    }
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
    }
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
    }
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
    }
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
    }
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
    }
.dropleft .dropdown-toggle-split::before {
    margin-right: 0
    }
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem
    }
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
    }
.btn-group-vertical > .btn {
    width: 100%
    }
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
    }
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
    }
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
    }
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
    }
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
    }
.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
    }
.input-group > .custom-file + .form-control, .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 + .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-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
    }
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
    }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
    }
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
    }
.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-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn {
    margin-left: -1px
    }
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
    }
.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-prepend > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
    }
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px)
    }
.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-prepend > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
    }
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
    }
.input-group > .input-group-append > .btn, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
    }
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
    }
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
    }
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
    }
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
    }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
    }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
    }
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
    }
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
    }
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
    }
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
    }
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
    }
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem
    }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
    }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
    }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 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: rgba(0, 123, 255, 0.5)
    }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
    }
.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,%3csvg xmlns='http://www.w3.org/2000/svg' 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: rgba(0, 123, 255, 0.5)
    }
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem
    }
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out
    }
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
        }
    }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translatex(0.75rem);
    transform: translatex(0.75rem)
    }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
    }
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
    }
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none
    }
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
    }
.custom-select::-ms-expand {
    display: none
    }
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }
.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::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0
    }
.custom-range:focus {
    outline: 0
    }
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }
.custom-range::-moz-focus-outer {
    border: 0
    }
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
    }
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
        }
    }
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
    }
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
    }
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
        }
    }
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
    }
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
    }
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
        }
    }
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem
    }
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
    }
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
    }
.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 {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
    }
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
        }
    }
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
    }
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
    }
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
        }
    }
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
        }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
        }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
        }
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
        }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
        }
    .navbar-expand-sm .navbar-toggler {
        display: none
        }
    }
@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
        }
    }
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
        }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
        }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
        }
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
        }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
        }
    .navbar-expand-md .navbar-toggler {
        display: none
        }
    }
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
        }
    }
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
        }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
        }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
        }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
        }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
        }
    .navbar-expand-lg .navbar-toggler {
        display: none
        }
    }
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
        }
    }
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
        }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
        }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
        }
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
        }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
        }
    .navbar-expand-xl .navbar-toggler {
        display: none
        }
    }
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9)
    }
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
    }
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9)
    }
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
    }
.navbar-dark .navbar-text a {
    color: #fff
    }
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
    }
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
    }
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
    }
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
    }
.card-text:last-child {
    margin-bottom: 0
    }
.card-link:hover {
    text-decoration: none
    }
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
    }
.card-header + .list-group .list-group-item:first-child {
    border-top: 0
    }
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
    }
@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
        }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
        }
    }
@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
        }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
        }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
        }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
        }
    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
        }
    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
        }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
        }
    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
        }
    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
        }
    }
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
        }
    .card-columns .card {
        display: inline-block;
        width: 100%
        }
    }
.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
    }
.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
    }
.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
    }
.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
    }
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"
    }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
    }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
    }
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
    }
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
    }
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
    }
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem
    }
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem
    }
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem
    }
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem
    }
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
    }
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
        }
    }
a.badge:focus, a.badge:hover {
    text-decoration: none
    }
.badge:empty {
    display: none
    }
.btn .badge {
    position: relative;
    top: -1px
    }
a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
    }
a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
    }
a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
    }
a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
    }
a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
    }
a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
    }
a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
    }
a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
    }
a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
    }
a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
    }
.badge-danger {
    color: #fff;
    background-color: #dc3545
    }
a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
    }
a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
    }
a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
    }
a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
    }
a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
    }
a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
    }
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
        }
    }
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
        }
    }
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
        }
    }
.media-body {
    -ms-flex: 1;
    flex: 1
    }
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
    }
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
    }
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
    }
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
    }
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
    }
.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0
    }
.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0
    }
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
        }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0
        }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0
        }
    }
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
        }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0
        }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0
        }
    }
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
        }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0
        }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0
        }
    }
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
        }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0
        }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0
        }
    }
.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
    }
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
    }
.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
    }
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
    }
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
    }
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
    }
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
    }
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
    }
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
    }
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
    }
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
    }
.close:hover {
    color: #000;
    text-decoration: none
    }
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 0.75
    }
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
    }
a.close.disabled {
    pointer-events: none
    }
.toast:not(:last-child) {
    margin-bottom: 0.75rem
    }
.toast-body {
    padding: 0.75rem
    }
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
        }
    }
.modal-dialog-scrollable .modal-body {
    overflow-y: auto
    }
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
    }
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
    }
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
    }
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem
    }
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem
    }
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
        }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
        }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
        }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
        }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
        }
    .modal-sm {
        max-width: 300px
        }
    }
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
        }
    }
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
        }
    }
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
    }
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000
    }
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000
    }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000
    }
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000
    }
.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
    }
.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25)
    }
.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff
    }
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25)
    }
.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff
    }
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
    }
.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff
    }
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
    }
.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25)
    }
.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff
    }
.popover-header:empty {
    display: none
    }
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529
    }
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
    }
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
        }
    }
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translatex(100%);
    transform: translatex(100%)
    }
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translatex(-100%);
    transform: translatex(-100%)
    }
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
        }
    }
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
        }
    }
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9
    }
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease
    }
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
        }
    }
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
    }
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
    }
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
    }
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
    }
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
    }
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
    }
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !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
    }
.rounded {
    border-radius: 0.25rem !important
    }
.rounded-pill {
    border-radius: 50rem !important
    }
.clearfix::after {
    display: block;
    clear: both;
    content: ""
    }
.d-none {
    display: none !important
    }
.d-block {
    display: block !important
    }
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
    }
@media (min-width: 576px) {
    .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: -ms-flexbox !important;
        display: flex !important
        }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
        }
    }
@media (min-width: 768px) {
    .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: -ms-flexbox !important;
        display: flex !important
        }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
        }
    }
@media (min-width: 992px) {
    .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: -ms-flexbox !important;
        display: flex !important
        }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
        }
    }
@media (min-width: 1200px) {
    .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: -ms-flexbox !important;
        display: flex !important
        }
    .d-xl-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
        }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
        }
    }
.embed-responsive::before {
    display: block;
    content: ""
    }
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
    }
.embed-responsive-21by9::before {
    padding-top: 42.857143%
    }
.embed-responsive-16by9::before {
    padding-top: 56.25%
    }
.embed-responsive-4by3::before {
    padding-top: 75%
    }
.embed-responsive-1by1::before {
    padding-top: 100%
    }
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
    }
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
    }
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
    }
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
    }
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
        }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
        }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
        }
    .flex-sm-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
        }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
        }
    .flex-sm-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
        }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
        }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
        }
    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
        }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
        }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
        }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
        }
    .align-items-sm-stretch {
        -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: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
        }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
        }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
        }
    .flex-md-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
        }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
        }
    .flex-md-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
        }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
        }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
        }
    .justify-content-md-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
        }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
        }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
        }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
        }
    .align-items-md-stretch {
        -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: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
        }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
        }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
        }
    .flex-lg-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
        }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
        }
    .flex-lg-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
        }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
        }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
        }
    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
        }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
        }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
        }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
        }
    .align-items-lg-stretch {
        -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: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
        }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
        }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
        }
    .flex-xl-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
        }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
        }
    .flex-xl-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
        }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
        }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
        }
    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
        }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
        }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
        }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
        }
    .align-items-xl-stretch {
        -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
        }
    }
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
        }
    .float-sm-right {
        float: right !important
        }
    .float-sm-none {
        float: none !important
        }
    }
@media (min-width: 768px) {
    .float-md-left {
        float: left !important
        }
    .float-md-right {
        float: right !important
        }
    .float-md-none {
        float: none !important
        }
    }
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
        }
    .float-lg-right {
        float: right !important
        }
    .float-lg-none {
        float: none !important
        }
    }
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
        }
    .float-xl-right {
        float: right !important
        }
    .float-xl-none {
        float: none !important
        }
    }
.position-relative {
    position: relative !important
    }
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
    }
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
    }
.w-100 {
    width: 100% !important
    }
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
    }
.m-1 {
    margin: 0.25rem !important
    }
.ml-1 {
    margin-left: 0.25rem !important
    }
.my-2 {
    margin-top: 0.5rem !important
    }
.mx-2 {
    margin-right: 0.5rem !important
    }
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important
    }
.ml-2, .mx-2 {
    margin-left: 0.5rem !important
    }
.my-3 {
    margin-top: 1rem !important
    }
.mb-3, .my-3 {
    margin-bottom: 1rem !important
    }
.mt-4, .my-4 {
    margin-top: 1.5rem !important
    }
.mx-4 {
    margin-right: 1.5rem !important
    }
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
    }
.mx-4 {
    margin-left: 1.5rem !important
    }
.mt-5, .my-5 {
    margin-top: 3rem !important
    }
.my-5 {
    margin-bottom: 3rem !important
    }
.p-2 {
    padding: 0.5rem !important
    }
.pt-3, .py-3 {
    padding-top: 1rem !important
    }
.pb-3, .py-3 {
    padding-bottom: 1rem !important
    }
.p-4 {
    padding: 1.5rem !important
    }
.py-4 {
    padding-top: 1.5rem !important
    }
.px-4 {
    padding-right: 1.5rem !important
    }
.py-4 {
    padding-bottom: 1.5rem !important
    }
.px-4 {
    padding-left: 1.5rem !important
    }
.pt-5, .py-5 {
    padding-top: 3rem !important
    }
.px-5 {
    padding-right: 3rem !important
    }
.py-5 {
    padding-bottom: 3rem !important
    }
.px-5 {
    padding-left: 3rem !important
    }
.mx-auto {
    margin-right: auto !important
    }
.mx-auto {
    margin-left: auto !important
    }
@media (min-width: 576px) {
    .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: 0.25rem !important
        }
    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important
        }
    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important
        }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important
        }
    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important
        }
    .m-sm-2 {
        margin: 0.5rem !important
        }
    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important
        }
    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important
        }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important
        }
    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important
        }
    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important
        }
    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important
        }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important
        }
    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important
        }
    .p-sm-2 {
        padding: 0.5rem !important
        }
    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important
        }
    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important
        }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important
        }
    .pl-sm-2, .px-sm-2 {
        padding-left: 0.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: -0.25rem !important
        }
    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important
        }
    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important
        }
    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important
        }
    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important
        }
    .m-sm-n2 {
        margin: -0.5rem !important
        }
    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important
        }
    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important
        }
    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important
        }
    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.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: 768px) {
    .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: 0.25rem !important
        }
    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important
        }
    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important
        }
    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important
        }
    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important
        }
    .m-md-2 {
        margin: 0.5rem !important
        }
    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important
        }
    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important
        }
    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important
        }
    .ml-md-2, .mx-md-2 {
        margin-left: 0.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: 0.25rem !important
        }
    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important
        }
    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important
        }
    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important
        }
    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important
        }
    .p-md-2 {
        padding: 0.5rem !important
        }
    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important
        }
    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important
        }
    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important
        }
    .pl-md-2, .px-md-2 {
        padding-left: 0.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: -0.25rem !important
        }
    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important
        }
    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important
        }
    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important
        }
    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important
        }
    .m-md-n2 {
        margin: -0.5rem !important
        }
    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important
        }
    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important
        }
    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important
        }
    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.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: 992px) {
    .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: 0.25rem !important
        }
    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important
        }
    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important
        }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important
        }
    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important
        }
    .m-lg-2 {
        margin: 0.5rem !important
        }
    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important
        }
    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important
        }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important
        }
    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important
        }
    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important
        }
    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important
        }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important
        }
    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important
        }
    .p-lg-2 {
        padding: 0.5rem !important
        }
    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important
        }
    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important
        }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important
        }
    .pl-lg-2, .px-lg-2 {
        padding-left: 0.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: -0.25rem !important
        }
    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important
        }
    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important
        }
    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important
        }
    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important
        }
    .m-lg-n2 {
        margin: -0.5rem !important
        }
    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important
        }
    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important
        }
    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important
        }
    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.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: 1200px) {
    .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: 0.25rem !important
        }
    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important
        }
    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important
        }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important
        }
    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important
        }
    .m-xl-2 {
        margin: 0.5rem !important
        }
    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important
        }
    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important
        }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important
        }
    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important
        }
    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important
        }
    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important
        }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important
        }
    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important
        }
    .p-xl-2 {
        padding: 0.5rem !important
        }
    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important
        }
    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important
        }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important
        }
    .pl-xl-2, .px-xl-2 {
        padding-left: 0.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: -0.25rem !important
        }
    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important
        }
    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important
        }
    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important
        }
    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important
        }
    .m-xl-n2 {
        margin: -0.5rem !important
        }
    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important
        }
    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important
        }
    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important
        }
    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.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-center {
    text-align: center !important
    }
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
        }
    .text-sm-right {
        text-align: right !important
        }
    .text-sm-center {
        text-align: center !important
        }
    }
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
        }
    .text-md-right {
        text-align: right !important
        }
    .text-md-center {
        text-align: center !important
        }
    }
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
        }
    .text-lg-right {
        text-align: right !important
        }
    .text-lg-center {
        text-align: center !important
        }
    }
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
        }
    .text-xl-right {
        text-align: right !important
        }
    .text-xl-center {
        text-align: center !important
        }
    }
.font-weight-bold {
    font-weight: 700 !important
    }
a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
    }
a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
    }
a.text-success:focus, a.text-success:hover {
    color: #19692c !important
    }
a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
    }
a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
    }
a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
    }
a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
    }
a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
    }
.text-body {
    color: #212529 !important
    }
@media print {
    *, ::after, ::before {
        text-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
        }
    body {
        min-width: 992px !important
        }
    .container {
        min-width: 992px !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
        }
    }
@font-face {
    font-family: star;
    src: url(../fonts/WooCommerce.woff2.html) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
    }
@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.woff2.html) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
    }
.dnone {
    display: none
    }
.shohincard:hover {
    color: #222;
    text-decoration: none;
    box-shadow: 0 0 5px #888
    }
.maintitle {
    width: 700px
    }
.text01 {
    font-family: "EB Garamond", serif;
    font-size: 1.2em;
    font-weight: bold
    }
.text02 {
    font-family: "EB Garamond", serif;
    font-size: 1.8em;
    font-weight: bold
    }
.imgdata img {
    object-fit: cover
    }
.itemtitle span {
    display: inline-block;
    min-width: 400px;
    border-bottom: 1px solid #999
    }
@media screen and (max-width: 575px) {
    .itemtitle span {
        min-width: 20vw
        }
    .tmimg {
        width: 160px
        }
    .maintitle {
        width: 100%
        }
    .shohincard {
        width: calc(50% - 10px)
        }
    }
.omoititle {
    width: 1000px
    }
.text01 {
    font-family: "EB Garamond", serif;
    font-size: 1.4em;
    font-weight: bold
    }
.text02 {
    font-family: "EB Garamond", serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.7
    }
.bg01 {
    background: #fff url(../images/omoi/bg01.jpg) bottom center no-repeat;
    background-size: 100%;
    height: auto;
    aspect-ratio: 10/3
    }
.accesstitle {
    width: 380px
    }
.comptable {
    font-family: "EB Garamond", serif;
    font-szie: 1.2em
    }
.comptable th {
    width: 8em;
    text-align: center;
    padding: 0.6em 1em;
    border-bottom: 1px solid #555
    }
.comptable td {
    padding: 0.6em 1em;
    border-bottom: 1px solid #555
    }
.gmap {
    width: 100%;
    height: auto;
    aspect-ratio: 3/1;
    border: 0
    }
.viewwaku div {
    padding: 1em;
    color: #000;
    width: 400px;
    max-width: 80%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9)
    }
@media screen and (max-width: 575px) {
    .omoititle {
        width: 100%
        }
    .newmore {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15vw;
        width: 30vw
        }
    .accesstitle {
        max-width: 100%
        }
    .gmap {
        aspect-ratio: 3/2
        }
    }
.maintitle {
    width: 800px
    }
.text01 {
    font-family: "EB Garamond", serif;
    font-size: 1.4em;
    font-weight: bold
    }
.text02 {
    font-family: "EB Garamond", serif;
    line-height: 1.8
    }
.bg01 {
    background: #fff url(../images/about/bg01.png) bottom right no-repeat;
    background-size: 35%
    }
.bg02 {
    background: #fff url(../images/about/bg02.jpg) bottom center no-repeat;
    background-size: 100%;
    height: auto;
    aspect-ratio: 20/13
    }
.companydiv {
    width: 800px
    }
.companytable {
    font-family: "EB Garamond", serif;
    width: 800px;
    font-size: 1.3em
    }
.companytable th {
    padding: 0.5em 3em;
    text-align: center;
    border-bottom: 1px solid #000
    }
.companytable td {
    padding: 0.5em 1em;
    border-bottom: 1px solid #000
    }
@media screen and (max-width: 575px) {
    .top-cmt {
        display: block;
        left: 0;
        width: 100%;
        padding: 0 5px
        }
    .top-cmt .text1 {
        position: absolute;
        top: 100px;
        width: 100%;
        font-size: 2em;
        font-weight: bold;
        text-align: left;
        margin-bottom: 1em
        }
    .top-cmt .text2 {
        position: absolute;
        left: 0;
        top: 180px;
        margin: 0 auto;
        width: 100%;
        padding: 10px;
        font-size: 1.1em
        }
    .maintitle {
        width: 100%
        }
    .bg01 {
        background-size: 90%
        }
    .companydiv {
        width: 100%
        }
    .companytable {
        font-family: "EB Garamond", serif;
        width: 100%;
        font-size: 1.3em
        }
    .companydiv {
        width: 100%;
        padding-bottom: 2em
        }
    .companytable {
        font-family: "EB Garamond", serif;
        width: 100%;
        font-size: 0.9em
        }
    .companytable th {
        padding: 0.5em 2em;
        white-space: nowrap
        }
    }

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
	.grid-container {
	  display: grid;
	  /* 1列あたり最小250px、余ったら均等配分。これだけでレスポンシブよ */
	  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	  /* 間隔は広めに。銘木の高級感を出すなら24px〜32pxは欲しいわね */
	  gap: 24px;
	  width: 100%;
	  /* 左右に余白を作って中央に寄せるなら、containerにpaddingを */
	  padding: 20px;
	  box-sizing: border-box;
	  max-width: 1200px;  /* 広がりすぎを抑える（リミッター） */
 	  margin: 0 auto;     /* 左右の余白を自動計算して均等にする */
	}

	.grid-container img {
	  width: 100%;
	  /* 高さを揃えて、はみ出た分をカット。これでグリッドが整うわ */
	  aspect-ratio: 4 / 3;
	  object-fit: cover;
	  border-radius: 4px; /* 少し角を丸めるだけで「ボタン感」が消えるわよ */
	  background: #f0f0f0; /* 読み込み前のプレースホルダー代わり */
	}
    .text-center{
        font-size: 14px;
        margin-top: 8px;
    }
@media (max-width: 768px) {

  .grid-container {

    grid-template-columns: 1fr;

    grid-template-rows: auto;

    height: auto;

  }

  .grid-container > * {

    grid-area: auto;

  }
  /* 各木材のコンテナを垂直方向に整列させるわよ */
    .grid-container > div { 
        display: flex;
        flex-direction: column; /* 縦に積む */
        align-items: center;    /* 中央に寄せる */
        text-align: center;
        margin-bottom: 20px;    /* アイテム間のマージン */
    }

    /* ボタンの幅も調整しなさい */
    .catebtn {
        width: 100%;
        max-width: 400px; /* 画像のResizeサイズに合わせるのが合理的よ */
        padding: 0;       /* 余計なパディングを削る */
        border: none;
    }

}
/* オーバーレイ：背景を暗くする */
.modal-overlay {
  display: none; /* 初期状態は隠す */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  align-items: center; justify-content: center;
}

/* モーダル・コンテナ：PC版（センターポップアップ） */
.modal-container {
  background: #fff;
  width: 90%; max-width: 600px;
  max-height: 80vh;
  border-radius: 8px;
  overflow: hidden;
  display: flex; flex-direction: column;
  animation: fadeIn 0.3s ease;
}

/* スマホ版（ボトムシート）への切り替え */
@media (max-width: 768px) {
  .modal-overlay {
    align-items: flex-end; /* 下揃えにする */
  }
  .modal-container {
    width: 100%; max-width: none;
    border-radius: 16px 16px 0 0; /* 上だけ角丸 */
    max-height: 85vh;
    animation: slideUp 0.3s ease-out; /* 下から出す */
  }
}

/* ヘッダー・ボディの装飾 */
.modal-header { padding: 1rem; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
.modal-body { padding: 1rem; overflow-y: auto; flex-grow: 1; }

/* 商品アイテムのスタイル */
.product-item { display: flex; gap: 1rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px dotted #ccc; }
.product-item img { width: 100px; height: 100px; object-fit: cover; border-radius: 4px; }
.detail-link { display: inline-block; margin-top: 0.5rem; background: #333; color: #fff; padding: 0.3rem 0.8rem; text-decoration: none; border-radius: 4px; }

/* アニメーション定義 */
@keyframes fadeIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }