:root{
    font-size:100%
}
/*! Bootstrap v5.0.2 (https://getbootstrap.com/) Copyright 2011-2021 The Bootstrap Authors Copyright 2011-2021 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root{
    --bs-blue:#3888BB;
    --bs-indigo:#6610f2;
    --bs-purple:#9674be;
    --bs-pink:#d63384;
    --bs-red:#DD543B;
    --bs-orange:#F3783B;
    --bs-yellow:#F0B93A;
    --bs-green:#A5B939;
    --bs-teal:#AFDECA;
    --bs-cyan:#0dcaf0;
    --bs-white:#ffffff;
    --bs-gray:#808080;
    --bs-gray-dark:#464443;
    --bs-primary:#F3783B;
    --bs-secondary:#3888BB;
    --bs-success:#A5B939;
    --bs-info:#65B2E8;
    --bs-warning:#F0B93A;
    --bs-danger:#DD543B;
    --bs-light:#FAF9F5;
    --bs-mid:#707070;
    --bs-dark:#5B5552;
    --bs-green:#A5B939;
    --bs-orange:#F3783B;
    --bs-purple:#9674be;
    --bs-blue:#3888BB;
    --bs-yellow:#F0B93A;
    --bs-lightblue:#65B2E8;
    --bs-black:#000000;
    --bs-white:#ffffff;
    --bs-beige:#E7E5D8;
    --bs-extradark:#272727;
    --bs-cream:#FFFBEC;
    --bs-teal:#AFDECA;
    --bs-red:#DD543B;
    --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}
*,::after,::before{
    box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth
    }
}
body{
    margin:0;
    font-family:brandon-grotesque,sans-serif;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#081716;
    background-color:#e7e5d8;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
hr{
    margin:1rem 0;
    color:inherit;
    background-color:currentColor;
    border:0;
    opacity:.25
}
hr:not([size]){
    height:1px
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.5rem;
    font-family:rockwell,serif;
    font-weight:400;
    line-height:1.25;
    color:inherit
}
.h1,h1{
    font-size:calc(1.325rem + .9vw)
}
@media (min-width:1200px){
    .h1,h1{
        font-size:2rem
    }
}
.h2,h2{
    font-size:calc(1.315rem + .78vw)
}
@media (min-width:1200px){
    .h2,h2{
        font-size:1.9rem
    }
}
.h3,h3{
    font-size:calc(1.295rem + .54vw)
}
@media (min-width:1200px){
    .h3,h3{
        font-size:1.7rem
    }
}
.h4,h4{
    font-size:calc(1.275rem + .3vw)
}
@media (min-width:1200px){
    .h4,h4{
        font-size:1.5rem
    }
}
.h5,h5{
    font-size:1.2rem
}
.h6,h6{
    font-size:.9rem
}
p{
    margin-top:0;
    margin-bottom:1rem;


}
abbr[data-bs-original-title],abbr[title]{
    text-decoration:underline dotted;
    cursor:help;
    text-decoration-skip-ink:none
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
ol,ul{
    padding-left:2rem
}
dl,ol,ul{
    margin-top:0;
    margin-bottom:1rem
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
dt{
    font-weight:700
}
dd{
    margin-bottom:.5rem;
    margin-left:0
}
blockquote{
    margin:0 0 1rem
}
b,strong{
    font-weight:bolder
}
.small,small{
    font-size:.875em
}
.mark,mark{
    padding:.2em;
    background-color:#fcf8e3
}
sub,sup{
    position:relative;
    font-size:.75em;
    line-height:0;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
a{
    color:#f3783b;
    text-decoration:underline
}
a:hover{
    color:#c2602f
}
a:not([href]):not([class]),a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}
code,kbd,pre,samp{
    font-family:var(--bs-font-monospace);
    font-size:1em;
    direction:ltr;
    unicode-bidi:bidi-override
}
pre{
    display:block;
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto;
    font-size:.875em
}
pre code{
    font-size:inherit;
    color:inherit;
    word-break:normal
}
code{
    font-size:.875em;
    color:#d63384;
    word-wrap:break-word
}
a>code{
    color:inherit
}
kbd{
    padding:.2rem .4rem;
    font-size:.875em;
    color:#fff;
    background-color:#081716;
    border-radius:0
}
kbd kbd{
    padding:0;
    font-size:1em;
    font-weight:700
}
figure{
    margin:0 0 1rem
}
img,svg{
    vertical-align:middle
}
table{
    caption-side:bottom;
    border-collapse:collapse
}
caption{
    padding-top:.5rem;
    padding-bottom:.5rem;
    color:grey;
    text-align:left
}
th{
    text-align:inherit;
    text-align:-webkit-match-parent
}
tbody,td,tfoot,th,thead,tr{
    border-color:inherit;
    border-style:solid;
    border-width:0
}
label{
    display:inline-block
}
button{
    border-radius:0
}
button:focus:not(:focus-visible){
    outline:0
}
button,input,optgroup,select,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,select{
    text-transform:none
}
[role=button]{
    cursor:pointer
}
select{
    word-wrap:normal
}
select:disabled{
    opacity:1
}
[list]::-webkit-calendar-picker-indicator{
    display:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
::-moz-focus-inner{
    padding:0;
    border-style:none
}
textarea{
    resize:vertical
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    float:left;
    width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:calc(1.275rem + .3vw);
    line-height:inherit
}
@media (min-width:1200px){
    legend{
        font-size:1.5rem
    }
}
legend+*{
    clear:left
}
::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{
    padding:0
}
::-webkit-inner-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:textfield
}
::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-color-swatch-wrapper{
    padding:0
}
::file-selector-button{
    font:inherit
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
output{
    display:inline-block
}
iframe{
    border:0
}
summary{
    display:list-item;
    cursor:pointer
}
progress{
    vertical-align:baseline
}
[hidden]{
    display:none!important
}
.lead{
    font-size:1.25rem;
    font-weight:300
}
.display-1{
    font-size:calc(1.625rem + 4.5vw);
    font-weight:300;
    line-height:1.25
}
@media (min-width:1200px){
    .display-1{
        font-size:5rem
    }
}
.display-2{
    font-size:calc(1.575rem + 3.9vw);
    font-weight:300;
    line-height:1.25
}
@media (min-width:1200px){
    .display-2{
        font-size:4.5rem
    }
}
.display-3{
    font-size:calc(1.525rem + 3.3vw);
    font-weight:300;
    line-height:1.25
}
@media (min-width:1200px){
    .display-3{
        font-size:4rem
    }
}
.display-4{
    font-size:calc(1.475rem + 2.7vw);
    font-weight:300;
    line-height:1.25
}
@media (min-width:1200px){
    .display-4{
        font-size:3.5rem
    }
}
.display-5{
    font-size:calc(1.425rem + 2.1vw);
    font-weight:300;
    line-height:1.25
}
@media (min-width:1200px){
    .display-5{
        font-size:3rem
    }
}
.display-6{
    font-size:calc(1.375rem + 1.5vw);
    font-weight:300;
    line-height:1.25
}
@media (min-width:1200px){
    .display-6{
        font-size:2.5rem
    }
}
.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline{
    padding-left:0;
    list-style:none
}
.list-inline-item{
    display:inline-block
}
.list-inline-item:not(:last-child){
    margin-right:.5rem
}
.initialism{
    font-size:.875em;
    text-transform:uppercase
}
.blockquote{
    margin-bottom:1rem;
    font-size:1.25rem
}
.blockquote>:last-child{
    margin-bottom:0
}
.blockquote-footer{
    margin-top:-1rem;
    margin-bottom:1rem;
    font-size:.875em;
    color:grey
}
.blockquote-footer::before{
    content:"\2014\00A0"
}
.row{
    --bs-gutter-x:30px;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(var(--bs-gutter-y) * -1);
    margin-right:calc(var(--bs-gutter-x) * -.5);
    margin-left:calc(var(--bs-gutter-x) * -.5)
}
.row>*{
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-top:var(--bs-gutter-y)
}
.col{
    flex:1 0 0%
}
.row-cols-auto>*{
    flex:0 0 auto;
    width:auto
}
.row-cols-1>*{
    flex:0 0 auto;
    width:100%
}
.row-cols-2>*{
    flex:0 0 auto;
    width:50%
}
.row-cols-3>*{
    flex:0 0 auto;
    width:33.3333333333%
}
.row-cols-4>*{
    flex:0 0 auto;
    width:25%
}
.row-cols-5>*{
    flex:0 0 auto;
    width:20%
}
.row-cols-6>*{
    flex:0 0 auto;
    width:16.6666666667%
}
@media (min-width:576px){
    .col-sm{
        flex:1 0 0%
    }
    .row-cols-sm-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-sm-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-sm-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-sm-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-sm-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-sm-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-sm-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
}
@media (min-width:768px){
    .col-md{
        flex:1 0 0%
    }
    .row-cols-md-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-md-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-md-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-md-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-md-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-md-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-md-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
}
@media (min-width:992px){
    .col-lg{
        flex:1 0 0%
    }
    .row-cols-lg-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-lg-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-lg-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-lg-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-lg-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-lg-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-lg-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
}
@media (min-width:1200px){
    .col-xl{
        flex:1 0 0%
    }
    .row-cols-xl-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-xl-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-xl-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-xl-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-xl-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-xl-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-xl-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
}
.col-auto{
    flex:0 0 auto;
    width:auto
}
.col-1{
    flex:0 0 auto;
    width:8.33333333%
}
.col-2{
    flex:0 0 auto;
    width:16.66666667%
}
.col-3{
    flex:0 0 auto;
    width:25%
}
.col-4{
    flex:0 0 auto;
    width:33.33333333%
}
.col-5{
    flex:0 0 auto;
    width:41.66666667%
}
.col-6{
    flex:0 0 auto;
    width:50%
}
.col-7{
    flex:0 0 auto;
    width:58.33333333%
}
.col-8{
    flex:0 0 auto;
    width:66.66666667%
}
.col-9{
    flex:0 0 auto;
    width:75%
}
.col-10{
    flex:0 0 auto;
    width:83.33333333%
}
.col-11{
    flex:0 0 auto;
    width:91.66666667%
}
.col-12{
    flex:0 0 auto;
    width:100%
}
.offset-1{
    margin-left:8.33333333%
}
.offset-2{
    margin-left:16.66666667%
}
.offset-3{
    margin-left:25%
}
.offset-4{
    margin-left:33.33333333%
}
.offset-5{
    margin-left:41.66666667%
}
.offset-6{
    margin-left:50%
}
.offset-7{
    margin-left:58.33333333%
}
.offset-8{
    margin-left:66.66666667%
}
.offset-9{
    margin-left:75%
}
.offset-10{
    margin-left:83.33333333%
}
.offset-11{
    margin-left:91.66666667%
}
.g-0,.gx-0{
    --bs-gutter-x:0
}
.g-0,.gy-0{
    --bs-gutter-y:0
}
.g-1,.gx-1{
    --bs-gutter-x:0.25rem
}
.g-1,.gy-1{
    --bs-gutter-y:0.25rem
}
.g-2,.gx-2{
    --bs-gutter-x:0.5rem
}
.g-2,.gy-2{
    --bs-gutter-y:0.5rem
}
.g-3,.gx-3{
    --bs-gutter-x:1rem
}
.g-3,.gy-3{
    --bs-gutter-y:1rem
}
.g-4,.gx-4{
    --bs-gutter-x:1.5rem
}
.g-4,.gy-4{
    --bs-gutter-y:1.5rem
}
.g-5,.gx-5{
    --bs-gutter-x:3rem
}
.g-5,.gy-5{
    --bs-gutter-y:3rem
}
@media (min-width:576px){
    .col-sm-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-sm-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-sm-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-sm-3{
        flex:0 0 auto;
        width:25%
    }
    .col-sm-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-sm-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-sm-6{
        flex:0 0 auto;
        width:50%
    }
    .col-sm-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-sm-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-sm-9{
        flex:0 0 auto;
        width:75%
    }
    .col-sm-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-sm-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-sm-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-sm-0{
        margin-left:0
    }
    .offset-sm-1{
        margin-left:8.33333333%
    }
    .offset-sm-2{
        margin-left:16.66666667%
    }
    .offset-sm-3{
        margin-left:25%
    }
    .offset-sm-4{
        margin-left:33.33333333%
    }
    .offset-sm-5{
        margin-left:41.66666667%
    }
    .offset-sm-6{
        margin-left:50%
    }
    .offset-sm-7{
        margin-left:58.33333333%
    }
    .offset-sm-8{
        margin-left:66.66666667%
    }
    .offset-sm-9{
        margin-left:75%
    }
    .offset-sm-10{
        margin-left:83.33333333%
    }
    .offset-sm-11{
        margin-left:91.66666667%
    }
    .g-sm-0,.gx-sm-0{
        --bs-gutter-x:0
    }
    .g-sm-0,.gy-sm-0{
        --bs-gutter-y:0
    }
    .g-sm-1,.gx-sm-1{
        --bs-gutter-x:0.25rem
    }
    .g-sm-1,.gy-sm-1{
        --bs-gutter-y:0.25rem
    }
    .g-sm-2,.gx-sm-2{
        --bs-gutter-x:0.5rem
    }
    .g-sm-2,.gy-sm-2{
        --bs-gutter-y:0.5rem
    }
    .g-sm-3,.gx-sm-3{
        --bs-gutter-x:1rem
    }
    .g-sm-3,.gy-sm-3{
        --bs-gutter-y:1rem
    }
    .g-sm-4,.gx-sm-4{
        --bs-gutter-x:1.5rem
    }
    .g-sm-4,.gy-sm-4{
        --bs-gutter-y:1.5rem
    }
    .g-sm-5,.gx-sm-5{
        --bs-gutter-x:3rem
    }
    .g-sm-5,.gy-sm-5{
        --bs-gutter-y:3rem
    }
}
@media (min-width:768px){
    .col-md-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-md-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-md-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-md-3{
        flex:0 0 auto;
        width:25%
    }
    .col-md-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-md-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-md-6{
        flex:0 0 auto;
        width:50%
    }
    .col-md-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-md-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-md-9{
        flex:0 0 auto;
        width:75%
    }
    .col-md-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-md-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-md-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-md-0{
        margin-left:0
    }
    .offset-md-1{
        margin-left:8.33333333%
    }
    .offset-md-2{
        margin-left:16.66666667%
    }
    .offset-md-3{
        margin-left:25%
    }
    .offset-md-4{
        margin-left:33.33333333%
    }
    .offset-md-5{
        margin-left:41.66666667%
    }
    .offset-md-6{
        margin-left:50%
    }
    .offset-md-7{
        margin-left:58.33333333%
    }
    .offset-md-8{
        margin-left:66.66666667%
    }
    .offset-md-9{
        margin-left:75%
    }
    .offset-md-10{
        margin-left:83.33333333%
    }
    .offset-md-11{
        margin-left:91.66666667%
    }
    .g-md-0,.gx-md-0{
        --bs-gutter-x:0
    }
    .g-md-0,.gy-md-0{
        --bs-gutter-y:0
    }
    .g-md-1,.gx-md-1{
        --bs-gutter-x:0.25rem
    }
    .g-md-1,.gy-md-1{
        --bs-gutter-y:0.25rem
    }
    .g-md-2,.gx-md-2{
        --bs-gutter-x:0.5rem
    }
    .g-md-2,.gy-md-2{
        --bs-gutter-y:0.5rem
    }
    .g-md-3,.gx-md-3{
        --bs-gutter-x:1rem
    }
    .g-md-3,.gy-md-3{
        --bs-gutter-y:1rem
    }
    .g-md-4,.gx-md-4{
        --bs-gutter-x:1.5rem
    }
    .g-md-4,.gy-md-4{
        --bs-gutter-y:1.5rem
    }
    .g-md-5,.gx-md-5{
        --bs-gutter-x:3rem
    }
    .g-md-5,.gy-md-5{
        --bs-gutter-y:3rem
    }
}
@media (min-width:992px){
    .col-lg-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-lg-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-lg-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-lg-3{
        flex:0 0 auto;
        width:25%
    }
    .col-lg-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-lg-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-lg-6{
        flex:0 0 auto;
        width:50%
    }
    .col-lg-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-lg-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-lg-9{
        flex:0 0 auto;
        width:75%
    }
    .col-lg-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-lg-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-lg-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-lg-0{
        margin-left:0
    }
    .offset-lg-1{
        margin-left:8.33333333%
    }
    .offset-lg-2{
        margin-left:16.66666667%
    }
    .offset-lg-3{
        margin-left:25%
    }
    .offset-lg-4{
        margin-left:33.33333333%
    }
    .offset-lg-5{
        margin-left:41.66666667%
    }
    .offset-lg-6{
        margin-left:50%
    }
    .offset-lg-7{
        margin-left:58.33333333%
    }
    .offset-lg-8{
        margin-left:66.66666667%
    }
    .offset-lg-9{
        margin-left:75%
    }
    .offset-lg-10{
        margin-left:83.33333333%
    }
    .offset-lg-11{
        margin-left:91.66666667%
    }
    .g-lg-0,.gx-lg-0{
        --bs-gutter-x:0
    }
    .g-lg-0,.gy-lg-0{
        --bs-gutter-y:0
    }
    .g-lg-1,.gx-lg-1{
        --bs-gutter-x:0.25rem
    }
    .g-lg-1,.gy-lg-1{
        --bs-gutter-y:0.25rem
    }
    .g-lg-2,.gx-lg-2{
        --bs-gutter-x:0.5rem
    }
    .g-lg-2,.gy-lg-2{
        --bs-gutter-y:0.5rem
    }
    .g-lg-3,.gx-lg-3{
        --bs-gutter-x:1rem
    }
    .g-lg-3,.gy-lg-3{
        --bs-gutter-y:1rem
    }
    .g-lg-4,.gx-lg-4{
        --bs-gutter-x:1.5rem
    }
    .g-lg-4,.gy-lg-4{
        --bs-gutter-y:1.5rem
    }
    .g-lg-5,.gx-lg-5{
        --bs-gutter-x:3rem
    }
    .g-lg-5,.gy-lg-5{
        --bs-gutter-y:3rem
    }
}
@media (min-width:1200px){
    .col-xl-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-xl-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-xl-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-xl-3{
        flex:0 0 auto;
        width:25%
    }
    .col-xl-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-xl-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-xl-6{
        flex:0 0 auto;
        width:50%
    }
    .col-xl-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-xl-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-xl-9{
        flex:0 0 auto;
        width:75%
    }
    .col-xl-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-xl-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-xl-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-xl-0{
        margin-left:0
    }
    .offset-xl-1{
        margin-left:8.33333333%
    }
    .offset-xl-2{
        margin-left:16.66666667%
    }
    .offset-xl-3{
        margin-left:25%
    }
    .offset-xl-4{
        margin-left:33.33333333%
    }
    .offset-xl-5{
        margin-left:41.66666667%
    }
    .offset-xl-6{
        margin-left:50%
    }
    .offset-xl-7{
        margin-left:58.33333333%
    }
    .offset-xl-8{
        margin-left:66.66666667%
    }
    .offset-xl-9{
        margin-left:75%
    }
    .offset-xl-10{
        margin-left:83.33333333%
    }
    .offset-xl-11{
        margin-left:91.66666667%
    }
    .g-xl-0,.gx-xl-0{
        --bs-gutter-x:0
    }
    .g-xl-0,.gy-xl-0{
        --bs-gutter-y:0
    }
    .g-xl-1,.gx-xl-1{
        --bs-gutter-x:0.25rem
    }
    .g-xl-1,.gy-xl-1{
        --bs-gutter-y:0.25rem
    }
    .g-xl-2,.gx-xl-2{
        --bs-gutter-x:0.5rem
    }
    .g-xl-2,.gy-xl-2{
        --bs-gutter-y:0.5rem
    }
    .g-xl-3,.gx-xl-3{
        --bs-gutter-x:1rem
    }
    .g-xl-3,.gy-xl-3{
        --bs-gutter-y:1rem
    }
    .g-xl-4,.gx-xl-4{
        --bs-gutter-x:1.5rem
    }
    .g-xl-4,.gy-xl-4{
        --bs-gutter-y:1.5rem
    }
    .g-xl-5,.gx-xl-5{
        --bs-gutter-x:3rem
    }
    .g-xl-5,.gy-xl-5{
        --bs-gutter-y:3rem
    }
}
.btn{
    display:inline-block;
    font-weight:400;
    line-height:1.5;
    color:#081716;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    cursor:pointer;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    border-radius:0;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .btn{
        transition:none
    }
}
.btn:hover{
    color:#081716
}
.btn-check:focus+.btn,.btn:focus{
    outline:0;
    box-shadow:0 0 0 .25rem rgba(243,120,59,.25)
}
.btn.disabled,.btn:disabled,fieldset:disabled .btn{
    pointer-events:none;
    opacity:.65
}
.btn-primary{
    color:#000;
    background-color:#f3783b;
    border-color:#f3783b
}
.btn-primary:hover{
    color:#000;
    background-color:#f58c58;
    border-color:#f4864f
}
.btn-check:focus+.btn-primary,.btn-primary:focus{
    color:#000;
    background-color:#f58c58;
    border-color:#f4864f;
    box-shadow:0 0 0 .25rem rgba(207,102,50,.5)
}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{
    color:#000;
    background-color:#f59362;
    border-color:#f4864f
}
.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(207,102,50,.5)
}
.btn-primary.disabled,.btn-primary:disabled{
    color:#000;
    background-color:#f3783b;
    border-color:#f3783b
}
.btn-secondary{
    color:#000;
    background-color:#3888bb;
    border-color:#3888bb
}
.btn-secondary:hover{
    color:#000;
    background-color:#569ac5;
    border-color:#4c94c2
}
.btn-check:focus+.btn-secondary,.btn-secondary:focus{
    color:#000;
    background-color:#569ac5;
    border-color:#4c94c2;
    box-shadow:0 0 0 .25rem rgba(48,116,159,.5)
}
.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{
    color:#000;
    background-color:#60a0c9;
    border-color:#4c94c2
}
.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(48,116,159,.5)
}
.btn-secondary.disabled,.btn-secondary:disabled{
    color:#000;
    background-color:#3888bb;
    border-color:#3888bb
}
.btn-success{
    color:#000;
    background-color:#a5b939;
    border-color:#a5b939
}
.btn-success:hover{
    color:#000;
    background-color:#b3c457;
    border-color:#aec04d
}
.btn-check:focus+.btn-success,.btn-success:focus{
    color:#000;
    background-color:#b3c457;
    border-color:#aec04d;
    box-shadow:0 0 0 .25rem rgba(140,157,48,.5)
}
.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{
    color:#000;
    background-color:#b7c761;
    border-color:#aec04d
}
.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(140,157,48,.5)
}
.btn-success.disabled,.btn-success:disabled{
    color:#000;
    background-color:#a5b939;
    border-color:#a5b939
}
.btn-info{
    color:#000;
    background-color:#65b2e8;
    border-color:#65b2e8
}
.btn-info:hover{
    color:#000;
    background-color:#7cbeeb;
    border-color:#74baea
}
.btn-check:focus+.btn-info,.btn-info:focus{
    color:#000;
    background-color:#7cbeeb;
    border-color:#74baea;
    box-shadow:0 0 0 .25rem rgba(86,151,197,.5)
}
.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{
    color:#000;
    background-color:#84c1ed;
    border-color:#74baea
}
.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(86,151,197,.5)
}
.btn-info.disabled,.btn-info:disabled{
    color:#000;
    background-color:#65b2e8;
    border-color:#65b2e8
}
.btn-warning{
    color:#000;
    background-color:#f0b93a;
    border-color:#f0b93a
}
.btn-warning:hover{
    color:#000;
    background-color:#f2c458;
    border-color:#f2c04e
}
.btn-check:focus+.btn-warning,.btn-warning:focus{
    color:#000;
    background-color:#f2c458;
    border-color:#f2c04e;
    box-shadow:0 0 0 .25rem rgba(204,157,49,.5)
}
.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{
    color:#000;
    background-color:#f3c761;
    border-color:#f2c04e
}
.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(204,157,49,.5)
}
.btn-warning.disabled,.btn-warning:disabled{
    color:#000;
    background-color:#f0b93a;
    border-color:#f0b93a
}
.btn-danger{
    color:#000;
    background-color:#dd543b;
    border-color:#dd543b
}
.btn-danger:hover{
    color:#000;
    background-color:#e26e58;
    border-color:#e0654f
}
.btn-check:focus+.btn-danger,.btn-danger:focus{
    color:#000;
    background-color:#e26e58;
    border-color:#e0654f;
    box-shadow:0 0 0 .25rem rgba(188,71,50,.5)
}
.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{
    color:#000;
    background-color:#e47662;
    border-color:#e0654f
}
.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(188,71,50,.5)
}
.btn-danger.disabled,.btn-danger:disabled{
    color:#000;
    background-color:#dd543b;
    border-color:#dd543b
}
.btn-light{
    color:#000;
    background-color:#faf9f5;
    border-color:#faf9f5
}
.btn-light:hover{
    color:#000;
    background-color:#fbfaf7;
    border-color:#fbfaf6
}
.btn-check:focus+.btn-light,.btn-light:focus{
    color:#000;
    background-color:#fbfaf7;
    border-color:#fbfaf6;
    box-shadow:0 0 0 .25rem rgba(213,212,208,.5)
}
.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{
    color:#000;
    background-color:#fbfaf7;
    border-color:#fbfaf6
}
.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(213,212,208,.5)
}
.btn-light.disabled,.btn-light:disabled{
    color:#000;
    background-color:#faf9f5;
    border-color:#faf9f5
}
.btn-mid{
    color:#fff;
    background-color:#707070;
    border-color:#707070
}
.btn-mid:hover{
    color:#fff;
    background-color:#5f5f5f;
    border-color:#5a5a5a
}
.btn-check:focus+.btn-mid,.btn-mid:focus{
    color:#fff;
    background-color:#5f5f5f;
    border-color:#5a5a5a;
    box-shadow:0 0 0 .25rem rgba(133,133,133,.5)
}
.btn-check:active+.btn-mid,.btn-check:checked+.btn-mid,.btn-mid.active,.btn-mid:active,.show>.btn-mid.dropdown-toggle{
    color:#fff;
    background-color:#5a5a5a;
    border-color:#545454
}
.btn-check:active+.btn-mid:focus,.btn-check:checked+.btn-mid:focus,.btn-mid.active:focus,.btn-mid:active:focus,.show>.btn-mid.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(133,133,133,.5)
}
.btn-mid.disabled,.btn-mid:disabled{
    color:#fff;
    background-color:#707070;
    border-color:#707070
}
.btn-dark{
    color:#fff;
    background-color:#5b5552;
    border-color:#5b5552
}
.btn-dark:hover{
    color:#fff;
    background-color:#4d4846;
    border-color:#494442
}
.btn-check:focus+.btn-dark,.btn-dark:focus{
    color:#fff;
    background-color:#4d4846;
    border-color:#494442;
    box-shadow:0 0 0 .25rem rgba(116,111,108,.5)
}
.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{
    color:#fff;
    background-color:#494442;
    border-color:#44403e
}
.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(116,111,108,.5)
}
.btn-dark.disabled,.btn-dark:disabled{
    color:#fff;
    background-color:#5b5552;
    border-color:#5b5552
}
.btn-green{
    color:#000;
    background-color:#a5b939;
    border-color:#a5b939
}
.btn-green:hover{
    color:#000;
    background-color:#b3c457;
    border-color:#aec04d
}
.btn-check:focus+.btn-green,.btn-green:focus{
    color:#000;
    background-color:#b3c457;
    border-color:#aec04d;
    box-shadow:0 0 0 .25rem rgba(140,157,48,.5)
}
.btn-check:active+.btn-green,.btn-check:checked+.btn-green,.btn-green.active,.btn-green:active,.show>.btn-green.dropdown-toggle{
    color:#000;
    background-color:#b7c761;
    border-color:#aec04d
}
.btn-check:active+.btn-green:focus,.btn-check:checked+.btn-green:focus,.btn-green.active:focus,.btn-green:active:focus,.show>.btn-green.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(140,157,48,.5)
}
.btn-green.disabled,.btn-green:disabled{
    color:#000;
    background-color:#a5b939;
    border-color:#a5b939
}
.btn-orange{
    color:#000;
    background-color:#f3783b;
    border-color:#f3783b
}
.btn-orange:hover{
    color:#000;
    background-color:#f58c58;
    border-color:#f4864f
}
.btn-check:focus+.btn-orange,.btn-orange:focus{
    color:#000;
    background-color:#f58c58;
    border-color:#f4864f;
    box-shadow:0 0 0 .25rem rgba(207,102,50,.5)
}
.btn-check:active+.btn-orange,.btn-check:checked+.btn-orange,.btn-orange.active,.btn-orange:active,.show>.btn-orange.dropdown-toggle{
    color:#000;
    background-color:#f59362;
    border-color:#f4864f
}
.btn-check:active+.btn-orange:focus,.btn-check:checked+.btn-orange:focus,.btn-orange.active:focus,.btn-orange:active:focus,.show>.btn-orange.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(207,102,50,.5)
}
.btn-orange.disabled,.btn-orange:disabled{
    color:#000;
    background-color:#f3783b;
    border-color:#f3783b
}
.btn-purple{
    color:#000;
    background-color:#9674be;
    border-color:#9674be
}
.btn-purple:hover{
    color:#000;
    background-color:#a689c8;
    border-color:#a182c5
}
.btn-check:focus+.btn-purple,.btn-purple:focus{
    color:#000;
    background-color:#a689c8;
    border-color:#a182c5;
    box-shadow:0 0 0 .25rem rgba(128,99,162,.5)
}
.btn-check:active+.btn-purple,.btn-check:checked+.btn-purple,.btn-purple.active,.btn-purple:active,.show>.btn-purple.dropdown-toggle{
    color:#000;
    background-color:#ab90cb;
    border-color:#a182c5
}
.btn-check:active+.btn-purple:focus,.btn-check:checked+.btn-purple:focus,.btn-purple.active:focus,.btn-purple:active:focus,.show>.btn-purple.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(128,99,162,.5)
}
.btn-purple.disabled,.btn-purple:disabled{
    color:#000;
    background-color:#9674be;
    border-color:#9674be
}
.btn-blue{
    color:#000;
    background-color:#3888bb;
    border-color:#3888bb
}
.btn-blue:hover{
    color:#000;
    background-color:#569ac5;
    border-color:#4c94c2
}
.btn-blue:focus,.btn-check:focus+.btn-blue{
    color:#000;
    background-color:#569ac5;
    border-color:#4c94c2;
    box-shadow:0 0 0 .25rem rgba(48,116,159,.5)
}
.btn-blue.active,.btn-blue:active,.btn-check:active+.btn-blue,.btn-check:checked+.btn-blue,.show>.btn-blue.dropdown-toggle{
    color:#000;
    background-color:#60a0c9;
    border-color:#4c94c2
}
.btn-blue.active:focus,.btn-blue:active:focus,.btn-check:active+.btn-blue:focus,.btn-check:checked+.btn-blue:focus,.show>.btn-blue.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(48,116,159,.5)
}
.btn-blue.disabled,.btn-blue:disabled{
    color:#000;
    background-color:#3888bb;
    border-color:#3888bb
}
.btn-yellow{
    color:#000;
    background-color:#f0b93a;
    border-color:#f0b93a
}
.btn-yellow:hover{
    color:#000;
    background-color:#f2c458;
    border-color:#f2c04e
}
.btn-check:focus+.btn-yellow,.btn-yellow:focus{
    color:#000;
    background-color:#f2c458;
    border-color:#f2c04e;
    box-shadow:0 0 0 .25rem rgba(204,157,49,.5)
}
.btn-check:active+.btn-yellow,.btn-check:checked+.btn-yellow,.btn-yellow.active,.btn-yellow:active,.show>.btn-yellow.dropdown-toggle{
    color:#000;
    background-color:#f3c761;
    border-color:#f2c04e
}
.btn-check:active+.btn-yellow:focus,.btn-check:checked+.btn-yellow:focus,.btn-yellow.active:focus,.btn-yellow:active:focus,.show>.btn-yellow.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(204,157,49,.5)
}
.btn-yellow.disabled,.btn-yellow:disabled{
    color:#000;
    background-color:#f0b93a;
    border-color:#f0b93a
}
.btn-lightblue{
    color:#000;
    background-color:#65b2e8;
    border-color:#65b2e8
}
.btn-lightblue:hover{
    color:#000;
    background-color:#7cbeeb;
    border-color:#74baea
}
.btn-check:focus+.btn-lightblue,.btn-lightblue:focus{
    color:#000;
    background-color:#7cbeeb;
    border-color:#74baea;
    box-shadow:0 0 0 .25rem rgba(86,151,197,.5)
}
.btn-check:active+.btn-lightblue,.btn-check:checked+.btn-lightblue,.btn-lightblue.active,.btn-lightblue:active,.show>.btn-lightblue.dropdown-toggle{
    color:#000;
    background-color:#84c1ed;
    border-color:#74baea
}
.btn-check:active+.btn-lightblue:focus,.btn-check:checked+.btn-lightblue:focus,.btn-lightblue.active:focus,.btn-lightblue:active:focus,.show>.btn-lightblue.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(86,151,197,.5)
}
.btn-lightblue.disabled,.btn-lightblue:disabled{
    color:#000;
    background-color:#65b2e8;
    border-color:#65b2e8
}
.btn-black{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-black:hover{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-black:focus,.btn-check:focus+.btn-black{
    color:#fff;
    background-color:#000;
    border-color:#000;
    box-shadow:0 0 0 .25rem rgba(38,38,38,.5)
}
.btn-black.active,.btn-black:active,.btn-check:active+.btn-black,.btn-check:checked+.btn-black,.show>.btn-black.dropdown-toggle{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-black.active:focus,.btn-black:active:focus,.btn-check:active+.btn-black:focus,.btn-check:checked+.btn-black:focus,.show>.btn-black.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(38,38,38,.5)
}
.btn-black.disabled,.btn-black:disabled{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-white{
    color:#000;
    background-color:#fff;
    border-color:#fff
}
.btn-white:hover{
    color:#000;
    background-color:#fff;
    border-color:#fff
}
.btn-check:focus+.btn-white,.btn-white:focus{
    color:#000;
    background-color:#fff;
    border-color:#fff;
    box-shadow:0 0 0 .25rem rgba(217,217,217,.5)
}
.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{
    color:#000;
    background-color:#fff;
    border-color:#fff
}
.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(217,217,217,.5)
}
.btn-white.disabled,.btn-white:disabled{
    color:#000;
    background-color:#fff;
    border-color:#fff
}
.btn-beige{
    color:#000;
    background-color:#e7e5d8;
    border-color:#e7e5d8
}
.btn-beige:hover{
    color:#000;
    background-color:#ebe9de;
    border-color:#e9e8dc
}
.btn-beige:focus,.btn-check:focus+.btn-beige{
    color:#000;
    background-color:#ebe9de;
    border-color:#e9e8dc;
    box-shadow:0 0 0 .25rem rgba(196,195,184,.5)
}
.btn-beige.active,.btn-beige:active,.btn-check:active+.btn-beige,.btn-check:checked+.btn-beige,.show>.btn-beige.dropdown-toggle{
    color:#000;
    background-color:#eceae0;
    border-color:#e9e8dc
}
.btn-beige.active:focus,.btn-beige:active:focus,.btn-check:active+.btn-beige:focus,.btn-check:checked+.btn-beige:focus,.show>.btn-beige.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(196,195,184,.5)
}
.btn-beige.disabled,.btn-beige:disabled{
    color:#000;
    background-color:#e7e5d8;
    border-color:#e7e5d8
}
.btn-extradark{
    color:#fff;
    background-color:#272727;
    border-color:#272727
}
.btn-extradark:hover{
    color:#fff;
    background-color:#212121;
    border-color:#1f1f1f
}
.btn-check:focus+.btn-extradark,.btn-extradark:focus{
    color:#fff;
    background-color:#212121;
    border-color:#1f1f1f;
    box-shadow:0 0 0 .25rem rgba(71,71,71,.5)
}
.btn-check:active+.btn-extradark,.btn-check:checked+.btn-extradark,.btn-extradark.active,.btn-extradark:active,.show>.btn-extradark.dropdown-toggle{
    color:#fff;
    background-color:#1f1f1f;
    border-color:#1d1d1d
}
.btn-check:active+.btn-extradark:focus,.btn-check:checked+.btn-extradark:focus,.btn-extradark.active:focus,.btn-extradark:active:focus,.show>.btn-extradark.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(71,71,71,.5)
}
.btn-extradark.disabled,.btn-extradark:disabled{
    color:#fff;
    background-color:#272727;
    border-color:#272727
}
.btn-cream{
    color:#000;
    background-color:#fffbec;
    border-color:#fffbec
}
.btn-cream:hover{
    color:#000;
    background-color:#fffcef;
    border-color:#fffbee
}
.btn-check:focus+.btn-cream,.btn-cream:focus{
    color:#000;
    background-color:#fffcef;
    border-color:#fffbee;
    box-shadow:0 0 0 .25rem rgba(217,213,201,.5)
}
.btn-check:active+.btn-cream,.btn-check:checked+.btn-cream,.btn-cream.active,.btn-cream:active,.show>.btn-cream.dropdown-toggle{
    color:#000;
    background-color:#fffcf0;
    border-color:#fffbee
}
.btn-check:active+.btn-cream:focus,.btn-check:checked+.btn-cream:focus,.btn-cream.active:focus,.btn-cream:active:focus,.show>.btn-cream.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(217,213,201,.5)
}
.btn-cream.disabled,.btn-cream:disabled{
    color:#000;
    background-color:#fffbec;
    border-color:#fffbec
}
.btn-teal{
    color:#000;
    background-color:#afdeca;
    border-color:#afdeca
}
.btn-teal:hover{
    color:#000;
    background-color:#bbe3d2;
    border-color:#b7e1cf
}
.btn-check:focus+.btn-teal,.btn-teal:focus{
    color:#000;
    background-color:#bbe3d2;
    border-color:#b7e1cf;
    box-shadow:0 0 0 .25rem rgba(149,189,172,.5)
}
.btn-check:active+.btn-teal,.btn-check:checked+.btn-teal,.btn-teal.active,.btn-teal:active,.show>.btn-teal.dropdown-toggle{
    color:#000;
    background-color:#bfe5d5;
    border-color:#b7e1cf
}
.btn-check:active+.btn-teal:focus,.btn-check:checked+.btn-teal:focus,.btn-teal.active:focus,.btn-teal:active:focus,.show>.btn-teal.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(149,189,172,.5)
}
.btn-teal.disabled,.btn-teal:disabled{
    color:#000;
    background-color:#afdeca;
    border-color:#afdeca
}
.btn-red{
    color:#000;
    background-color:#dd543b;
    border-color:#dd543b
}
.btn-red:hover{
    color:#000;
    background-color:#e26e58;
    border-color:#e0654f
}
.btn-check:focus+.btn-red,.btn-red:focus{
    color:#000;
    background-color:#e26e58;
    border-color:#e0654f;
    box-shadow:0 0 0 .25rem rgba(188,71,50,.5)
}
.btn-check:active+.btn-red,.btn-check:checked+.btn-red,.btn-red.active,.btn-red:active,.show>.btn-red.dropdown-toggle{
    color:#000;
    background-color:#e47662;
    border-color:#e0654f
}
.btn-check:active+.btn-red:focus,.btn-check:checked+.btn-red:focus,.btn-red.active:focus,.btn-red:active:focus,.show>.btn-red.dropdown-toggle:focus{
    box-shadow:0 0 0 .25rem rgba(188,71,50,.5)
}
.btn-red.disabled,.btn-red:disabled{
    color:#000;
    background-color:#dd543b;
    border-color:#dd543b
}
.btn-outline-primary{
    color:#f3783b;
    border-color:#f3783b
}
.btn-outline-primary:hover{
    color:#000;
    background-color:#f3783b;
    border-color:#f3783b
}
.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{
    box-shadow:0 0 0 .25rem rgba(243,120,59,.5)
}
.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{
    color:#000;
    background-color:#f3783b;
    border-color:#f3783b
}
.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{
    box-shadow:0 0 0 .25rem rgba(243,120,59,.5)
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    color:#f3783b;
    background-color:transparent
}
.btn-outline-secondary{
    color:#3888bb;
    border-color:#3888bb
}
.btn-outline-secondary:hover{
    color:#000;
    background-color:#3888bb;
    border-color:#3888bb
}
.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{
    box-shadow:0 0 0 .25rem rgba(56,136,187,.5)
}
.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{
    color:#000;
    background-color:#3888bb;
    border-color:#3888bb
}
.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{
    box-shadow:0 0 0 .25rem rgba(56,136,187,.5)
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{
    color:#3888bb;
    background-color:transparent
}
.btn-outline-success{
    color:#a5b939;
    border-color:#a5b939
}
.btn-outline-success:hover{
    color:#000;
    background-color:#a5b939;
    border-color:#a5b939
}
.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{
    box-shadow:0 0 0 .25rem rgba(165,185,57,.5)
}
.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{
    color:#000;
    background-color:#a5b939;
    border-color:#a5b939
}
.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{
    box-shadow:0 0 0 .25rem rgba(165,185,57,.5)
}
.btn-outline-success.disabled,.btn-outline-success:disabled{
    color:#a5b939;
    background-color:transparent
}
.btn-outline-info{
    color:#65b2e8;
    border-color:#65b2e8
}
.btn-outline-info:hover{
    color:#000;
    background-color:#65b2e8;
    border-color:#65b2e8
}
.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{
    box-shadow:0 0 0 .25rem rgba(101,178,232,.5)
}
.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{
    color:#000;
    background-color:#65b2e8;
    border-color:#65b2e8
}
.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{
    box-shadow:0 0 0 .25rem rgba(101,178,232,.5)
}
.btn-outline-info.disabled,.btn-outline-info:disabled{
    color:#65b2e8;
    background-color:transparent
}
.btn-outline-warning{
    color:#f0b93a;
    border-color:#f0b93a
}
.btn-outline-warning:hover{
    color:#000;
    background-color:#f0b93a;
    border-color:#f0b93a
}
.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{
    box-shadow:0 0 0 .25rem rgba(240,185,58,.5)
}
.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{
    color:#000;
    background-color:#f0b93a;
    border-color:#f0b93a
}
.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{
    box-shadow:0 0 0 .25rem rgba(240,185,58,.5)
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{
    color:#f0b93a;
    background-color:transparent
}
.btn-outline-danger{
    color:#dd543b;
    border-color:#dd543b
}
.btn-outline-danger:hover{
    color:#000;
    background-color:#dd543b;
    border-color:#dd543b
}
.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{
    box-shadow:0 0 0 .25rem rgba(221,84,59,.5)
}
.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{
    color:#000;
    background-color:#dd543b;
    border-color:#dd543b
}
.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{
    box-shadow:0 0 0 .25rem rgba(221,84,59,.5)
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{
    color:#dd543b;
    background-color:transparent
}
.btn-outline-light{
    color:#faf9f5;
    border-color:#faf9f5
}
.btn-outline-light:hover{
    color:#000;
    background-color:#faf9f5;
    border-color:#faf9f5
}
.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{
    box-shadow:0 0 0 .25rem rgba(250,249,245,.5)
}
.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{
    color:#000;
    background-color:#faf9f5;
    border-color:#faf9f5
}
.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{
    box-shadow:0 0 0 .25rem rgba(250,249,245,.5)
}
.btn-outline-light.disabled,.btn-outline-light:disabled{
    color:#faf9f5;
    background-color:transparent
}
.btn-outline-mid{
    color:#707070;
    border-color:#707070
}
.btn-outline-mid:hover{
    color:#fff;
    background-color:#707070;
    border-color:#707070
}
.btn-check:focus+.btn-outline-mid,.btn-outline-mid:focus{
    box-shadow:0 0 0 .25rem rgba(112,112,112,.5)
}
.btn-check:active+.btn-outline-mid,.btn-check:checked+.btn-outline-mid,.btn-outline-mid.active,.btn-outline-mid.dropdown-toggle.show,.btn-outline-mid:active{
    color:#fff;
    background-color:#707070;
    border-color:#707070
}
.btn-check:active+.btn-outline-mid:focus,.btn-check:checked+.btn-outline-mid:focus,.btn-outline-mid.active:focus,.btn-outline-mid.dropdown-toggle.show:focus,.btn-outline-mid:active:focus{
    box-shadow:0 0 0 .25rem rgba(112,112,112,.5)
}
.btn-outline-mid.disabled,.btn-outline-mid:disabled{
    color:#707070;
    background-color:transparent
}
.btn-outline-dark{
    color:#5b5552;
    border-color:#5b5552
}
.btn-outline-dark:hover{
    color:#fff;
    background-color:#5b5552;
    border-color:#5b5552
}
.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{
    box-shadow:0 0 0 .25rem rgba(91,85,82,.5)
}
.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{
    color:#fff;
    background-color:#5b5552;
    border-color:#5b5552
}
.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{
    box-shadow:0 0 0 .25rem rgba(91,85,82,.5)
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{
    color:#5b5552;
    background-color:transparent
}
.btn-outline-green{
    color:#a5b939;
    border-color:#a5b939
}
.btn-outline-green:hover{
    color:#000;
    background-color:#a5b939;
    border-color:#a5b939
}
.btn-check:focus+.btn-outline-green,.btn-outline-green:focus{
    box-shadow:0 0 0 .25rem rgba(165,185,57,.5)
}
.btn-check:active+.btn-outline-green,.btn-check:checked+.btn-outline-green,.btn-outline-green.active,.btn-outline-green.dropdown-toggle.show,.btn-outline-green:active{
    color:#000;
    background-color:#a5b939;
    border-color:#a5b939
}
.btn-check:active+.btn-outline-green:focus,.btn-check:checked+.btn-outline-green:focus,.btn-outline-green.active:focus,.btn-outline-green.dropdown-toggle.show:focus,.btn-outline-green:active:focus{
    box-shadow:0 0 0 .25rem rgba(165,185,57,.5)
}
.btn-outline-green.disabled,.btn-outline-green:disabled{
    color:#a5b939;
    background-color:transparent
}
.btn-outline-orange{
    color:#f3783b;
    border-color:#f3783b
}
.btn-outline-orange:hover{
    color:#000;
    background-color:#f3783b;
    border-color:#f3783b
}
.btn-check:focus+.btn-outline-orange,.btn-outline-orange:focus{
    box-shadow:0 0 0 .25rem rgba(243,120,59,.5)
}
.btn-check:active+.btn-outline-orange,.btn-check:checked+.btn-outline-orange,.btn-outline-orange.active,.btn-outline-orange.dropdown-toggle.show,.btn-outline-orange:active{
    color:#000;
    background-color:#f3783b;
    border-color:#f3783b
}
.btn-check:active+.btn-outline-orange:focus,.btn-check:checked+.btn-outline-orange:focus,.btn-outline-orange.active:focus,.btn-outline-orange.dropdown-toggle.show:focus,.btn-outline-orange:active:focus{
    box-shadow:0 0 0 .25rem rgba(243,120,59,.5)
}
.btn-outline-orange.disabled,.btn-outline-orange:disabled{
    color:#f3783b;
    background-color:transparent
}
.btn-outline-purple{
    color:#9674be;
    border-color:#9674be
}
.btn-outline-purple:hover{
    color:#000;
    background-color:#9674be;
    border-color:#9674be
}
.btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus{
    box-shadow:0 0 0 .25rem rgba(150,116,190,.5)
}
.btn-check:active+.btn-outline-purple,.btn-check:checked+.btn-outline-purple,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show,.btn-outline-purple:active{
    color:#000;
    background-color:#9674be;
    border-color:#9674be
}
.btn-check:active+.btn-outline-purple:focus,.btn-check:checked+.btn-outline-purple:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus,.btn-outline-purple:active:focus{
    box-shadow:0 0 0 .25rem rgba(150,116,190,.5)
}
.btn-outline-purple.disabled,.btn-outline-purple:disabled{
    color:#9674be;
    background-color:transparent
}
.btn-outline-blue{
    color:#3888bb;
    border-color:#3888bb
}
.btn-outline-blue:hover{
    color:#000;
    background-color:#3888bb;
    border-color:#3888bb
}
.btn-check:focus+.btn-outline-blue,.btn-outline-blue:focus{
    box-shadow:0 0 0 .25rem rgba(56,136,187,.5)
}
.btn-check:active+.btn-outline-blue,.btn-check:checked+.btn-outline-blue,.btn-outline-blue.active,.btn-outline-blue.dropdown-toggle.show,.btn-outline-blue:active{
    color:#000;
    background-color:#3888bb;
    border-color:#3888bb
}
.btn-check:active+.btn-outline-blue:focus,.btn-check:checked+.btn-outline-blue:focus,.btn-outline-blue.active:focus,.btn-outline-blue.dropdown-toggle.show:focus,.btn-outline-blue:active:focus{
    box-shadow:0 0 0 .25rem rgba(56,136,187,.5)
}
.btn-outline-blue.disabled,.btn-outline-blue:disabled{
    color:#3888bb;
    background-color:transparent
}
.btn-outline-yellow{
    color:#f0b93a;
    border-color:#f0b93a
}
.btn-outline-yellow:hover{
    color:#000;
    background-color:#f0b93a;
    border-color:#f0b93a
}
.btn-check:focus+.btn-outline-yellow,.btn-outline-yellow:focus{
    box-shadow:0 0 0 .25rem rgba(240,185,58,.5)
}
.btn-check:active+.btn-outline-yellow,.btn-check:checked+.btn-outline-yellow,.btn-outline-yellow.active,.btn-outline-yellow.dropdown-toggle.show,.btn-outline-yellow:active{
    color:#000;
    background-color:#f0b93a;
    border-color:#f0b93a
}
.btn-check:active+.btn-outline-yellow:focus,.btn-check:checked+.btn-outline-yellow:focus,.btn-outline-yellow.active:focus,.btn-outline-yellow.dropdown-toggle.show:focus,.btn-outline-yellow:active:focus{
    box-shadow:0 0 0 .25rem rgba(240,185,58,.5)
}
.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{
    color:#f0b93a;
    background-color:transparent
}
.btn-outline-lightblue{
    color:#65b2e8;
    border-color:#65b2e8
}
.btn-outline-lightblue:hover{
    color:#000;
    background-color:#65b2e8;
    border-color:#65b2e8
}
.btn-check:focus+.btn-outline-lightblue,.btn-outline-lightblue:focus{
    box-shadow:0 0 0 .25rem rgba(101,178,232,.5)
}
.btn-check:active+.btn-outline-lightblue,.btn-check:checked+.btn-outline-lightblue,.btn-outline-lightblue.active,.btn-outline-lightblue.dropdown-toggle.show,.btn-outline-lightblue:active{
    color:#000;
    background-color:#65b2e8;
    border-color:#65b2e8
}
.btn-check:active+.btn-outline-lightblue:focus,.btn-check:checked+.btn-outline-lightblue:focus,.btn-outline-lightblue.active:focus,.btn-outline-lightblue.dropdown-toggle.show:focus,.btn-outline-lightblue:active:focus{
    box-shadow:0 0 0 .25rem rgba(101,178,232,.5)
}
.btn-outline-lightblue.disabled,.btn-outline-lightblue:disabled{
    color:#65b2e8;
    background-color:transparent
}
.btn-outline-black{
    color:#000;
    border-color:#000
}
.btn-outline-black:hover{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-check:focus+.btn-outline-black,.btn-outline-black:focus{
    box-shadow:0 0 0 .25rem rgba(0,0,0,.5)
}
.btn-check:active+.btn-outline-black,.btn-check:checked+.btn-outline-black,.btn-outline-black.active,.btn-outline-black.dropdown-toggle.show,.btn-outline-black:active{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-check:active+.btn-outline-black:focus,.btn-check:checked+.btn-outline-black:focus,.btn-outline-black.active:focus,.btn-outline-black.dropdown-toggle.show:focus,.btn-outline-black:active:focus{
    box-shadow:0 0 0 .25rem rgba(0,0,0,.5)
}
.btn-outline-black.disabled,.btn-outline-black:disabled{
    color:#000;
    background-color:transparent
}
.btn-outline-white{
    color:#fff;
    border-color:#fff
}
.btn-outline-white:hover{
    color:#000;
    background-color:#fff;
    border-color:#fff
}
.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{
    box-shadow:0 0 0 .25rem rgba(255,255,255,.5)
}
.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{
    color:#000;
    background-color:#fff;
    border-color:#fff
}
.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{
    box-shadow:0 0 0 .25rem rgba(255,255,255,.5)
}
.btn-outline-white.disabled,.btn-outline-white:disabled{
    color:#fff;
    background-color:transparent
}
.btn-outline-beige{
    color:#e7e5d8;
    border-color:#e7e5d8
}
.btn-outline-beige:hover{
    color:#000;
    background-color:#e7e5d8;
    border-color:#e7e5d8
}
.btn-check:focus+.btn-outline-beige,.btn-outline-beige:focus{
    box-shadow:0 0 0 .25rem rgba(231,229,216,.5)
}
.btn-check:active+.btn-outline-beige,.btn-check:checked+.btn-outline-beige,.btn-outline-beige.active,.btn-outline-beige.dropdown-toggle.show,.btn-outline-beige:active{
    color:#000;
    background-color:#e7e5d8;
    border-color:#e7e5d8
}
.btn-check:active+.btn-outline-beige:focus,.btn-check:checked+.btn-outline-beige:focus,.btn-outline-beige.active:focus,.btn-outline-beige.dropdown-toggle.show:focus,.btn-outline-beige:active:focus{
    box-shadow:0 0 0 .25rem rgba(231,229,216,.5)
}
.btn-outline-beige.disabled,.btn-outline-beige:disabled{
    color:#e7e5d8;
    background-color:transparent
}
.btn-outline-extradark{
    color:#272727;
    border-color:#272727
}
.btn-outline-extradark:hover{
    color:#fff;
    background-color:#272727;
    border-color:#272727
}
.btn-check:focus+.btn-outline-extradark,.btn-outline-extradark:focus{
    box-shadow:0 0 0 .25rem rgba(39,39,39,.5)
}
.btn-check:active+.btn-outline-extradark,.btn-check:checked+.btn-outline-extradark,.btn-outline-extradark.active,.btn-outline-extradark.dropdown-toggle.show,.btn-outline-extradark:active{
    color:#fff;
    background-color:#272727;
    border-color:#272727
}
.btn-check:active+.btn-outline-extradark:focus,.btn-check:checked+.btn-outline-extradark:focus,.btn-outline-extradark.active:focus,.btn-outline-extradark.dropdown-toggle.show:focus,.btn-outline-extradark:active:focus{
    box-shadow:0 0 0 .25rem rgba(39,39,39,.5)
}
.btn-outline-extradark.disabled,.btn-outline-extradark:disabled{
    color:#272727;
    background-color:transparent
}
.btn-outline-cream{
    color:#fffbec;
    border-color:#fffbec
}
.btn-outline-cream:hover{
    color:#000;
    background-color:#fffbec;
    border-color:#fffbec
}
.btn-check:focus+.btn-outline-cream,.btn-outline-cream:focus{
    box-shadow:0 0 0 .25rem rgba(255,251,236,.5)
}
.btn-check:active+.btn-outline-cream,.btn-check:checked+.btn-outline-cream,.btn-outline-cream.active,.btn-outline-cream.dropdown-toggle.show,.btn-outline-cream:active{
    color:#000;
    background-color:#fffbec;
    border-color:#fffbec
}
.btn-check:active+.btn-outline-cream:focus,.btn-check:checked+.btn-outline-cream:focus,.btn-outline-cream.active:focus,.btn-outline-cream.dropdown-toggle.show:focus,.btn-outline-cream:active:focus{
    box-shadow:0 0 0 .25rem rgba(255,251,236,.5)
}
.btn-outline-cream.disabled,.btn-outline-cream:disabled{
    color:#fffbec;
    background-color:transparent
}
.btn-outline-teal{
    color:#afdeca;
    border-color:#afdeca
}
.btn-outline-teal:hover{
    color:#000;
    background-color:#afdeca;
    border-color:#afdeca
}
.btn-check:focus+.btn-outline-teal,.btn-outline-teal:focus{
    box-shadow:0 0 0 .25rem rgba(175,222,202,.5)
}
.btn-check:active+.btn-outline-teal,.btn-check:checked+.btn-outline-teal,.btn-outline-teal.active,.btn-outline-teal.dropdown-toggle.show,.btn-outline-teal:active{
    color:#000;
    background-color:#afdeca;
    border-color:#afdeca
}
.btn-check:active+.btn-outline-teal:focus,.btn-check:checked+.btn-outline-teal:focus,.btn-outline-teal.active:focus,.btn-outline-teal.dropdown-toggle.show:focus,.btn-outline-teal:active:focus{
    box-shadow:0 0 0 .25rem rgba(175,222,202,.5)
}
.btn-outline-teal.disabled,.btn-outline-teal:disabled{
    color:#afdeca;
    background-color:transparent
}
.btn-outline-red{
    color:#dd543b;
    border-color:#dd543b
}
.btn-outline-red:hover{
    color:#000;
    background-color:#dd543b;
    border-color:#dd543b
}
.btn-check:focus+.btn-outline-red,.btn-outline-red:focus{
    box-shadow:0 0 0 .25rem rgba(221,84,59,.5)
}
.btn-check:active+.btn-outline-red,.btn-check:checked+.btn-outline-red,.btn-outline-red.active,.btn-outline-red.dropdown-toggle.show,.btn-outline-red:active{
    color:#000;
    background-color:#dd543b;
    border-color:#dd543b
}
.btn-check:active+.btn-outline-red:focus,.btn-check:checked+.btn-outline-red:focus,.btn-outline-red.active:focus,.btn-outline-red.dropdown-toggle.show:focus,.btn-outline-red:active:focus{
    box-shadow:0 0 0 .25rem rgba(221,84,59,.5)
}
.btn-outline-red.disabled,.btn-outline-red:disabled{
    color:#dd543b;
    background-color:transparent
}
.btn-link{
    font-weight:400;
    color:#f3783b;
    text-decoration:underline
}
.btn-link:hover{
    color:#c2602f
}
.btn-link.disabled,.btn-link:disabled{
    color:grey
}
.btn-group-lg>.btn,.btn-lg{
    padding:.5rem 1rem;
    font-size:1.25rem;
    border-radius:0
}
.btn-group-sm>.btn,.btn-sm{
    padding:.25rem .5rem;
    font-size:.875rem;
    border-radius:0
}
.fade{
    transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce){
    .fade{
        transition:none
    }
}
.fade:not(.show){
    opacity:0
}
.collapse:not(.show){
    display:none
}
.collapsing{
    height:0;
    overflow:hidden;
    transition:height .35s ease
}
@media (prefers-reduced-motion:reduce){
    .collapsing{
        transition:none
    }
}
.dropdown,.dropend,.dropstart,.dropup{
    position:relative
}
.dropdown-toggle{
    white-space:nowrap
}
.dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent
}
.dropdown-toggle:empty::after{
    margin-left:0
}
.dropdown-menu{
    position:absolute;
    z-index:1000;
    display:none;
    min-width:10rem;
    padding:.5rem 0;
    margin:0;
    font-size:1rem;
    color:#081716;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.15);
    border-radius:0
}
.dropdown-menu[data-bs-popper]{
    top:100%;
    left:0;
    margin-top:.125rem
}
.dropdown-menu-start{
    --bs-position:start
}
.dropdown-menu-start[data-bs-popper]{
    right:auto;
    left:0
}
.dropdown-menu-end{
    --bs-position:end
}
.dropdown-menu-end[data-bs-popper]{
    right:0;
    left:auto
}
@media (min-width:576px){
    .dropdown-menu-sm-start{
        --bs-position:start
    }
    .dropdown-menu-sm-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-sm-end{
        --bs-position:end
    }
    .dropdown-menu-sm-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
@media (min-width:768px){
    .dropdown-menu-md-start{
        --bs-position:start
    }
    .dropdown-menu-md-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-md-end{
        --bs-position:end
    }
    .dropdown-menu-md-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
@media (min-width:992px){
    .dropdown-menu-lg-start{
        --bs-position:start
    }
    .dropdown-menu-lg-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-lg-end{
        --bs-position:end
    }
    .dropdown-menu-lg-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
@media (min-width:1200px){
    .dropdown-menu-xl-start{
        --bs-position:start
    }
    .dropdown-menu-xl-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-xl-end{
        --bs-position:end
    }
    .dropdown-menu-xl-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
.dropup .dropdown-menu[data-bs-popper]{
    top:auto;
    bottom:100%;
    margin-top:0;
    margin-bottom:.125rem
}
.dropup .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:0;
    border-right:.3em solid transparent;
    border-bottom:.3em solid;
    border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after{
    margin-left:0
}
.dropend .dropdown-menu[data-bs-popper]{
    top:0;
    right:auto;
    left:100%;
    margin-top:0;
    margin-left:.125rem
}
.dropend .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid transparent;
    border-right:0;
    border-bottom:.3em solid transparent;
    border-left:.3em solid
}
.dropend .dropdown-toggle:empty::after{
    margin-left:0
}
.dropend .dropdown-toggle::after{
    vertical-align:0
}
.dropstart .dropdown-menu[data-bs-popper]{
    top:0;
    right:100%;
    left:auto;
    margin-top:0;
    margin-right:.125rem
}
.dropstart .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:""
}
.dropstart .dropdown-toggle::after{
    display:none
}
.dropstart .dropdown-toggle::before{
    display:inline-block;
    margin-right:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid transparent;
    border-right:.3em solid;
    border-bottom:.3em solid transparent
}
.dropstart .dropdown-toggle:empty::after{
    margin-left:0
}
.dropstart .dropdown-toggle::before{
    vertical-align:0
}
.dropdown-divider{
    height:0;
    margin:.5rem 0;
    overflow:hidden;
    border-top:1px solid rgba(0,0,0,.15)
}
.dropdown-item{
    display:block;
    width:100%;
    padding:.25rem 1rem;
    clear:both;
    font-weight:400;
    color:#081716;
    text-align:inherit;
    text-decoration:none;
    white-space:nowrap;
    background-color:transparent;
    border:0
}
.dropdown-item:focus,.dropdown-item:hover{
    color:#071514;
    background-color:#efebe5
}
.dropdown-item.active,.dropdown-item:active{
    color:#fff;
    text-decoration:none;
    background-color:#f3783b
}
.dropdown-item.disabled,.dropdown-item:disabled{
    color:#999;
    pointer-events:none;
    background-color:transparent
}
.dropdown-menu.show{
    display:block
}
.dropdown-header{
    display:block;
    padding:.5rem 1rem;
    margin-bottom:0;
    font-size:.875rem;
    color:grey;
    white-space:nowrap
}
.dropdown-item-text{
    display:block;
    padding:.25rem 1rem;
    color:#081716
}
.dropdown-menu-dark{
    color:#b3b3b3;
    background-color:#464443;
    border-color:rgba(0,0,0,.15)
}
.dropdown-menu-dark .dropdown-item{
    color:#b3b3b3
}
.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{
    color:#fff;
    background-color:rgba(255,255,255,.15)
}
.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{
    color:#fff;
    background-color:#f3783b
}
.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{
    color:#999
}
.dropdown-menu-dark .dropdown-divider{
    border-color:rgba(0,0,0,.15)
}
.dropdown-menu-dark .dropdown-item-text{
    color:#b3b3b3
}
.dropdown-menu-dark .dropdown-header{
    color:#999
}
.btn-group,.btn-group-vertical{
    position:relative;
    display:inline-flex;
    vertical-align:middle
}
.btn-group-vertical>.btn,.btn-group>.btn{
    position:relative;
    flex:1 1 auto
}
.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{
    z-index:1
}
.btn-toolbar{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start
}
.btn-toolbar .input-group{
    width:auto
}
.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:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.dropdown-toggle-split{
    padding-right:.5625rem;
    padding-left:.5625rem
}
.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{
    margin-left:0
}
.dropstart .dropdown-toggle-split::before{
    margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{
    padding-right:.375rem;
    padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{
    padding-right:.75rem;
    padding-left:.75rem
}
.btn-group-vertical{
    flex-direction:column;
    align-items:flex-start;
    justify-content:center
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{
    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~.btn{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.nav{
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.nav-link{
    display:block;
    padding:.5rem 1rem;
    color:#f3783b;
    text-decoration:none;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .nav-link{
        transition:none
    }
}
.nav-link:focus,.nav-link:hover{
    color:#c2602f
}
.nav-link.disabled{
    color:grey;
    pointer-events:none;
    cursor:default
}
.nav-tabs{
    border-bottom:1px solid #b3b3b3
}
.nav-tabs .nav-link{
    margin-bottom:-1px;
    background:0 0;
    border:1px solid transparent;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
    border-color:#efebe5 #efebe5 #b3b3b3;
    isolation:isolate
}
.nav-tabs .nav-link.disabled{
    color:grey;
    background-color:transparent;
    border-color:transparent
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    color:#707070;
    background-color:#e7e5d8;
    border-color:#b3b3b3 #b3b3b3 #e7e5d8
}
.nav-tabs .dropdown-menu{
    margin-top:-1px;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.nav-pills .nav-link{
    background:0 0;
    border:0;
    border-radius:0
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    color:#fff;
    background-color:#f3783b
}
.nav-fill .nav-item,.nav-fill>.nav-link{
    flex:1 1 auto;
    text-align:center
}
.nav-justified .nav-item,.nav-justified>.nav-link{
    flex-basis:0;
    flex-grow:1;
    text-align:center
}
.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{
    width:100%
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.navbar{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    padding-top:.5rem;
    padding-bottom:.5rem
}
.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl{
    display:flex;
    flex-wrap:inherit;
    align-items:center;
    justify-content:space-between
}
.navbar-brand{
    padding-top:.3125rem;
    padding-bottom:.3125rem;
    margin-right:1rem;
    font-size:1.25rem;
    text-decoration:none;
    white-space:nowrap
}
.navbar-nav{
    display:flex;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.navbar-nav .nav-link{
    padding-right:0;
    padding-left:0
}
.navbar-nav .dropdown-menu{
    position:static
}
.navbar-text{
    padding-top:.5rem;
    padding-bottom:.5rem
}
.navbar-collapse{
    flex-basis:100%;
    flex-grow:1;
    align-items:center
}
.navbar-toggler{
    padding:.25rem .75rem;
    font-size:1.25rem;
    line-height:1;
    background-color:transparent;
    border:1px solid transparent;
    border-radius:0;
    transition:box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .navbar-toggler{
        transition:none
    }
}
.navbar-toggler:hover{
    text-decoration:none
}
.navbar-toggler:focus{
    text-decoration:none;
    outline:0;
    box-shadow:0 0 0 .25rem
}
.navbar-toggler-icon{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%
}
.navbar-nav-scroll{
    max-height:var(--bs-scroll-height,75vh);
    overflow-y:auto
}
@media (min-width:576px){
    .navbar-expand-sm{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-sm .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-sm .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-sm .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-sm .navbar-toggler{
        display:none
    }
}
@media (min-width:768px){
    .navbar-expand-md{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-md .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-md .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-md .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-md .navbar-toggler{
        display:none
    }
}
@media (min-width:992px){
    .navbar-expand-lg{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-lg .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-lg .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-lg .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-lg .navbar-toggler{
        display:none
    }
}
@media (min-width:1200px){
    .navbar-expand-xl{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-xl .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-xl .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-xl .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-xl .navbar-toggler{
        display:none
    }
}
.navbar-expand{
    flex-wrap:nowrap;
    justify-content:flex-start
}
.navbar-expand .navbar-nav{
    flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu{
    position:absolute
}
.navbar-expand .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem
}
.navbar-expand .navbar-nav-scroll{
    overflow:visible
}
.navbar-expand .navbar-collapse{
    display:flex!important;
    flex-basis:auto
}
.navbar-expand .navbar-toggler{
    display:none
}
.navbar-light .navbar-brand{
    color:rgba(0,0,0,.9)
}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{
    color:rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link{
    color:rgba(0,0,0,.55)
}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{
    color:rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled{
    color:rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{
    color:rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler{
    color:rgba(0,0,0,.55);
    border-color:rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text{
    color:rgba(0,0,0,.55)
}
.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{
    color:rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand{
    color:#fff
}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{
    color:#fff
}
.navbar-dark .navbar-nav .nav-link{
    color:rgba(255,255,255,.55)
}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
    color:rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled{
    color:rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{
    color:#fff
}
.navbar-dark .navbar-toggler{
    color:rgba(255,255,255,.55);
    border-color:rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text{
    color:rgba(255,255,255,.55)
}
.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{
    color:#fff
}
.accordion-button{
    position:relative;
    display:flex;
    align-items:center;
    width:100%;
    padding:1rem 1.25rem;
    font-size:1rem;
    color:#081716;
    text-align:left;
    background-color:#e7e5d8;
    border:0;
    border-radius:0;
    overflow-anchor:none;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}
@media (prefers-reduced-motion:reduce){
    .accordion-button{
        transition:none
    }
}
.accordion-button:not(.collapsed){
    color:#db6c35;
    background-color:#fef2eb;
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)
}
.accordion-button:not(.collapsed)::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23db6c35'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform:rotate(-180deg)
}
.accordion-button::after{
    flex-shrink:0;
    width:1.25rem;
    height:1.25rem;
    margin-left:auto;
    content:"";
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23081716'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-size:1.25rem;
    transition:transform .2s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .accordion-button::after{
        transition:none
    }
}
.accordion-button:hover{
    z-index:2
}
.accordion-button:focus{
    z-index:3;
    border-color:#f9bc9d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(243,120,59,.25)
}
.accordion-header{
    margin-bottom:0
}
.accordion-item{
    background-color:#e7e5d8;
    border:1px solid rgba(0,0,0,.125)
}
.accordion-item:first-of-type{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.accordion-item:first-of-type .accordion-button{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.accordion-item:not(:first-of-type){
    border-top:0
}
.accordion-item:last-of-type{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.accordion-item:last-of-type .accordion-collapse{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.accordion-body{
    padding:1rem 1.25rem
}
.accordion-flush .accordion-collapse{
    border-width:0
}
.accordion-flush .accordion-item{
    border-right:0;
    border-left:0;
    border-radius:0
}
.accordion-flush .accordion-item:first-child{
    border-top:0
}
.accordion-flush .accordion-item:last-child{
    border-bottom:0
}
.accordion-flush .accordion-item .accordion-button{
    border-radius:0
}
.btn-close{
    box-sizing:content-box;
    width:1em;
    height:1em;
    padding:.25em .25em;
    color:#000;
    background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border:0;
    border-radius:0;
    opacity:.5
}
.btn-close:hover{
    color:#000;
    text-decoration:none;
    opacity:.75
}
.btn-close:focus{
    outline:0;
    box-shadow:0 0 0 .25rem rgba(243,120,59,.25);
    opacity:1
}
.btn-close.disabled,.btn-close:disabled{
    pointer-events:none;
    user-select:none;
    opacity:.25
}
.btn-close-white{
    filter:invert(1) grayscale(100%) brightness(200%)
}
.modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1060;
    display:none;
    width:100%;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
    outline:0
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    transition:transform .3s ease-out;
    transform:translate(0,-50px)
}
@media (prefers-reduced-motion:reduce){
    .modal.fade .modal-dialog{
        transition:none
    }
}
.modal.show .modal-dialog{
    transform:none
}
.modal.modal-static .modal-dialog{
    transform:scale(1.02)
}
.modal-dialog-scrollable{
    height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content{
    max-height:100%;
    overflow:hidden
}
.modal-dialog-scrollable .modal-body{
    overflow-y:auto
}
.modal-dialog-centered{
    display:flex;
    align-items:center;
    min-height:calc(100% - 1rem)
}
.modal-content{
    position:relative;
    display:flex;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.2);
    border-radius:0;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1040;
    width:100vw;
    height:100vh;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:flex;
    flex-shrink:0;
    align-items:center;
    justify-content:space-between;
    padding:1rem 1rem;
    border-bottom:1px solid #b3b3b3;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.modal-header .btn-close{
    padding:.5rem .5rem;
    margin:-.5rem -.5rem -.5rem auto
}
.modal-title{
    margin-bottom:0;
    line-height:1.5
}
.modal-body{
    position:relative;
    flex:1 1 auto;
    padding:1rem
}
.modal-footer{
    display:flex;
    flex-wrap:wrap;
    flex-shrink:0;
    align-items:center;
    justify-content:flex-end;
    padding:.75rem;
    border-top:1px solid #b3b3b3;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.modal-footer>*{
    margin:.25rem
}
@media (min-width:576px){
    .modal-dialog{
        max-width:500px;
        margin:1.75rem auto
    }
    .modal-dialog-scrollable{
        height:calc(100% - 3.5rem)
    }
    .modal-dialog-centered{
        min-height:calc(100% - 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
    }
}
.modal-fullscreen{
    width:100vw;
    max-width:none;
    height:100%;
    margin:0
}
.modal-fullscreen .modal-content{
    height:100%;
    border:0;
    border-radius:0
}
.modal-fullscreen .modal-header{
    border-radius:0
}
.modal-fullscreen .modal-body{
    overflow-y:auto
}
.modal-fullscreen .modal-footer{
    border-radius:0
}
@media (max-width:575.98px){
    .modal-fullscreen-sm-down{
        width:100vw;
        max-width:none;
        height:100%;
        margin:0
    }
    .modal-fullscreen-sm-down .modal-content{
        height:100%;
        border:0;
        border-radius:0
    }
    .modal-fullscreen-sm-down .modal-header{
        border-radius:0
    }
    .modal-fullscreen-sm-down .modal-body{
        overflow-y:auto
    }
    .modal-fullscreen-sm-down .modal-footer{
        border-radius:0
    }
}
@media (max-width:767.98px){
    .modal-fullscreen-md-down{
        width:100vw;
        max-width:none;
        height:100%;
        margin:0
    }
    .modal-fullscreen-md-down .modal-content{
        height:100%;
        border:0;
        border-radius:0
    }
    .modal-fullscreen-md-down .modal-header{
        border-radius:0
    }
    .modal-fullscreen-md-down .modal-body{
        overflow-y:auto
    }
    .modal-fullscreen-md-down .modal-footer{
        border-radius:0
    }
}
@media (max-width:991.98px){
    .modal-fullscreen-lg-down{
        width:100vw;
        max-width:none;
        height:100%;
        margin:0
    }
    .modal-fullscreen-lg-down .modal-content{
        height:100%;
        border:0;
        border-radius:0
    }
    .modal-fullscreen-lg-down .modal-header{
        border-radius:0
    }
    .modal-fullscreen-lg-down .modal-body{
        overflow-y:auto
    }
    .modal-fullscreen-lg-down .modal-footer{
        border-radius:0
    }
}
@media (max-width:1199.98px){
    .modal-fullscreen-xl-down{
        width:100vw;
        max-width:none;
        height:100%;
        margin:0
    }
    .modal-fullscreen-xl-down .modal-content{
        height:100%;
        border:0;
        border-radius:0
    }
    .modal-fullscreen-xl-down .modal-header{
        border-radius:0
    }
    .modal-fullscreen-xl-down .modal-body{
        overflow-y:auto
    }
    .modal-fullscreen-xl-down .modal-footer{
        border-radius:0
    }
}
.carousel{
    position:relative
}
.carousel.pointer-event{
    touch-action:pan-y
}
.carousel-inner{
    position:relative;
    width:100%;
    overflow:hidden
}
.carousel-inner::after{
    display:block;
    clear:both;
    content:""
}
.carousel-item{
    position:relative;
    display:none;
    float:left;
    width:100%;
    margin-right:-100%;
    backface-visibility:hidden;
    transition:transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .carousel-item{
        transition:none
    }
}
.carousel-item-next,.carousel-item-prev,.carousel-item.active{
    display:block
}
.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){
    transform:translateX(100%)
}
.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){
    transform:translateX(-100%)
}
.carousel-fade .carousel-item{
    opacity:0;
    transition-property:opacity;
    transform:none
}
.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{
    z-index:1;
    opacity:1
}
.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{
    z-index:0;
    opacity:0;
    transition:opacity 0s .6s
}
@media (prefers-reduced-motion:reduce){
    .carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{
        transition:none
    }
}
.carousel-control-next,.carousel-control-prev{
    position:absolute;
    top:0;
    bottom:0;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:15%;
    padding:0;
    color:#fff;
    text-align:center;
    background:0 0;
    border:0;
    opacity:.5;
    transition:opacity .15s ease
}
@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:.9
}
.carousel-control-prev{
    left:0
}
.carousel-control-next{
    right:0
}
.carousel-control-next-icon,.carousel-control-prev-icon{
    display:inline-block;
    width:2rem;
    height:2rem;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:100% 100%
}
.carousel-control-prev-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.carousel-indicators{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    z-index:2;
    display:flex;
    justify-content:center;
    padding:0;
    margin-right:15%;
    margin-bottom:1rem;
    margin-left:15%;
    list-style:none
}
.carousel-indicators [data-bs-target]{
    box-sizing:content-box;
    flex:0 1 auto;
    width:30px;
    height:3px;
    padding:0;
    margin-right:3px;
    margin-left:3px;
    text-indent:-999px;
    cursor:pointer;
    background-color:#fff;
    background-clip:padding-box;
    border:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    opacity:.5;
    transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce){
    .carousel-indicators [data-bs-target]{
        transition:none
    }
}
.carousel-indicators .active{
    opacity:1
}
.carousel-caption{
    position:absolute;
    right:15%;
    bottom:1.25rem;
    left:15%;
    padding-top:1.25rem;
    padding-bottom:1.25rem;
    color:#fff;
    text-align:center
}
.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{
    filter:invert(1) grayscale(100)
}
.carousel-dark .carousel-indicators [data-bs-target]{
    background-color:#000
}
.carousel-dark .carousel-caption{
    color:#000
}
.offcanvas{
    position:fixed;
    bottom:0;
    z-index:1050;
    display:flex;
    flex-direction:column;
    max-width:100%;
    visibility:hidden;
    background-color:#fff;
    background-clip:padding-box;
    outline:0;
    transition:transform .3s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .offcanvas{
        transition:none
    }
}
.offcanvas-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:1rem 1rem
}
.offcanvas-header .btn-close{
    padding:.5rem .5rem;
    margin-top:-.5rem;
    margin-right:-.5rem;
    margin-bottom:-.5rem
}
.offcanvas-title{
    margin-bottom:0;
    line-height:1.5
}
.offcanvas-body{
    flex-grow:1;
    padding:1rem 1rem;
    overflow-y:auto
}
.offcanvas-start{
    top:0;
    left:0;
    width:400px;
    border-right:1px solid rgba(0,0,0,.2);
    transform:translateX(-100%)
}
.offcanvas-end{
    top:0;
    right:0;
    width:400px;
    border-left:1px solid rgba(0,0,0,.2);
    transform:translateX(100%)
}
.offcanvas-top{
    top:0;
    right:0;
    left:0;
    height:30vh;
    max-height:100%;
    border-bottom:1px solid rgba(0,0,0,.2);
    transform:translateY(-100%)
}
.offcanvas-bottom{
    right:0;
    left:0;
    height:30vh;
    max-height:100%;
    border-top:1px solid rgba(0,0,0,.2);
    transform:translateY(100%)
}
.offcanvas.show{
    transform:none
}
.clearfix::after{
    display:block;
    clear:both;
    content:""
}
.link-primary{
    color:#f3783b
}
.link-primary:focus,.link-primary:hover{
    color:#f59362
}
.link-secondary{
    color:#3888bb
}
.link-secondary:focus,.link-secondary:hover{
    color:#60a0c9
}
.link-success{
    color:#a5b939
}
.link-success:focus,.link-success:hover{
    color:#b7c761
}
.link-info{
    color:#65b2e8
}
.link-info:focus,.link-info:hover{
    color:#84c1ed
}
.link-warning{
    color:#f0b93a
}
.link-warning:focus,.link-warning:hover{
    color:#f3c761
}
.link-danger{
    color:#dd543b
}
.link-danger:focus,.link-danger:hover{
    color:#e47662
}
.link-light{
    color:#faf9f5
}
.link-light:focus,.link-light:hover{
    color:#fbfaf7
}
.link-mid{
    color:#707070
}
.link-mid:focus,.link-mid:hover{
    color:#5a5a5a
}
.link-dark{
    color:#5b5552
}
.link-dark:focus,.link-dark:hover{
    color:#494442
}
.link-green{
    color:#a5b939
}
.link-green:focus,.link-green:hover{
    color:#b7c761
}
.link-orange{
    color:#f3783b
}
.link-orange:focus,.link-orange:hover{
    color:#f59362
}
.link-purple{
    color:#9674be
}
.link-purple:focus,.link-purple:hover{
    color:#ab90cb
}
.link-blue{
    color:#3888bb
}
.link-blue:focus,.link-blue:hover{
    color:#60a0c9
}
.link-yellow{
    color:#f0b93a
}
.link-yellow:focus,.link-yellow:hover{
    color:#f3c761
}
.link-lightblue{
    color:#65b2e8
}
.link-lightblue:focus,.link-lightblue:hover{
    color:#84c1ed
}
.link-black{
    color:#000
}
.link-black:focus,.link-black:hover{
    color:#000
}
.link-white{
    color:#fff
}
.link-white:focus,.link-white:hover{
    color:#fff
}
.link-beige{
    color:#e7e5d8
}
.link-beige:focus,.link-beige:hover{
    color:#eceae0
}
.link-extradark{
    color:#272727
}
.link-extradark:focus,.link-extradark:hover{
    color:#1f1f1f
}
.link-cream{
    color:#fffbec
}
.link-cream:focus,.link-cream:hover{
    color:#fffcf0
}
.link-teal{
    color:#afdeca
}
.link-teal:focus,.link-teal:hover{
    color:#bfe5d5
}
.link-red{
    color:#dd543b
}
.link-red:focus,.link-red:hover{
    color:#e47662
}
.ratio{
    position:relative;
    width:100%
}
.ratio::before{
    display:block;
    padding-top:var(--bs-aspect-ratio);
    content:""
}
.ratio>*{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.ratio-1x1{
    --bs-aspect-ratio:100%
}
.ratio-4x3{
    --bs-aspect-ratio:calc(3 / 4 * 100%)
}
.ratio-16x9{
    --bs-aspect-ratio:calc(9 / 16 * 100%)
}
.ratio-21x9{
    --bs-aspect-ratio:calc(9 / 21 * 100%)
}
.fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
}
.fixed-bottom{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:1030
}
.sticky-top{
    position:sticky;
    top:0;
    z-index:1020
}
@media (min-width:576px){
    .sticky-sm-top{
        position:sticky;
        top:0;
        z-index:1020
    }
}
@media (min-width:768px){
    .sticky-md-top{
        position:sticky;
        top:0;
        z-index:1020
    }
}
@media (min-width:992px){
    .sticky-lg-top{
        position:sticky;
        top:0;
        z-index:1020
    }
}
@media (min-width:1200px){
    .sticky-xl-top{
        position:sticky;
        top:0;
        z-index:1020
    }
}
.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important
}
.stretched-link::after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    content:""
}
.text-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.align-baseline{
    vertical-align:baseline!important
}
.align-top{
    vertical-align:top!important
}
.align-middle{
    vertical-align:middle!important
}
.align-bottom{
    vertical-align:bottom!important
}
.align-text-bottom{
    vertical-align:text-bottom!important
}
.align-text-top{
    vertical-align:text-top!important
}
.float-start{
    float:left!important
}
.float-end{
    float:right!important
}
.float-none{
    float:none!important
}
.overflow-auto{
    overflow:auto!important
}
.overflow-hidden{
    overflow:hidden!important
}
.overflow-visible{
    overflow:visible!important
}
.overflow-scroll{
    overflow:scroll!important
}
.d-inline{
    display:inline!important
}
.d-inline-block{
    display:inline-block!important
}
.d-block{
    display:block!important
}
.d-grid{
    display:grid!important
}
.d-table{
    display:table!important
}
.d-table-row{
    display:table-row!important
}
.d-table-cell{
    display:table-cell!important
}
.d-flex{
    display:flex!important
}
.d-inline-flex{
    display:inline-flex!important
}
.d-none{
    display:none!important
}
.shadow{
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-sm{
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow-lg{
    box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none{
    box-shadow:none!important
}
.position-static{
    position:static!important
}
.position-relative{
    position:relative!important
}
.position-absolute{
    position:absolute!important
}
.position-fixed{
    position:fixed!important
}
.position-sticky{
    position:sticky!important
}
.top-0{
    top:0!important
}
.top-50{
    top:50%!important
}
.top-100{
    top:100%!important
}
.bottom-0{
    bottom:0!important
}
.bottom-50{
    bottom:50%!important
}
.bottom-100{
    bottom:100%!important
}
.start-0{
    left:0!important
}
.start-50{
    left:50%!important
}
.start-100{
    left:100%!important
}
.end-0{
    right:0!important
}
.end-50{
    right:50%!important
}
.end-100{
    right:100%!important
}
.translate-middle{
    transform:translate(-50%,-50%)!important
}
.translate-middle-x{
    transform:translateX(-50%)!important
}
.translate-middle-y{
    transform:translateY(-50%)!important
}
.border{
    border:1px solid #b3b3b3!important
}
.border-0{
    border:0!important
}
.border-top{
    border-top:1px solid #b3b3b3!important
}
.border-top-0{
    border-top:0!important
}
.border-end{
    border-right:1px solid #b3b3b3!important
}
.border-end-0{
    border-right:0!important
}
.border-bottom{
    border-bottom:1px solid #b3b3b3!important
}
.border-bottom-0{
    border-bottom:0!important
}
.border-start{
    border-left:1px solid #b3b3b3!important
}
.border-start-0{
    border-left:0!important
}
.border-primary{
    border-color:#f3783b!important
}
.border-secondary{
    border-color:#3888bb!important
}
.border-success{
    border-color:#a5b939!important
}
.border-info{
    border-color:#65b2e8!important
}
.border-warning{
    border-color:#f0b93a!important
}
.border-danger{
    border-color:#dd543b!important
}
.border-light{
    border-color:#faf9f5!important
}
.border-mid{
    border-color:#707070!important
}
.border-dark{
    border-color:#5b5552!important
}
.border-green{
    border-color:#a5b939!important
}
.border-orange{
    border-color:#f3783b!important
}
.border-purple{
    border-color:#9674be!important
}
.border-blue{
    border-color:#3888bb!important
}
.border-yellow{
    border-color:#f0b93a!important
}
.border-lightblue{
    border-color:#65b2e8!important
}
.border-black{
    border-color:#000!important
}
.border-white{
    border-color:#fff!important
}
.border-beige{
    border-color:#e7e5d8!important
}
.border-extradark{
    border-color:#272727!important
}
.border-cream{
    border-color:#fffbec!important
}
.border-teal{
    border-color:#afdeca!important
}
.border-red{
    border-color:#dd543b!important
}
.border-1{
    border-width:1px!important
}
.border-2{
    border-width:2px!important
}
.border-3{
    border-width:3px!important
}
.border-4{
    border-width:4px!important
}
.border-5{
    border-width:5px!important
}
.w-25{
    width:25%!important
}
.w-50{
    width:50%!important
}
.w-75{
    width:75%!important
}
.w-100{
    width:100%!important;
    height:60%
}
.w-auto{
    width:auto!important
}
.mw-100{
    max-width:100%!important
}
.vw-100{
    width:100vw!important
}
.min-vw-100{
    min-width:100vw!important
}
.h-25{
    height:25%!important
}
.h-50{
    height:50%!important
}
.h-75{
    height:75%!important
}
.h-100{
    height:100%!important
}
.h-auto{
    height:auto!important
}
.mh-100{
    max-height:100%!important
}
.vh-100{
    height:100vh!important
}
.min-vh-100{
    min-height:100vh!important
}
.flex-fill{
    flex:1 1 auto!important
}
.flex-row{
    flex-direction:row!important
}
.flex-column{
    flex-direction:column!important
}
.flex-row-reverse{
    flex-direction:row-reverse!important
}
.flex-column-reverse{
    flex-direction:column-reverse!important
}
.flex-grow-0{
    flex-grow:0!important
}
.flex-grow-1{
    flex-grow:1!important
}
.flex-shrink-0{
    flex-shrink:0!important
}
.flex-shrink-1{
    flex-shrink:1!important
}
.flex-wrap{
    flex-wrap:wrap!important
}
.flex-nowrap{
    flex-wrap:nowrap!important
}
.flex-wrap-reverse{
    flex-wrap:wrap-reverse!important
}
.gap-0{
    gap:0!important
}
.gap-1{
    gap:.25rem!important
}
.gap-2{
    gap:.5rem!important
}
.gap-3{
    gap:1rem!important
}
.gap-4{
    gap:1.5rem!important
}
.gap-5{
    gap:3rem!important
}
.justify-content-start{
    justify-content:flex-start!important
}
.justify-content-end{
    justify-content:flex-end!important
}
.justify-content-center{
    justify-content:center!important
}
.justify-content-between{
    justify-content:space-between!important
}
.justify-content-around{
    justify-content:space-around!important
}
.justify-content-evenly{
    justify-content:space-evenly!important
}
.align-items-start{
    align-items:flex-start!important
}
.align-items-end{
    align-items:flex-end!important
}
.align-items-center{
    align-items:center!important
}
.align-items-baseline{
    align-items:baseline!important
}
.align-items-stretch{
    align-items:stretch!important
}
.align-content-start{
    align-content:flex-start!important
}
.align-content-end{
    align-content:flex-end!important
}
.align-content-center{
    align-content:center!important
}
.align-content-between{
    align-content:space-between!important
}
.align-content-around{
    align-content:space-around!important
}
.align-content-stretch{
    align-content:stretch!important
}
.align-self-auto{
    align-self:auto!important
}
.align-self-start{
    align-self:flex-start!important
}
.align-self-end{
    align-self:flex-end!important
}
.align-self-center{
    align-self:center!important
}
.align-self-baseline{
    align-self:baseline!important
}
.align-self-stretch{
    align-self:stretch!important
}
.order-first{
    order:-1!important
}
.order-0{
    order:0!important
}
.order-1{
    order:1!important
}
.order-2{
    order:2!important
}
.order-3{
    order:3!important
}
.order-4{
    order:4!important
}
.order-5{
    order:5!important
}
.order-last{
    order:6!important
}
.m-0{
    margin:0!important
}
.m-1{
    margin:.25rem!important
}
.m-2{
    margin:.5rem!important
}
.m-3{
    margin:1rem!important
}
.m-4{
    margin:1.5rem!important
}
.m-5{
    margin:3rem!important
}
.m-auto{
    margin:auto!important
}
.mx-0{
    margin-right:0!important;
    margin-left:0!important
}
.mx-1{
    margin-right:.25rem!important;
    margin-left:.25rem!important
}
.mx-2{
    margin-right:.5rem!important;
    margin-left:.5rem!important
}
.mx-3{
    margin-right:1rem!important;
    margin-left:1rem!important
}
.mx-4{
    margin-right:1.5rem!important;
    margin-left:1.5rem!important
}
.mx-5{
    margin-right:3rem!important;
    margin-left:3rem!important
}
.mx-auto{
    margin-right:auto!important;
    margin-left:auto!important
}
.my-0{
    margin-top:0!important;
    margin-bottom:0!important
}
.my-1{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
}
.my-2{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
}
.my-3{
    margin-top:1rem!important;
    margin-bottom:1rem!important
}
.my-4{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
}
.my-5{
    margin-top:3rem!important;
    margin-bottom:3rem!important
}
.my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
}
.mt-0{
    margin-top:0!important
}
.mt-1{
    margin-top:.25rem!important
}
.mt-2{
    margin-top:.5rem!important
}
.mt-3{
    margin-top:1rem!important
}
.mt-4{
    margin-top:1.5rem!important
}
.mt-5{
    margin-top:3rem!important
}
.mt-auto{
    margin-top:auto!important
}
.me-0{
    margin-right:0!important
}
.me-1{
    margin-right:.25rem!important
}
.me-2{
    margin-right:.5rem!important
}
.me-3{
    margin-right:1rem!important
}
.me-4{
    margin-right:1.5rem!important
}
.me-5{
    margin-right:3rem!important
}
.me-auto{
    margin-right:auto!important
}
.mb-0{
    margin-bottom:0!important
}
.mb-1{
    margin-bottom:.25rem!important
}
.mb-2{
    margin-bottom:.5rem!important
}
.mb-3{
    margin-bottom:1rem!important
}
.mb-4{
    margin-bottom:1.5rem!important
}
.mb-5{
    margin-bottom:3rem!important
}
.mb-auto{
    margin-bottom:auto!important
}
.ms-0{
    margin-left:0!important
}
.ms-1{
    margin-left:.25rem!important
}
.ms-2{
    margin-left:.5rem!important
}
.ms-3{
    margin-left:1rem!important
}
.ms-4{
    margin-left:1.5rem!important
}
.ms-5{
    margin-left:3rem!important
}
.ms-auto{
    margin-left:auto!important
}
.p-0{
    padding:0!important
}
.p-1{
    padding:.25rem!important
}
.p-2{
    padding:.5rem!important
}
.p-3{
    padding:1rem!important
}
.p-4{
    padding:1.5rem!important
}
.p-5{
    padding:3rem!important
}
.px-0{
    padding-right:0!important;
    padding-left:0!important
}
.px-1{
    padding-right:.25rem!important;
    padding-left:.25rem!important
}
.px-2{
    padding-right:.5rem!important;
    padding-left:.5rem!important
}
.px-3{
    padding-right:1rem!important;
    padding-left:1rem!important
}
.px-4{
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
}
.px-5{
    padding-right:3rem!important;
    padding-left:3rem!important
}
.py-0{
    padding-top:0!important;
    padding-bottom:0!important
}
.py-1{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
}
.py-2{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
}
.py-3{
    padding-top:1rem!important;
    padding-bottom:1rem!important
}
.py-4{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
}
.py-5{
    padding-top:3rem!important;
    padding-bottom:3rem!important
}
.pt-0{
    padding-top:0!important
}
.pt-1{
    padding-top:.25rem!important
}
.pt-2{
    padding-top:.5rem!important
}
.pt-3{
    padding-top:1rem!important
}
.pt-4{
    padding-top:1.5rem!important
}
.pt-5{
    padding-top:3rem!important
}
.pe-0{
    padding-right:0!important
}
.pe-1{
    padding-right:.25rem!important
}
.pe-2{
    padding-right:.5rem!important
}
.pe-3{
    padding-right:1rem!important
}
.pe-4{
    padding-right:1.5rem!important
}
.pe-5{
    padding-right:3rem!important
}
.pb-0{
    padding-bottom:0!important
}
.pb-1{
    padding-bottom:.25rem!important
}
.pb-2{
    padding-bottom:.5rem!important
}
.pb-3{
    padding-bottom:1rem!important
}
.pb-4{
    padding-bottom:1.5rem!important
}
.pb-5{
    padding-bottom:3rem!important
}
.ps-0{
    padding-left:0!important
}
.ps-1{
    padding-left:.25rem!important
}
.ps-2{
    padding-left:.5rem!important
}
.ps-3{
    padding-left:1rem!important
}
.ps-4{
    padding-left:1.5rem!important
}
.ps-5{
    padding-left:3rem!important
}
.font-monospace{
    font-family:var(--bs-font-monospace)!important
}
.fs-1{
    font-size:calc(1.325rem + .9vw)!important
}
.fs-2{
    font-size:calc(1.315rem + .78vw)!important
}
.fs-3{
    font-size:calc(1.295rem + .54vw)!important
}
.fs-4{
    font-size:calc(1.275rem + .3vw)!important
}
.fs-5{
    font-size:1.2rem!important
}
.fs-6{
    font-size:.9rem!important
}
.fst-italic{
    font-style:italic!important
}
.fst-normal{
    font-style:normal!important
}
.fw-light{
    font-weight:300!important
}
.fw-lighter{
    font-weight:lighter!important
}
.fw-normal{
    font-weight:400!important
}
.fw-bold{
    font-weight:700!important
}
.fw-bolder{
    font-weight:bolder!important
}
.lh-1{
    line-height:1!important
}
.lh-sm{
    line-height:1.25!important
}
.lh-base{
    line-height:1.5!important
}
.lh-lg{
    line-height:2!important
}
.text-start{
    text-align:left!important
}
.text-end{
    text-align:right!important
}
.text-center{
    text-align:center!important
}
.text-decoration-none{
    text-decoration:none!important
}
.text-decoration-underline{
    text-decoration:underline!important
}
.text-decoration-line-through{
    text-decoration:line-through!important
}
.text-lowercase{
    text-transform:lowercase!important
}
.text-uppercase{
    text-transform:uppercase!important
}
.text-capitalize{
    text-transform:capitalize!important
}
.text-wrap{
    white-space:normal!important
}
.text-nowrap{
    white-space:nowrap!important
}
.text-break{
    word-wrap:break-word!important;
    word-break:break-word!important
}
.text-primary{
    color:#f3783b!important
}
.text-secondary{
    color:#3888bb!important
}
.text-success{
    color:#a5b939!important
}
.text-info{
    color:#65b2e8!important
}
.text-warning{
    color:#f0b93a!important
}
.text-danger{
    color:#dd543b!important
}
.text-light{
    color:#faf9f5!important
}
.text-mid{
    color:#707070!important
}
.text-dark{
    color:#5b5552!important
}
.text-green{
    color:#a5b939!important
}
.text-orange{
    color:#f3783b!important
}
.text-purple{
    color:#9674be!important
}
.text-blue{
    color:#3888bb!important
}
.text-yellow{
    color:#f0b93a!important
}
.text-lightblue{
    color:#65b2e8!important
}
.text-black{
    color:#000!important
}
.text-white{
    color:#fff!important
}
.text-beige{
    color:#e7e5d8!important
}
.text-extradark{
    color:#272727!important
}
.text-cream{
    color:#fffbec!important
}
.text-teal{
    color:#afdeca!important
}
.text-red{
    color:#dd543b!important
}
.text-body{
    color:#081716!important
}
.text-muted{
    color:grey!important
}
.text-black-50{
    color:rgba(0,0,0,.5)!important
}
.text-white-50{
    color:rgba(255,255,255,.5)!important
}
.text-reset{
    color:inherit!important
}
.bg-primary{
    background-color:#f3783b!important
}
.bg-secondary{
    background-color:#3888bb!important
}
.bg-success{
    background-color:#a5b939!important
}
.bg-info{
    background-color:#65b2e8!important
}
.bg-warning{
    background-color:#f0b93a!important
}
.bg-danger{
    background-color:#dd543b!important
}
.bg-light{
    background-color:#faf9f5!important
}
.bg-mid{
    background-color:#707070!important
}
.bg-dark{
    background-color:#5b5552!important
}
.bg-green{
    background-color:#a5b939!important
}
.bg-orange{
    background-color:#f3783b!important
}
.bg-purple{
    background-color:#9674be!important
}
.bg-blue{
    background-color:#3888bb!important
}
.bg-yellow{
    background-color:#f0b93a!important
}
.bg-lightblue{
    background-color:#65b2e8!important
}
.bg-black{
    background-color:#000!important
}
.bg-white{
    background-color:#fff!important
}
.bg-beige{
    background-color:#e7e5d8!important
}
.bg-extradark{
    background-color:#272727!important
}
.bg-cream{
    background-color:#fffbec!important
}
.bg-teal{
    background-color:#afdeca!important
}
.bg-red{
    background-color:#dd543b!important
}
.bg-body{
    background-color:#e7e5d8!important
}
.bg-transparent{
    background-color:transparent!important
}
.bg-gradient{
    background-image:var(--bs-gradient)!important
}
.user-select-all{
    user-select:all!important
}
.user-select-auto{
    user-select:auto!important
}
.user-select-none{
    user-select:none!important
}
.pe-none{
    pointer-events:none!important
}
.pe-auto{
    pointer-events:auto!important
}
.rounded{
    border-radius:0!important
}
.rounded-0{
    border-radius:0!important
}
.rounded-1{
    border-radius:0!important
}
.rounded-2{
    border-radius:0!important
}
.rounded-3{
    border-radius:0!important
}
.rounded-circle{
    border-radius:50%!important
}
.rounded-pill{
    border-radius:50rem!important
}
.rounded-top{
    border-top-left-radius:0!important;
    border-top-right-radius:0!important
}
.rounded-end{
    border-top-right-radius:0!important;
    border-bottom-right-radius:0!important
}
.rounded-bottom{
    border-bottom-right-radius:0!important;
    border-bottom-left-radius:0!important
}
.rounded-start{
    border-bottom-left-radius:0!important;
    border-top-left-radius:0!important
}
.visible{
    visibility:visible!important
}
.invisible{
    visibility:hidden!important
}
@media (min-width:576px){
    .float-sm-start{
        float:left!important
    }
    .float-sm-end{
        float:right!important
    }
    .float-sm-none{
        float:none!important
    }
    .d-sm-inline{
        display:inline!important
    }
    .d-sm-inline-block{
        display:inline-block!important
    }
    .d-sm-block{
        display:block!important
    }
    .d-sm-grid{
        display:grid!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:flex!important
    }
    .d-sm-inline-flex{
        display:inline-flex!important
    }
    .d-sm-none{
        display:none!important
    }
    .flex-sm-fill{
        flex:1 1 auto!important
    }
    .flex-sm-row{
        flex-direction:row!important
    }
    .flex-sm-column{
        flex-direction:column!important
    }
    .flex-sm-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-sm-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-sm-grow-0{
        flex-grow:0!important
    }
    .flex-sm-grow-1{
        flex-grow:1!important
    }
    .flex-sm-shrink-0{
        flex-shrink:0!important
    }
    .flex-sm-shrink-1{
        flex-shrink:1!important
    }
    .flex-sm-wrap{
        flex-wrap:wrap!important
    }
    .flex-sm-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-sm-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .gap-sm-0{
        gap:0!important
    }
    .gap-sm-1{
        gap:.25rem!important
    }
    .gap-sm-2{
        gap:.5rem!important
    }
    .gap-sm-3{
        gap:1rem!important
    }
    .gap-sm-4{
        gap:1.5rem!important
    }
    .gap-sm-5{
        gap:3rem!important
    }
    .justify-content-sm-start{
        justify-content:flex-start!important
    }
    .justify-content-sm-end{
        justify-content:flex-end!important
    }
    .justify-content-sm-center{
        justify-content:center!important
    }
    .justify-content-sm-between{
        justify-content:space-between!important
    }
    .justify-content-sm-around{
        justify-content:space-around!important
    }
    .justify-content-sm-evenly{
        justify-content:space-evenly!important
    }
    .align-items-sm-start{
        align-items:flex-start!important
    }
    .align-items-sm-end{
        align-items:flex-end!important
    }
    .align-items-sm-center{
        align-items:center!important
    }
    .align-items-sm-baseline{
        align-items:baseline!important
    }
    .align-items-sm-stretch{
        align-items:stretch!important
    }
    .align-content-sm-start{
        align-content:flex-start!important
    }
    .align-content-sm-end{
        align-content:flex-end!important
    }
    .align-content-sm-center{
        align-content:center!important
    }
    .align-content-sm-between{
        align-content:space-between!important
    }
    .align-content-sm-around{
        align-content:space-around!important
    }
    .align-content-sm-stretch{
        align-content:stretch!important
    }
    .align-self-sm-auto{
        align-self:auto!important
    }
    .align-self-sm-start{
        align-self:flex-start!important
    }
    .align-self-sm-end{
        align-self:flex-end!important
    }
    .align-self-sm-center{
        align-self:center!important
    }
    .align-self-sm-baseline{
        align-self:baseline!important
    }
    .align-self-sm-stretch{
        align-self:stretch!important
    }
    .order-sm-first{
        order:-1!important
    }
    .order-sm-0{
        order:0!important
    }
    .order-sm-1{
        order:1!important
    }
    .order-sm-2{
        order:2!important
    }
    .order-sm-3{
        order:3!important
    }
    .order-sm-4{
        order:4!important
    }
    .order-sm-5{
        order:5!important
    }
    .order-sm-last{
        order:6!important
    }
    .m-sm-0{
        margin:0!important
    }
    .m-sm-1{
        margin:.25rem!important
    }
    .m-sm-2{
        margin:.5rem!important
    }
    .m-sm-3{
        margin:1rem!important
    }
    .m-sm-4{
        margin:1.5rem!important
    }
    .m-sm-5{
        margin:3rem!important
    }
    .m-sm-auto{
        margin:auto!important
    }
    .mx-sm-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-sm-1{
        margin-right:.25rem!important;
        margin-left:.25rem!important
    }
    .mx-sm-2{
        margin-right:.5rem!important;
        margin-left:.5rem!important
    }
    .mx-sm-3{
        margin-right:1rem!important;
        margin-left:1rem!important
    }
    .mx-sm-4{
        margin-right:1.5rem!important;
        margin-left:1.5rem!important
    }
    .mx-sm-5{
        margin-right:3rem!important;
        margin-left:3rem!important
    }
    .mx-sm-auto{
        margin-right:auto!important;
        margin-left:auto!important
    }
    .my-sm-0{
        margin-top:0!important;
        margin-bottom:0!important
    }
    .my-sm-1{
        margin-top:.25rem!important;
        margin-bottom:.25rem!important
    }
    .my-sm-2{
        margin-top:.5rem!important;
        margin-bottom:.5rem!important
    }
    .my-sm-3{
        margin-top:1rem!important;
        margin-bottom:1rem!important
    }
    .my-sm-4{
        margin-top:1.5rem!important;
        margin-bottom:1.5rem!important
    }
    .my-sm-5{
        margin-top:3rem!important;
        margin-bottom:3rem!important
    }
    .my-sm-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-sm-0{
        margin-top:0!important
    }
    .mt-sm-1{
        margin-top:.25rem!important
    }
    .mt-sm-2{
        margin-top:.5rem!important
    }
    .mt-sm-3{
        margin-top:1rem!important
    }
    .mt-sm-4{
        margin-top:1.5rem!important
    }
    .mt-sm-5{
        margin-top:3rem!important
    }
    .mt-sm-auto{
        margin-top:auto!important
    }
    .me-sm-0{
        margin-right:0!important
    }
    .me-sm-1{
        margin-right:.25rem!important
    }
    .me-sm-2{
        margin-right:.5rem!important
    }
    .me-sm-3{
        margin-right:1rem!important
    }
    .me-sm-4{
        margin-right:1.5rem!important
    }
    .me-sm-5{
        margin-right:3rem!important
    }
    .me-sm-auto{
        margin-right:auto!important
    }
    .mb-sm-0{
        margin-bottom:0!important
    }
    .mb-sm-1{
        margin-bottom:.25rem!important
    }
    .mb-sm-2{
        margin-bottom:.5rem!important
    }
    .mb-sm-3{
        margin-bottom:1rem!important
    }
    .mb-sm-4{
        margin-bottom:1.5rem!important
    }
    .mb-sm-5{
        margin-bottom:3rem!important
    }
    .mb-sm-auto{
        margin-bottom:auto!important
    }
    .ms-sm-0{
        margin-left:0!important
    }
    .ms-sm-1{
        margin-left:.25rem!important
    }
    .ms-sm-2{
        margin-left:.5rem!important
    }
    .ms-sm-3{
        margin-left:1rem!important
    }
    .ms-sm-4{
        margin-left:1.5rem!important
    }
    .ms-sm-5{
        margin-left:3rem!important
    }
    .ms-sm-auto{
        margin-left:auto!important
    }
    .p-sm-0{
        padding:0!important
    }
    .p-sm-1{
        padding:.25rem!important
    }
    .p-sm-2{
        padding:.5rem!important
    }
    .p-sm-3{
        padding:1rem!important
    }
    .p-sm-4{
        padding:1.5rem!important
    }
    .p-sm-5{
        padding:3rem!important
    }
    .px-sm-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-sm-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .px-sm-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .px-sm-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .px-sm-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .px-sm-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .py-sm-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-sm-1{
        padding-top:.25rem!important;
        padding-bottom:.25rem!important
    }
    .py-sm-2{
        padding-top:.5rem!important;
        padding-bottom:.5rem!important
    }
    .py-sm-3{
        padding-top:1rem!important;
        padding-bottom:1rem!important
    }
    .py-sm-4{
        padding-top:1.5rem!important;
        padding-bottom:1.5rem!important
    }
    .py-sm-5{
        padding-top:3rem!important;
        padding-bottom:3rem!important
    }
    .pt-sm-0{
        padding-top:0!important
    }
    .pt-sm-1{
        padding-top:.25rem!important
    }
    .pt-sm-2{
        padding-top:.5rem!important
    }
    .pt-sm-3{
        padding-top:1rem!important
    }
    .pt-sm-4{
        padding-top:1.5rem!important
    }
    .pt-sm-5{
        padding-top:3rem!important
    }
    .pe-sm-0{
        padding-right:0!important
    }
    .pe-sm-1{
        padding-right:.25rem!important
    }
    .pe-sm-2{
        padding-right:.5rem!important
    }
    .pe-sm-3{
        padding-right:1rem!important
    }
    .pe-sm-4{
        padding-right:1.5rem!important
    }
    .pe-sm-5{
        padding-right:3rem!important
    }
    .pb-sm-0{
        padding-bottom:0!important
    }
    .pb-sm-1{
        padding-bottom:.25rem!important
    }
    .pb-sm-2{
        padding-bottom:.5rem!important
    }
    .pb-sm-3{
        padding-bottom:1rem!important
    }
    .pb-sm-4{
        padding-bottom:1.5rem!important
    }
    .pb-sm-5{
        padding-bottom:3rem!important
    }
    .ps-sm-0{
        padding-left:0!important
    }
    .ps-sm-1{
        padding-left:.25rem!important
    }
    .ps-sm-2{
        padding-left:.5rem!important
    }
    .ps-sm-3{
        padding-left:1rem!important
    }
    .ps-sm-4{
        padding-left:1.5rem!important
    }
    .ps-sm-5{
        padding-left:3rem!important
    }
    .text-sm-start{
        text-align:left!important
    }
    .text-sm-end{
        text-align:right!important
    }
    .text-sm-center{
        text-align:center!important
    }
}
@media (min-width:768px){
    .float-md-start{
        float:left!important
    }
    .float-md-end{
        float:right!important
    }
    .float-md-none{
        float:none!important
    }
    .d-md-inline{
        display:inline!important
    }
    .d-md-inline-block{
        display:inline-block!important
    }
    .d-md-block{
        display:block!important
    }
    .d-md-grid{
        display:grid!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:flex!important
    }
    .d-md-inline-flex{
        display:inline-flex!important
    }
    .d-md-none{
        display:none!important
    }
    .flex-md-fill{
        flex:1 1 auto!important
    }
    .flex-md-row{
        flex-direction:row!important
    }
    .flex-md-column{
        flex-direction:column!important
    }
    .flex-md-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-md-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-md-grow-0{
        flex-grow:0!important
    }
    .flex-md-grow-1{
        flex-grow:1!important
    }
    .flex-md-shrink-0{
        flex-shrink:0!important
    }
    .flex-md-shrink-1{
        flex-shrink:1!important
    }
    .flex-md-wrap{
        flex-wrap:wrap!important
    }
    .flex-md-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-md-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .gap-md-0{
        gap:0!important
    }
    .gap-md-1{
        gap:.25rem!important
    }
    .gap-md-2{
        gap:.5rem!important
    }
    .gap-md-3{
        gap:1rem!important
    }
    .gap-md-4{
        gap:1.5rem!important
    }
    .gap-md-5{
        gap:3rem!important
    }
    .justify-content-md-start{
        justify-content:flex-start!important
    }
    .justify-content-md-end{
        justify-content:flex-end!important
    }
    .justify-content-md-center{
        justify-content:center!important
    }
    .justify-content-md-between{
        justify-content:space-between!important
    }
    .justify-content-md-around{
        justify-content:space-around!important
    }
    .justify-content-md-evenly{
        justify-content:space-evenly!important
    }
    .align-items-md-start{
        align-items:flex-start!important
    }
    .align-items-md-end{
        align-items:flex-end!important
    }
    .align-items-md-center{
        align-items:center!important
    }
    .align-items-md-baseline{
        align-items:baseline!important
    }
    .align-items-md-stretch{
        align-items:stretch!important
    }
    .align-content-md-start{
        align-content:flex-start!important
    }
    .align-content-md-end{
        align-content:flex-end!important
    }
    .align-content-md-center{
        align-content:center!important
    }
    .align-content-md-between{
        align-content:space-between!important
    }
    .align-content-md-around{
        align-content:space-around!important
    }
    .align-content-md-stretch{
        align-content:stretch!important
    }
    .align-self-md-auto{
        align-self:auto!important
    }
    .align-self-md-start{
        align-self:flex-start!important
    }
    .align-self-md-end{
        align-self:flex-end!important
    }
    .align-self-md-center{
        align-self:center!important
    }
    .align-self-md-baseline{
        align-self:baseline!important
    }
    .align-self-md-stretch{
        align-self:stretch!important
    }
    .order-md-first{
        order:-1!important
    }
    .order-md-0{
        order:0!important
    }
    .order-md-1{
        order:1!important
    }
    .order-md-2{
        order:2!important
    }
    .order-md-3{
        order:3!important
    }
    .order-md-4{
        order:4!important
    }
    .order-md-5{
        order:5!important
    }
    .order-md-last{
        order:6!important
    }
    .m-md-0{
        margin:0!important
    }
    .m-md-1{
        margin:.25rem!important
    }
    .m-md-2{
        margin:.5rem!important
    }
    .m-md-3{
        margin:1rem!important
    }
    .m-md-4{
        margin:1.5rem!important
    }
    .m-md-5{
        margin:3rem!important
    }
    .m-md-auto{
        margin:auto!important
    }
    .mx-md-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-md-1{
        margin-right:.25rem!important;
        margin-left:.25rem!important
    }
    .mx-md-2{
        margin-right:.5rem!important;
        margin-left:.5rem!important
    }
    .mx-md-3{
        margin-right:1rem!important;
        margin-left:1rem!important
    }
    .mx-md-4{
        margin-right:1.5rem!important;
        margin-left:1.5rem!important
    }
    .mx-md-5{
        margin-right:3rem!important;
        margin-left:3rem!important
    }
    .mx-md-auto{
        margin-right:auto!important;
        margin-left:auto!important
    }
    .my-md-0{
        margin-top:0!important;
        margin-bottom:0!important
    }
    .my-md-1{
        margin-top:.25rem!important;
        margin-bottom:.25rem!important
    }
    .my-md-2{
        margin-top:.5rem!important;
        margin-bottom:.5rem!important
    }
    .my-md-3{
        margin-top:1rem!important;
        margin-bottom:1rem!important
    }
    .my-md-4{
        margin-top:1.5rem!important;
        margin-bottom:1.5rem!important
    }
    .my-md-5{
        margin-top:3rem!important;
        margin-bottom:3rem!important
    }
    .my-md-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-md-0{
        margin-top:0!important
    }
    .mt-md-1{
        margin-top:.25rem!important
    }
    .mt-md-2{
        margin-top:.5rem!important
    }
    .mt-md-3{
        margin-top:1rem!important
    }
    .mt-md-4{
        margin-top:1.5rem!important
    }
    .mt-md-5{
        margin-top:3rem!important
    }
    .mt-md-auto{
        margin-top:auto!important
    }
    .me-md-0{
        margin-right:0!important
    }
    .me-md-1{
        margin-right:.25rem!important
    }
    .me-md-2{
        margin-right:.5rem!important
    }
    .me-md-3{
        margin-right:1rem!important
    }
    .me-md-4{
        margin-right:1.5rem!important
    }
    .me-md-5{
        margin-right:3rem!important
    }
    .me-md-auto{
        margin-right:auto!important
    }
    .mb-md-0{
        margin-bottom:0!important
    }
    .mb-md-1{
        margin-bottom:.25rem!important
    }
    .mb-md-2{
        margin-bottom:.5rem!important
    }
    .mb-md-3{
        margin-bottom:1rem!important
    }
    .mb-md-4{
        margin-bottom:1.5rem!important
    }
    .mb-md-5{
        margin-bottom:3rem!important
    }
    .mb-md-auto{
        margin-bottom:auto!important
    }
    .ms-md-0{
        margin-left:0!important
    }
    .ms-md-1{
        margin-left:.25rem!important
    }
    .ms-md-2{
        margin-left:.5rem!important
    }
    .ms-md-3{
        margin-left:1rem!important
    }
    .ms-md-4{
        margin-left:1.5rem!important
    }
    .ms-md-5{
        margin-left:3rem!important
    }
    .ms-md-auto{
        margin-left:auto!important
    }
    .p-md-0{
        padding:0!important
    }
    .p-md-1{
        padding:.25rem!important
    }
    .p-md-2{
        padding:.5rem!important
    }
    .p-md-3{
        padding:1rem!important
    }
    .p-md-4{
        padding:1.5rem!important
    }
    .p-md-5{
        padding:3rem!important
    }
    .px-md-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-md-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .px-md-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .px-md-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .px-md-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .px-md-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .py-md-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-md-1{
        padding-top:.25rem!important;
        padding-bottom:.25rem!important
    }
    .py-md-2{
        padding-top:.5rem!important;
        padding-bottom:.5rem!important
    }
    .py-md-3{
        padding-top:1rem!important;
        padding-bottom:1rem!important
    }
    .py-md-4{
        padding-top:1.5rem!important;
        padding-bottom:1.5rem!important
    }
    .py-md-5{
        padding-top:3rem!important;
        padding-bottom:3rem!important
    }
    .pt-md-0{
        padding-top:0!important
    }
    .pt-md-1{
        padding-top:.25rem!important
    }
    .pt-md-2{
        padding-top:.5rem!important
    }
    .pt-md-3{
        padding-top:1rem!important
    }
    .pt-md-4{
        padding-top:1.5rem!important
    }
    .pt-md-5{
        padding-top:3rem!important
    }
    .pe-md-0{
        padding-right:0!important
    }
    .pe-md-1{
        padding-right:.25rem!important
    }
    .pe-md-2{
        padding-right:.5rem!important
    }
    .pe-md-3{
        padding-right:1rem!important
    }
    .pe-md-4{
        padding-right:1.5rem!important
    }
    .pe-md-5{
        padding-right:3rem!important
    }
    .pb-md-0{
        padding-bottom:0!important
    }
    .pb-md-1{
        padding-bottom:.25rem!important
    }
    .pb-md-2{
        padding-bottom:.5rem!important
    }
    .pb-md-3{
        padding-bottom:1rem!important
    }
    .pb-md-4{
        padding-bottom:1.5rem!important
    }
    .pb-md-5{
        padding-bottom:3rem!important
    }
    .ps-md-0{
        padding-left:0!important
    }
    .ps-md-1{
        padding-left:.25rem!important
    }
    .ps-md-2{
        padding-left:.5rem!important
    }
    .ps-md-3{
        padding-left:1rem!important
    }
    .ps-md-4{
        padding-left:1.5rem!important
    }
    .ps-md-5{
        padding-left:3rem!important
    }
    .text-md-start{
        text-align:left!important
    }
    .text-md-end{
        text-align:right!important
    }
    .text-md-center{
        text-align:center!important
    }
}
@media (min-width:992px){
    .float-lg-start{
        float:left!important
    }
    .float-lg-end{
        float:right!important
    }
    .float-lg-none{
        float:none!important
    }
    .d-lg-inline{
        display:inline!important
    }
    .d-lg-inline-block{
        display:inline-block!important
    }
    .d-lg-block{
        display:block!important
    }
    .d-lg-grid{
        display:grid!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:flex!important
    }
    .d-lg-inline-flex{
        display:inline-flex!important
    }
    .d-lg-none{
        display:none!important
    }
    .flex-lg-fill{
        flex:1 1 auto!important
    }
    .flex-lg-row{
        flex-direction:row!important
    }
    .flex-lg-column{
        flex-direction:column!important
    }
    .flex-lg-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-lg-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-lg-grow-0{
        flex-grow:0!important
    }
    .flex-lg-grow-1{
        flex-grow:1!important
    }
    .flex-lg-shrink-0{
        flex-shrink:0!important
    }
    .flex-lg-shrink-1{
        flex-shrink:1!important
    }
    .flex-lg-wrap{
        flex-wrap:wrap!important
    }
    .flex-lg-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-lg-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .gap-lg-0{
        gap:0!important
    }
    .gap-lg-1{
        gap:.25rem!important
    }
    .gap-lg-2{
        gap:.5rem!important
    }
    .gap-lg-3{
        gap:1rem!important
    }
    .gap-lg-4{
        gap:1.5rem!important
    }
    .gap-lg-5{
        gap:3rem!important
    }
    .justify-content-lg-start{
        justify-content:flex-start!important
    }
    .justify-content-lg-end{
        justify-content:flex-end!important
    }
    .justify-content-lg-center{
        justify-content:center!important
    }
    .justify-content-lg-between{
        justify-content:space-between!important
    }
    .justify-content-lg-around{
        justify-content:space-around!important
    }
    .justify-content-lg-evenly{
        justify-content:space-evenly!important
    }
    .align-items-lg-start{
        align-items:flex-start!important
    }
    .align-items-lg-end{
        align-items:flex-end!important
    }
    .align-items-lg-center{
        align-items:center!important
    }
    .align-items-lg-baseline{
        align-items:baseline!important
    }
    .align-items-lg-stretch{
        align-items:stretch!important
    }
    .align-content-lg-start{
        align-content:flex-start!important
    }
    .align-content-lg-end{
        align-content:flex-end!important
    }
    .align-content-lg-center{
        align-content:center!important
    }
    .align-content-lg-between{
        align-content:space-between!important
    }
    .align-content-lg-around{
        align-content:space-around!important
    }
    .align-content-lg-stretch{
        align-content:stretch!important
    }
    .align-self-lg-auto{
        align-self:auto!important
    }
    .align-self-lg-start{
        align-self:flex-start!important
    }
    .align-self-lg-end{
        align-self:flex-end!important
    }
    .align-self-lg-center{
        align-self:center!important
    }
    .align-self-lg-baseline{
        align-self:baseline!important
    }
    .align-self-lg-stretch{
        align-self:stretch!important
    }
    .order-lg-first{
        order:-1!important
    }
    .order-lg-0{
        order:0!important
    }
    .order-lg-1{
        order:1!important
    }
    .order-lg-2{
        order:2!important
    }
    .order-lg-3{
        order:3!important
    }
    .order-lg-4{
        order:4!important
    }
    .order-lg-5{
        order:5!important
    }
    .order-lg-last{
        order:6!important
    }
    .m-lg-0{
        margin:0!important
    }
    .m-lg-1{
        margin:.25rem!important
    }
    .m-lg-2{
        margin:.5rem!important
    }
    .m-lg-3{
        margin:1rem!important
    }
    .m-lg-4{
        margin:1.5rem!important
    }
    .m-lg-5{
        margin:3rem!important
    }
    .m-lg-auto{
        margin:auto!important
    }
    .mx-lg-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-lg-1{
        margin-right:.25rem!important;
        margin-left:.25rem!important
    }
    .mx-lg-2{
        margin-right:.5rem!important;
        margin-left:.5rem!important
    }
    .mx-lg-3{
        margin-right:1rem!important;
        margin-left:1rem!important
    }
    .mx-lg-4{
        margin-right:1.5rem!important;
        margin-left:1.5rem!important
    }
    .mx-lg-5{
        margin-right:3rem!important;
        margin-left:3rem!important
    }
    .mx-lg-auto{
        margin-right:auto!important;
        margin-left:auto!important
    }
    .my-lg-0{
        margin-top:0!important;
        margin-bottom:0!important
    }
    .my-lg-1{
        margin-top:.25rem!important;
        margin-bottom:.25rem!important
    }
    .my-lg-2{
        margin-top:.5rem!important;
        margin-bottom:.5rem!important
    }
    .my-lg-3{
        margin-top:1rem!important;
        margin-bottom:1rem!important
    }
    .my-lg-4{
        margin-top:1.5rem!important;
        margin-bottom:1.5rem!important
    }
    .my-lg-5{
        margin-top:3rem!important;
        margin-bottom:3rem!important
    }
    .my-lg-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-lg-0{
        margin-top:0!important
    }
    .mt-lg-1{
        margin-top:.25rem!important
    }
    .mt-lg-2{
        margin-top:.5rem!important
    }
    .mt-lg-3{
        margin-top:1rem!important
    }
    .mt-lg-4{
        margin-top:1.5rem!important
    }
    .mt-lg-5{
        margin-top:3rem!important
    }
    .mt-lg-auto{
        margin-top:auto!important
    }
    .me-lg-0{
        margin-right:0!important
    }
    .me-lg-1{
        margin-right:.25rem!important
    }
    .me-lg-2{
        margin-right:.5rem!important
    }
    .me-lg-3{
        margin-right:1rem!important
    }
    .me-lg-4{
        margin-right:1.5rem!important
    }
    .me-lg-5{
        margin-right:3rem!important
    }
    .me-lg-auto{
        margin-right:auto!important
    }
    .mb-lg-0{
        margin-bottom:0!important
    }
    .mb-lg-1{
        margin-bottom:.25rem!important
    }
    .mb-lg-2{
        margin-bottom:.5rem!important
    }
    .mb-lg-3{
        margin-bottom:1rem!important
    }
    .mb-lg-4{
        margin-bottom:1.5rem!important
    }
    .mb-lg-5{
        margin-bottom:3rem!important
    }
    .mb-lg-auto{
        margin-bottom:auto!important
    }
    .ms-lg-0{
        margin-left:0!important
    }
    .ms-lg-1{
        margin-left:.25rem!important
    }
    .ms-lg-2{
        margin-left:.5rem!important
    }
    .ms-lg-3{
        margin-left:1rem!important
    }
    .ms-lg-4{
        margin-left:1.5rem!important
    }
    .ms-lg-5{
        margin-left:3rem!important
    }
    .ms-lg-auto{
        margin-left:auto!important
    }
    .p-lg-0{
        padding:0!important
    }
    .p-lg-1{
        padding:.25rem!important
    }
    .p-lg-2{
        padding:.5rem!important
    }
    .p-lg-3{
        padding:1rem!important
    }
    .p-lg-4{
        padding:1.5rem!important
    }
    .p-lg-5{
        padding:3rem!important
    }
    .px-lg-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-lg-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .px-lg-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .px-lg-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .px-lg-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .px-lg-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .py-lg-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-lg-1{
        padding-top:.25rem!important;
        padding-bottom:.25rem!important
    }
    .py-lg-2{
        padding-top:.5rem!important;
        padding-bottom:.5rem!important
    }
    .py-lg-3{
        padding-top:1rem!important;
        padding-bottom:1rem!important
    }
    .py-lg-4{
        padding-top:1.5rem!important;
        padding-bottom:1.5rem!important
    }
    .py-lg-5{
        padding-top:3rem!important;
        padding-bottom:3rem!important
    }
    .pt-lg-0{
        padding-top:0!important
    }
    .pt-lg-1{
        padding-top:.25rem!important
    }
    .pt-lg-2{
        padding-top:.5rem!important
    }
    .pt-lg-3{
        padding-top:1rem!important
    }
    .pt-lg-4{
        padding-top:1.5rem!important
    }
    .pt-lg-5{
        padding-top:3rem!important
    }
    .pe-lg-0{
        padding-right:0!important
    }
    .pe-lg-1{
        padding-right:.25rem!important
    }
    .pe-lg-2{
        padding-right:.5rem!important
    }
    .pe-lg-3{
        padding-right:1rem!important
    }
    .pe-lg-4{
        padding-right:1.5rem!important
    }
    .pe-lg-5{
        padding-right:3rem!important
    }
    .pb-lg-0{
        padding-bottom:0!important
    }
    .pb-lg-1{
        padding-bottom:.25rem!important
    }
    .pb-lg-2{
        padding-bottom:.5rem!important
    }
    .pb-lg-3{
        padding-bottom:1rem!important
    }
    .pb-lg-4{
        padding-bottom:1.5rem!important
    }
    .pb-lg-5{
        padding-bottom:3rem!important
    }
    .ps-lg-0{
        padding-left:0!important
    }
    .ps-lg-1{
        padding-left:.25rem!important
    }
    .ps-lg-2{
        padding-left:.5rem!important
    }
    .ps-lg-3{
        padding-left:1rem!important
    }
    .ps-lg-4{
        padding-left:1.5rem!important
    }
    .ps-lg-5{
        padding-left:3rem!important
    }
    .text-lg-start{
        text-align:left!important
    }
    .text-lg-end{
        text-align:right!important
    }
    .text-lg-center{
        text-align:center!important
    }
}
@media (min-width:1200px){
    .float-xl-start{
        float:left!important
    }
    .float-xl-end{
        float:right!important
    }
    .float-xl-none{
        float:none!important
    }
    .d-xl-inline{
        display:inline!important
    }
    .d-xl-inline-block{
        display:inline-block!important
    }
    .d-xl-block{
        display:block!important
    }
    .d-xl-grid{
        display:grid!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:flex!important
    }
    .d-xl-inline-flex{
        display:inline-flex!important
    }
    .d-xl-none{
        display:none!important
    }
    .flex-xl-fill{
        flex:1 1 auto!important
    }
    .flex-xl-row{
        flex-direction:row!important
    }
    .flex-xl-column{
        flex-direction:column!important
    }
    .flex-xl-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-xl-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-xl-grow-0{
        flex-grow:0!important
    }
    .flex-xl-grow-1{
        flex-grow:1!important
    }
    .flex-xl-shrink-0{
        flex-shrink:0!important
    }
    .flex-xl-shrink-1{
        flex-shrink:1!important
    }
    .flex-xl-wrap{
        flex-wrap:wrap!important
    }
    .flex-xl-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-xl-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .gap-xl-0{
        gap:0!important
    }
    .gap-xl-1{
        gap:.25rem!important
    }
    .gap-xl-2{
        gap:.5rem!important
    }
    .gap-xl-3{
        gap:1rem!important
    }
    .gap-xl-4{
        gap:1.5rem!important
    }
    .gap-xl-5{
        gap:3rem!important
    }
    .justify-content-xl-start{
        justify-content:flex-start!important
    }
    .justify-content-xl-end{
        justify-content:flex-end!important
    }
    .justify-content-xl-center{
        justify-content:center!important
    }
    .justify-content-xl-between{
        justify-content:space-between!important
    }
    .justify-content-xl-around{
        justify-content:space-around!important
    }
    .justify-content-xl-evenly{
        justify-content:space-evenly!important
    }
    .align-items-xl-start{
        align-items:flex-start!important
    }
    .align-items-xl-end{
        align-items:flex-end!important
    }
    .align-items-xl-center{
        align-items:center!important
    }
    .align-items-xl-baseline{
        align-items:baseline!important
    }
    .align-items-xl-stretch{
        align-items:stretch!important
    }
    .align-content-xl-start{
        align-content:flex-start!important
    }
    .align-content-xl-end{
        align-content:flex-end!important
    }
    .align-content-xl-center{
        align-content:center!important
    }
    .align-content-xl-between{
        align-content:space-between!important
    }
    .align-content-xl-around{
        align-content:space-around!important
    }
    .align-content-xl-stretch{
        align-content:stretch!important
    }
    .align-self-xl-auto{
        align-self:auto!important
    }
    .align-self-xl-start{
        align-self:flex-start!important
    }
    .align-self-xl-end{
        align-self:flex-end!important
    }
    .align-self-xl-center{
        align-self:center!important
    }
    .align-self-xl-baseline{
        align-self:baseline!important
    }
    .align-self-xl-stretch{
        align-self:stretch!important
    }
    .order-xl-first{
        order:-1!important
    }
    .order-xl-0{
        order:0!important
    }
    .order-xl-1{
        order:1!important
    }
    .order-xl-2{
        order:2!important
    }
    .order-xl-3{
        order:3!important
    }
    .order-xl-4{
        order:4!important
    }
    .order-xl-5{
        order:5!important
    }
    .order-xl-last{
        order:6!important
    }
    .m-xl-0{
        margin:0!important
    }
    .m-xl-1{
        margin:.25rem!important
    }
    .m-xl-2{
        margin:.5rem!important
    }
    .m-xl-3{
        margin:1rem!important
    }
    .m-xl-4{
        margin:1.5rem!important
    }
    .m-xl-5{
        margin:3rem!important
    }
    .m-xl-auto{
        margin:auto!important
    }
    .mx-xl-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-xl-1{
        margin-right:.25rem!important;
        margin-left:.25rem!important
    }
    .mx-xl-2{
        margin-right:.5rem!important;
        margin-left:.5rem!important
    }
    .mx-xl-3{
        margin-right:1rem!important;
        margin-left:1rem!important
    }
    .mx-xl-4{
        margin-right:1.5rem!important;
        margin-left:1.5rem!important
    }
    .mx-xl-5{
        margin-right:3rem!important;
        margin-left:3rem!important
    }
    .mx-xl-auto{
        margin-right:auto!important;
        margin-left:auto!important
    }
    .my-xl-0{
        margin-top:0!important;
        margin-bottom:0!important
    }
    .my-xl-1{
        margin-top:.25rem!important;
        margin-bottom:.25rem!important
    }
    .my-xl-2{
        margin-top:.5rem!important;
        margin-bottom:.5rem!important
    }
    .my-xl-3{
        margin-top:1rem!important;
        margin-bottom:1rem!important
    }
    .my-xl-4{
        margin-top:1.5rem!important;
        margin-bottom:1.5rem!important
    }
    .my-xl-5{
        margin-top:3rem!important;
        margin-bottom:3rem!important
    }
    .my-xl-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-xl-0{
        margin-top:0!important
    }
    .mt-xl-1{
        margin-top:.25rem!important
    }
    .mt-xl-2{
        margin-top:.5rem!important
    }
    .mt-xl-3{
        margin-top:1rem!important
    }
    .mt-xl-4{
        margin-top:1.5rem!important
    }
    .mt-xl-5{
        margin-top:3rem!important
    }
    .mt-xl-auto{
        margin-top:auto!important
    }
    .me-xl-0{
        margin-right:0!important
    }
    .me-xl-1{
        margin-right:.25rem!important
    }
    .me-xl-2{
        margin-right:.5rem!important
    }
    .me-xl-3{
        margin-right:1rem!important
    }
    .me-xl-4{
        margin-right:1.5rem!important
    }
    .me-xl-5{
        margin-right:3rem!important
    }
    .me-xl-auto{
        margin-right:auto!important
    }
    .mb-xl-0{
        margin-bottom:0!important
    }
    .mb-xl-1{
        margin-bottom:.25rem!important
    }
    .mb-xl-2{
        margin-bottom:.5rem!important
    }
    .mb-xl-3{
        margin-bottom:1rem!important
    }
    .mb-xl-4{
        margin-bottom:1.5rem!important
    }
    .mb-xl-5{
        margin-bottom:3rem!important
    }
    .mb-xl-auto{
        margin-bottom:auto!important
    }
    .ms-xl-0{
        margin-left:0!important
    }
    .ms-xl-1{
        margin-left:.25rem!important
    }
    .ms-xl-2{
        margin-left:.5rem!important
    }
    .ms-xl-3{
        margin-left:1rem!important
    }
    .ms-xl-4{
        margin-left:1.5rem!important
    }
    .ms-xl-5{
        margin-left:3rem!important
    }
    .ms-xl-auto{
        margin-left:auto!important
    }
    .p-xl-0{
        padding:0!important
    }
    .p-xl-1{
        padding:.25rem!important
    }
    .p-xl-2{
        padding:.5rem!important
    }
    .p-xl-3{
        padding:1rem!important
    }
    .p-xl-4{
        padding:1.5rem!important
    }
    .p-xl-5{
        padding:3rem!important
    }
    .px-xl-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-xl-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .px-xl-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .px-xl-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .px-xl-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .px-xl-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .py-xl-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-xl-1{
        padding-top:.25rem!important;
        padding-bottom:.25rem!important
    }
    .py-xl-2{
        padding-top:.5rem!important;
        padding-bottom:.5rem!important
    }
    .py-xl-3{
        padding-top:1rem!important;
        padding-bottom:1rem!important
    }
    .py-xl-4{
        padding-top:1.5rem!important;
        padding-bottom:1.5rem!important
    }
    .py-xl-5{
        padding-top:3rem!important;
        padding-bottom:3rem!important
    }
    .pt-xl-0{
        padding-top:0!important
    }
    .pt-xl-1{
        padding-top:.25rem!important
    }
    .pt-xl-2{
        padding-top:.5rem!important
    }
    .pt-xl-3{
        padding-top:1rem!important
    }
    .pt-xl-4{
        padding-top:1.5rem!important
    }
    .pt-xl-5{
        padding-top:3rem!important
    }
    .pe-xl-0{
        padding-right:0!important
    }
    .pe-xl-1{
        padding-right:.25rem!important
    }
    .pe-xl-2{
        padding-right:.5rem!important
    }
    .pe-xl-3{
        padding-right:1rem!important
    }
    .pe-xl-4{
        padding-right:1.5rem!important
    }
    .pe-xl-5{
        padding-right:3rem!important
    }
    .pb-xl-0{
        padding-bottom:0!important
    }
    .pb-xl-1{
        padding-bottom:.25rem!important
    }
    .pb-xl-2{
        padding-bottom:.5rem!important
    }
    .pb-xl-3{
        padding-bottom:1rem!important
    }
    .pb-xl-4{
        padding-bottom:1.5rem!important
    }
    .pb-xl-5{
        padding-bottom:3rem!important
    }
    .ps-xl-0{
        padding-left:0!important
    }
    .ps-xl-1{
        padding-left:.25rem!important
    }
    .ps-xl-2{
        padding-left:.5rem!important
    }
    .ps-xl-3{
        padding-left:1rem!important
    }
    .ps-xl-4{
        padding-left:1.5rem!important
    }
    .ps-xl-5{
        padding-left:3rem!important
    }
    .text-xl-start{
        text-align:left!important
    }
    .text-xl-end{
        text-align:right!important
    }
    .text-xl-center{
        text-align:center!important
    }
}
@media (min-width:1200px){
    .fs-1{
        font-size:2rem!important
    }
    .fs-2{
        font-size:1.9rem!important
    }
    .fs-3{
        font-size:1.7rem!important
    }
    .fs-4{
        font-size:1.5rem!important
    }
}
@media print{
    .d-print-inline{
        display:inline!important
    }
    .d-print-inline-block{
        display:inline-block!important
    }
    .d-print-block{
        display:block!important
    }
    .d-print-grid{
        display:grid!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:flex!important
    }
    .d-print-inline-flex{
        display:inline-flex!important
    }
    .d-print-none{
        display:none!important
    }
}
:root{
    --plyr-color-main:#F3783B
}
.bg-iframe,.bg-image,.bg-video,.hero,.responsive-iframe{
    position:relative;
    display:block;
    height:0;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    background-color:#000;
    overflow:hidden
}
.bg-iframe video,.bg-image video,.bg-video video,.hero video,.responsive-iframe video{
    height:105%;
    object-fit:cover;
    position:absolute;
    top:0
}
.bg-iframe.aspect-1x1,.bg-image.aspect-1x1,.bg-video.aspect-1x1,.hero.aspect-1x1,.responsive-iframe.aspect-1x1{
    padding-top:100%
}
.bg-iframe.aspect-1x1 video,.bg-image.aspect-1x1 video,.bg-video.aspect-1x1 video,.hero.aspect-1x1 video,.responsive-iframe.aspect-1x1 video{
    left:-25%;
    height:100%;
    max-width:none;
    width:auto;
    object-fit:cover
}
.bg-iframe.aspect-1x1 video[poster],.bg-image.aspect-1x1 video[poster],.bg-video.aspect-1x1 video[poster],.hero.aspect-1x1 video[poster],.responsive-iframe.aspect-1x1 video[poster]{
    position:absolute;
    left:0;
    top:0;
    width:100%
}
.bg-iframe .h1,.bg-iframe h1,.bg-image .h1,.bg-image h1,.bg-video .h1,.bg-video h1,.hero .h1,.hero h1,.responsive-iframe .h1,.responsive-iframe h1{
    font-size:80px;
    letter-spacing:10px;
    font-family:brandon-grotesque,sans-serif;
    text-transform:uppercase;
    line-height:1
}
.bg-iframe.aspect-2x1,.bg-image.aspect-2x1,.bg-video.aspect-2x1,.hero.aspect-2x1,.responsive-iframe.aspect-2x1{
    padding-top:50%
}
.bg-iframe.aspect-3x1,.bg-image.aspect-3x1,.bg-video.aspect-3x1,.hero.aspect-3x1,.responsive-iframe.aspect-3x1{
    padding-top:33%
}
.bg-iframe.aspect-4x3,.bg-image.aspect-4x3,.bg-video.aspect-4x3,.hero.aspect-4x3,.responsive-iframe.aspect-4x3{
    padding-top:75%
}
.bg-iframe.aspect-5x7,.bg-image.aspect-5x7,.bg-video.aspect-5x7,.hero.aspect-5x7,.responsive-iframe.aspect-5x7{
    padding-top:120%
}
.bg-iframe.aspect-16x9,.bg-image.aspect-16x9,.bg-video.aspect-16x9,.hero.aspect-16x9,.responsive-iframe.aspect-16x9{
    padding-top:56.25%
}
.bg-iframe.aspect-film,.bg-image.aspect-film,.bg-video.aspect-film,.hero.aspect-film,.responsive-iframe.aspect-film{
    padding-top:41.875%
}
.bg-iframe.aspect-portrait,.bg-image.aspect-portrait,.bg-video.aspect-portrait,.hero.aspect-portrait,.responsive-iframe.aspect-portrait{
    padding-top:125.85%
}
.bg-iframe .layer,.bg-image .layer,.bg-video .layer,.hero .layer,.responsive-iframe .layer{
    position:absolute!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    height:110%;
    width:105%;
    margin-left:-2.5%;
    top:0;
    left:0;
    background-position:top center;
    background-size:cover;
    background-repeat:no-repeat
}
.bg-iframe .center-text,.bg-image .center-text,.bg-video .center-text,.hero .center-text,.responsive-iframe .center-text{
    top:50%
}
.fit-cover{
    object-fit:cover
}
.fit-cover.position-absolute{
    top:0;
    left:0
}
.fit-contain{
    object-fit:contain
}
.film-height{
    height:41.875vw
}
.aspect-1x1{
    max-height:500px
}
.aspect-1x1::before{
    display:block;
    content:"";
    width:100%;
    padding-top:100%
}
.btn{
    background:0 0;
    color:#fff;
    border:1px solid #fff;
    text-transform:uppercase;
    letter-spacing:1.7px;
    transition:all .3s;
    font-size:.8rem;
    padding:10px 20px
}
.sketch-bg-contain.bg-orange .btn{
    border-color:#272727;
    color:#272727
}
.sketch-bg-contain.bg-orange .btn:hover{
    color:#fff;
    background:#272727
}
.sketch-bg-contain.bg-extradark .btn{
    background:0 0
}
.sketch-bg-contain.bg-extradark .btn:hover{
    background:#fff
}
.drawer-content .btn.btn-orange,.taldev-layout .btn.btn-orange{
    background:#f3783b;
    border-color:#f3783b
}
.drawer-content .btn.btn-orange:hover,.taldev-layout .btn.btn-orange:hover{
    mix-blend-mode:normal;
    background:#f16119
}
.btn.btn-dark{
    color:#5b5552;
    border-color:#5b5552
}
.btn.btn-dark:hover{
    background:#5b5552;
    color:#fff;
    mix-blend-mode:multiply
}
main{
    box-shadow:0 3px 15px rgba(0,0,0,.05)
}
.row{
    z-index:2;
    --bs-gutter-y:0;
    --bs-gutter-x:0
}
#hero-orientation{
    top:0
}
.bg-dark,.bg-extradark,.culture,.taldev,.teams{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.plyr--video{
    width:100%
}
iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0
}
.text-flip{
    min-height:33vw;
    position:relative;
    overflow-x:hidden
}
.text-flip:nth-child(even) .col-md-4{
    order:2
}
.text-flip:nth-child(even) .animate-overlay{
    transform-origin:right
}
.text-flip.square{
    height:calc(100vw/3)
}
.captions.bg-overlay{
    position:absolute;
    width:100%;
    text-align:center;
    bottom:0
}
.captions.bg-overlay p{
    margin:auto;
    color:#fff;
    position:relative
}
.captions.bg-overlay::before{
    content:'';
    background:linear-gradient(0deg,rgba(0,0,0,.75),transparent);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.previously-recorded{
    left:3rem;
    bottom:15px;
    text-shadow:0 0 5px rgba(0,0,0,.5);
    opacity:.7
}
.carousel .plyr+.previously-recorded{
    z-index:2;
    bottom:85px
}
.plyr+.previously-recorded{
    bottom:45px
}
#twitter-feed-container{
    max-height:500px
}
#twitter-feed-container .timeline-Tweet-text{
    font-size:16px!important;
    line-height:1.3;
    margin-bottom:0
}
body.drawer-open{
    overflow:hidden
}
.arrow.stroke-white svg path{
    stroke:#fff
}
img[data-lazy-type=image]{
    transform:scale(1.3);
    filter:blur(2vw)
}
img[data-lazy-type=image].lazy-loaded{
    filter:blur(0);
    transform:scale(1)
}
#notSupported{
    width:100%;
    padding:20% 40px;
    text-align:center;
    display:none;
    color:#fff;
    background:#272727
}
.drawer.open .row{
    justify-content:center
}
header nav{
    position:fixed;
    z-index:2;
    left:0;
    top:0;
    width:100%;
    z-index:10
}
header nav img{
    height:auto
}
header nav::before{
    content:'';
    width:100%;
    display:block;
    position:absolute;
    top:0;
    z-index:-1;
    height:100px;
    background:rgba(39,39,39,.75);
    height:50px;
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px)
}
header nav.filter-pinned::before{
    background:#272727
}
header nav.hero-nav::before{
    content:'';
    width:100%;
    display:block;
    position:absolute;
    top:0;
    z-index:-1;
    height:100px;
    background:linear-gradient(to bottom,rgba(0,0,0,.55) 0,rgba(0,0,0,.18) 70%,rgba(0,0,0,0) 100%);
    -webkit-backdrop-filter:blur(0);
    backdrop-filter:blur(0)
}
header nav .overlay{
    display:none
}
header nav .main-contain{
    align-items:center;
    z-index:2
}
header nav .main-contain a.ms-3{
    padding:10px 0;
    height:50px
}
header nav .navbar-toggler{
    width:50px;
    height:50px;
    background:#f3783b;
    justify-content:center;
    align-items:center;
    border:none
}
header nav .navbar-toggler:focus{
    outline:5px auto #f3783b;
    color:transparent!important;
    background:#f3783b
}
header nav .navbar-toggler:hover{
    background:#f3783b
}
header nav .navbar-toggler:hover .nav-icon-contain{
    transform:scale(1.2);
    transition:all .1s .2s cubic-bezier(0,.67,.43,1.63)
}
header nav .navbar-toggler:hover .nav-icon-contain.close{
    transform:none;
    opacity:1
}
header nav .navbar-toggler:hover .nav-icon-contain.close .icon-dot{
    left:-12px!important;
    top:12px!important
}
header nav .navbar-toggler:hover .icon-dot{
    top:6px;
    left:-5px
}
header nav .navbar-toggler:hover .icon-dot:nth-child(2){
    left:5px
}
header nav .navbar-toggler:hover .icon-dot:nth-child(3){
    top:12px;
    left:0;
    transform:scale(1.5)
}
header nav .navbar-toggler .nav-icon-contain{
    width:7px;
    height:28px;
    transition:all .1s cubic-bezier(0,.67,.43,1.63)
}
header nav .navbar-toggler .nav-icon-contain.close{
    transform:scale(1);
    transition:none;
    opacity:1
}
header nav .navbar-toggler .nav-icon-contain.close .icon-dot{
    width:30px;
    height:3px;
    border-radius:10px;
    transform:rotate(45deg);
    left:-12px;
    top:12px
}
header nav .navbar-toggler .nav-icon-contain.close .icon-dot:nth-child(2){
    transform:rotate(-45deg)
}
header nav .navbar-toggler .nav-icon-contain.close .icon-dot:nth-child(3){
    transform:scale(0)
}
header nav .icon-dot{
    width:7px;
    height:7px;
    position:absolute;
    left:0;
    border-radius:50%;
    background:#272727;
    transition:all .2s ease-in-out;
    z-index:1
}
header nav .icon-dot:nth-child(2){
    top:10px
}
header nav .icon-dot:nth-child(3){
    top:20px
}
header nav #primarynav{
    height:100vh;
    background:#272727;
    z-index:-1;
    overflow-x:hidden;
    width:calc(100%/3);
    min-width:350px
}
header nav #primarynav .nav-link-contain{
    margin-top:75px;
    padding:0
}
header nav #primarynav li{
    list-style:none
}
header nav #primarynav li a{
    color:#fff;
    text-decoration:none
}
header nav #primarynav li a:hover{
    text-decoration:none
}
header nav #primarynav .nav-item-parent{
    border-bottom:1px solid #343434
}
header nav #primarynav .nav-item-parent a{
    padding:20px 0 20px 25px;
    transition:none
}
header nav #primarynav .nav-item-parent .h4,header nav #primarynav .nav-item-parent h4{
    margin:0
}
header nav #primarynav .nav-item-parent .btn{
    border:none;
    order:2;
    transition:none
}
header nav #primarynav .nav-item-child a{
    padding-left:calc(25px + 1rem)
}
header nav #primarynav .nav-item-child ul li a{
    padding-left:calc(25px + 2rem)
}
header nav #primarynav .nav-item{
    transition:all .3s
}
header nav #primarynav .nav-item svg path{
    stroke:#696868
}
header nav #primarynav .nav-item.nav-item-child{
    padding:5px 0
}
header nav #primarynav .nav-item ul{
    padding:10px 0;
    background:#131313
}
header nav #primarynav .nav-item ul#wwd-subnav{
    padding-bottom:5px
}
header nav #primarynav .nav-item:hover svg path{
    stroke:#fff
}
header nav #primarynav .nav-item.hover-red:hover .nav-item-parent a{
    background:#dd543b;
    color:#272727
}
header nav #primarynav .nav-item.hover-red:hover .nav-item-parent .btn{
    background:#d94126
}
header nav #primarynav .nav-item.hover-red:hover .nav-item-parent .btn:active,header nav #primarynav .nav-item.hover-red:hover .nav-item-parent .btn:hover{
    background:#c33b22
}
header nav #primarynav .nav-item.hover-red a:hover{
    color:#dd543b
}
header nav #primarynav .nav-item.hover-red .btn:not(.collapsed){
    background:#d94126
}
header nav #primarynav .nav-item.hover-red .btn:not(.collapsed) svg path{
    stroke:#fff
}
header nav #primarynav .nav-item.hover-red .btn:not(.collapsed)+a{
    background:#dd543b;
    color:#272727
}
header nav #primarynav .nav-item.hover-lightblue:hover .nav-item-parent{
    background:#65b2e8
}
header nav #primarynav .nav-item.hover-lightblue:hover .nav-item-parent a{
    color:#272727
}
header nav #primarynav .nav-item.hover-lightblue:hover .nav-item-parent .btn{
    background:#4fa7e5
}
header nav #primarynav .nav-item.hover-lightblue:hover .nav-item-parent .btn:active,header nav #primarynav .nav-item.hover-lightblue:hover .nav-item-parent .btn:hover{
    background:#399ce1
}
header nav #primarynav .nav-item.hover-lightblue a:hover{
    color:#65b2e8
}
header nav #primarynav .nav-item.hover-lightblue .btn:not(.collapsed){
    background:#4fa7e5
}
header nav #primarynav .nav-item.hover-lightblue .btn:not(.collapsed) svg path{
    stroke:#fff
}
header nav #primarynav .nav-item.hover-lightblue .btn:not(.collapsed)+a{
    background:#65b2e8;
    color:#272727
}
header nav #primarynav .nav-item.hover-orange:hover .nav-item-parent{
    background:#f3783b
}
header nav #primarynav .nav-item.hover-orange:hover .nav-item-parent a{
    color:#272727
}
header nav #primarynav .nav-item.hover-orange:hover .nav-item-parent .btn{
    background:#f26723
}
header nav #primarynav .nav-item.hover-orange:hover .nav-item-parent .btn:active,header nav #primarynav .nav-item.hover-orange:hover .nav-item-parent .btn:hover{
    background:#ed580e
}
header nav #primarynav .nav-item.hover-orange a:hover{
    color:#f3783b
}
header nav #primarynav .nav-item.hover-orange .btn:not(.collapsed){
    background:#f26723
}
header nav #primarynav .nav-item.hover-orange .btn:not(.collapsed) svg path{
    stroke:#fff
}
header nav #primarynav .nav-item.hover-orange .btn:not(.collapsed)+a{
    background:#f3783b;
    color:#272727
}
header nav #primarynav .nav-item.hover-yellow:hover .nav-item-parent{
    background:#f0b93a
}
header nav #primarynav .nav-item.hover-yellow:hover .nav-item-parent a{
    color:#272727
}
header nav #primarynav .nav-item.hover-yellow:hover .nav-item-parent .btn{
    background:#eeb122
}
header nav #primarynav .nav-item.hover-yellow a:hover{
    color:#f0b93a
}
header nav #primarynav .nav-item.hover-teal:hover .nav-item-parent{
    background:#afdeca
}
header nav #primarynav .nav-item.hover-teal:hover .nav-item-parent a{
    color:#272727
}
header nav #primarynav .nav-item.hover-teal:hover .nav-item-parent .btn{
    background:#9dd7be
}
header nav #primarynav .nav-item.hover-teal a:hover{
    color:#afdeca
}
header nav #primarynav .nav-item.hover-beige:hover .nav-item-parent{
    background:#e7e5d8
}
header nav #primarynav .nav-item.hover-beige:hover .nav-item-parent a{
    color:#272727
}
header nav #primarynav .nav-item.hover-beige:hover .nav-item-parent .btn{
    background:#dddac8
}
header nav #primarynav .nav-item.hover-beige a:hover{
    color:#e7e5d8
}
header nav #primarynav .nav-item a.hover-purple:hover{
    color:#9674be
}
header nav #primarynav .nav-item a.hover-green:hover{
    color:#a5b939;
    background:0 0
}
header nav .modal-backdrop.show{
    opacity:.7;
    z-index:-100;
    cursor:pointer
}
#trigger-nav{
    height:50px;
    bottom:0
}
.carousel-control-next,.carousel-control-prev{
    z-index:1
}
.ps-nav-space{
    padding-left:calc(50px + 1rem)
}
.social-icons-contain .social-icon{
    width:50px;
    height:50px;
    background:#272727;
    transition:all .3s;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center
}
.social-icons-contain .social-icon img{
    width:100%;
    transition:all .3s;
    height:auto
}
.social-icons-contain .social-icon:hover{
    background:#f3783b
}
.social-icons-contain .social-icon:hover img{
    transform:scale(.9)
}
.social-icons-contain.careers-icons .social-icon:hover{
    background:#f26723
}
#mainnav.active #primarynav{
    visibility:visible
}
.header-social-icons{
    padding:25px;
    color:#faf9f5
}
.header-social-icons .social-icons-contain .social-icon{
    background:#343434
}
.header-social-icons .social-icons-contain .social-icon:hover{
    background:#f3783b
}
.bg-blue[data-darken-bg="1"]{
    background:#3075a1!important
}
.bg-lightblue[data-darken-bg="1"]{
    background:#47a3e4!important
}
.bg-orange[data-darken-bg="1"]{
    background:#f1621b!important
}
.bg-green[data-darken-bg="1"]{
    background:#8e9f31!important
}
.bg-purple[data-darken-bg="1"]{
    background:#855db3!important
}
.bg-red[data-darken-bg="1"]{
    background:#d23f24!important
}
.bg-blue[data-lighten-bg="1"]{
    background:#4c98c9!important
}
.bg-lightblue[data-lighten-bg="1"]{
    background:#83c1ec!important
}
.bg-orange[data-lighten-bg="1"]{
    background:#f58e5b!important
}
.bg-green[data-lighten-bg="1"]{
    background:#b5c84c!important
}
.bg-purple[data-lighten-bg="1"]{
    background:#a88bc9!important
}
.bg-red[data-lighten-bg="1"]{
    background:#e26d58!important
}
figure[data-lighten-bg="1"] div.hover-blue::before{
    background:linear-gradient(0deg,rgba(76,152,201,.95) 0,rgba(76,152,201,.95) 90%,rgba(76,152,201,0) 100%)!important
}
figure[data-lighten-bg="1"] div.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(131,193,236,.95) 0,rgba(131,193,236,.95) 90%,rgba(131,193,236,0) 100%)!important
}
figure[data-lighten-bg="1"] div.hover-orange::before{
    background:linear-gradient(0deg,rgba(245,142,91,.95) 0,rgba(245,142,91,.95) 90%,rgba(245,142,91,0) 100%)!important
}
figure[data-lighten-bg="1"] div.hover-green::before{
    background:linear-gradient(0deg,rgba(181,200,76,.95) 0,rgba(181,200,76,.95) 90%,rgba(181,200,76,0) 100%)!important
}
figure[data-lighten-bg="1"] div.hover-purple::before{
    background:linear-gradient(0deg,rgba(168,139,201,.95) 0,rgba(168,139,201,.95) 90%,rgba(168,139,201,0) 100%)!important
}
figure[data-lighten-bg="1"] div.hover-red::before{
    background:linear-gradient(0deg,rgba(226,109,88,.95) 0,rgba(226,109,88,.95) 90%,rgba(226,109,88,0) 100%)!important
}
.bg-blue[data-darken-bg="2"]{
    background:#286287!important
}
.bg-lightblue[data-darken-bg="2"]{
    background:#2a94df!important
}
.bg-orange[data-darken-bg="2"]{
    background:#dd520e!important
}
.bg-green[data-darken-bg="2"]{
    background:#778529!important
}
.bg-purple[data-darken-bg="2"]{
    background:#744ca2!important
}
.bg-red[data-darken-bg="2"]{
    background:#b5361f!important
}
.bg-blue[data-lighten-bg="2"]{
    background:#66a7d1!important
}
.bg-lightblue[data-lighten-bg="2"]{
    background:#a0d0f1!important
}
.bg-orange[data-lighten-bg="2"]{
    background:#f7a47b!important
}
.bg-green[data-lighten-bg="2"]{
    background:#bfd066!important
}
.bg-purple[data-lighten-bg="2"]{
    background:#b9a2d4!important
}
.bg-red[data-lighten-bg="2"]{
    background:#e78775!important
}
figure[data-lighten-bg="2"] div.hover-blue::before{
    background:linear-gradient(0deg,rgba(102,167,209,.95) 0,rgba(102,167,209,.95) 90%,rgba(102,167,209,0) 100%)!important
}
figure[data-lighten-bg="2"] div.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(160,208,241,.95) 0,rgba(160,208,241,.95) 90%,rgba(160,208,241,0) 100%)!important
}
figure[data-lighten-bg="2"] div.hover-orange::before{
    background:linear-gradient(0deg,rgba(247,164,123,.95) 0,rgba(247,164,123,.95) 90%,rgba(247,164,123,0) 100%)!important
}
figure[data-lighten-bg="2"] div.hover-green::before{
    background:linear-gradient(0deg,rgba(191,208,102,.95) 0,rgba(191,208,102,.95) 90%,rgba(191,208,102,0) 100%)!important
}
figure[data-lighten-bg="2"] div.hover-purple::before{
    background:linear-gradient(0deg,rgba(185,162,212,.95) 0,rgba(185,162,212,.95) 90%,rgba(185,162,212,0) 100%)!important
}
figure[data-lighten-bg="2"] div.hover-red::before{
    background:linear-gradient(0deg,rgba(231,135,117,.95) 0,rgba(231,135,117,.95) 90%,rgba(231,135,117,0) 100%)!important
}
.bg-blue[data-darken-bg="3"]{
    background:#204f6d!important
}
.bg-lightblue[data-darken-bg="3"]{
    background:#1e83c9!important
}
.bg-orange[data-darken-bg="3"]{
    background:#bc460c!important
}
.bg-green[data-darken-bg="3"]{
    background:#5f6b21!important
}
.bg-purple[data-darken-bg="3"]{
    background:#63418b!important
}
.bg-red[data-darken-bg="3"]{
    background:#982e1a!important
}
.bg-blue[data-lighten-bg="3"]{
    background:#80b6d9!important
}
.bg-lightblue[data-lighten-bg="3"]{
    background:#bedef5!important
}
.bg-orange[data-lighten-bg="3"]{
    background:#f9ba9b!important
}
.bg-green[data-lighten-bg="3"]{
    background:#cad880!important
}
.bg-purple[data-lighten-bg="3"]{
    background:#cbbadf!important
}
.bg-red[data-lighten-bg="3"]{
    background:#eca092!important
}
figure[data-lighten-bg="3"] div.hover-blue::before{
    background:linear-gradient(0deg,rgba(128,182,217,.95) 0,rgba(128,182,217,.95) 90%,rgba(128,182,217,0) 100%)!important
}
figure[data-lighten-bg="3"] div.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(190,222,245,.95) 0,rgba(190,222,245,.95) 90%,rgba(190,222,245,0) 100%)!important
}
figure[data-lighten-bg="3"] div.hover-orange::before{
    background:linear-gradient(0deg,rgba(249,186,155,.95) 0,rgba(249,186,155,.95) 90%,rgba(249,186,155,0) 100%)!important
}
figure[data-lighten-bg="3"] div.hover-green::before{
    background:linear-gradient(0deg,rgba(202,216,128,.95) 0,rgba(202,216,128,.95) 90%,rgba(202,216,128,0) 100%)!important
}
figure[data-lighten-bg="3"] div.hover-purple::before{
    background:linear-gradient(0deg,rgba(203,186,223,.95) 0,rgba(203,186,223,.95) 90%,rgba(203,186,223,0) 100%)!important
}
figure[data-lighten-bg="3"] div.hover-red::before{
    background:linear-gradient(0deg,rgba(236,160,146,.95) 0,rgba(236,160,146,.95) 90%,rgba(236,160,146,0) 100%)!important
}
.bg-blue[data-darken-bg="4"]{
    background:#193c52!important
}
.bg-lightblue[data-darken-bg="4"]{
    background:#1a6fab!important
}
.bg-orange[data-darken-bg="4"]{
    background:#9c3a0a!important
}
.bg-green[data-darken-bg="4"]{
    background:#485119!important
}
.bg-purple[data-darken-bg="4"]{
    background:#533674!important
}
.bg-red[data-darken-bg="4"]{
    background:#7b2515!important
}
.bg-blue[data-lighten-bg="4"]{
    background:#9ac5e1!important
}
.bg-lightblue[data-lighten-bg="4"]{
    background:#dbedfa!important
}
.bg-orange[data-lighten-bg="4"]{
    background:#fbd0bb!important
}
.bg-green[data-lighten-bg="4"]{
    background:#d5e09a!important
}
.bg-purple[data-lighten-bg="4"]{
    background:#dcd1e9!important
}
.bg-red[data-lighten-bg="4"]{
    background:#f1b9af!important
}
figure[data-lighten-bg="4"] div.hover-blue::before{
    background:linear-gradient(0deg,rgba(154,197,225,.95) 0,rgba(154,197,225,.95) 90%,rgba(154,197,225,0) 100%)!important
}
figure[data-lighten-bg="4"] div.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(219,237,250,.95) 0,rgba(219,237,250,.95) 90%,rgba(219,237,250,0) 100%)!important
}
figure[data-lighten-bg="4"] div.hover-orange::before{
    background:linear-gradient(0deg,rgba(251,208,187,.95) 0,rgba(251,208,187,.95) 90%,rgba(251,208,187,0) 100%)!important
}
figure[data-lighten-bg="4"] div.hover-green::before{
    background:linear-gradient(0deg,rgba(213,224,154,.95) 0,rgba(213,224,154,.95) 90%,rgba(213,224,154,0) 100%)!important
}
figure[data-lighten-bg="4"] div.hover-purple::before{
    background:linear-gradient(0deg,rgba(220,209,233,.95) 0,rgba(220,209,233,.95) 90%,rgba(220,209,233,0) 100%)!important
}
figure[data-lighten-bg="4"] div.hover-red::before{
    background:linear-gradient(0deg,rgba(241,185,175,.95) 0,rgba(241,185,175,.95) 90%,rgba(241,185,175,0) 100%)!important
}
.bg-blue[data-darken-bg="5"]{
    background:#112938!important
}
.bg-lightblue[data-darken-bg="5"]{
    background:#155c8e!important
}
.bg-orange[data-darken-bg="5"]{
    background:#7c2e08!important
}
.bg-green[data-darken-bg="5"]{
    background:#313711!important
}
.bg-purple[data-darken-bg="5"]{
    background:#422b5d!important
}
.bg-red[data-darken-bg="5"]{
    background:#5e1c10!important
}
.bg-blue[data-lighten-bg="5"]{
    background:#b4d4e9!important
}
.bg-lightblue[data-lighten-bg="5"]{
    background:#f9fcfe!important
}
.bg-orange[data-lighten-bg="5"]{
    background:#fde6db!important
}
.bg-green[data-lighten-bg="5"]{
    background:#e0e8b4!important
}
.bg-purple[data-lighten-bg="5"]{
    background:#eee8f4!important
}
.bg-red[data-lighten-bg="5"]{
    background:#f6d2cc!important
}
figure[data-lighten-bg="5"] div.hover-blue::before{
    background:linear-gradient(0deg,rgba(180,212,233,.95) 0,rgba(180,212,233,.95) 90%,rgba(180,212,233,0) 100%)!important
}
figure[data-lighten-bg="5"] div.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(249,252,254,.95) 0,rgba(249,252,254,.95) 90%,rgba(249,252,254,0) 100%)!important
}
figure[data-lighten-bg="5"] div.hover-orange::before{
    background:linear-gradient(0deg,rgba(253,230,219,.95) 0,rgba(253,230,219,.95) 90%,rgba(253,230,219,0) 100%)!important
}
figure[data-lighten-bg="5"] div.hover-green::before{
    background:linear-gradient(0deg,rgba(224,232,180,.95) 0,rgba(224,232,180,.95) 90%,rgba(224,232,180,0) 100%)!important
}
figure[data-lighten-bg="5"] div.hover-purple::before{
    background:linear-gradient(0deg,rgba(238,232,244,.95) 0,rgba(238,232,244,.95) 90%,rgba(238,232,244,0) 100%)!important
}
figure[data-lighten-bg="5"] div.hover-red::before{
    background:linear-gradient(0deg,rgba(246,210,204,.95) 0,rgba(246,210,204,.95) 90%,rgba(246,210,204,0) 100%)!important
}
.bg-blue[data-darken-bg="6"]{
    background:#09161e!important
}
.bg-lightblue[data-darken-bg="6"]{
    background:#114970!important
}
.bg-orange[data-darken-bg="6"]{
    background:#5c2206!important
}
.bg-green[data-darken-bg="6"]{
    background:#1a1d09!important
}
.bg-purple[data-darken-bg="6"]{
    background:#322146!important
}
.bg-red[data-darken-bg="6"]{
    background:#41130b!important
}
.bg-blue[data-lighten-bg="6"]{
    background:#cfe3f0!important
}
.bg-lightblue[data-lighten-bg="6"]{
    background:#fff!important
}
.bg-orange[data-lighten-bg="6"]{
    background:#fffcfb!important
}
.bg-green[data-lighten-bg="6"]{
    background:#ebf0ce!important
}
.bg-purple[data-lighten-bg="6"]{
    background:#fff!important
}
.bg-red[data-lighten-bg="6"]{
    background:#fbece9!important
}
figure[data-lighten-bg="6"] div.hover-blue::before{
    background:linear-gradient(0deg,rgba(207,227,240,.95) 0,rgba(207,227,240,.95) 90%,rgba(207,227,240,0) 100%)!important
}
figure[data-lighten-bg="6"] div.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="6"] div.hover-orange::before{
    background:linear-gradient(0deg,rgba(255,252,251,.95) 0,rgba(255,252,251,.95) 90%,rgba(255,252,251,0) 100%)!important
}
figure[data-lighten-bg="6"] div.hover-green::before{
    background:linear-gradient(0deg,rgba(235,240,206,.95) 0,rgba(235,240,206,.95) 90%,rgba(235,240,206,0) 100%)!important
}
figure[data-lighten-bg="6"] div.hover-purple::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="6"] div.hover-red::before{
    background:linear-gradient(0deg,rgba(251,236,233,.95) 0,rgba(251,236,233,.95) 90%,rgba(251,236,233,0) 100%)!important
}
.bg-blue[data-darken-bg="7"]{
    background:#010304!important
}
.bg-lightblue[data-darken-bg="7"]{
    background:#0c3653!important
}
.bg-orange[data-darken-bg="7"]{
    background:#3c1604!important
}
.bg-green[data-darken-bg="7"]{
    background:#030301!important
}
.bg-purple[data-darken-bg="7"]{
    background:#21162e!important
}
.bg-red[data-darken-bg="7"]{
    background:#240b06!important
}
.bg-blue[data-lighten-bg="7"]{
    background:#e9f2f8!important
}
.bg-lightblue[data-lighten-bg="7"]{
    background:#fff!important
}
.bg-orange[data-lighten-bg="7"]{
    background:#fff!important
}
.bg-green[data-lighten-bg="7"]{
    background:#f5f8e8!important
}
.bg-purple[data-lighten-bg="7"]{
    background:#fff!important
}
.bg-red[data-lighten-bg="7"]{
    background:#fff!important
}
figure[data-lighten-bg="7"] div.hover-blue::before{
    background:linear-gradient(0deg,rgba(233,242,248,.95) 0,rgba(233,242,248,.95) 90%,rgba(233,242,248,0) 100%)!important
}
figure[data-lighten-bg="7"] div.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="7"] div.hover-orange::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="7"] div.hover-green::before{
    background:linear-gradient(0deg,rgba(245,248,232,.95) 0,rgba(245,248,232,.95) 90%,rgba(245,248,232,0) 100%)!important
}
figure[data-lighten-bg="7"] div.hover-purple::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="7"] div.hover-red::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
.bg-blue[data-darken-bg="8"]{
    background:#000!important
}
.bg-lightblue[data-darken-bg="8"]{
    background:#082235!important
}
.bg-orange[data-darken-bg="8"]{
    background:#1c0b02!important
}
.bg-green[data-darken-bg="8"]{
    background:#000!important
}
.bg-purple[data-darken-bg="8"]{
    background:#110b17!important
}
.bg-red[data-darken-bg="8"]{
    background:#070201!important
}
.bg-blue[data-lighten-bg="8"]{
    background:#fff!important
}
.bg-lightblue[data-lighten-bg="8"]{
    background:#fff!important
}
.bg-orange[data-lighten-bg="8"]{
    background:#fff!important
}
.bg-green[data-lighten-bg="8"]{
    background:#fff!important
}
.bg-purple[data-lighten-bg="8"]{
    background:#fff!important
}
.bg-red[data-lighten-bg="8"]{
    background:#fff!important
}
figure[data-lighten-bg="8"] div.hover-blue::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="8"] div.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="8"] div.hover-orange::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="8"] div.hover-green::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="8"] div.hover-purple::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="8"] div.hover-red::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
.bg-blue[data-darken-bg="9"]{
    background:#000!important
}
.bg-lightblue[data-darken-bg="9"]{
    background:#040f17!important
}
.bg-orange[data-darken-bg="9"]{
    background:#000!important
}
.bg-green[data-darken-bg="9"]{
    background:#000!important
}
.bg-purple[data-darken-bg="9"]{
    background:#000!important
}
.bg-red[data-darken-bg="9"]{
    background:#000!important
}
.bg-blue[data-lighten-bg="9"]{
    background:#fff!important
}
.bg-lightblue[data-lighten-bg="9"]{
    background:#fff!important
}
.bg-orange[data-lighten-bg="9"]{
    background:#fff!important
}
.bg-green[data-lighten-bg="9"]{
    background:#fff!important
}
.bg-purple[data-lighten-bg="9"]{
    background:#fff!important
}
.bg-red[data-lighten-bg="9"]{
    background:#fff!important
}
figure[data-lighten-bg="9"] div.hover-blue::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="9"] div.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="9"] div.hover-orange::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="9"] div.hover-green::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="9"] div.hover-purple::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
figure[data-lighten-bg="9"] div.hover-red::before{
    background:linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 90%,rgba(255,255,255,0) 100%)!important
}
.drawer-content{
    position:fixed;
    top:0;
    right:0;
    width:calc(100% * 2 / 3);
    max-width:1420px;
    height:100%;
    z-index:1000;
    background-color:#faf9f5;
    overflow-y:auto;
    transform:translateX(100%);
    color:#5b5552;
    transition:.5s transform ease-out
}
.drawer-content .h1,.drawer-content h1{
    font-size:2.4rem!important
}
.drawer-content .hero .h1,.drawer-content .hero h1{
    font-size:80px!important
}
.drawer-content .h2,.drawer-content h2{
    font-size:1.9rem!important
}
.drawer-content .h4,.drawer-content h4{
    font-size:1.3rem!important
}
.drawer-content .h4 strong,.drawer-content h4 strong{
    letter-spacing:.8px
}
.drawer-content p{
    font-size:1rem!important
}
.drawer-content .h5,.drawer-content h5{
    font-size:1.2rem!important
}
.drawer-content .social-line{
    margin-top:1rem!important
}
.drawer-content .social-line p{
    font-size:80%!important
}
.drawer-content .social-icons-contain .social-icon{
    width:35px;
    height:35px
}
.drawer-content .link-box figcaption .text-move{
    left:2.3rem
}
.drawer.open .drawer-content{
    transform:translateX(0)
}
.drawer.open .drawer-content .close-drawer{
    position:-webkit-sticky!important;
    position:sticky!important;
    z-index:1000
}
.drawer.open .drawer-content .close-drawer *{
    pointer-events:none
}
.drawer.open .drawer-content img{
    background-color:transparent
}
.drawer.open .drawer-content .hero{
    margin-top:-50px
}
.drawer.open .drawer-content .hero #hero img{
    height:100%!important
}
.drawer.open .drawer-content .not-found{
    height:100%;
    padding:0
}
.drawer.open .drawer-content .not-found #hero{
    padding:0;
    height:100%
}
.drawer.open .drawer-content .not-found img{
    opacity:.5
}
.drawer.open .drawer-content .link-box .text-move p{
    width:100%;
    max-width:450px
}
.drawer.open .bg-drawer{
    opacity:1;
    visibility:visible;
    pointer-events:all
}
.drawer.open .question:last-child{
    border-bottom:0!important
}
.drawer.open .carousel{
    height:0;
    padding-bottom:41.875%
}
.drawer.open .carousel .carousel-inner{
    position:absolute
}
.bg-drawer{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
    opacity:0;
    visibility:hidden;
    z-index:999;
    pointer-events:none;
    transition:.5s opacity ease-out
}
.close-drawer{
    color:#fff;
    background-color:#f3783b;
    border:0;
    width:50px;
    height:50px;
    z-index:1;
    font-size:25px;
    margin:0;
    transition:all .3s
}
.close-drawer:hover{
    background-color:#f26723
}
.close-drawer:focus{
    outline:0
}
.close-drawer svg{
    transform:rotate(-180deg)
}
.mt-50{
    margin-top:-50px
}
.publication-author{
    line-height:1.7
}
body.drawer-layout .h1,body.drawer-layout h1{
    font-size:2.7rem!important
}
body.drawer-layout #hero .h1,body.drawer-layout #hero h1{
    font-size:80px!important
}
body.drawer-layout .row{
    justify-content:center
}
body.drawer-layout .h2,body.drawer-layout h2{
    font-size:2.2rem!important
}
.question-body p{
    margin-bottom:0
}
.all-corners{
    top:0;
    left:0;
    right:0;
    bottom:0
}
.header-line{
    width:70px;
    height:3px;
    margin-bottom:20px;
    display:none;
    -webkit-transition:background .3s;
    transition:background .3s;
    transform-origin:left
}
.cursor-default{
    cursor:default!important
}
.link-box{
    margin:0;
    cursor:pointer;
    overflow:hidden;
    background:#272727;
    max-height:500px
}
.link-box a.link-overlay{
    line-height:0;
    font-size:0;
    color:transparent;
    top:0;
    left:0
}
.link-box.link-box.col-lg-4::before{
    display:block;
    content:"";
    width:100%;
    padding-top:100%
}
.link-box.shortcircuit::before{
    padding-top:47.083%
}
.link-box figcaption{
    justify-content:flex-end;
    -webkit-transition:all .4s;
    transition:all .4s;
    overflow:hidden;
    background:rgba(39,39,39,.66);
    background:-webkit-linear-gradient(58deg,rgba(39,39,39,.66) 0,rgba(39,39,39,.15) 60%,rgba(39,39,39,0) 100%);
    background:linear-gradient(32deg,rgba(39,39,39,.66) 0,rgba(39,39,39,.15) 60%,rgba(39,39,39,0) 100%)
}
.link-box figcaption::before{
    width:100%;
    height:110%;
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    background:#272727;
    transform:scaleY(0);
    transform-origin:bottom;
    -webkit-transition:all .3s;
    transition:all .3s
}
.link-box figcaption.hover-orange::before{
    background:linear-gradient(0deg,rgba(243,120,59,.95) 0,rgba(243,120,59,.95) 90%,rgba(243,120,59,0) 100%)
}
.link-box figcaption.hover-extradark::before{
    background:linear-gradient(0deg,rgba(39,39,39,.95) 0,rgba(39,39,39,.95) 90%,rgba(39,39,39,0) 100%)
}
.link-box figcaption.hover-lightblue::before{
    background:linear-gradient(0deg,rgba(101,178,232,.95) 0,rgba(101,178,232,.95) 90%,rgba(101,178,232,0) 100%)
}
.link-box figcaption.hover-blue::before{
    background:linear-gradient(0deg,rgba(56,136,187,.95) 0,rgba(56,136,187,.95) 90%,rgba(56,136,187,0) 100%)
}
.link-box figcaption.hover-green::before{
    background:linear-gradient(0deg,rgba(165,185,57,.95) 0,rgba(165,185,57,.95) 90%,rgba(165,185,57,0) 100%)
}
.link-box figcaption.hover-purple::before{
    background:linear-gradient(0deg,rgba(150,116,190,.95) 0,rgba(150,116,190,.95) 90%,rgba(150,116,190,0) 100%)
}
.link-box figcaption.hover-red::before{
    background:linear-gradient(0deg,rgba(221,84,59,.95) 0,rgba(221,84,59,.95) 90%,rgba(221,84,59,0) 100%)
}
.link-box figcaption.hover-yellow::before{
    background:linear-gradient(0deg,rgba(240,185,58,.95) 0,rgba(240,185,58,.95) 90%,rgba(240,185,58,0) 100%)
}
.link-box figcaption p{
    width:100%;
    max-width:350px;
    opacity:0;
    visibility:hidden;
    height:0;
    -webkit-transition:opacity .4s;
    transition:opacity .4s;
    position:relative;
    margin-bottom:0
}
.link-box figcaption .h3,.link-box figcaption h3{
    mix-blend-mode:hard-light;
    line-height:1.2;
    display:inline-block
}
.link-box figcaption .h3 span,.link-box figcaption h3 span{
    background:#272727;
    color:#faf9f5;
    position:relative;
    padding:0 0 4px;
    box-shadow:8px 0 0 #272727,-8px 0 0 #272727;
    box-decoration-break:clone
}
.link-box figcaption .text-contain{
    width:100%;
    height:100%;
    position:relative
}
.link-box figcaption .text-move{
    position:absolute;
    bottom:0;
    left:1.2rem;
    transform:translateY(0);
    -webkit-transition:all .4s;
    transition:all .4s;
    mix-blend-mode:hard-light;
    padding-right:1.2rem
}
.link-box figcaption .subhead{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-family:brandon-grotesque,sans-serif;
    margin:1rem 0 0
}
.link-box figcaption .subhead span{
    padding-bottom:0
}
.link-box figcaption .subhead.subhead-top{
    margin-bottom:1rem;
    margin-top:0
}
.link-box:focus-within .hover-extradark,.link-box:focus-within .hover-extradark .text-move .h3 span,.link-box:focus-within .hover-extradark .text-move h3 span,.link-box:hover .hover-extradark,.link-box:hover .hover-extradark .text-move .h3 span,.link-box:hover .hover-extradark .text-move h3 span{
    color:#fff!important
}
.link-box:focus-within figcaption::before,.link-box:hover figcaption::before{
    transform:scaleY(1)
}
.link-box:focus-within figcaption .text-move,.link-box:hover figcaption .text-move{
    top:10%;
    transform:translateY(-5%);
    mix-blend-mode:normal
}
.link-box:focus-within figcaption .h3 span,.link-box:focus-within figcaption h3 span,.link-box:hover figcaption .h3 span,.link-box:hover figcaption h3 span{
    color:#272727;
    background:0 0;
    box-shadow:none
}
.link-box:focus-within figcaption p,.link-box:hover figcaption p{
    height:auto;
    opacity:1;
    visibility:visible;
    color:#272727
}
.link-box.publication:focus figcaption .text-move,.link-box.publication:hover figcaption .text-move{
    top:10%
}
.link-box.col-md-12{
    max-height:unset
}
.link-box.publication figcaption .h3 .subhead:first-child,.link-box.publication figcaption h3 .subhead:first-child{
    margin-bottom:1rem
}
.top-left{
    top:0;
    left:0
}
.all-corners{
    top:0;
    left:0;
    right:0;
    bottom:0
}
.filter-hide{
    display:none
}
@-moz-document url-prefix(''){
    .link-box figcaption .h3,.link-box figcaption h3{
        line-height:1.1em
    }
    .link-box figcaption .h3 span,.link-box figcaption h3 span{
        box-shadow:8px 0 0 #272727,-8px 0 0 #272727,8px -2px 0 #272727,-8px -2px 0 #272727
    }
}
@supports (-ms-ime-align:auto){
    .link-box figcaption .h3,.link-box figcaption h3{
        line-height:1.1em
    }
    .link-box figcaption .h3 span,.link-box figcaption h3 span{
        box-shadow:8px 0 0 #272727,-8px 0 0 #272727,8px -2px 0 #272727,-8px -2px 0 #272727
    }
}
.carousel-preview{
    height:27.91vw!important
}
.carousel-preview .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item{
    position:absolute;
    top:0;
    z-index:-1;
    display:block;
    visibility:hidden;
    transform:translate3d(175%,0,0)
}
.carousel-preview .carousel-item{
    margin-right:0;
    display:block!important;
    position:absolute;
    visibility:hidden;
    transform:translate3d(-125%,0,0);
    transition-timing-function:linear
}
.carousel-preview .carousel-inner .active{
    transform:translate3d(-75%,0,0);
    visibility:visible
}
.carousel-preview .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item{
    transform:translate3d(175%,0,0);
    visibility:visible
}
.carousel-preview .carousel-inner .active+.carousel-item{
    display:block;
    position:absolute;
    transform:translate3d(25%,0,0);
    z-index:1;
    visibility:visible
}
.carousel-preview .carousel-inner .carousel-item-prev.carousel-item-right{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    display:block;
    visibility:visible
}
.carousel-preview .carousel-inner .active+.carousel-item+.carousel-item{
    display:block;
    position:absolute;
    transform:translate3d(125%,0,0);
    visibility:visible
}
.carousel-preview .carousel-inner .carousel-item-next.carousel-item-left{
    position:absolute;
    transform:translate3d(-75%,0,0);
    visibility:visible
}
.carousel-preview .carousel-inner .carousel-item-next.carousel-item-left+.carousel-item{
    transform:translate3d(25%,0,0);
    visibility:visible
}
.carousel-preview .carousel-inner .carousel-item.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item{
    visibility:visible;
    transform:translate3d(125%,0,0);
    position:absolute
}
.carousel-preview .carousel-inner .active.carousel-item-left{
    transform:translate3d(-125%,0,0);
    visibility:visible
}
.carousel-preview .carousel-inner .carousel-item-prev.carousel-item-right{
    position:absolute;
    transform:translate3d(-75%,0,0);
    visibility:visible
}
.carousel-preview .carousel-inner .carousel-item-prev.carousel-item-right+.carousel-item{
    transform:translate3d(25%,0,0);
    visibility:visible
}
.carousel-preview .carousel-inner .carousel-item.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item{
    visibility:visible;
    transform:translate3d(125%,0,0);
    position:absolute
}
.carousel-preview .carousel-inner .active.carousel-item-right{
    transform:translate3d(-125%,0,0);
    visibility:visible
}
#pageFooter{
    background:#fffbec;
    border-bottom:10px solid #f3783b
}
#pageFooter .footer-logo img{
    max-width:150px;
    height:auto
}
#pageFooter .footer-nav .nav-item{
    font-size:80%
}
#pageFooter .footer-nav .nav-item a{
    color:#272727;
    margin:0 1rem 0 0;
    padding:0
}
#pageFooter .footer-nav .nav-item a:hover{
    color:#f3783b
}
#pageFooter .twdc{
    height:25px;
    margin-left:3px
}
#pageFooter .twdc img{
    height:100%
}
#pageFooter .social-icons-contain{
    display:flex
}
#pageFooter .social-icons-contain .social-line{
    display:flex;
    align-items:center;
    margin:0 1.3rem 0 0!important
}
#pageFooter .social-icons-contain .social-line p{
    font-size:80%!important;
    margin-right:.5rem;
    letter-spacing:0
}
#pageFooter .social-icons-contain .social-line .social-icon{
    width:35px;
    height:35px;
    background:rgba(39,39,39,.6)
}
#pageFooter .social-icons-contain .social-line .social-icon img{
    height:auto
}
#pageFooter .social-icons-contain .social-line .social-icon:hover{
    background:#f3783b
}
@media screen and (max-width:1055px){
    #pageFooter .social-icons-contain .social-line{
        flex-direction:column;
        align-items:flex-start;
        margin-right:2.5rem
    }
    #pageFooter .footer-nav .nav-item a{
        padding:.3rem 1rem 0 0
    }
}
@media screen and (max-width:768px){
    #pageFooter .copyright{
        order:2;
        margin-top:1rem
    }
}
@media screen and (max-width:665px){
    #pageFooter .footer-logo{
        margin-bottom:2rem;
        width:100%;
        flex:0 0 100%;
        max-width:100%
    }
    #pageFooter .footer-logo img{
        max-width:200px
    }
    #pageFooter .footer-social{
        width:100%;
        flex:0 0 100%;
        max-width:100%;
        margin-bottom:1.5rem
    }
}
@media screen and (max-width:576px){
    #pageFooter .social-icons-contain{
        flex-wrap:wrap
    }
    #pageFooter .social-icons-contain .social-line{
        width:100%;
        margin-right:0!important;
        margin-bottom:2rem!important
    }
    #pageFooter .social-icons-contain .social-line .social-icon{
        width:50px;
        height:50px
    }
}
.sketch-bg{
    top:0;
    left:0;
    mix-blend-mode:multiply;
    opacity:.15
}
@media screen and (max-width:768px){
    .hero.aspect-film .h1,.hero.aspect-film h1{
        font-size:2.8em
    }
    .i8t4 div.col-md-8{
        order:1
    }
    .i8t4 div.col-md-4{
        padding:10% 0;
        order:2
    }
}
#hero{
    background-size:cover;
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    padding-top:41.875%
}
#hero img{
    height:115%!important;
    will-change:opacity,transform
}
#hero .previously-recorded{
    left:calc(50px + 1rem)
}
#hero #hero-text{
    padding-left:calc(50px + 1rem);
    transform:translateY(-50%);
    max-width:80%
}
#hero #hero-text .h1,#hero #hero-text h1{
    text-shadow:0 0 15px rgba(0,0,0,.3)
}
#hero #hero-text p{
    text-transform:uppercase;
    letter-spacing:2px;
    text-shadow:0 0 15px rgba(0,0,0,.3)
}
.hero-contain .scrollmagic-pin-spacer{
    height:auto!important
}
#process-stack .final-frame{
    transform:perspective(10px)
}
#process-stack .layer{
    opacity:0;
    background:#fff;
    width:100%;
    height:402px;
    box-shadow:1px 1px 30px rgba(0,0,0,.5);
    transition:all .7s;
    top:0
}
#process-stack .layer:nth-child(odd){
    background:#a5b939
}
#process-stack .layer.layer-transform{
    transform:rotateX(68deg) skewX(-32deg) scale(.5)
}
#process-stack .layer.layer-final{
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(0){
    top:0;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(1){
    top:-30px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(2){
    top:-60px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(3){
    top:-90px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(4){
    top:-120px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(5){
    top:-150px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(6){
    top:-180px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(7){
    top:-210px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(8){
    top:-240px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(9){
    top:-270px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(10){
    top:-300px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(11){
    top:-330px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(12){
    top:-360px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(13){
    top:-390px;
    opacity:1
}
#process-stack .layer.stack.layer-transform:nth-child(14){
    top:-420px;
    opacity:1
}
.subtitle{
    text-transform:uppercase;
    letter-spacing:2px
}
.filter-checkbox{
    -webkit-user-select:none;
    user-select:none;
    cursor:pointer;
    padding:6px 8px;
    overflow:hidden;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    width:100%;
    height:100%;
    vertical-align:middle
}
.filter-checkbox:hover{
    background:rgba(150,116,190,.1)
}
.filter-checkbox:hover.checkbox-orange{
    background:rgba(243,120,59,.1)
}
.filter-checkbox:hover.checkbox-lightblue{
    background:rgba(101,178,232,.1)
}
.filter-checkbox:active{
    background:rgba(150,116,190,.4);
    color:#4a3168
}
.filter-checkbox:active.checkbox-orange{
    background:rgba(243,120,59,.4);
    color:#8c3409
}
.filter-checkbox:active.checkbox-lightblue{
    background:rgba(101,178,232,.4);
    color:#17669d
}
.filter-checkbox span{
    vertical-align:middle;
    transform:translate3d(0,0,0);
    display:inline-block
}
.filter-checkbox span:first-child{
    position:relative;
    width:18px;
    height:18px;
    transform:scale(1);
    border:1px solid #999;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    box-shadow:0 1px 1px rgba(179,179,179,.05)
}
.filter-checkbox span:first-child::after{
    content:'';
    width:6px;
    height:6px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:50%;
    transform:translate(-50%,-50%) scale(0);
    -webkit-transition:all .3s .1s ease;
    transition:all .3s .1s ease
}
.filter-checkbox span:last-child{
    padding-left:8px;
    -webkit-transition:color .2s ease;
    transition:color .2s ease
}
.filter-checkbox:hover span:first-child{
    border-color:#9674be
}
.filter-checkbox.checkbox-orange:hover span:first-child{
    border-color:#f3783b
}
.filter-checkbox.checkbox-lightblue:hover span:first-child{
    border-color:#65b2e8
}
.filter-checkbox-input{
    position:absolute;
    opacity:.001
}
.filter-checkbox-input:focus+label{
    background:rgba(150,116,190,.1)
}
.filter-checkbox-input:focus+label.checkbox-orange{
    background:rgba(243,120,59,.1)
}
.filter-checkbox-input:focus+label.checkbox-lightblue{
    background:rgba(101,178,232,.1)
}
.filter-checkbox-input:checked+.filter-checkbox span:first-child{
    background:#9674be;
    border-color:#9674be
}
.filter-checkbox-input:checked+.filter-checkbox span:first-child::after{
    transform:translate(-50%,-50%) scale(1)
}
.filter-checkbox-input:checked+.filter-checkbox span:last-child{
    color:#4a3168
}
.filter-checkbox-input.checkbox-orange:checked+.filter-checkbox span:first-child{
    background:#f3783b;
    border-color:#f3783b
}
.filter-checkbox-input.checkbox-orange:checked+.filter-checkbox span:last-child{
    color:#8c3409
}
.filter-checkbox-input.checkbox-lightblue:checked+.filter-checkbox span:first-child{
    background:#65b2e8;
    border-color:#65b2e8
}
.filter-checkbox-input.checkbox-lightblue:checked+.filter-checkbox span:last-child{
    color:#0a2c44
}
#filter .dropdown-item{
    padding:0;
    width:auto
}
#filter .dropdown-item:hover{
    background-color:transparent
}
.type-contain .filter-checkbox{
    color:#fff
}
.type-contain .filter-checkbox:hover{
    background:0 0;
    color:#b097ce
}
.type-contain .filter-checkbox-input:checked+.filter-checkbox span:last-child{
    color:#b097ce
}
.carousel{
    overflow:hidden;
    width:100%
}
.carousel.film{
    height:41.875vw
}
.carousel.wide{
    height:56.25vw
}
.carousel .carousel-item img,.carousel .carousel-item video{
    transform:translate3d(0,0,0)
}
.carousel .carousel-indicators{
    z-index:9
}
.carousel .carousel-indicators button{
    width:100px;
    height:3px;
    border:0;
    box-shadow:0 0 12px #000
}
.carousel .carousel-control-prev{
    background:linear-gradient(90deg,#000,rgba(0,0,0,.001))
}
.carousel .carousel-control-prev:hover{
    opacity:.7
}
.carousel .carousel-control-prev:hover .carousel-control-prev-icon{
    margin-right:1.5rem
}
.carousel .carousel-control-next{
    background:linear-gradient(270deg,#000,rgba(0,0,0,.001))
}
.carousel .carousel-control-next:hover{
    opacity:.7
}
.carousel .carousel-control-next:hover .carousel-control-next-icon{
    margin-left:1.5rem
}
.carousel .carousel-item .text-contain{
    bottom:40px;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    max-width:60%;
    line-height:1em;
    text-shadow:1px 1px 3px rgba(0,0,0,.7)
}
.carousel .carousel-item .text-contain p{
    margin-left:auto;
    margin-right:auto
}
.carousel .carousel-caption{
    z-index:8
}
.carousel .carousel-caption::before{
    content:'';
    background:rgba(0,0,0,.5);
    width:300%;
    height:calc(100% + 20px);
    position:absolute;
    left:-50%;
    z-index:-1;
    top:0
}
.carousel .plyr--video{
    z-index:auto
}
.carousel .plyr--video .plyr__controls{
    z-index:3;
    padding-bottom:3rem
}
.carousel .plyr--video .plyr__poster{
    background-size:cover
}
.home-link{
    position:relative;
    margin:0
}
.home-link figcaption{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    color:#fff;
    align-items:center
}
.home-link figcaption.gradient-right{
    background:rgba(0,0,0,0);
    background:-webkit-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background:linear-gradient(to right,rgba(0,0,0,0) 0,#000 100%);
    justify-content:flex-end
}
.home-link figcaption.gradient-left{
    background:#000;
    background:-webkit-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);
    background:linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%)
}
.home-link figcaption .caption-text{
    max-width:450px
}
#home-feature-carousel-1{
    text-transform:uppercase;
    letter-spacing:2px;
    text-shadow:1px 1px 6px rgba(0,0,0,.7)
}
#home-feature-carousel-1 .carousel-caption::before{
    background:linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}
.bg-beige.captions p{
    margin-bottom:0
}
.films .copy{
    padding:12rem 0
}
.py-10{
    padding:10rem 0
}
#films{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr
}
#films .film{
    height:auto!important
}
#films .film::before{
    content:'';
    display:block;
    width:100%;
    padding-top:147%!important
}
#films .film figcaption{
    top:0;
    left:0;
    background:0 0
}
#films .film figcaption .text-move{
    left:.5rem;
    padding-right:.5rem
}
#films .film figcaption p{
    width:100%;
    position:relative;
    margin-top:auto;
    color:#fff
}
#films .film figcaption .h4,#films .film figcaption h4{
    opacity:0;
    transition:all .4s
}
#films .film:focus-within .h4,#films .film:focus-within h4,#films .film:hover .h4,#films .film:hover h4{
    top:1.5em;
    opacity:1;
    visibility:visible
}
.link-box.shortcircuit.link-box.col-md-4::before{
    padding-top:56.25%!important
}
.sketch-bg-contain{
    position:relative
}
.sketch-bg-contain .sketch-bg{
    overflow:hidden
}
.sketch-bg-contain.pinned{
    z-index:unset
}
#filter{
    position:absolute;
    bottom:0;
    right:0;
    height:50px;
    align-items:center;
    padding:0 10px;
    z-index:12;
    width:auto;
    max-width:none
}
#filter .filter-type{
    margin-left:10px
}
#filter .filter-type:focus+.filter-checkbox span:first-child{
    border-color:#fff
}
#filter label{
    margin-bottom:0
}
#filter.pinned{
    position:fixed!important;
    top:0
}
#filter .dropdown-menu-right{
    padding:0;
    margin:0;
    border:0;
    box-shadow:0 4px 10px rgba(39,39,39,.5);
    min-width:100%;
    right:0
}
#filter.publication-filter .dropdown-contain{
    justify-content:space-between
}
#filter.publication-filter .dropdown-menu-right{
    width:calc(100vw/3 * 2);
    height:540px
}
#filter.publication-filter .dropdown-menu-right .dropdown-wrapper{
    height:90%;
    padding:10px
}
#filter.publication-filter .dropdown-menu-right .publication-categories{
    height:100%;
    padding:0
}
#filter .bottom{
    width:100%;
    height:50px
}
#filter-trigger{
    opacity:0;
    visibility:hidden;
    height:1px;
    background:0 0;
    width:1px;
    bottom:50px
}
@media screen and (max-width:768px){
    #films{
        grid-template-columns:1fr 1fr 1fr
    }
    #films .film figcaption .text-move{
        height:100%
    }
    #films .film figcaption .text-contain p{
        visibility:hidden;
        opacity:0;
        height:0
    }
    #films .film:hover .text-contain{
        height:80%
    }
    #films .film:hover .text-contain p{
        visibility:visible;
        opacity:1;
        height:auto
    }
}
@media screen and (min-width:1200px){
    #films{
        grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }
}
.dropdown .btn{
    border:none;
    padding:10px 50px
}
.dropdown .btn .arrow{
    width:6px;
    padding-bottom:2px
}
.dropdown .btn .arrow svg{
    transform:rotate(90deg);
    transition:all .3s;
    width:100%;
    height:100%
}
.dropdown .btn::after{
    content:none
}
.dropdown.show .btn .arrow svg{
    transform:rotate(-90deg)
}
a.publication{
    text-decoration:none;
    color:#f3783b;
    transition:all .2s
}
a.publication .icon{
    width:30px;
    height:30px
}
a.publication .icon svg{
    width:100%
}
a.publication:hover{
    color:#f26723
}
a.publication:hover .icon .fill-orange{
    fill:#f26723
}
.fill-white{
    fill:#fff;
    transition:all .3s
}
.fill-orange{
    fill:#f3783b;
    transition:all .3s
}
.asset-description{
    margin-left:calc(30px + 1rem)
}
.contains-filter{
    z-index:4
}
#selected-categories{
    white-space:nowrap;
    text-transform:capitalize
}
#CurrentProjects-carousel-1{
    height:56.25vw
}
.person{
    overflow:hidden;
    margin-bottom:0
}
.person div.portrait-contain{
    padding-top:100%
}
.person figcaption{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30%;
    background:rgba(39,39,39,0);
    background:-webkit-linear-gradient(top,rgba(39,39,39,0) 0,#272727 100%);
    background:linear-gradient(to bottom,rgba(39,39,39,0) 0,#272727 100%);
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    transition:all .4s
}
.person .person-name{
    text-align:center;
    margin:0
}
.person .quote{
    opacity:0;
    transform:translateY(30px);
    visibility:hidden;
    height:0
}
.person:hover figcaption{
    height:120%;
    background:rgba(39,39,39,0);
    background:-webkit-linear-gradient(top,rgba(39,39,39,0) 0,rgba(39,39,39,.9) 8%,rgba(39,39,39,.9) 100%);
    background:linear-gradient(to bottom,rgba(39,39,39,0) 0,rgba(39,39,39,.9) 8%,rgba(39,39,39,.9) 100%);
    justify-content:center
}
.person:hover figcaption p{
    transition:all .4s .1s
}
.person:hover figcaption .quote{
    height:auto;
    opacity:1;
    transform:translateY(0);
    visibility:visible
}
.culture figure figcaption{
    padding:5%;
    right:4.25%
}
.culture figure:nth-child(odd) img{
    margin-left:auto
}
.culture figure:nth-child(odd) figcaption{
    left:4.25%;
    right:auto
}
.culture figcaption{
    padding:5%;
    right:4.25%
}
.culture figcaption:nth-child(odd){
    left:4.25%;
    right:auto
}
.btn.people-btn:hover{
    background:#fff
}
.animate-overlay{
    background:inherit;
    transform-origin:left
}
.row.text-flip .col-lg-8{
    background:inherit
}
@media screen and (max-width:992px){
    .culture figcaption{
        position:static!important;
        padding:10% 5%
    }
}
.events .date{
    width:20%;
    margin-right:15px
}
.events .event-info{
    width:100%
}
.events .event-item .wrapper{
    transition:all .3s
}
.events .event-item .wrapper div.arrow{
    transition:all .3s
}
.events .event-item .wrapper:hover{
    background:#f0b93a;
    color:#272727
}
.events .event-item .wrapper:hover svg path{
    stroke:#272727
}
.events .event-item .wrapper:hover div.arrow{
    transform:translateX(-10px)
}
.social-icon img{
    width:40px
}
a.link-block{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    color:transparent;
    text-shadow:none;
    text-indent:-9999px
}
.row-session{
    background:#faf9f5
}
.row-session:nth-child(even){
    background:#fff
}
.tab-pane{
    display:none
}
.tab-pane.active{
    display:block
}
.nav-tabs.events{
    border-bottom:0
}
.nav-tabs.events .nav-link{
    transition:all .3s;
    border-color:#fff;
    margin:0 12px 0 0;
    color:#fff
}
.nav-tabs.events .nav-link:hover{
    border-color:#f0b93a;
    color:#f0b93a
}
.nav-tabs.events .nav-link.active{
    color:#272727;
    background:#f0b93a;
    border-color:#f0b93a;
    border-bottom:0
}
.link-box-contain .stay-connected{
    overflow:hidden
}
.team figcaption{
    top:0;
    left:0;
    background:#24242482;
    justify-content:center;
    color:#fff;
    letter-spacing:3.3px;
    align-items:center
}
.team img{
    transition:all .3s ease
}
.team:hover img{
    transform:scale(1.1)
}
.btn.btn-collapse{
    color:#5b5552;
    border:none;
    text-transform:none;
    letter-spacing:0;
    transition:all .3s
}
.btn.btn-collapse.collapsed .arrow svg{
    transform:rotate(90deg)
}
.btn.btn-collapse .arrow{
    width:20px
}
.btn.btn-collapse .arrow svg{
    transform:rotate(-90deg);
    transition:transform .3s;
    width:100%
}
.btn.btn-collapse:hover{
    text-decoration:none;
    color:#f3783b;
    mix-blend-mode:normal
}
.btn.btn-collapse:hover .arrow svg path{
    stroke:#f3783b
}
.btn.btn-collapse:focus{
    text-decoration:none
}
.perk img{
    mix-blend-mode:luminosity
}
div.taldev[data-taldev-index="1"]{
    background:#8e9f31
}
div.taldev[data-taldev-index="2"]{
    background:#778529
}
div.taldev[data-taldev-index="3"]{
    background:#5f6b21
}
div.taldev[data-taldev-index="4"]{
    background:#485119
}
div.taldev[data-taldev-index="5"]{
    background:#313711
}
div.taldev[data-taldev-index="6"]{
    background:#1a1d09
}
div.taldev[data-taldev-index="7"]{
    background:#030301
}
div.taldev[data-taldev-index="8"]{
    background:#000
}
div.taldev[data-taldev-index="9"]{
    background:#000
}
.hover-green:hover{
    background:#a5b939
}
#social-videos{
    margin-bottom:-1px
}
#social-videos div.position-relative{
    height:100%
}
#social-videos div.position-relative video{
    height:100%;
    object-fit:cover
}
.perks-contain .row{
    justify-content:space-around
}
.row.text-flip.bg-dark p{
    max-width:400px
}
.icon-grid-container img{
    height:auto!important
}
.py-6{
    padding:6rem 15px!important
}
@media screen and (min-width:1200px){
    .h1,h1{
        font-size:calc(48px + 16 * ((100vw - 320px)/ 680))!important
    }
    .h2,h2{
        font-size:calc(32px + 6 * ((100vw - 320px)/ 680))!important;
        margin-bottom:1.3rem
    }
    .h3,h3{
        font-size:calc(24px + 6 * ((100vw - 320px)/ 680))!important
    }
    .h5,h5{
        font-size:calc(14px + 6 * ((100vw - 480px)/ 680))!important
    }
    p{
        padding: 5px;
        color: #ffffff;
        background-color: #0091e1;
        font-size:calc(15px + 4 * ((100vw - 320px)/ 680))!important;
        max-width:90%
    }

    .question-body{
        margin-top:.7em!important
    }
    .sketch-bg-contain{
        padding-top:5em!important;
        padding-bottom:10em!important
    }
    .color-box figcaption .btn{
        margin-top:3%
    }
}

@media (max-width:1320px) {
     #carouselExampleIndicators {
        margin-right: 130px;
        height: 60%;
    }
    #carouselExampleCaptions {
        align-items: center;
        display: block;
        height: 60%;
    }
}
@media (max-width:320px) {
    #carouselExampleIndicators {

       height: 60%;
   }
   #carouselExampleCaptions {
       align-items: center;
       display: block;
   }
}
.p_content{
    background-color: #0091e1;
    border-radius: 15px;

}
.img_content{
    /* text-align:right; */
    position: relative;
    margin: 0px;
    border-radius: 10px;
    text-align: center;
}
.common_margin{
    margin-bottom: 100px;
}
@media screen and (max-width:1600px){
    .drawer.open .drawer-content .link-box{
        flex:0 0 50%;
        max-width:50%
    }
    .drawer.open .drawer-content .link-box:last-child:nth-child(odd){
        max-width:100%;
        flex:0 0 100%;
        height:400px;
        width:100%
    }
    .drawer.open .drawer-content .link-box:last-child:nth-child(odd) .text-move{
        max-width:45%
    }
    .drawer.open .drawer-content .link-box:last-child:nth-child(odd) .text-move p{
        width:100%
    }
}
@media screen and (max-width:1400px){
    .drawer-content{
        width:75%
    }
}
@media screen and (max-width:1200px){
    .drawer-content{
        width:90%
    }
    .drawer-content .row .link-box:last-child:nth-child(odd){
        max-width:100%;
        flex:0 0 100%;
        height:400px;
        width:100%
    }
    .drawer-content .row .link-box:last-child:nth-child(odd) .text-move{
        max-width:45%
    }
    .drawer-content .row .link-box:last-child:nth-child(odd) .text-move p{
        width:100%
    }
}
@media screen and (max-width:1200px){
    .link-box figcaption .subhead{
        margin:.8rem 0 0
    }
    .link-box figcaption .subhead.subhead-top{
        margin-bottom:.8rem;
        margin-top:0
    }
    .link-box.publication figcaption .h3 .subhead:first-child,.link-box.publication figcaption h3 .subhead:first-child{
        margin:0 0 .7rem
    }
}
@media screen and (max-width:1100px){
    .link-box.publication figcaption .h3,.link-box.publication figcaption h3{
        font-size:1.6rem
    }
    .link-box.publication:hover figcaption .text-move{
        height:90%;
        overflow:hidden;
        top:5%
    }
    header nav #primarynav{
        width:calc(100%* 2/3)
    }
    #films .film .h4,#films .film h4{
        font-size:1.6rem
    }
    .drawer-content .upcoming-film{
        justify-content:center!important
    }
    .drawer-content .upcoming-film .col-10.col-sm-6.col-md-3.px-md-3.px-5.px-sm-0.mb-5.mb-md-0.mx-auto.mx-md-0,.drawer-content .upcoming-film .col-md-7.col-lg-5.col-10.offset-1.editable.text-white.py-md-5{
        flex:0 0 75%;
        max-width:75%;
        margin:0!important
    }
    .drawer-content .upcoming-film .col-md-7.col-lg-5.col-10.offset-1.editable.text-white.py-md-5{
        max-width:560px;
        padding-top:1.5rem
    }
}
@media screen and (max-width:992px){
    .row .link-box:last-child:nth-child(odd){
        max-width:100%;
        flex:0 0 100%;
        height:400px;
        width:100%
    }
    .row .link-box:last-child:nth-child(odd) .text-move{
        max-width:45%
    }
    .row .link-box:last-child:nth-child(odd) .text-move p{
        width:100%
    }
    #home-feature-carousel-1{
        height:48vw
    }
    .drawer-content{
        width:100%
    }
    .drawer-content .col-md-6.p-5.ms-5{
        max-width:58.3333333333%;
        flex:0 0 58.3333333333%
    }
    .drawer-content .questions-contain{
        margin-left:0!important
    }
    .perks-contain .row{
        justify-content:center
    }
    .link-box figcaption .subhead{
        margin:1rem 0 0
    }
    .link-box figcaption .subhead.subhead-top{
        margin-bottom:1rem;
        margin-top:0
    }
}
@media screen and (max-width:1050px){
    #filter.publication-filter .dropdown-menu-right{
        width:100vw
    }
    #hero #hero-text .h1,#hero #hero-text h1{
        font-size:60px!important
    }
}
@media screen and (max-width:824px){
    #filter{
        width:100vw!important;
        left:0!important;
        max-width:100vw!important;
        box-shadow:0 5px 5px rgba(0,0,0,.1)
    }
    #filter .selected-teams{
        width:100%;
        justify-content:flex-end
    }
    #filter .dropdown-menu.show{
        width:100vw
    }
    #filter.publication-filter .type-contain{
        flex-grow:2;
        justify-content:space-around
    }
    #filter.publication-filter .dropdown-menu.show .dropdown-wrapper{
        height:100%;
        overflow-y:scroll;
        padding:10px;
        margin-bottom:10px
    }
    #filter.publication-filter .dropdown-menu.show .dropdown-wrapper .publication-categories{
        height:220%
    }
    .pinned #filter{
        top:50px!important
    }
    .drawer-content .col-md-4.ps-5.py-5.m-0.d-flex.flex-column{
        padding-right:3rem!important;
        max-width:100%;
        flex:0 0 100%;
        padding-bottom:1rem!important
    }
    .drawer-content .col-md-6.p-5.ms-5{
        max-width:100%;
        flex:0 0 100%;
        margin-left:0!important;
        padding-top:0!important
    }
    .drawer-content p{
        max-width:600px
    }
    .carousel{
        height:56vw
    }
}
@media screen and (max-width:768px){
    #home-feature-carousel-1{
        height:80vw
    }
    .carousel .carousel-item .text-contain{
        width:100%;
        height: 50%;
        bottom:35px
    }
    .carousel .carousel-item .text-contain p{
        font-size:80%!important;
        margin-bottom:-5px
    }
    .carousel .carousel-item .text-contain .small,.carousel .carousel-item .text-contain small{
        font-size:60%!important
    }
    .carousel .carousel-item .plyr--video .plyr__controls{
        padding-bottom:1.5rem
    }
    .carousel .carousel-item .plyr+.previously-recorded{
        bottom:50px
    }
    .carousel .carousel-indicators li{
        width:50px;
        height:2px
    }
    .text-flip .col-md-4{
        order:2
    }
    .link-box{
        display:-webkit-flex;
        display:-ms-flex;
        display:flex;
        flex-direction:column;
        min-height:350px
    }
    .link-box.filter-hide{
        display:none
    }
    .link-box::before{
        padding-top:0!important;
        display:block;
        content:"";
        width:100%
    }
    .link-box.people .header-line.bg-extradark{
        background:#fff!important
    }
    .link-box figcaption{
        background:#272727;
        background:-webkit-linear-gradient(35deg,#272727 0,rgba(39,39,39,.55) 50%,rgba(39,39,39,.22) 68%,rgba(39,39,39,0) 100%);
        background:linear-gradient(55deg,#272727 0,rgba(39,39,39,.55) 50%,rgba(39,39,39,.22) 68%,rgba(39,39,39,0) 100%);
        justify-content:center;
        position:relative!important;
        padding:3rem 2.2rem!important;
        align-items:center!important
    }
    .link-box figcaption .text-contain{
        height:auto
    }
    .link-box figcaption .text-contain .text-move{
        position:relative;
        top:auto;
        transform:none;
        mix-blend-mode:normal;
        text-shadow:1px 1px 5px rgba(0,0,0,.4);
        padding-right:0;
        left:0
    }
    .link-box figcaption .text-contain p{
        visibility:visible;
        opacity:1;
        height:auto;
        width:100%;
        max-width:350px
    }
    .link-box figcaption .text-contain .h3,.link-box figcaption .text-contain h3{
        mix-blend-mode:normal
    }
    .link-box figcaption .text-contain .h3 span,.link-box figcaption .text-contain h3 span{
        background:0 0;
        box-shadow:none
    }
    .link-box figcaption .text-contain .h3 .subhead,.link-box figcaption .text-contain h3 .subhead{
        margin-top:7px
    }
    .link-box figcaption .text-contain .h3 .subhead.subhead-top,.link-box figcaption .text-contain h3 .subhead.subhead-top{
        margin-top:0;
        margin-bottom:7px
    }
    .link-box .header-line{
        display:block
    }
    .link-box:hover figcaption .text-contain{
        padding-bottom:0
    }
    .link-box:hover figcaption .text-contain .text-move{
        text-shadow:1px 1px 5px rgba(0,0,0,0)
    }
    .link-box:hover figcaption .header-line{
        background:rgba(250,249,245,.3)!important
    }
    .link-box.publication .text-move p{
        max-width:90%
    }
    .previously-recorded{
        font-size:60%;
        left:1.5rem
    }
    .plyr+.previously-recorded{
        bottom:35px;
        left:2.7rem
    }
    .hero.aspect-film{
        padding-top:80%
    }
    #hero{
        padding-top:80%
    }
    #hero #hero-text{
        max-width:100%;
        padding:0 25px
    }
    #hero #hero-text p{
        margin-bottom:.1rem;
        font-size:80%
    }
    #hero #hero-text .h1,#hero #hero-text h1{
        letter-spacing:1.5px;
        font-size:4rem!important
    }
    .upcoming-film{
        justify-content:flex-start!important
    }
    .sketch-bg-contain .sketch-bg img{
        object-position:80% center
    }
    header nav #primarynav{
        width:100%
    }
    .row.text-flip .col-lg-4{
        order:2;
        padding:3rem!important
    }
    .row.text-flip .col-lg-4 p{
        max-width:400px
    }
    #faq .questions{
        padding-top:0!important
    }
    .text-flip.square{
        height:auto
    }
    .row .link-box:last-child:nth-child(odd){
        height:auto!important
    }
    .row .link-box:last-child:nth-child(odd) .text-move{
        max-width:45%
    }
    .row .link-box:last-child:nth-child(odd) .text-move p{
        width:100%
    }
    .py-10{
        padding:3rem 15px
    }
    #films .film{
        min-height:unset
    }
    #films .film figcaption{
        position:absolute!important;
        padding:.75rem!important
    }
    #films .film figcaption .text-move{
        left:1rem;
        padding-right:1.5rem
    }
    #films .film figcaption .text-move .h4,#films .film figcaption .text-move h4{
        font-size:1.3rem
    }
    #films .film figcaption .text-move .small,#films .film figcaption .text-move small{
        font-size:80%
    }
    .culture .culture-image img{
        position:relative!important
    }
    figure.people{
        min-height:350px
    }
    figure.people .text-move{
        max-width:none!important
    }
    .row .link-box:last-child:nth-child(odd) .text-move{
        max-width:unset
    }
    .drawer.open .drawer-content .link-box{
        max-width:100%;
        flex:0 0 100%
    }
}
@media screen and (max-width:576px){
    #hero #hero-text .h1,#hero #hero-text h1{
        font-size:2.5rem!important
    }
}
figcaption .small p,figcaption small p{
    margin-bottom:0
}
.cms-editor-active [data-cms-editor-link]{
    cursor:pointer;
    outline:0 solid #f3783b;
    transition:all .3s ease-in-out
}
.cms-editor-active [data-cms-editor-link]:hover{
    outline:5px solid #f3783b
}
.cms-editor-active [data-cms-editor-link] iframe{
    pointer-events:none
}
.cms-editor-active .editable{
    outline-color:#f3783b!important
}