/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face { 
  font-family: 'PostNord Sans'; 
  src: url('https://26327650.fs1.hubspotusercontent-eu1.net/hubfs/26327650/PostNordSans-Regular.woff2') format('woff2');
  font-weight: 400
}

@font-face { 
  font-family: 'PostNord Sans';
  src: url('https://26327650.fs1.hubspotusercontent-eu1.net/hubfs/26327650/PostNordSans-Bold.woff2') format('woff2');
  font-weight: 600;
}

@font-face { 
  font-family: 'PostNord Sans';
  src: url('https://26327650.fs1.hubspotusercontent-eu1.net/hubfs/26327650/PostNordSans-Light.woff2') format('woff2');
  font-weight: 300;
}

* {
  font-family: PostNord Sans !important;
}

html {
  font-size: 62.5%;
}

body, p {
  font-size: 1.6rem !important;
}

h1 {
    font-size: 4.8rem;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2rem;
}

ul, ol {
  padding: revert;
  margin: 0 0 1rem;
}

ul li,
ol li {
 margin: 0;
 font-size: 1.6rem;
 line-height: 1.5;
}

button:hover {
  border: none !important; 
}

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

#main-content {
  min-height: initial !important;
}

.preamble p {
  font-size: 2rem !important;
}

article.insights .tagline {
    background: var(--tagline-color);
    display: inline-block;
    color: #fff;
    border-top-right-radius: 2.4rem;
    border-bottom-right-radius: 2.4rem;
    padding: .8rem 2.4rem .8rem 0;
    position: relative;
    font-weight: 500
}

article.insights .tagline:before {
    content: "";
    background: var(--tagline-color);
    position: absolute;
    top: 0;
    margin-left: calc(-50vw + 50%);
    display: block;
    width: calc(50vw - 50%);
    padding: 8px 0;
    height: 100%
}

.blog-post__meta {
  margin: 1.5rem 0;
}

.tagline,
.tagline::before {
  background: #9B1C2E !important; 
  text-transform: uppercase;
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}

header[data-header-theme="dotcom"]>pn-marketweb-siteheader>header .siteheader-logocontainer a svg.siteheader-logo>path { fill: #00A0D6; } {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-flow: column;
  -webkit-box-shadow: 0px 0.6px 1.8px rgba(0,0,0,.1), 0px 3.2px 7.2px rgba(0,0,0,.13);
  -moz-box-shadow: 0px .6px 1.8px rgba(0,0,0,.1),0px 3.2px 7.2px rgba(0,0,0,.13);
  box-shadow: 0 0.6px 1.8px #0000001a, 0 3.2px 7.2px #00000021;
}

.siteheader-search form {
  background: none;
}

.siteheader-search pn-search-field.button-icon pn-button button, .siteheader-search pn-button button {
  margin: 0;
}

.blog-index__post {
  border: none;
}

.blog-post__tags, .blog-index__post-post-summary {
  margin-bottom: 1.6rem;
}

.blog-index__post-image--list {
  border-radius: 18px;
  max-height: 100%;
  object-fit: cover;
}

.blog-topics {
  margin: 0 0 16px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px
}

@media (min-width: 768px) {
  .blog-topics {
    margin: 0 30px;
}
}
.blog-topics h3 {
  margin-bottom: 0;
}

.blog-subheader {
  display: none;
}

.related-post__image {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.body-container--blog-post footer {
  display: none;
}

.breadcrumbs {
    display: block;
}

.breadcrumbs__angle-icon {
    height: 1.6rem;
    width: 1.6rem;
    padding-top: .16rem;
    margin: 0 .48rem;
    color: #2d2013;
}

.breadcrumbs-list {
    font-size: 1.28rem;
    padding: 1.6rem;
    display: flex;
    align-items: center;
    margin: 0;
    overflow-y: scroll;
}

@media (min-width: 992px) {
    .breadcrumbs-list {
        padding:1.6rem 3.2rem;
        overflow: hidden;
    }
}

.breadcrumbs-list-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.breadcrumbs-list-item a {
    white-space: nowrap;
    text-decoration: none;
}
  
  .blog-index__post-title a, {
    text-decoration: none;
}

.blog-index__post-title a:focus,.blog-index__post-title a:hover {
    color: #00326D;
    text-decoration: underline;
}
 
  
.blog-related-posts__title {
  color: #000;
  margin-bottom: 1.6rem;
}
  
.related-post {
  border: none !important;
}
  
.related-post__title a, .related-post__author-name {
  text-decoration: none !important;
}

.related-post__title a:hover, .related-post__author-name:hover {
  text-decoration: underline !important;
}

.article-hero {
    position: relative;
    height: 17.6rem;
    max-width: 100%;
    overflow: hidden
}

.article-hero .article-hero-image img {
    position: relative;
    width: 82%;
    max-width: none;
    height: 99%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.article-hero .article-hero-image.right img {
    left: 41%
}

.article-hero .article-hero-image.left img {
    left: 59%
}

.browser-ie .article-hero .article-hero-image {
    height: auto;
    width: 100%!important;
    left: 50%!important
}

.article-hero .pill-block {
    position: absolute;
    height: calc(100% + .2rem);
    top: -.1rem
}

.article-hero .pill-block.right {
    left: 100%;
    transform: translate(-100%)
}

.article-hero .pill-block.left {
    left: 0%;
    transform: rotate(180deg)
}
@media (min-width: 576px) {
    .article-hero {
        height:24rem
    }

    .article-hero .article-hero-image img {
        width: 92%
    }

    .article-hero .article-hero-image.right img {
        left: 40%
    }

    .article-hero .article-hero-image.left img {
        left: 58%
    }
}

@media (min-width: 768px) {
    .article-hero {
        height:32rem
    }
}

@media (min-width: 992px) {
    .article-hero {
        height:40rem
    }

    .article-hero .article-hero-image img {
        width: 94%
    }

    .article-hero .article-hero-image.right img {
        left: 43%
    }

    .article-hero .article-hero-image.left img {
        left: 57%
    }
}

@media (min-width: 1200px) {
    .article-hero {
        height:48rem
    }

    .article-hero .article-hero-image img {
        width: 96%
    }

    .article-hero .article-hero-image.right img {
        left: 44%
    }

    .article-hero .article-hero-image.left img {
        left: 56%
    }
}

@media (min-width: 1640px) {
    .article-hero {
        height:56rem
    }

    .article-hero .article-hero-image img {
        width: 98%
    }

    .article-hero .article-hero-image.right img {
        left: 46%
    }

    .article-hero .article-hero-image.left img {
        left: 54%
    }
}

@media (min-width: 1920px) {
    .article-hero .article-hero-image img {
        width:100%
    }

    .article-hero .article-hero-image.right img {
        left: 47%
    }

    .article-hero .article-hero-image.left img {
        left: 53%
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .article-hero .pill-block {
        display: none
    }
}

@media (min-width: 576px) {
    .article-hero {
        height:24rem
    }

    .article-hero .jobdetail-hero-image {
        width: 92%
    }

    .article-hero .jobdetail-hero-image.right {
        left: 40%
    }

    .article-hero .jobdetail-hero-image.left {
        left: 58%
    }
}

@media (min-width: 992px) {
    .article-hero {
        height:40rem
    }

    .article-hero .jobdetail-hero-image {
        width: 94%
    }

    .article-hero .jobdetail-hero-image.right {
        left: 43%
    }

    .article-hero .jobdetail-hero-image.left {
        left: 57%
    }
}

@media (min-width: 1200px) {
    .article-hero {
        height:48rem
    }

    .article-hero .jobdetail-hero-image {
        width: 96%
    }

    .article-hero .jobdetail-hero-image.right {
        left: 44%
    }

    .article-hero .jobdetail-hero-image.left {
        left: 56%
    }
}

@media (min-width: 1640px) {
    .article-hero {
        height:56rem
    }

    .article-hero .jobdetail-hero-image {
        width: 98%
    }

    .article-hero .jobdetail-hero-image.right {
        left: 46%
    }

    .article-hero .jobdetail-hero-image.left {
        left: 54%
    }
}

@media (min-width: 1920px) {
    .article-hero .jobdetail-hero-image {
        width:100%
    }

    .article-hero .jobdetail-hero-image.right {
        left: 47%
    }

    .article-hero .jobdetail-hero-image.left {
        left: 53%
    }
}

.articlepage article.articlecontent {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem
}

article.articlecontent h2,article.articlecontent h3 {
    margin-top: 2.4rem
}

article.articlecontent p {
    display: block;
    margin-bottom: 1rem
}

article.articlecontent p>a.secondary-link {
    display: block;
    margin-top: -1.6rem
}

article.articlecontent p>.btn-primary {
    margin-top: -1.6rem
}

.article-date {
    display: block;
    margin-bottom: 1rem
}

.article-headline {
    margin-bottom: 1.6rem
}


body:not(.articlepage):not(.publicationpage) [data-breadcrumbs-theme=dotcom].breadcrumbs {
    background-color: #0d234b;
    color: #b9bcc4;
}

body:not(.articlepage):not(.publicationpage) [data-breadcrumbs-theme=dotcom].breadcrumbs li a,body:not(.articlepage):not(.publicationpage) [data-breadcrumbs-theme=dotcom].breadcrumbs li svg {
    color: #b9bcc4;
}

body:not(.articlepage):not(.publicationpage) [data-breadcrumbs-theme=dotcom].breadcrumbs li a {
    text-decoration: underline;
}

@media (min-width: 768px) {
    body.compact-breadcrumb-hero[data-site-theme=dotcom] .breadcrumbs {
        position:absolute;
        z-index: 5;
    }
}

body.startpagecom nav.breadcrumbs {
    display: none;
}

[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] {
    color: #fff;
    background-color: #0d234b;
    position: relative;
    padding-bottom: 0;
    padding-top: 0.8rem;
    margin-bottom: 7.2rem;
    min-height: 3rem;
}
    color: #2d2013;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 25.6rem;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

.container,.dotcom-hero__wrapper__content__text,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,.container-xs,.container,.dotcom-hero__wrapper__content__text {
        max-width:540px;
    }
}

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

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

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

@media (min-width: 1640px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container-xs,.container,.dotcom-hero__wrapper__content__text {
        max-width:1440px;
    }
}

.link-graphic {
    display: flex;
    flex-flow: row;
    margin: 2.4rem 0;
}

.line-canvas {
    border-style: solid;
    border-width: .8rem;
    border-radius: 1.6rem;
    margin-right: .8rem;
    width: 100%;
    height: .8rem;
    border-color: #00a0d6;
}

.dot-canvas {
    width: .8rem;
    border-style: solid;
    border-width: .8rem;
    border-radius: 1.6rem;
    height: .8rem;
    border-color: #00a0d6;
}

.hero-contentwrapper {
    padding: 4.8rem 0 1.6rem;
    position: relative;
    z-index: 3;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #0d234b;
}

.dotcom-hero {
    align-self: normal;
    background-color: #0d234b;
    overflow: hidden;
    padding-top: 0rem;
    margin-bottom: 7.2rem;
}

@media (min-width: 768px) {
    .dotcom-hero[data-hero-theme=Coral] .dotcom-hero__wrapper__content {
        background-color:#f06365;
    }
}

.dotcom-hero__wrapper {
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem;
}

.dotcom-hero__wrapper__content {
    padding-top: 3.2rem;
    padding-bottom: .8rem;
}

@media (min-width: 768px) {
    .dotcom-hero__wrapper__content {
        padding-left:0rem;
        padding-right: 0rem;
        background-color: #00a0d6;
        padding-bottom: 3.2rem;
    }
}

.dotcom-hero__wrapper__content__text__inner {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    justify-content: center;
    min-height: 30rem;
}

@media (min-width: 768px) {
    .dotcom-hero__wrapper__content__text__inner {
        padding-left:0;
        padding-right: 3rem;
    }
}

@media (min-width: 992px) {
    .dotcom-hero__wrapper__content__text__inner {
        padding-right:6rem;
    }
}

.dotcom-hero__wrapper__content__text__inner>h1,.dotcom-hero__wrapper__content__text__inner>h2 {
    color: #fff;
    text-align: left
}

.dotcom-hero__wrapper__content__text__inner>h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 768px) {
    .dotcom-hero__wrapper__content__text__inner>h1 {
        font-size:4rem
    }
}

@media (min-width: 1200px) {
    .dotcom-hero__wrapper__content__text__inner>h1 {
        font-size:5.6rem
    }
}

@media (min-width: 1640px) {
    .dotcom-hero__wrapper__content__text__inner>h1 {
        font-size:6.4rem
    }
}

.dotcom-hero__wrapper__content__text__inner>h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.8rem
}

@media (min-width: 768px) {
    .dotcom-hero__wrapper__content__text__inner>h2 {
        font-weight:500;
        font-size: 1.6rem;
        line-height: 2.24rem
    }
}

@media (min-width: 1200px) {
    .dotcom-hero__wrapper__content__text__inner>h2 {
        font-weight:500;
        font-size: 2.4rem;
        line-height: 2.64rem
    }
}

@media (min-width: 1640px) {
    .dotcom-hero__wrapper__content__text__inner>h2 {
        font-weight:700
    }
}

.dotcom-hero__wrapper__content__text__inner__cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3.2rem;
    align-items: center;
    margin-top: 2.4rem
}

@media (min-width: 768px) {
    .dotcom-hero__wrapper__content__text__inner__cta {
        flex-direction:row;
        margin-top: 0rem
    }
}

.dotcom-hero__wrapper__content__text__inner__cta>pn-button {
    align-self: center;
    width: fit-content
}

@media (min-width: 768px) {
    .dotcom-hero__wrapper__content__text__inner__cta>pn-button {
        align-self:flex-start
    }
}

.dotcom-hero__wrapper__content__text__inner__cta>pn-button>a:hover {
    text-decoration: none
}

.dotcom-hero__wrapper__content__text__inner__cta>a {
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.96rem
}

.dotcom-hero__wrapper__content__text__inner__cta>a:hover {
    color: #effbff;
    text-decoration: none
}

@media (min-width: 992px) {
    .dotcom-hero__wrapper__content__text__inner__cta>a {
        font-size:1.6rem;
        line-height: 1.68rem
    }
}

.dotcom-hero__wrapper__content>svg {
    position: absolute;
    height: calc(100% + .2rem);
    top: -.1rem;
    z-index: 1;
    left: 100%;
    transform: translate(-100%)
}

@media (max-width: 767.98px) {
    .dotcom-hero__wrapper__content>svg {
        display:none
    }
}

.dotcom-hero__bottom-arch {
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.dotcom-hero__bottom-arch svg {
    position: relative;
    top: -.2rem;
    transform: rotate(180deg)
}

@media (max-width: 767.98px) {
    .dotcom-hero__bottom-arch svg {
        top:-.1rem
    }
}

.dotcom-hero__bottom-arch:before {
    content: "";
    padding-top: 3.2rem;
    background-color: #0d234b;
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem
}

@media (max-width: 767.98px) {
    .dotcom-hero__bottom-arch:before {
        padding-top:0rem
    }
}

.dotcom-hero-simple {
    background-color: #0d234b;
    margin-bottom: 7.2rem
}

.dotcom-hero-simple .dotcom-hero-simple__wrapper {
    width: 100%;
    padding-top: 1.6rem
}

@media (min-width: 992px) {
    .dotcom-hero-simple .dotcom-hero-simple__wrapper {
        padding-top:3.2rem
    }
}

@media (min-width: 1640px) {
    .dotcom-hero-simple .dotcom-hero-simple__wrapper {
        padding-top:4rem
    }
}

.dotcom-hero-simple .dotcom-hero-simple__content__wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 0 .8rem
}

@media (min-width: 992px) {
    .dotcom-hero-simple .dotcom-hero-simple__content__wrapper {
        gap:3.2rem
    }
}

@media (min-width: 1640px) {
    .dotcom-hero-simple .dotcom-hero-simple__content__wrapper {
        gap:4rem
    }
}

.dotcom-hero-simple .dotcom-hero-simple__text__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    gap: 1.6rem
}

.dotcom-hero-simple .dotcom-hero-simple__text__wrapper * {
    color: #fff
}

.dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__headline * {
    font-size: 3.2rem;
    line-height: 1.1
}

.dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__headline .highlight--coral {
    color: #f06365
}

.dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__headline .highlight--break {
    display: block
}

.dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__preamble {
    font-weight: 500;
    font-size: 1.6rem
}

@media (min-width: 768px) {
    .dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__preamble {
        font-size:1.8rem
    }
}

@media (min-width: 1640px) {
    .dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__preamble {
        font-size:2rem
    }
}

@media (min-width: 768px) {
    .dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__headline {
        max-width:90%;
        text-align: center
    }

    .dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__headline * {
        font-size: 4rem
    }

    .dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__preamble {
        max-width: 80%;
        text-align: center
    }
}

@media (min-width: 992px) {
    .dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__headline * {
        font-size:5.6rem
    }
}

@media (min-width: 1640px) {
    .dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__headline * {
        font-size:6.4rem
    }

    .dotcom-hero-simple .dotcom-hero-simple__text__wrapper .dotcom-hero-simple__preamble {
        max-width: 70%
    }
}

.dotcom-hero-simple .dotcom-hero-simple__cta__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.4rem
}

.dotcom-hero-simple .dotcom-hero-simple__cta__wrapper pn-button {
    margin-bottom: .2rem
}

.dotcom-hero-simple .dotcom-hero-simple__cta__wrapper pn-button a.pn-button:hover {
    text-decoration: none
}

.dotcom-hero-simple .dotcom-hero-simple__cta__wrapper a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.6rem
}

.dotcom-hero-simple .dotcom-hero-simple__cta__wrapper a:hover {
    text-decoration: underline
}

.dotcom-hero-simple .dotcom-hero-simple__bottom-arch {
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.dotcom-hero-simple .dotcom-hero-simple__bottom-arch svg {
    position: relative;
    top: -.2rem;
    transform: rotate(180deg)
}

@media (max-width: 767.98px) {
    .dotcom-hero-simple .dotcom-hero-simple__bottom-arch svg {
        top:-.1rem
    }
}

.dotcom-hero-simple.hero-arc-control .dotcom-hero-simple__bottom-arch svg {
    transform: rotate(0);
    top: 0
}

.dotcom-hero-simple.hero-arc-control .dotcom-hero-simple__cta__wrapper {
    margin-bottom: 2.4rem
}

@media (min-width: 768px) {
    .dotcom-hero-simple.hero-arc-control .dotcom-hero-simple__cta__wrapper {
        margin-bottom:1.6rem
    }
}

@media (min-width: 1200px) {
    .dotcom-hero-simple.hero-arc-control .dotcom-hero-simple__cta__wrapper {
        margin-bottom:.8rem
    }
}

@media (min-width: 1640px) {
    .dotcom-hero-simple.hero-arc-control .dotcom-hero-simple__cta__wrapper {
        margin-bottom:0
    }
}

[data-hero-layout=layout1] {
    color: #2d2013;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 25.6rem;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem
}


[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] {
    color: #fff;
    background-color: #0d234b;
    position: relative;
    padding-bottom: 0;
    padding-top: .8rem;
    margin-bottom: 7.2rem;
    min-height: 3rem
}

[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .container,[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .dotcom-hero__wrapper__content__text {
    padding-bottom: .8rem
}

@media (min-width: 992px) {
    [data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .container,[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .dotcom-hero__wrapper__content__text {
        padding-bottom:0
    }
}

[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .hero-headline,[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .hero-preamble {
    color: #fff
}

[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .line-canvas,[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .dot-canvas {
    border-width: .4rem
}

@media (min-width: 768px) {
    [data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .line-canvas,[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .dot-canvas {
        border-width:.6rem
    }
}

@media (min-width: 1200px) {
    [data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .line-canvas,[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .dot-canvas {
        border-width:.8rem
    }
}

[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .hero-curved__arc__container {
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: flex-start
}

[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .hero-curved__arc__container svg {
    position: relative;
    top: -.1rem;
    width: 100%;
    transform: rotate(180deg)
}

[data-site-theme=dotcom] .editor-hero[data-hero-layout=layout1] .hero-curved__arc__container svg path {
    fill: #0d234b
}

[data-hero-layout=layout1] .hero-preamble {
    margin-bottom: 0!important
}

@media (min-width: 768px) {
    [data-hero-layout=layout1] .hero-preamble {
        display:block;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 992px) {
    [data-hero-layout=layout1] .hero-preamble {
        width:66.6%
    }
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=blue] {
    color: #2d2013
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=blue] .hero-headline,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=blue] .preamble {
    color: #2d2013
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=blue] .link-graphic .line-canvas,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=blue] .link-graphic .dot-canvas {
    border-color: #00a0d6
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=green] .hero-headline,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=green] .preamble {
    color: #2d2013
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=green] .link-graphic .line-canvas,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=green] .link-graphic .dot-canvas {
    border-color: #00a0d6
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=coral] .hero-headline,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=coral] .preamble {
    color: #2d2013
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=coral] .link-graphic .line-canvas,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=coral] .link-graphic .dot-canvas {
    border-color: #00a0d6
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=private] .hero-headline,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=private] .preamble {
    color: #2d2013
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=private] .link-graphic .line-canvas,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=private] .link-graphic .dot-canvas {
    border-color: #00a0d6
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=business] .hero-headline {
    color: #0d234b
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=business] .preamble {
    color: #2d2013
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=business] .link-graphic .line-canvas,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=business] .link-graphic .dot-canvas {
    border-color: #0d234b
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=hybrid] .hero-headline {
    color: #2d2013
}

body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=hybrid] .link-graphic .line-canvas,body:not([data-site-theme=dotcom]) .editor-hero[data-hero-layout=layout1][data-hero-theme=hybrid] .link-graphic .dot-canvas {
    border-color: #e9e6e5
}
@charset "UTF-8";/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #FFFFFF;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --black: #000000;
    --gray-darkest: #2D2013;
    --gray-dark: #5E554A;
    --gray-default: #969087;
    --gray-medium: #969087;
    --gray-light: #D3CECB;
    --gray-lightest: #F3F2F2;
    --gray-25: #F9F8F8;
    --blue-default: #00A0D6;
    --blue-darkest: #0D234B;
    --blue-dark: #005D92;
    --blue-light: #8EDDF9;
    --blue-lightest: #e0f8ff;
    --blue-25: #EFFBFF;
    --coral-default: #F06365;
    --coral-darkest: #500715;
    --coral-dark: #9B1C2E;
    --coral-light: #FBC2C1;
    --coral-lightest: #FDEFEE;
    --coral-25: #FEF7F6;
    --orange-default: #F89142;
    --orange-darkest: #4F1600;
    --orange-dark: #99290A;
    --orange-light: #FFC8A3;
    --orange-lightest: #FFF1E3;
    --orange-25: #FFF8F1;
    --green-default: #5EC584;
    --green-darkest: #002F24;
    --green-dark: #005E41;
    --green-light: #ABE3BB;
    --green-lightest: #DCF6E7;
    --green-25: #EDFBF3;
    --breakpoint-xxs: 0;
    --breakpoint-xs: 321px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1640px;
    --breakpoint-fhd: 1920px;
    --font-family-sans-serif: PostNord Sans;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

body {
    margin: 0;
    font-family: PostNord Sans;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e1e1e;
    text-align: left;
    background-color: #fff
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: 700
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #002c46;
    text-decoration: underline
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

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

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

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

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

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

h5,.h5,h6,.h6 {
    font-size: 1.6rem
}

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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

small,.small {
    font-size: .875em;
    font-weight: 400
}

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

.list-unstyled,.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: 90%;
    text-transform: uppercase
}

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

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

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

.container,.dotcom-hero__wrapper__content__text,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container-sm,.container-xs,.container,.dotcom-hero__wrapper__content__text {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container-xs,.container,.dotcom-hero__wrapper__content__text {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container-xs,.container,.dotcom-hero__wrapper__content__text {
        max-width:960px
    }
}

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

@media (min-width: 1640px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container-xs,.container,.dotcom-hero__wrapper__content__text {
        max-width:1440px
    }
}

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

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

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

.col-fhd,.col-fhd-auto,.col-fhd-12,.col-fhd-11,.col-fhd-10,.col-fhd-9,.col-fhd-8,.col-fhd-7,.col-fhd-6,.col-fhd-5,.col-fhd-4,.col-fhd-3,.col-fhd-2,.col-fhd-1,.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.dotcom-hero__wrapper__content__text__inner,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.four-column-result-list,.news-teaser-list-item__wrapper,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.four-column-result-list,.news-teaser-list-item__wrapper,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.dotcom-hero__wrapper__content__text__inner,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.four-column-result-list,.news-teaser-list-item__wrapper,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.four-column-result-list,.news-teaser-list-item__wrapper,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col-xs,.col-xs-auto,.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1,.col,.col-auto,.col-12,.four-column-result-list,.news-teaser-list-item__wrapper,.dotcom-hero__wrapper__content__text__inner,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

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

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

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

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

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-12,.four-column-result-list,.news-teaser-list-item__wrapper,.dotcom-hero__wrapper__content__text__inner {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.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%
}

@media (min-width: 321px) {
    .col-xs {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-xs-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-xs-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xs-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xs-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-xs-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xs-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xs-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xs-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-xs-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xs-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-xs-first {
        order: -1
    }

    .order-xs-last {
        order: 13
    }

    .order-xs-0 {
        order: 0
    }

    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }

    .order-xs-6 {
        order: 6
    }

    .order-xs-7 {
        order: 7
    }

    .order-xs-8 {
        order: 8
    }

    .order-xs-9 {
        order: 9
    }

    .order-xs-10 {
        order: 10
    }

    .order-xs-11 {
        order: 11
    }

    .order-xs-12 {
        order: 12
    }

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

    .offset-xs-1 {
        margin-left: 8.33333333%
    }

    .offset-xs-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xs-4 {
        margin-left: 33.33333333%
    }

    .offset-xs-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xs-7 {
        margin-left: 58.33333333%
    }

    .offset-xs-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xs-10 {
        margin-left: 83.33333333%
    }

    .offset-xs-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6,.four-column-result-list,.news-teaser-list-item__wrapper {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .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%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-md-4,.four-column-result-list,.news-teaser-list-item__wrapper {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8,.dotcom-hero__wrapper__content__text__inner {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .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%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-lg-4,.four-column-result-list,.news-teaser-list-item__wrapper {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .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%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3,.four-column-result-list,.news-teaser-list-item__wrapper {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9,.dotcom-hero__wrapper__content__text__inner {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .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%
    }
}

@media (min-width: 1640px) {
    .col-xxl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-xxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-xxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xxl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-xxl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xxl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-xxl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

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

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1920px) {
    .col-fhd {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-fhd-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-fhd-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-fhd-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-fhd-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-fhd-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-fhd-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-fhd-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-fhd-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-fhd-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-fhd-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-fhd-first {
        order: -1
    }

    .order-fhd-last {
        order: 13
    }

    .order-fhd-0 {
        order: 0
    }

    .order-fhd-1 {
        order: 1
    }

    .order-fhd-2 {
        order: 2
    }

    .order-fhd-3 {
        order: 3
    }

    .order-fhd-4 {
        order: 4
    }

    .order-fhd-5 {
        order: 5
    }

    .order-fhd-6 {
        order: 6
    }

    .order-fhd-7 {
        order: 7
    }

    .order-fhd-8 {
        order: 8
    }

    .order-fhd-9 {
        order: 9
    }

    .order-fhd-10 {
        order: 10
    }

    .order-fhd-11 {
        order: 11
    }

    .order-fhd-12 {
        order: 12
    }

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

    .offset-fhd-1 {
        margin-left: 8.33333333%
    }

    .offset-fhd-2 {
        margin-left: 16.66666667%
    }

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

    .offset-fhd-4 {
        margin-left: 33.33333333%
    }

    .offset-fhd-5 {
        margin-left: 41.66666667%
    }

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

    .offset-fhd-7 {
        margin-left: 58.33333333%
    }

    .offset-fhd-8 {
        margin-left: 66.66666667%
    }

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

    .offset-fhd-10 {
        margin-left: 83.33333333%
    }

    .offset-fhd-11 {
        margin-left: 91.66666667%
    }
}

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

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

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

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

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

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #0000000d
}

.table-hover tbody tr:hover {
    color: #1e1e1e;
    background-color: #00000013
}

.table-primary,.table-primary>th,.table-primary>td {
    background-color: #b8daff
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>th,.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>th,.table-success>td {
    background-color: #c3e6cb
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>th,.table-info>td {
    background-color: #bee5eb
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>th,.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>th,.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>th,.table-light>td {
    background-color: #fdfdfe
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>th,.table-dark>td {
    background-color: #c6c8ca
}

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

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-black,.table-black>th,.table-black>td {
    background-color: #b8b8b8
}

.table-black th,.table-black td,.table-black thead th,.table-black tbody+tbody {
    border-color: #7a7a7a
}

.table-hover .table-black:hover {
    background-color: #ababab
}

.table-hover .table-black:hover>td,.table-hover .table-black:hover>th {
    background-color: #ababab
}

.table-gray-darkest,.table-gray-darkest>th,.table-gray-darkest>td {
    background-color: #c4c1bd
}

.table-gray-darkest th,.table-gray-darkest td,.table-gray-darkest thead th,.table-gray-darkest tbody+tbody {
    border-color: #928b84
}

.table-hover .table-gray-darkest:hover {
    background-color: #b8b4b0
}

.table-hover .table-gray-darkest:hover>td,.table-hover .table-gray-darkest:hover>th {
    background-color: #b8b4b0
}

.table-gray-dark,.table-gray-dark>th,.table-gray-dark>td {
    background-color: #d2cfcc
}

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

.table-hover .table-gray-dark:hover {
    background-color: #c6c2be
}

.table-hover .table-gray-dark:hover>td,.table-hover .table-gray-dark:hover>th {
    background-color: #c6c2be
}

.table-gray-default,.table-gray-default>th,.table-gray-default>td {
    background-color: #e2e0dd
}

.table-gray-default th,.table-gray-default td,.table-gray-default thead th,.table-gray-default tbody+tbody {
    border-color: #c8c5c1
}

.table-hover .table-gray-default:hover {
    background-color: #d6d3cf
}

.table-hover .table-gray-default:hover>td,.table-hover .table-gray-default:hover>th {
    background-color: #d6d3cf
}

.table-gray-medium,.table-gray-medium>th,.table-gray-medium>td {
    background-color: #e2e0dd
}

.table-gray-medium th,.table-gray-medium td,.table-gray-medium thead th,.table-gray-medium tbody+tbody {
    border-color: #c8c5c1
}

.table-hover .table-gray-medium:hover {
    background-color: #d6d3cf
}

.table-hover .table-gray-medium:hover>td,.table-hover .table-gray-medium:hover>th {
    background-color: #d6d3cf
}

.table-gray-light,.table-gray-light>th,.table-gray-light>td {
    background-color: #f3f1f0
}

.table-gray-light th,.table-gray-light td,.table-gray-light thead th,.table-gray-light tbody+tbody {
    border-color: #e8e6e4
}

.table-hover .table-gray-light:hover {
    background-color: #e8e4e2
}

.table-hover .table-gray-light:hover>td,.table-hover .table-gray-light:hover>th {
    background-color: #e8e4e2
}

.table-gray-lightest,.table-gray-lightest>th,.table-gray-lightest>td {
    background-color: #fcfbfb
}

.table-gray-lightest th,.table-gray-lightest td,.table-gray-lightest thead th,.table-gray-lightest tbody+tbody {
    border-color: #f9f8f8
}

.table-hover .table-gray-lightest:hover {
    background-color: #f1ecec
}

.table-hover .table-gray-lightest:hover>td,.table-hover .table-gray-lightest:hover>th {
    background-color: #f1ecec
}

.table-gray-25,.table-gray-25>th,.table-gray-25>td {
    background-color: #fdfdfd
}

.table-gray-25 th,.table-gray-25 td,.table-gray-25 thead th,.table-gray-25 tbody+tbody {
    border-color: #fcfbfb
}

.table-hover .table-gray-25:hover {
    background-color: #f0f0f0
}

.table-hover .table-gray-25:hover>td,.table-hover .table-gray-25:hover>th {
    background-color: #f0f0f0
}

.table-blue-default,.table-blue-default>th,.table-blue-default>td {
    background-color: #b8e4f4
}

.table-blue-default th,.table-blue-default td,.table-blue-default thead th,.table-blue-default tbody+tbody {
    border-color: #7aceea
}

.table-hover .table-blue-default:hover {
    background-color: #a2dcf1
}

.table-hover .table-blue-default:hover>td,.table-hover .table-blue-default:hover>th {
    background-color: #a2dcf1
}

.table-blue-darkest,.table-blue-darkest>th,.table-blue-darkest>td {
    background-color: #bbc1cd
}

.table-blue-darkest th,.table-blue-darkest td,.table-blue-darkest thead th,.table-blue-darkest tbody+tbody {
    border-color: #818da1
}

.table-hover .table-blue-darkest:hover {
    background-color: #acb4c2
}

.table-hover .table-blue-darkest:hover>td,.table-hover .table-blue-darkest:hover>th {
    background-color: #acb4c2
}

.table-blue-dark,.table-blue-dark>th,.table-blue-dark>td {
    background-color: #b8d2e0
}

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

.table-hover .table-blue-dark:hover {
    background-color: #a6c7d8
}

.table-hover .table-blue-dark:hover>td,.table-hover .table-blue-dark:hover>th {
    background-color: #a6c7d8
}

.table-blue-light,.table-blue-light>th,.table-blue-light>td {
    background-color: #dff5fd
}

.table-blue-light th,.table-blue-light td,.table-blue-light thead th,.table-blue-light tbody+tbody {
    border-color: #c4edfc
}

.table-hover .table-blue-light:hover {
    background-color: #c7eefc
}

.table-hover .table-blue-light:hover>td,.table-hover .table-blue-light:hover>th {
    background-color: #c7eefc
}

.table-blue-lightest,.table-blue-lightest>th,.table-blue-lightest>td {
    background-color: #f6fdff
}

.table-blue-lightest th,.table-blue-lightest td,.table-blue-lightest thead th,.table-blue-lightest tbody+tbody {
    border-color: #effbff
}

.table-hover .table-blue-lightest:hover {
    background-color: #ddf7ff
}

.table-hover .table-blue-lightest:hover>td,.table-hover .table-blue-lightest:hover>th {
    background-color: #ddf7ff
}

.table-blue-25,.table-blue-25>th,.table-blue-25>td {
    background-color: #fbfeff
}

.table-blue-25 th,.table-blue-25 td,.table-blue-25 thead th,.table-blue-25 tbody+tbody {
    border-color: #f7fdff
}

.table-hover .table-blue-25:hover {
    background-color: #e2f8ff
}

.table-hover .table-blue-25:hover>td,.table-hover .table-blue-25:hover>th {
    background-color: #e2f8ff
}

.table-coral-default,.table-coral-default>th,.table-coral-default>td {
    background-color: #fbd3d4
}

.table-coral-default th,.table-coral-default td,.table-coral-default thead th,.table-coral-default tbody+tbody {
    border-color: #f7aeaf
}

.table-hover .table-coral-default:hover {
    background-color: #f9bcbd
}

.table-hover .table-coral-default:hover>td,.table-hover .table-coral-default:hover>th {
    background-color: #f9bcbd
}

.table-coral-darkest,.table-coral-darkest>th,.table-coral-darkest>td {
    background-color: #cebabd
}

.table-coral-darkest th,.table-coral-darkest td,.table-coral-darkest thead th,.table-coral-darkest tbody+tbody {
    border-color: #a47e85
}

.table-hover .table-coral-darkest:hover {
    background-color: #c3abaf
}

.table-hover .table-coral-darkest:hover>td,.table-hover .table-coral-darkest:hover>th {
    background-color: #c3abaf
}

.table-coral-dark,.table-coral-dark>th,.table-coral-dark>td {
    background-color: #e3bfc4
}

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

.table-hover .table-coral-dark:hover {
    background-color: #dbadb4
}

.table-hover .table-coral-dark:hover>td,.table-hover .table-coral-dark:hover>th {
    background-color: #dbadb4
}

.table-coral-light,.table-coral-light>th,.table-coral-light>td {
    background-color: #feeeee
}

.table-coral-light th,.table-coral-light td,.table-coral-light thead th,.table-coral-light tbody+tbody {
    border-color: #fddfdf
}

.table-hover .table-coral-light:hover {
    background-color: #fdd6d6
}

.table-hover .table-coral-light:hover>td,.table-hover .table-coral-light:hover>th {
    background-color: #fdd6d6
}

.table-coral-lightest,.table-coral-lightest>th,.table-coral-lightest>td {
    background-color: #fefbfa
}

.table-coral-lightest th,.table-coral-lightest td,.table-coral-lightest thead th,.table-coral-lightest tbody+tbody {
    border-color: #fef7f6
}

.table-hover .table-coral-lightest:hover {
    background-color: #faeae5
}

.table-hover .table-coral-lightest:hover>td,.table-hover .table-coral-lightest:hover>th {
    background-color: #faeae5
}

.table-coral-25,.table-coral-25>th,.table-coral-25>td {
    background-color: #fffdfc
}

.table-coral-25 th,.table-coral-25 td,.table-coral-25 thead th,.table-coral-25 tbody+tbody {
    border-color: #fefbfa
}

.table-hover .table-coral-25:hover {
    background-color: #ffece3
}

.table-hover .table-coral-25:hover>td,.table-hover .table-coral-25:hover>th {
    background-color: #ffece3
}

.table-orange-default,.table-orange-default>th,.table-orange-default>td {
    background-color: #fde0ca
}

.table-orange-default th,.table-orange-default td,.table-orange-default thead th,.table-orange-default tbody+tbody {
    border-color: #fbc69d
}

.table-hover .table-orange-default:hover {
    background-color: #fcd2b1
}

.table-hover .table-orange-default:hover>td,.table-hover .table-orange-default:hover>th {
    background-color: #fcd2b1
}

.table-orange-darkest,.table-orange-darkest>th,.table-orange-darkest>td {
    background-color: #cebeb8
}

.table-orange-darkest th,.table-orange-darkest td,.table-orange-darkest thead th,.table-orange-darkest tbody+tbody {
    border-color: #a3867a
}

.table-hover .table-orange-darkest:hover {
    background-color: #c4b0a9
}

.table-hover .table-orange-darkest:hover>td,.table-hover .table-orange-darkest:hover>th {
    background-color: #c4b0a9
}

.table-orange-dark,.table-orange-dark>th,.table-orange-dark>td {
    background-color: #e2c3ba
}

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

.table-hover .table-orange-dark:hover {
    background-color: #dab3a8
}

.table-hover .table-orange-dark:hover>td,.table-hover .table-orange-dark:hover>th {
    background-color: #dab3a8
}

.table-orange-light,.table-orange-light>th,.table-orange-light>td {
    background-color: #fff0e5
}

.table-orange-light th,.table-orange-light td,.table-orange-light thead th,.table-orange-light tbody+tbody {
    border-color: #ffe2cf
}

.table-hover .table-orange-light:hover {
    background-color: #ffe1cc
}

.table-hover .table-orange-light:hover>td,.table-hover .table-orange-light:hover>th {
    background-color: #ffe1cc
}

.table-orange-lightest,.table-orange-lightest>th,.table-orange-lightest>td {
    background-color: #fffbf7
}

.table-orange-lightest th,.table-orange-lightest td,.table-orange-lightest thead th,.table-orange-lightest tbody+tbody {
    border-color: #fff8f0
}

.table-hover .table-orange-lightest:hover {
    background-color: #ffeede
}

.table-hover .table-orange-lightest:hover>td,.table-hover .table-orange-lightest:hover>th {
    background-color: #ffeede
}

.table-orange-25,.table-orange-25>th,.table-orange-25>td {
    background-color: #fffdfb
}

.table-orange-25 th,.table-orange-25 td,.table-orange-25 thead th,.table-orange-25 tbody+tbody {
    border-color: #fffbf8
}

.table-hover .table-orange-25:hover {
    background-color: #fff0e2
}

.table-hover .table-orange-25:hover>td,.table-hover .table-orange-25:hover>th {
    background-color: #fff0e2
}

.table-green-default,.table-green-default>th,.table-green-default>td {
    background-color: #d2efdd
}

.table-green-default th,.table-green-default td,.table-green-default thead th,.table-green-default tbody+tbody {
    border-color: #abe1bf
}

.table-hover .table-green-default:hover {
    background-color: #bfe8cf
}

.table-hover .table-green-default:hover>td,.table-hover .table-green-default:hover>th {
    background-color: #bfe8cf
}

.table-green-darkest,.table-green-darkest>th,.table-green-darkest>td {
    background-color: #b8c5c2
}

.table-green-darkest th,.table-green-darkest td,.table-green-darkest thead th,.table-green-darkest tbody+tbody {
    border-color: #7a938d
}

.table-hover .table-green-darkest:hover {
    background-color: #aabab6
}

.table-hover .table-green-darkest:hover>td,.table-hover .table-green-darkest:hover>th {
    background-color: #aabab6
}

.table-green-dark,.table-green-dark>th,.table-green-dark>td {
    background-color: #b8d2ca
}

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

.table-hover .table-green-dark:hover {
    background-color: #a8c8be
}

.table-hover .table-green-dark:hover>td,.table-hover .table-green-dark:hover>th {
    background-color: #a8c8be
}

.table-green-light,.table-green-light>th,.table-green-light>td {
    background-color: #e7f7ec
}

.table-green-light th,.table-green-light td,.table-green-light thead th,.table-green-light tbody+tbody {
    border-color: #d3f0dc
}

.table-hover .table-green-light:hover {
    background-color: #d4f1dd
}

.table-hover .table-green-light:hover>td,.table-hover .table-green-light:hover>th {
    background-color: #d4f1dd
}

.table-green-lightest,.table-green-lightest>th,.table-green-lightest>td {
    background-color: #f5fcf8
}

.table-green-lightest th,.table-green-lightest td,.table-green-lightest thead th,.table-green-lightest tbody+tbody {
    border-color: #edfaf3
}

.table-hover .table-green-lightest:hover {
    background-color: #e1f6ea
}

.table-hover .table-green-lightest:hover>td,.table-hover .table-green-lightest:hover>th {
    background-color: #e1f6ea
}

.table-green-25,.table-green-25>th,.table-green-25>td {
    background-color: #fafefc
}

.table-green-25 th,.table-green-25 td,.table-green-25 thead th,.table-green-25 tbody+tbody {
    border-color: #f6fdf9
}

.table-hover .table-green-25:hover {
    background-color: #e5faef
}

.table-hover .table-green-25:hover>td,.table-hover .table-green-25:hover>th {
    background-color: #e5faef
}

.table-active,.table-active>th,.table-active>td {
    background-color: #00000013
}

.table-hover .table-active:hover {
    background-color: #00000013
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: #00000013
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff0d
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: #ffffff13
}

@media (max-width: 320.98px) {
    .table-responsive-xs {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xs>.table-bordered {
        border: 0
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1639.98px) {
    .table-responsive-xxl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1919.98px) {
    .table-responsive-fhd {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-fhd>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control,.mktoForm input[type=text],.mktoForm input[type=url],.mktoForm input[type=email],.mktoForm input[type=tel],.mktoForm input[type=number],.mktoForm input[type=date],.mktoForm select,.mktoForm textarea {
    display: block;
    width: 100%;
    height: 4.8rem;
    padding: .6rem 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control,.mktoForm input[type=text],.mktoForm input[type=url],.mktoForm input[type=email],.mktoForm input[type=tel],.mktoForm input[type=number],.mktoForm input[type=date],.mktoForm select,.mktoForm textarea {
        transition: none
    }
}

.form-control::-ms-expand,.mktoForm input[type=text]::-ms-expand,.mktoForm input[type=url]::-ms-expand,.mktoForm input[type=email]::-ms-expand,.mktoForm input[type=tel]::-ms-expand,.mktoForm input[type=number]::-ms-expand,.mktoForm input[type=date]::-ms-expand,.mktoForm select::-ms-expand,.mktoForm textarea::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus,.mktoForm input[type=text]:focus,.mktoForm input[type=url]:focus,.mktoForm input[type=email]:focus,.mktoForm input[type=tel]:focus,.mktoForm input[type=number]:focus,.mktoForm input[type=date]:focus,.mktoForm select:focus,.mktoForm textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40
}

.form-control::placeholder,.mktoForm input[type=text]::placeholder,.mktoForm input[type=url]::placeholder,.mktoForm input[type=email]::placeholder,.mktoForm input[type=tel]::placeholder,.mktoForm input[type=number]::placeholder,.mktoForm input[type=date]::placeholder,.mktoForm select::placeholder,.mktoForm textarea::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.mktoForm input[type=text]:disabled,.mktoForm input[type=url]:disabled,.mktoForm input[type=email]:disabled,.mktoForm input[type=tel]:disabled,.mktoForm input[type=number]:disabled,.mktoForm input[type=date]:disabled,.mktoForm select:disabled,.mktoForm textarea:disabled,.form-control[readonly],.mktoForm input[readonly][type=text],.mktoForm input[readonly][type=url],.mktoForm input[readonly][type=email],.mktoForm input[readonly][type=tel],.mktoForm input[readonly][type=number],.mktoForm input[readonly][type=date],.mktoForm select[readonly],.mktoForm textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,.mktoForm input[type=date],input[type=time].form-control,.mktoForm input[type=time][type=text],.mktoForm input[type=time][type=url],.mktoForm input[type=time][type=email],.mktoForm input[type=time][type=tel],.mktoForm input[type=time][type=number],input[type=datetime-local].form-control,.mktoForm input[type=datetime-local][type=text],.mktoForm input[type=datetime-local][type=url],.mktoForm input[type=datetime-local][type=email],.mktoForm input[type=datetime-local][type=tel],.mktoForm input[type=datetime-local][type=number],input[type=month].form-control,.mktoForm input[type=month][type=text],.mktoForm input[type=month][type=url],.mktoForm input[type=month][type=email],.mktoForm input[type=month][type=tel],.mktoForm input[type=month][type=number] {
    appearance: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    background-color: #28a745e6;
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

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

.was-validated .form-control:valid,.was-validated .mktoForm input[type=text]:valid,.mktoForm .was-validated input[type=text]:valid,.was-validated .mktoForm input[type=url]:valid,.mktoForm .was-validated input[type=url]:valid,.was-validated .mktoForm input[type=email]:valid,.mktoForm .was-validated input[type=email]:valid,.was-validated .mktoForm input[type=tel]:valid,.mktoForm .was-validated input[type=tel]:valid,.was-validated .mktoForm input[type=number]:valid,.mktoForm .was-validated input[type=number]:valid,.was-validated .mktoForm input[type=date]:valid,.mktoForm .was-validated input[type=date]:valid,.was-validated .mktoForm select:valid,.mktoForm .was-validated select:valid,.was-validated .mktoForm textarea:valid,.mktoForm .was-validated textarea:valid,.form-control.is-valid,.mktoForm input.is-valid[type=text],.mktoForm input.is-valid[type=url],.mktoForm input.is-valid[type=email],.mktoForm input.is-valid[type=tel],.mktoForm input.is-valid[type=number],.mktoForm input.is-valid[type=date],.mktoForm select.is-valid,.mktoForm textarea.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 1.2rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .3rem) center;
    background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.was-validated .form-control:valid:focus,.was-validated .mktoForm input[type=text]:valid:focus,.mktoForm .was-validated input[type=text]:valid:focus,.was-validated .mktoForm input[type=url]:valid:focus,.mktoForm .was-validated input[type=url]:valid:focus,.was-validated .mktoForm input[type=email]:valid:focus,.mktoForm .was-validated input[type=email]:valid:focus,.was-validated .mktoForm input[type=tel]:valid:focus,.mktoForm .was-validated input[type=tel]:valid:focus,.was-validated .mktoForm input[type=number]:valid:focus,.mktoForm .was-validated input[type=number]:valid:focus,.was-validated .mktoForm input[type=date]:valid:focus,.mktoForm .was-validated input[type=date]:valid:focus,.was-validated .mktoForm select:valid:focus,.mktoForm .was-validated select:valid:focus,.was-validated .mktoForm textarea:valid:focus,.mktoForm .was-validated textarea:valid:focus,.form-control.is-valid:focus,.mktoForm input.is-valid[type=text]:focus,.mktoForm input.is-valid[type=url]:focus,.mktoForm input.is-valid[type=email]:focus,.mktoForm input.is-valid[type=tel]:focus,.mktoForm input.is-valid[type=number]:focus,.mktoForm input.is-valid[type=date]:focus,.mktoForm select.is-valid:focus,.mktoForm textarea.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem #28a74540
}

.was-validated select.form-control:valid,.was-validated .mktoForm select:valid,.mktoForm .was-validated select:valid,select.form-control.is-valid,.mktoForm select.is-valid {
    padding-right: 4.8rem!important;
    background-position: right 2.4rem center
}

.was-validated textarea.form-control:valid,.was-validated .mktoForm textarea:valid,.mktoForm .was-validated textarea:valid,textarea.form-control.is-valid,.mktoForm textarea.is-valid {
    padding-right: calc(1.5em + 1.2rem);
    background-position: top calc(.375em + .3rem) right calc(.375em + .3rem)
}

.was-validated .custom-select:valid,.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 3.1rem)!important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.2rem center/8px 10px no-repeat,#FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.2rem/calc(.75em + .6rem) calc(.75em + .6rem) no-repeat
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem #28a74540
}

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

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

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

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

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

.was-validated .custom-control-input:valid:focus~.custom-control-label:before,.custom-control-input.is-valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem #28a74540
}

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

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem #28a74540
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    background-color: #dc3545e6;
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

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

.was-validated .form-control:invalid,.was-validated .mktoForm input[type=text]:invalid,.mktoForm .was-validated input[type=text]:invalid,.was-validated .mktoForm input[type=url]:invalid,.mktoForm .was-validated input[type=url]:invalid,.was-validated .mktoForm input[type=email]:invalid,.mktoForm .was-validated input[type=email]:invalid,.was-validated .mktoForm input[type=tel]:invalid,.mktoForm .was-validated input[type=tel]:invalid,.was-validated .mktoForm input[type=number]:invalid,.mktoForm .was-validated input[type=number]:invalid,.was-validated .mktoForm input[type=date]:invalid,.mktoForm .was-validated input[type=date]:invalid,.was-validated .mktoForm select:invalid,.mktoForm .was-validated select:invalid,.was-validated .mktoForm textarea:invalid,.mktoForm .was-validated textarea:invalid,.form-control.is-invalid,.mktoForm input.is-invalid[type=text],.mktoForm input.is-invalid[type=url],.mktoForm input.is-invalid[type=email],.mktoForm input.is-invalid[type=tel],.mktoForm input.is-invalid[type=number],.mktoForm input.is-invalid[type=date],.mktoForm select.is-invalid,.mktoForm textarea.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.2rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .3rem) center;
    background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.was-validated .form-control:invalid:focus,.was-validated .mktoForm input[type=text]:invalid:focus,.mktoForm .was-validated input[type=text]:invalid:focus,.was-validated .mktoForm input[type=url]:invalid:focus,.mktoForm .was-validated input[type=url]:invalid:focus,.was-validated .mktoForm input[type=email]:invalid:focus,.mktoForm .was-validated input[type=email]:invalid:focus,.was-validated .mktoForm input[type=tel]:invalid:focus,.mktoForm .was-validated input[type=tel]:invalid:focus,.was-validated .mktoForm input[type=number]:invalid:focus,.mktoForm .was-validated input[type=number]:invalid:focus,.was-validated .mktoForm input[type=date]:invalid:focus,.mktoForm .was-validated input[type=date]:invalid:focus,.was-validated .mktoForm select:invalid:focus,.mktoForm .was-validated select:invalid:focus,.was-validated .mktoForm textarea:invalid:focus,.mktoForm .was-validated textarea:invalid:focus,.form-control.is-invalid:focus,.mktoForm input.is-invalid[type=text]:focus,.mktoForm input.is-invalid[type=url]:focus,.mktoForm input.is-invalid[type=email]:focus,.mktoForm input.is-invalid[type=tel]:focus,.mktoForm input.is-invalid[type=number]:focus,.mktoForm input.is-invalid[type=date]:focus,.mktoForm select.is-invalid:focus,.mktoForm textarea.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem #dc354540
}

.was-validated select.form-control:invalid,.was-validated .mktoForm select:invalid,.mktoForm .was-validated select:invalid,select.form-control.is-invalid,.mktoForm select.is-invalid {
    padding-right: 4.8rem!important;
    background-position: right 2.4rem center
}

.was-validated textarea.form-control:invalid,.was-validated .mktoForm textarea:invalid,.mktoForm .was-validated textarea:invalid,textarea.form-control.is-invalid,.mktoForm textarea.is-invalid {
    padding-right: calc(1.5em + 1.2rem);
    background-position: top calc(.375em + .3rem) right calc(.375em + .3rem)
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 3.1rem)!important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.2rem center/8px 10px no-repeat,#FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 2.2rem/calc(.75em + .6rem) calc(.75em + .6rem) no-repeat
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem #dc354540
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.custom-control-input.is-invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem #dc354540
}

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem #dc354540
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

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

@media (min-width: 576px) {
    .form-inline label {
        display:flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control,.form-inline .mktoForm input[type=text],.mktoForm .form-inline input[type=text],.form-inline .mktoForm input[type=url],.mktoForm .form-inline input[type=url],.form-inline .mktoForm input[type=email],.mktoForm .form-inline input[type=email],.form-inline .mktoForm input[type=tel],.mktoForm .form-inline input[type=tel],.form-inline .mktoForm input[type=number],.mktoForm .form-inline input[type=number],.form-inline .mktoForm input[type=date],.mktoForm .form-inline input[type=date],.form-inline .mktoForm select,.mktoForm .form-inline select,.form-inline .mktoForm textarea,.mktoForm .form-inline textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

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

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

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

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

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

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

.btn,.mktoButton {
    display: inline-block;
    font-weight: 400;
    color: #1e1e1e;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .6rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: .25rem;
    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,.mktoButton {
        transition: none
    }
}

.btn:hover,.mktoButton:hover {
    color: #1e1e1e;
    text-decoration: none
}

.btn:focus,.mktoButton:focus,.btn.focus,.focus.mktoButton {
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40
}

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

.btn:not(:disabled):not(.disabled),.mktoButton:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem #268fff80
}

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

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #268fff80
}

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

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

.btn-secondary:focus,.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem #828a9180
}

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

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

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #828a9180
}

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

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

.btn-success:focus,.mktoButton:focus,.btn-success.focus,.focus.mktoButton {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem #48b46180
}

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

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

.btn-success:not(:disabled):not(.disabled):active:focus,.mktoButton:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.mktoButton:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus,.show>.dropdown-toggle.mktoButton:focus {
    box-shadow: 0 0 0 .2rem #48b46180
}

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

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

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem #3ab0c380
}

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

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

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #3ab0c380
}

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

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

.btn-warning:focus,.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem #deaa0c80
}

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #deaa0c80
}

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

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

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem #e1536180
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #e1536180
}

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

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

.btn-light:focus,.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem #d8d9db80
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #d8d9db80
}

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

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

.btn-dark:focus,.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem #52585d80
}

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

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

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #52585d80
}

.btn-black,.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:focus,.btn-black.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 .2rem #26262680
}

.btn-black.disabled,.btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.btn-black:not(:disabled):not(.disabled):active:focus,.btn-black:not(:disabled):not(.disabled).active:focus,.show>.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #26262680
}

.btn-gray-darkest {
    color: #fff;
    background-color: #2d2013;
    border-color: #2d2013
}

.btn-gray-darkest:hover {
    color: #fff;
    background-color: #120d08;
    border-color: #090704
}

.btn-gray-darkest:focus,.btn-gray-darkest.focus {
    color: #fff;
    background-color: #120d08;
    border-color: #090704;
    box-shadow: 0 0 0 .2rem #4d413680
}

.btn-gray-darkest.disabled,.btn-gray-darkest:disabled {
    color: #fff;
    background-color: #2d2013;
    border-color: #2d2013
}

.btn-gray-darkest:not(:disabled):not(.disabled):active,.btn-gray-darkest:not(:disabled):not(.disabled).active,.show>.btn-gray-darkest.dropdown-toggle {
    color: #fff;
    background-color: #090704;
    border-color: #000
}

.btn-gray-darkest:not(:disabled):not(.disabled):active:focus,.btn-gray-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #4d413680
}

.btn-gray-dark {
    color: #fff;
    background-color: #5e554a;
    border-color: #5e554a
}

.btn-gray-dark:hover {
    color: #fff;
    background-color: #494239;
    border-color: #413b34
}

.btn-gray-dark:focus,.btn-gray-dark.focus {
    color: #fff;
    background-color: #494239;
    border-color: #413b34;
    box-shadow: 0 0 0 .2rem #766f6580
}

.btn-gray-dark.disabled,.btn-gray-dark:disabled {
    color: #fff;
    background-color: #5e554a;
    border-color: #5e554a
}

.btn-gray-dark:not(:disabled):not(.disabled):active,.btn-gray-dark:not(:disabled):not(.disabled).active,.show>.btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #413b34;
    border-color: #3a352e
}

.btn-gray-dark:not(:disabled):not(.disabled):active:focus,.btn-gray-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #766f6580
}

.btn-gray-default {
    color: #fff;
    background-color: #969087;
    border-color: #969087
}

.btn-gray-default:hover {
    color: #fff;
    background-color: #847d73;
    border-color: #7d776d
}

.btn-gray-default:focus,.btn-gray-default.focus {
    color: #fff;
    background-color: #847d73;
    border-color: #7d776d;
    box-shadow: 0 0 0 .2rem #a6a19980
}

.btn-gray-default.disabled,.btn-gray-default:disabled {
    color: #fff;
    background-color: #969087;
    border-color: #969087
}

.btn-gray-default:not(:disabled):not(.disabled):active,.btn-gray-default:not(:disabled):not(.disabled).active,.show>.btn-gray-default.dropdown-toggle {
    color: #fff;
    background-color: #7d776d;
    border-color: #767067
}

.btn-gray-default:not(:disabled):not(.disabled):active:focus,.btn-gray-default:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #a6a19980
}

.btn-gray-medium {
    color: #fff;
    background-color: #969087;
    border-color: #969087
}

.btn-gray-medium:hover {
    color: #fff;
    background-color: #847d73;
    border-color: #7d776d
}

.btn-gray-medium:focus,.btn-gray-medium.focus {
    color: #fff;
    background-color: #847d73;
    border-color: #7d776d;
    box-shadow: 0 0 0 .2rem #a6a19980
}

.btn-gray-medium.disabled,.btn-gray-medium:disabled {
    color: #fff;
    background-color: #969087;
    border-color: #969087
}

.btn-gray-medium:not(:disabled):not(.disabled):active,.btn-gray-medium:not(:disabled):not(.disabled).active,.show>.btn-gray-medium.dropdown-toggle {
    color: #fff;
    background-color: #7d776d;
    border-color: #767067
}

.btn-gray-medium:not(:disabled):not(.disabled):active:focus,.btn-gray-medium:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-medium.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #a6a19980
}

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

.btn-gray-light:hover {
    color: #212529;
    background-color: #c1bab6;
    border-color: #bcb4af
}

.btn-gray-light:focus,.btn-gray-light.focus {
    color: #212529;
    background-color: #c1bab6;
    border-color: #bcb4af;
    box-shadow: 0 0 0 .2rem #b8b5b380
}

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

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

.btn-gray-light:not(:disabled):not(.disabled):active:focus,.btn-gray-light:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #b8b5b380
}

.btn-gray-lightest {
    color: #212529;
    background-color: #f3f2f2;
    border-color: #f3f2f2
}

.btn-gray-lightest:hover {
    color: #212529;
    background-color: #e1dede;
    border-color: #dbd7d7
}

.btn-gray-lightest:focus,.btn-gray-lightest.focus {
    color: #212529;
    background-color: #e1dede;
    border-color: #dbd7d7;
    box-shadow: 0 0 0 .2rem #d4d3d480
}

.btn-gray-lightest.disabled,.btn-gray-lightest:disabled {
    color: #212529;
    background-color: #f3f2f2;
    border-color: #f3f2f2
}

.btn-gray-lightest:not(:disabled):not(.disabled):active,.btn-gray-lightest:not(:disabled):not(.disabled).active,.show>.btn-gray-lightest.dropdown-toggle {
    color: #212529;
    background-color: #dbd7d7;
    border-color: #d4d1d1
}

.btn-gray-lightest:not(:disabled):not(.disabled):active:focus,.btn-gray-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #d4d3d480
}

.btn-gray-25 {
    color: #212529;
    background-color: #f9f8f8;
    border-color: #f9f8f8
}

.btn-gray-25:hover {
    color: #212529;
    background-color: #e7e3e3;
    border-color: #e1dddd
}

.btn-gray-25:focus,.btn-gray-25.focus {
    color: #212529;
    background-color: #e7e3e3;
    border-color: #e1dddd;
    box-shadow: 0 0 0 .2rem #d9d8d980
}

.btn-gray-25.disabled,.btn-gray-25:disabled {
    color: #212529;
    background-color: #f9f8f8;
    border-color: #f9f8f8
}

.btn-gray-25:not(:disabled):not(.disabled):active,.btn-gray-25:not(:disabled):not(.disabled).active,.show>.btn-gray-25.dropdown-toggle {
    color: #212529;
    background-color: #e1dddd;
    border-color: #dcd6d6
}

.btn-gray-25:not(:disabled):not(.disabled):active:focus,.btn-gray-25:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #d9d8d980
}

.btn-blue-default {
    color: #fff;
    background-color: #00a0d6;
    border-color: #00a0d6
}

.btn-blue-default:hover {
    color: #fff;
    background-color: #0083b0;
    border-color: #007aa3
}

.btn-blue-default:focus,.btn-blue-default.focus {
    color: #fff;
    background-color: #0083b0;
    border-color: #007aa3;
    box-shadow: 0 0 0 .2rem #26aedc80
}

.btn-blue-default.disabled,.btn-blue-default:disabled {
    color: #fff;
    background-color: #00a0d6;
    border-color: #00a0d6
}

.btn-blue-default:not(:disabled):not(.disabled):active,.btn-blue-default:not(:disabled):not(.disabled).active,.show>.btn-blue-default.dropdown-toggle {
    color: #fff;
    background-color: #007aa3;
    border-color: #007096
}

.btn-blue-default:not(:disabled):not(.disabled):active:focus,.btn-blue-default:not(:disabled):not(.disabled).active:focus,.show>.btn-blue-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #26aedc80
}

.btn-blue-darkest {
    color: #fff;
    background-color: #0d234b;
    border-color: #0d234b
}

.btn-blue-darkest:hover {
    color: #fff;
    background-color: #07142a;
    border-color: #050f20
}

.btn-blue-darkest:focus,.btn-blue-darkest.focus {
    color: #fff;
    background-color: #07142a;
    border-color: #050f20;
    box-shadow: 0 0 0 .2rem #31446680
}

.btn-blue-darkest.disabled,.btn-blue-darkest:disabled {
    color: #fff;
    background-color: #0d234b;
    border-color: #0d234b
}

.btn-blue-darkest:not(:disabled):not(.disabled):active,.btn-blue-darkest:not(:disabled):not(.disabled).active,.show>.btn-blue-darkest.dropdown-toggle {
    color: #fff;
    background-color: #050f20;
    border-color: #040a15
}

.btn-blue-darkest:not(:disabled):not(.disabled):active:focus,.btn-blue-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-blue-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #31446680
}

.btn-blue-dark {
    color: #fff;
    background-color: #005d92;
    border-color: #005d92
}

.btn-blue-dark:hover {
    color: #fff;
    background-color: #00456c;
    border-color: #003d5f
}

.btn-blue-dark:focus,.btn-blue-dark.focus {
    color: #fff;
    background-color: #00456c;
    border-color: #003d5f;
    box-shadow: 0 0 0 .2rem #2675a280
}

.btn-blue-dark.disabled,.btn-blue-dark:disabled {
    color: #fff;
    background-color: #005d92;
    border-color: #005d92
}

.btn-blue-dark:not(:disabled):not(.disabled):active,.btn-blue-dark:not(:disabled):not(.disabled).active,.show>.btn-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #003d5f;
    border-color: #003452
}

.btn-blue-dark:not(:disabled):not(.disabled):active:focus,.btn-blue-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-blue-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #2675a280
}

.btn-blue-light {
    color: #212529;
    background-color: #8eddf9;
    border-color: #8eddf9
}

.btn-blue-light:hover {
    color: #212529;
    background-color: #6ad2f7;
    border-color: #5ecef6
}

.btn-blue-light:focus,.btn-blue-light.focus {
    color: #212529;
    background-color: #6ad2f7;
    border-color: #5ecef6;
    box-shadow: 0 0 0 .2rem #7ec1da80
}

.btn-blue-light.disabled,.btn-blue-light:disabled {
    color: #212529;
    background-color: #8eddf9;
    border-color: #8eddf9
}

.btn-blue-light:not(:disabled):not(.disabled):active,.btn-blue-light:not(:disabled):not(.disabled).active,.show>.btn-blue-light.dropdown-toggle {
    color: #212529;
    background-color: #5ecef6;
    border-color: #51cbf6
}

.btn-blue-light:not(:disabled):not(.disabled):active:focus,.btn-blue-light:not(:disabled):not(.disabled).active:focus,.show>.btn-blue-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #7ec1da80
}

.btn-blue-lightest {
    color: #212529;
    background-color: #e0f8ff;
    border-color: #e0f8ff
}

.btn-blue-lightest:hover {
    color: #212529;
    background-color: #baefff;
    border-color: #adecff
}

.btn-blue-lightest:focus,.btn-blue-lightest.focus {
    color: #212529;
    background-color: #baefff;
    border-color: #adecff;
    box-shadow: 0 0 0 .2rem #c3d8df80
}

.btn-blue-lightest.disabled,.btn-blue-lightest:disabled {
    color: #212529;
    background-color: #e0f8ff;
    border-color: #e0f8ff
}

.btn-blue-lightest:not(:disabled):not(.disabled):active,.btn-blue-lightest:not(:disabled):not(.disabled).active,.show>.btn-blue-lightest.dropdown-toggle {
    color: #212529;
    background-color: #adecff;
    border-color: #a0eaff
}

.btn-blue-lightest:not(:disabled):not(.disabled):active:focus,.btn-blue-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-blue-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #c3d8df80
}

.btn-blue-25 {
    color: #212529;
    background-color: #effbff;
    border-color: #effbff
}

.btn-blue-25:hover {
    color: #212529;
    background-color: #c9f1ff;
    border-color: #bceeff
}

.btn-blue-25:focus,.btn-blue-25.focus {
    color: #212529;
    background-color: #c9f1ff;
    border-color: #bceeff;
    box-shadow: 0 0 0 .2rem #d0dbdf80
}

.btn-blue-25.disabled,.btn-blue-25:disabled {
    color: #212529;
    background-color: #effbff;
    border-color: #effbff
}

.btn-blue-25:not(:disabled):not(.disabled):active,.btn-blue-25:not(:disabled):not(.disabled).active,.show>.btn-blue-25.dropdown-toggle {
    color: #212529;
    background-color: #bceeff;
    border-color: #afebff
}

.btn-blue-25:not(:disabled):not(.disabled):active:focus,.btn-blue-25:not(:disabled):not(.disabled).active:focus,.show>.btn-blue-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #d0dbdf80
}

.btn-coral-default {
    color: #fff;
    background-color: #f06365;
    border-color: #f06365
}

.btn-coral-default:hover {
    color: #fff;
    background-color: #ed4043;
    border-color: #ec3437
}

.btn-coral-default:focus,.btn-coral-default.focus {
    color: #fff;
    background-color: #ed4043;
    border-color: #ec3437;
    box-shadow: 0 0 0 .2rem #f27a7c80
}

.btn-coral-default.disabled,.btn-coral-default:disabled {
    color: #fff;
    background-color: #f06365;
    border-color: #f06365
}

.btn-coral-default:not(:disabled):not(.disabled):active,.btn-coral-default:not(:disabled):not(.disabled).active,.show>.btn-coral-default.dropdown-toggle {
    color: #fff;
    background-color: #ec3437;
    border-color: #ea292c
}

.btn-coral-default:not(:disabled):not(.disabled):active:focus,.btn-coral-default:not(:disabled):not(.disabled).active:focus,.show>.btn-coral-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #f27a7c80
}

.btn-coral-darkest {
    color: #fff;
    background-color: #500715;
    border-color: #500715
}

.btn-coral-darkest:hover {
    color: #fff;
    background-color: #2d040c;
    border-color: #210309
}

.btn-coral-darkest:focus,.btn-coral-darkest.focus {
    color: #fff;
    background-color: #2d040c;
    border-color: #210309;
    box-shadow: 0 0 0 .2rem #6a2c3880
}

.btn-coral-darkest.disabled,.btn-coral-darkest:disabled {
    color: #fff;
    background-color: #500715;
    border-color: #500715
}

.btn-coral-darkest:not(:disabled):not(.disabled):active,.btn-coral-darkest:not(:disabled):not(.disabled).active,.show>.btn-coral-darkest.dropdown-toggle {
    color: #fff;
    background-color: #210309;
    border-color: #150206
}

.btn-coral-darkest:not(:disabled):not(.disabled):active:focus,.btn-coral-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-coral-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #6a2c3880
}

.btn-coral-dark {
    color: #fff;
    background-color: #9b1c2e;
    border-color: #9b1c2e
}

.btn-coral-dark:hover {
    color: #fff;
    background-color: #7b1624;
    border-color: #701421
}

.btn-coral-dark:focus,.btn-coral-dark.focus {
    color: #fff;
    background-color: #7b1624;
    border-color: #701421;
    box-shadow: 0 0 0 .2rem #aa3e4d80
}

.btn-coral-dark.disabled,.btn-coral-dark:disabled {
    color: #fff;
    background-color: #9b1c2e;
    border-color: #9b1c2e
}

.btn-coral-dark:not(:disabled):not(.disabled):active,.btn-coral-dark:not(:disabled):not(.disabled).active,.show>.btn-coral-dark.dropdown-toggle {
    color: #fff;
    background-color: #701421;
    border-color: #65121e
}

.btn-coral-dark:not(:disabled):not(.disabled):active:focus,.btn-coral-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-coral-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #aa3e4d80
}

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

.btn-coral-light:hover {
    color: #212529;
    background-color: #f99f9d;
    border-color: #f89391
}

.btn-coral-light:focus,.btn-coral-light.focus {
    color: #212529;
    background-color: #f99f9d;
    border-color: #f89391;
    box-shadow: 0 0 0 .2rem #daaaaa80
}

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

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

.btn-coral-light:not(:disabled):not(.disabled):active:focus,.btn-coral-light:not(:disabled):not(.disabled).active:focus,.show>.btn-coral-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #daaaaa80
}

.btn-coral-lightest {
    color: #212529;
    background-color: #fdefee;
    border-color: #fdefee
}

.btn-coral-lightest:hover {
    color: #212529;
    background-color: #f9cfcc;
    border-color: #f8c4c0
}

.btn-coral-lightest:focus,.btn-coral-lightest.focus {
    color: #212529;
    background-color: #f9cfcc;
    border-color: #f8c4c0;
    box-shadow: 0 0 0 .2rem #dcd1d080
}

.btn-coral-lightest.disabled,.btn-coral-lightest:disabled {
    color: #212529;
    background-color: #fdefee;
    border-color: #fdefee
}

.btn-coral-lightest:not(:disabled):not(.disabled):active,.btn-coral-lightest:not(:disabled):not(.disabled).active,.show>.btn-coral-lightest.dropdown-toggle {
    color: #212529;
    background-color: #f8c4c0;
    border-color: #f6b9b5
}

.btn-coral-lightest:not(:disabled):not(.disabled):active:focus,.btn-coral-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-coral-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #dcd1d080
}

.btn-coral-25 {
    color: #212529;
    background-color: #fef7f6;
    border-color: #fef7f6
}

.btn-coral-25:hover {
    color: #212529;
    background-color: #fad8d4;
    border-color: #f9cec8
}

.btn-coral-25:focus,.btn-coral-25.focus {
    color: #212529;
    background-color: #fad8d4;
    border-color: #f9cec8;
    box-shadow: 0 0 0 .2rem #ddd8d780
}

.btn-coral-25.disabled,.btn-coral-25:disabled {
    color: #212529;
    background-color: #fef7f6;
    border-color: #fef7f6
}

.btn-coral-25:not(:disabled):not(.disabled):active,.btn-coral-25:not(:disabled):not(.disabled).active,.show>.btn-coral-25.dropdown-toggle {
    color: #212529;
    background-color: #f9cec8;
    border-color: #f8c4bd
}

.btn-coral-25:not(:disabled):not(.disabled):active:focus,.btn-coral-25:not(:disabled):not(.disabled).active:focus,.show>.btn-coral-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #ddd8d780
}

.btn-orange-default {
    color: #212529;
    background-color: #f89142;
    border-color: #f89142
}

.btn-orange-default:hover {
    color: #fff;
    background-color: #f77c1d;
    border-color: #f67411
}

.btn-orange-default:focus,.btn-orange-default.focus {
    color: #fff;
    background-color: #f77c1d;
    border-color: #f67411;
    box-shadow: 0 0 0 .2rem #d8813e80
}

.btn-orange-default.disabled,.btn-orange-default:disabled {
    color: #212529;
    background-color: #f89142;
    border-color: #f89142
}

.btn-orange-default:not(:disabled):not(.disabled):active,.btn-orange-default:not(:disabled):not(.disabled).active,.show>.btn-orange-default.dropdown-toggle {
    color: #fff;
    background-color: #f67411;
    border-color: #f16e09
}

.btn-orange-default:not(:disabled):not(.disabled):active:focus,.btn-orange-default:not(:disabled):not(.disabled).active:focus,.show>.btn-orange-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #d8813e80
}

.btn-orange-darkest {
    color: #fff;
    background-color: #4f1600;
    border-color: #4f1600
}

.btn-orange-darkest:hover {
    color: #fff;
    background-color: #290b00;
    border-color: #1c0800
}

.btn-orange-darkest:focus,.btn-orange-darkest.focus {
    color: #fff;
    background-color: #290b00;
    border-color: #1c0800;
    box-shadow: 0 0 0 .2rem #69392680
}

.btn-orange-darkest.disabled,.btn-orange-darkest:disabled {
    color: #fff;
    background-color: #4f1600;
    border-color: #4f1600
}

.btn-orange-darkest:not(:disabled):not(.disabled):active,.btn-orange-darkest:not(:disabled):not(.disabled).active,.show>.btn-orange-darkest.dropdown-toggle {
    color: #fff;
    background-color: #1c0800;
    border-color: #0f0400
}

.btn-orange-darkest:not(:disabled):not(.disabled):active:focus,.btn-orange-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-orange-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #69392680
}

.btn-orange-dark {
    color: #fff;
    background-color: #99290a;
    border-color: #99290a
}

.btn-orange-dark:hover {
    color: #fff;
    background-color: #751f08;
    border-color: #691c07
}

.btn-orange-dark:focus,.btn-orange-dark.focus {
    color: #fff;
    background-color: #751f08;
    border-color: #691c07;
    box-shadow: 0 0 0 .2rem #a8492f80
}

.btn-orange-dark.disabled,.btn-orange-dark:disabled {
    color: #fff;
    background-color: #99290a;
    border-color: #99290a
}

.btn-orange-dark:not(:disabled):not(.disabled):active,.btn-orange-dark:not(:disabled):not(.disabled).active,.show>.btn-orange-dark.dropdown-toggle {
    color: #fff;
    background-color: #691c07;
    border-color: #5d1906
}

.btn-orange-dark:not(:disabled):not(.disabled):active:focus,.btn-orange-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-orange-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #a8492f80
}

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

.btn-orange-light:hover {
    color: #212529;
    background-color: #ffb17d;
    border-color: #ffaa70
}

.btn-orange-light:focus,.btn-orange-light.focus {
    color: #212529;
    background-color: #ffb17d;
    border-color: #ffaa70;
    box-shadow: 0 0 0 .2rem #deb09180
}

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

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

.btn-orange-light:not(:disabled):not(.disabled):active:focus,.btn-orange-light:not(:disabled):not(.disabled).active:focus,.show>.btn-orange-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #deb09180
}

.btn-orange-lightest {
    color: #212529;
    background-color: #fff1e3;
    border-color: #fff1e3
}

.btn-orange-lightest:hover {
    color: #212529;
    background-color: #ffdebd;
    border-color: #ffd8b0
}

.btn-orange-lightest:focus,.btn-orange-lightest.focus {
    color: #212529;
    background-color: #ffdebd;
    border-color: #ffd8b0;
    box-shadow: 0 0 0 .2rem #ded2c780
}

.btn-orange-lightest.disabled,.btn-orange-lightest:disabled {
    color: #212529;
    background-color: #fff1e3;
    border-color: #fff1e3
}

.btn-orange-lightest:not(:disabled):not(.disabled):active,.btn-orange-lightest:not(:disabled):not(.disabled).active,.show>.btn-orange-lightest.dropdown-toggle {
    color: #212529;
    background-color: #ffd8b0;
    border-color: #ffd1a3
}

.btn-orange-lightest:not(:disabled):not(.disabled):active:focus,.btn-orange-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-orange-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #ded2c780
}

.btn-orange-25 {
    color: #212529;
    background-color: #fff8f1;
    border-color: #fff8f1
}

.btn-orange-25:hover {
    color: #212529;
    background-color: #ffe5cb;
    border-color: #ffdfbe
}

.btn-orange-25:focus,.btn-orange-25.focus {
    color: #212529;
    background-color: #ffe5cb;
    border-color: #ffdfbe;
    box-shadow: 0 0 0 .2rem #ded8d380
}

.btn-orange-25.disabled,.btn-orange-25:disabled {
    color: #212529;
    background-color: #fff8f1;
    border-color: #fff8f1
}

.btn-orange-25:not(:disabled):not(.disabled):active,.btn-orange-25:not(:disabled):not(.disabled).active,.show>.btn-orange-25.dropdown-toggle {
    color: #212529;
    background-color: #ffdfbe;
    border-color: #ffd8b1
}

.btn-orange-25:not(:disabled):not(.disabled):active:focus,.btn-orange-25:not(:disabled):not(.disabled).active:focus,.show>.btn-orange-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #ded8d380
}

.btn-green-default {
    color: #212529;
    background-color: #5ec584;
    border-color: #5ec584
}

.btn-green-default:hover {
    color: #fff;
    background-color: #43ba6f;
    border-color: #40b069
}

.btn-green-default:focus,.btn-green-default.focus {
    color: #fff;
    background-color: #43ba6f;
    border-color: #40b069;
    box-shadow: 0 0 0 .2rem #55ad7680
}

.btn-green-default.disabled,.btn-green-default:disabled {
    color: #212529;
    background-color: #5ec584;
    border-color: #5ec584
}

.btn-green-default:not(:disabled):not(.disabled):active,.btn-green-default:not(:disabled):not(.disabled).active,.show>.btn-green-default.dropdown-toggle {
    color: #fff;
    background-color: #40b069;
    border-color: #3ca764
}

.btn-green-default:not(:disabled):not(.disabled):active:focus,.btn-green-default:not(:disabled):not(.disabled).active:focus,.show>.btn-green-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #55ad7680
}

.btn-green-darkest {
    color: #fff;
    background-color: #002f24;
    border-color: #002f24
}

.btn-green-darkest:hover {
    color: #fff;
    background-color: #000907;
    border-color: #000
}

.btn-green-darkest:focus,.btn-green-darkest.focus {
    color: #fff;
    background-color: #000907;
    border-color: #000;
    box-shadow: 0 0 0 .2rem #264e4580
}

.btn-green-darkest.disabled,.btn-green-darkest:disabled {
    color: #fff;
    background-color: #002f24;
    border-color: #002f24
}

.btn-green-darkest:not(:disabled):not(.disabled):active,.btn-green-darkest:not(:disabled):not(.disabled).active,.show>.btn-green-darkest.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-green-darkest:not(:disabled):not(.disabled):active:focus,.btn-green-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-green-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #264e4580
}

.btn-green-dark {
    color: #fff;
    background-color: #005e41;
    border-color: #005e41
}

.btn-green-dark:hover {
    color: #fff;
    background-color: #003827;
    border-color: #002b1e
}

.btn-green-dark:focus,.btn-green-dark.focus {
    color: #fff;
    background-color: #003827;
    border-color: #002b1e;
    box-shadow: 0 0 0 .2rem #26765e80
}

.btn-green-dark.disabled,.btn-green-dark:disabled {
    color: #fff;
    background-color: #005e41;
    border-color: #005e41
}

.btn-green-dark:not(:disabled):not(.disabled):active,.btn-green-dark:not(:disabled):not(.disabled).active,.show>.btn-green-dark.dropdown-toggle {
    color: #fff;
    background-color: #002b1e;
    border-color: #001e15
}

.btn-green-dark:not(:disabled):not(.disabled):active:focus,.btn-green-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-green-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #26765e80
}

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

.btn-green-light:hover {
    color: #212529;
    background-color: #8ed9a4;
    border-color: #85d69c
}

.btn-green-light:focus,.btn-green-light.focus {
    color: #212529;
    background-color: #8ed9a4;
    border-color: #85d69c;
    box-shadow: 0 0 0 .2rem #96c7a580
}

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

.btn-green-light:not(:disabled):not(.disabled):active,.btn-green-light:not(:disabled):not(.disabled).active,.show>.btn-green-light.dropdown-toggle {
    color: #212529;
    background-color: #85d69c;
    border-color: #7bd394
}

.btn-green-light:not(:disabled):not(.disabled):active:focus,.btn-green-light:not(:disabled):not(.disabled).active:focus,.show>.btn-green-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #96c7a580
}

.btn-green-lightest {
    color: #212529;
    background-color: #dcf6e7;
    border-color: #dcf6e7
}

.btn-green-lightest:hover {
    color: #212529;
    background-color: #beeed2;
    border-color: #b3eccb
}

.btn-green-lightest:focus,.btn-green-lightest.focus {
    color: #212529;
    background-color: #beeed2;
    border-color: #b3eccb;
    box-shadow: 0 0 0 .2rem #c0d7cb80
}

.btn-green-lightest.disabled,.btn-green-lightest:disabled {
    color: #212529;
    background-color: #dcf6e7;
    border-color: #dcf6e7
}

.btn-green-lightest:not(:disabled):not(.disabled):active,.btn-green-lightest:not(:disabled):not(.disabled).active,.show>.btn-green-lightest.dropdown-toggle {
    color: #212529;
    background-color: #b3eccb;
    border-color: #a9e9c4
}

.btn-green-lightest:not(:disabled):not(.disabled):active:focus,.btn-green-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-green-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #c0d7cb80
}

.btn-green-25 {
    color: #212529;
    background-color: #edfbf3;
    border-color: #edfbf3
}

.btn-green-25:hover {
    color: #212529;
    background-color: #cef4de;
    border-color: #c3f2d7
}

.btn-green-25:focus,.btn-green-25.focus {
    color: #212529;
    background-color: #cef4de;
    border-color: #c3f2d7;
    box-shadow: 0 0 0 .2rem #cedbd580
}

.btn-green-25.disabled,.btn-green-25:disabled {
    color: #212529;
    background-color: #edfbf3;
    border-color: #edfbf3
}

.btn-green-25:not(:disabled):not(.disabled):active,.btn-green-25:not(:disabled):not(.disabled).active,.show>.btn-green-25.dropdown-toggle {
    color: #212529;
    background-color: #c3f2d7;
    border-color: #b9efd0
}

.btn-green-25:not(:disabled):not(.disabled):active:focus,.btn-green-25:not(:disabled):not(.disabled).active:focus,.show>.btn-green-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #cedbd580
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem #007bff80
}

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #007bff80
}

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

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

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem #6c757d80
}

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

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

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #6c757d80
}

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

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

.btn-outline-success:focus,.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem #28a74580
}

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

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #28a74580
}

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

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

.btn-outline-info:focus,.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem #17a2b880
}

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

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

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #17a2b880
}

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

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

.btn-outline-warning:focus,.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem #ffc10780
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #ffc10780
}

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

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

.btn-outline-danger:focus,.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem #dc354580
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #dc354580
}

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

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

.btn-outline-light:focus,.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem #f8f9fa80
}

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

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

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #f8f9fa80
}

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

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

.btn-outline-dark:focus,.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem #343a4080
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #343a4080
}

.btn-outline-black {
    color: #000;
    border-color: #000
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-black:focus,.btn-outline-black.focus {
    box-shadow: 0 0 0 .2rem #00000080
}

.btn-outline-black.disabled,.btn-outline-black:disabled {
    color: #000;
    background-color: transparent
}

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

.btn-outline-black:not(:disabled):not(.disabled):active:focus,.btn-outline-black:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #00000080
}

.btn-outline-gray-darkest {
    color: #2d2013;
    border-color: #2d2013
}

.btn-outline-gray-darkest:hover {
    color: #fff;
    background-color: #2d2013;
    border-color: #2d2013
}

.btn-outline-gray-darkest:focus,.btn-outline-gray-darkest.focus {
    box-shadow: 0 0 0 .2rem #2d201380
}

.btn-outline-gray-darkest.disabled,.btn-outline-gray-darkest:disabled {
    color: #2d2013;
    background-color: transparent
}

.btn-outline-gray-darkest:not(:disabled):not(.disabled):active,.btn-outline-gray-darkest:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-darkest.dropdown-toggle {
    color: #fff;
    background-color: #2d2013;
    border-color: #2d2013
}

.btn-outline-gray-darkest:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #2d201380
}

.btn-outline-gray-dark {
    color: #5e554a;
    border-color: #5e554a
}

.btn-outline-gray-dark:hover {
    color: #fff;
    background-color: #5e554a;
    border-color: #5e554a
}

.btn-outline-gray-dark:focus,.btn-outline-gray-dark.focus {
    box-shadow: 0 0 0 .2rem #5e554a80
}

.btn-outline-gray-dark.disabled,.btn-outline-gray-dark:disabled {
    color: #5e554a;
    background-color: transparent
}

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

.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #5e554a80
}

.btn-outline-gray-default {
    color: #969087;
    border-color: #969087
}

.btn-outline-gray-default:hover {
    color: #fff;
    background-color: #969087;
    border-color: #969087
}

.btn-outline-gray-default:focus,.btn-outline-gray-default.focus {
    box-shadow: 0 0 0 .2rem #96908780
}

.btn-outline-gray-default.disabled,.btn-outline-gray-default:disabled {
    color: #969087;
    background-color: transparent
}

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

.btn-outline-gray-default:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-default:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #96908780
}

.btn-outline-gray-medium {
    color: #969087;
    border-color: #969087
}

.btn-outline-gray-medium:hover {
    color: #fff;
    background-color: #969087;
    border-color: #969087
}

.btn-outline-gray-medium:focus,.btn-outline-gray-medium.focus {
    box-shadow: 0 0 0 .2rem #96908780
}

.btn-outline-gray-medium.disabled,.btn-outline-gray-medium:disabled {
    color: #969087;
    background-color: transparent
}

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

.btn-outline-gray-medium:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-medium:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-medium.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #96908780
}

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

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

.btn-outline-gray-light:focus,.btn-outline-gray-light.focus {
    box-shadow: 0 0 0 .2rem #d3cecb80
}

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

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

.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #d3cecb80
}

.btn-outline-gray-lightest {
    color: #f3f2f2;
    border-color: #f3f2f2
}

.btn-outline-gray-lightest:hover {
    color: #212529;
    background-color: #f3f2f2;
    border-color: #f3f2f2
}

.btn-outline-gray-lightest:focus,.btn-outline-gray-lightest.focus {
    box-shadow: 0 0 0 .2rem #f3f2f280
}

.btn-outline-gray-lightest.disabled,.btn-outline-gray-lightest:disabled {
    color: #f3f2f2;
    background-color: transparent
}

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

.btn-outline-gray-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #f3f2f280
}

.btn-outline-gray-25 {
    color: #f9f8f8;
    border-color: #f9f8f8
}

.btn-outline-gray-25:hover {
    color: #212529;
    background-color: #f9f8f8;
    border-color: #f9f8f8
}

.btn-outline-gray-25:focus,.btn-outline-gray-25.focus {
    box-shadow: 0 0 0 .2rem #f9f8f880
}

.btn-outline-gray-25.disabled,.btn-outline-gray-25:disabled {
    color: #f9f8f8;
    background-color: transparent
}

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

.btn-outline-gray-25:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-25:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #f9f8f880
}

.btn-outline-blue-default {
    color: #00a0d6;
    border-color: #00a0d6
}

.btn-outline-blue-default:hover {
    color: #fff;
    background-color: #00a0d6;
    border-color: #00a0d6
}

.btn-outline-blue-default:focus,.btn-outline-blue-default.focus {
    box-shadow: 0 0 0 .2rem #00a0d680
}

.btn-outline-blue-default.disabled,.btn-outline-blue-default:disabled {
    color: #00a0d6;
    background-color: transparent
}

.btn-outline-blue-default:not(:disabled):not(.disabled):active,.btn-outline-blue-default:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-default.dropdown-toggle {
    color: #fff;
    background-color: #00a0d6;
    border-color: #00a0d6
}

.btn-outline-blue-default:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-default:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #00a0d680
}

.btn-outline-blue-darkest {
    color: #0d234b;
    border-color: #0d234b
}

.btn-outline-blue-darkest:hover {
    color: #fff;
    background-color: #0d234b;
    border-color: #0d234b
}

.btn-outline-blue-darkest:focus,.btn-outline-blue-darkest.focus {
    box-shadow: 0 0 0 .2rem #0d234b80
}

.btn-outline-blue-darkest.disabled,.btn-outline-blue-darkest:disabled {
    color: #0d234b;
    background-color: transparent
}

.btn-outline-blue-darkest:not(:disabled):not(.disabled):active,.btn-outline-blue-darkest:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-darkest.dropdown-toggle {
    color: #fff;
    background-color: #0d234b;
    border-color: #0d234b
}

.btn-outline-blue-darkest:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #0d234b80
}

.btn-outline-blue-dark {
    color: #005d92;
    border-color: #005d92
}

.btn-outline-blue-dark:hover {
    color: #fff;
    background-color: #005d92;
    border-color: #005d92
}

.btn-outline-blue-dark:focus,.btn-outline-blue-dark.focus {
    box-shadow: 0 0 0 .2rem #005d9280
}

.btn-outline-blue-dark.disabled,.btn-outline-blue-dark:disabled {
    color: #005d92;
    background-color: transparent
}

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

.btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #005d9280
}

.btn-outline-blue-light {
    color: #8eddf9;
    border-color: #8eddf9
}

.btn-outline-blue-light:hover {
    color: #212529;
    background-color: #8eddf9;
    border-color: #8eddf9
}

.btn-outline-blue-light:focus,.btn-outline-blue-light.focus {
    box-shadow: 0 0 0 .2rem #8eddf980
}

.btn-outline-blue-light.disabled,.btn-outline-blue-light:disabled {
    color: #8eddf9;
    background-color: transparent
}

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

.btn-outline-blue-light:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #8eddf980
}

.btn-outline-blue-lightest {
    color: #e0f8ff;
    border-color: #e0f8ff
}

.btn-outline-blue-lightest:hover {
    color: #212529;
    background-color: #e0f8ff;
    border-color: #e0f8ff
}

.btn-outline-blue-lightest:focus,.btn-outline-blue-lightest.focus {
    box-shadow: 0 0 0 .2rem #e0f8ff80
}

.btn-outline-blue-lightest.disabled,.btn-outline-blue-lightest:disabled {
    color: #e0f8ff;
    background-color: transparent
}

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

.btn-outline-blue-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #e0f8ff80
}

.btn-outline-blue-25 {
    color: #effbff;
    border-color: #effbff
}

.btn-outline-blue-25:hover {
    color: #212529;
    background-color: #effbff;
    border-color: #effbff
}

.btn-outline-blue-25:focus,.btn-outline-blue-25.focus {
    box-shadow: 0 0 0 .2rem #effbff80
}

.btn-outline-blue-25.disabled,.btn-outline-blue-25:disabled {
    color: #effbff;
    background-color: transparent
}

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

.btn-outline-blue-25:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-25:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #effbff80
}

.btn-outline-coral-default {
    color: #f06365;
    border-color: #f06365
}

.btn-outline-coral-default:hover {
    color: #fff;
    background-color: #f06365;
    border-color: #f06365
}

.btn-outline-coral-default:focus,.btn-outline-coral-default.focus {
    box-shadow: 0 0 0 .2rem #f0636580
}

.btn-outline-coral-default.disabled,.btn-outline-coral-default:disabled {
    color: #f06365;
    background-color: transparent
}

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

.btn-outline-coral-default:not(:disabled):not(.disabled):active:focus,.btn-outline-coral-default:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-coral-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #f0636580
}

.btn-outline-coral-darkest {
    color: #500715;
    border-color: #500715
}

.btn-outline-coral-darkest:hover {
    color: #fff;
    background-color: #500715;
    border-color: #500715
}

.btn-outline-coral-darkest:focus,.btn-outline-coral-darkest.focus {
    box-shadow: 0 0 0 .2rem #50071580
}

.btn-outline-coral-darkest.disabled,.btn-outline-coral-darkest:disabled {
    color: #500715;
    background-color: transparent
}

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

.btn-outline-coral-darkest:not(:disabled):not(.disabled):active:focus,.btn-outline-coral-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-coral-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #50071580
}

.btn-outline-coral-dark {
    color: #9b1c2e;
    border-color: #9b1c2e
}

.btn-outline-coral-dark:hover {
    color: #fff;
    background-color: #9b1c2e;
    border-color: #9b1c2e
}

.btn-outline-coral-dark:focus,.btn-outline-coral-dark.focus {
    box-shadow: 0 0 0 .2rem #9b1c2e80
}

.btn-outline-coral-dark.disabled,.btn-outline-coral-dark:disabled {
    color: #9b1c2e;
    background-color: transparent
}

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

.btn-outline-coral-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-coral-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-coral-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #9b1c2e80
}

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

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

.btn-outline-coral-light:focus,.btn-outline-coral-light.focus {
    box-shadow: 0 0 0 .2rem #fbc2c180
}

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

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

.btn-outline-coral-light:not(:disabled):not(.disabled):active:focus,.btn-outline-coral-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-coral-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #fbc2c180
}

.btn-outline-coral-lightest {
    color: #fdefee;
    border-color: #fdefee
}

.btn-outline-coral-lightest:hover {
    color: #212529;
    background-color: #fdefee;
    border-color: #fdefee
}

.btn-outline-coral-lightest:focus,.btn-outline-coral-lightest.focus {
    box-shadow: 0 0 0 .2rem #fdefee80
}

.btn-outline-coral-lightest.disabled,.btn-outline-coral-lightest:disabled {
    color: #fdefee;
    background-color: transparent
}

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

.btn-outline-coral-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-coral-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-coral-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #fdefee80
}

.btn-outline-coral-25 {
    color: #fef7f6;
    border-color: #fef7f6
}

.btn-outline-coral-25:hover {
    color: #212529;
    background-color: #fef7f6;
    border-color: #fef7f6
}

.btn-outline-coral-25:focus,.btn-outline-coral-25.focus {
    box-shadow: 0 0 0 .2rem #fef7f680
}

.btn-outline-coral-25.disabled,.btn-outline-coral-25:disabled {
    color: #fef7f6;
    background-color: transparent
}

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

.btn-outline-coral-25:not(:disabled):not(.disabled):active:focus,.btn-outline-coral-25:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-coral-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #fef7f680
}

.btn-outline-orange-default {
    color: #f89142;
    border-color: #f89142
}

.btn-outline-orange-default:hover {
    color: #212529;
    background-color: #f89142;
    border-color: #f89142
}

.btn-outline-orange-default:focus,.btn-outline-orange-default.focus {
    box-shadow: 0 0 0 .2rem #f8914280
}

.btn-outline-orange-default.disabled,.btn-outline-orange-default:disabled {
    color: #f89142;
    background-color: transparent
}

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

.btn-outline-orange-default:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-default:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #f8914280
}

.btn-outline-orange-darkest {
    color: #4f1600;
    border-color: #4f1600
}

.btn-outline-orange-darkest:hover {
    color: #fff;
    background-color: #4f1600;
    border-color: #4f1600
}

.btn-outline-orange-darkest:focus,.btn-outline-orange-darkest.focus {
    box-shadow: 0 0 0 .2rem #4f160080
}

.btn-outline-orange-darkest.disabled,.btn-outline-orange-darkest:disabled {
    color: #4f1600;
    background-color: transparent
}

.btn-outline-orange-darkest:not(:disabled):not(.disabled):active,.btn-outline-orange-darkest:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-darkest.dropdown-toggle {
    color: #fff;
    background-color: #4f1600;
    border-color: #4f1600
}

.btn-outline-orange-darkest:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #4f160080
}

.btn-outline-orange-dark {
    color: #99290a;
    border-color: #99290a
}

.btn-outline-orange-dark:hover {
    color: #fff;
    background-color: #99290a;
    border-color: #99290a
}

.btn-outline-orange-dark:focus,.btn-outline-orange-dark.focus {
    box-shadow: 0 0 0 .2rem #99290a80
}

.btn-outline-orange-dark.disabled,.btn-outline-orange-dark:disabled {
    color: #99290a;
    background-color: transparent
}

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

.btn-outline-orange-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #99290a80
}

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

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

.btn-outline-orange-light:focus,.btn-outline-orange-light.focus {
    box-shadow: 0 0 0 .2rem #ffc8a380
}

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

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

.btn-outline-orange-light:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #ffc8a380
}

.btn-outline-orange-lightest {
    color: #fff1e3;
    border-color: #fff1e3
}

.btn-outline-orange-lightest:hover {
    color: #212529;
    background-color: #fff1e3;
    border-color: #fff1e3
}

.btn-outline-orange-lightest:focus,.btn-outline-orange-lightest.focus {
    box-shadow: 0 0 0 .2rem #fff1e380
}

.btn-outline-orange-lightest.disabled,.btn-outline-orange-lightest:disabled {
    color: #fff1e3;
    background-color: transparent
}

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

.btn-outline-orange-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #fff1e380
}

.btn-outline-orange-25 {
    color: #fff8f1;
    border-color: #fff8f1
}

.btn-outline-orange-25:hover {
    color: #212529;
    background-color: #fff8f1;
    border-color: #fff8f1
}

.btn-outline-orange-25:focus,.btn-outline-orange-25.focus {
    box-shadow: 0 0 0 .2rem #fff8f180
}

.btn-outline-orange-25.disabled,.btn-outline-orange-25:disabled {
    color: #fff8f1;
    background-color: transparent
}

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

.btn-outline-orange-25:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-25:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #fff8f180
}

.btn-outline-green-default {
    color: #5ec584;
    border-color: #5ec584
}

.btn-outline-green-default:hover {
    color: #212529;
    background-color: #5ec584;
    border-color: #5ec584
}

.btn-outline-green-default:focus,.btn-outline-green-default.focus {
    box-shadow: 0 0 0 .2rem #5ec58480
}

.btn-outline-green-default.disabled,.btn-outline-green-default:disabled {
    color: #5ec584;
    background-color: transparent
}

.btn-outline-green-default:not(:disabled):not(.disabled):active,.btn-outline-green-default:not(:disabled):not(.disabled).active,.show>.btn-outline-green-default.dropdown-toggle {
    color: #212529;
    background-color: #5ec584;
    border-color: #5ec584
}

.btn-outline-green-default:not(:disabled):not(.disabled):active:focus,.btn-outline-green-default:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #5ec58480
}

.btn-outline-green-darkest {
    color: #002f24;
    border-color: #002f24
}

.btn-outline-green-darkest:hover {
    color: #fff;
    background-color: #002f24;
    border-color: #002f24
}

.btn-outline-green-darkest:focus,.btn-outline-green-darkest.focus {
    box-shadow: 0 0 0 .2rem #002f2480
}

.btn-outline-green-darkest.disabled,.btn-outline-green-darkest:disabled {
    color: #002f24;
    background-color: transparent
}

.btn-outline-green-darkest:not(:disabled):not(.disabled):active,.btn-outline-green-darkest:not(:disabled):not(.disabled).active,.show>.btn-outline-green-darkest.dropdown-toggle {
    color: #fff;
    background-color: #002f24;
    border-color: #002f24
}

.btn-outline-green-darkest:not(:disabled):not(.disabled):active:focus,.btn-outline-green-darkest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-darkest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #002f2480
}

.btn-outline-green-dark {
    color: #005e41;
    border-color: #005e41
}

.btn-outline-green-dark:hover {
    color: #fff;
    background-color: #005e41;
    border-color: #005e41
}

.btn-outline-green-dark:focus,.btn-outline-green-dark.focus {
    box-shadow: 0 0 0 .2rem #005e4180
}

.btn-outline-green-dark.disabled,.btn-outline-green-dark:disabled {
    color: #005e41;
    background-color: transparent
}

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

.btn-outline-green-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-green-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #005e4180
}

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

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

.btn-outline-green-light:focus,.btn-outline-green-light.focus {
    box-shadow: 0 0 0 .2rem #abe3bb80
}

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

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

.btn-outline-green-light:not(:disabled):not(.disabled):active:focus,.btn-outline-green-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #abe3bb80
}

.btn-outline-green-lightest {
    color: #dcf6e7;
    border-color: #dcf6e7
}

.btn-outline-green-lightest:hover {
    color: #212529;
    background-color: #dcf6e7;
    border-color: #dcf6e7
}

.btn-outline-green-lightest:focus,.btn-outline-green-lightest.focus {
    box-shadow: 0 0 0 .2rem #dcf6e780
}

.btn-outline-green-lightest.disabled,.btn-outline-green-lightest:disabled {
    color: #dcf6e7;
    background-color: transparent
}

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

.btn-outline-green-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-green-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-lightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #dcf6e780
}

.btn-outline-green-25 {
    color: #edfbf3;
    border-color: #edfbf3
}

.btn-outline-green-25:hover {
    color: #212529;
    background-color: #edfbf3;
    border-color: #edfbf3
}

.btn-outline-green-25:focus,.btn-outline-green-25.focus {
    box-shadow: 0 0 0 .2rem #edfbf380
}

.btn-outline-green-25.disabled,.btn-outline-green-25:disabled {
    color: #edfbf3;
    background-color: transparent
}

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

.btn-outline-green-25:not(:disabled):not(.disabled):active:focus,.btn-outline-green-25:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #edfbf380
}

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

.btn-link:hover {
    color: #002c46;
    text-decoration: underline
}

.btn-link:focus,.btn-link.focus {
    text-decoration: underline
}

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

.btn-lg {
    padding: .5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

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

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

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

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

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

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

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

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

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

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
    background-color: #1d2124!important
}

.bg-black {
    background-color: #000!important
}

a.bg-black:hover,a.bg-black:focus,button.bg-black:hover,button.bg-black:focus {
    background-color: #000!important
}

.bg-gray-darkest {
    background-color: #2d2013!important
}

a.bg-gray-darkest:hover,a.bg-gray-darkest:focus,button.bg-gray-darkest:hover,button.bg-gray-darkest:focus {
    background-color: #090704!important
}

.bg-gray-dark {
    background-color: #5e554a!important
}

a.bg-gray-dark:hover,a.bg-gray-dark:focus,button.bg-gray-dark:hover,button.bg-gray-dark:focus {
    background-color: #413b34!important
}

.bg-gray-default {
    background-color: #969087!important
}

a.bg-gray-default:hover,a.bg-gray-default:focus,button.bg-gray-default:hover,button.bg-gray-default:focus {
    background-color: #7d776d!important
}

.bg-gray-medium {
    background-color: #969087!important
}

a.bg-gray-medium:hover,a.bg-gray-medium:focus,button.bg-gray-medium:hover,button.bg-gray-medium:focus {
    background-color: #7d776d!important
}

.bg-gray-light {
    background-color: #d3cecb!important
}

a.bg-gray-light:hover,a.bg-gray-light:focus,button.bg-gray-light:hover,button.bg-gray-light:focus {
    background-color: #bcb4af!important
}

.bg-gray-lightest {
    background-color: #f3f2f2!important
}

a.bg-gray-lightest:hover,a.bg-gray-lightest:focus,button.bg-gray-lightest:hover,button.bg-gray-lightest:focus {
    background-color: #dbd7d7!important
}

.bg-gray-25 {
    background-color: #f9f8f8!important
}

a.bg-gray-25:hover,a.bg-gray-25:focus,button.bg-gray-25:hover,button.bg-gray-25:focus {
    background-color: #e1dddd!important
}

.bg-blue-default {
    background-color: #00a0d6!important
}

a.bg-blue-default:hover,a.bg-blue-default:focus,button.bg-blue-default:hover,button.bg-blue-default:focus {
    background-color: #007aa3!important
}

.bg-blue-darkest {
    background-color: #0d234b!important
}

a.bg-blue-darkest:hover,a.bg-blue-darkest:focus,button.bg-blue-darkest:hover,button.bg-blue-darkest:focus {
    background-color: #050f20!important
}

.bg-blue-dark {
    background-color: #005d92!important
}

a.bg-blue-dark:hover,a.bg-blue-dark:focus,button.bg-blue-dark:hover,button.bg-blue-dark:focus {
    background-color: #003d5f!important
}

.bg-blue-light {
    background-color: #8eddf9!important
}

a.bg-blue-light:hover,a.bg-blue-light:focus,button.bg-blue-light:hover,button.bg-blue-light:focus {
    background-color: #5ecef6!important
}

.bg-blue-lightest {
    background-color: #e0f8ff!important
}

a.bg-blue-lightest:hover,a.bg-blue-lightest:focus,button.bg-blue-lightest:hover,button.bg-blue-lightest:focus {
    background-color: #adecff!important
}

.bg-blue-25 {
    background-color: #effbff!important
}

a.bg-blue-25:hover,a.bg-blue-25:focus,button.bg-blue-25:hover,button.bg-blue-25:focus {
    background-color: #bceeff!important
}

.bg-coral-default {
    background-color: #f06365!important
}

a.bg-coral-default:hover,a.bg-coral-default:focus,button.bg-coral-default:hover,button.bg-coral-default:focus {
    background-color: #ec3437!important
}

.bg-coral-darkest {
    background-color: #500715!important
}

a.bg-coral-darkest:hover,a.bg-coral-darkest:focus,button.bg-coral-darkest:hover,button.bg-coral-darkest:focus {
    background-color: #210309!important
}

.bg-coral-dark {
    background-color: #9b1c2e!important
}

a.bg-coral-dark:hover,a.bg-coral-dark:focus,button.bg-coral-dark:hover,button.bg-coral-dark:focus {
    background-color: #701421!important
}

.bg-coral-light {
    background-color: #fbc2c1!important
}

a.bg-coral-light:hover,a.bg-coral-light:focus,button.bg-coral-light:hover,button.bg-coral-light:focus {
    background-color: #f89391!important
}

.bg-coral-lightest {
    background-color: #fdefee!important
}

a.bg-coral-lightest:hover,a.bg-coral-lightest:focus,button.bg-coral-lightest:hover,button.bg-coral-lightest:focus {
    background-color: #f8c4c0!important
}

.bg-coral-25 {
    background-color: #fef7f6!important
}

a.bg-coral-25:hover,a.bg-coral-25:focus,button.bg-coral-25:hover,button.bg-coral-25:focus {
    background-color: #f9cec8!important
}

.bg-orange-default {
    background-color: #f89142!important
}

a.bg-orange-default:hover,a.bg-orange-default:focus,button.bg-orange-default:hover,button.bg-orange-default:focus {
    background-color: #f67411!important
}

.bg-orange-darkest {
    background-color: #4f1600!important
}

a.bg-orange-darkest:hover,a.bg-orange-darkest:focus,button.bg-orange-darkest:hover,button.bg-orange-darkest:focus {
    background-color: #1c0800!important
}

.bg-orange-dark {
    background-color: #99290a!important
}

a.bg-orange-dark:hover,a.bg-orange-dark:focus,button.bg-orange-dark:hover,button.bg-orange-dark:focus {
    background-color: #691c07!important
}

.bg-orange-light {
    background-color: #ffc8a3!important
}

a.bg-orange-light:hover,a.bg-orange-light:focus,button.bg-orange-light:hover,button.bg-orange-light:focus {
    background-color: #ffaa70!important
}

.bg-orange-lightest {
    background-color: #fff1e3!important
}

a.bg-orange-lightest:hover,a.bg-orange-lightest:focus,button.bg-orange-lightest:hover,button.bg-orange-lightest:focus {
    background-color: #ffd8b0!important
}

.bg-orange-25 {
    background-color: #fff8f1!important
}

a.bg-orange-25:hover,a.bg-orange-25:focus,button.bg-orange-25:hover,button.bg-orange-25:focus {
    background-color: #ffdfbe!important
}

.bg-green-default {
    background-color: #5ec584!important
}

a.bg-green-default:hover,a.bg-green-default:focus,button.bg-green-default:hover,button.bg-green-default:focus {
    background-color: #40b069!important
}

.bg-green-darkest {
    background-color: #002f24!important
}

a.bg-green-darkest:hover,a.bg-green-darkest:focus,button.bg-green-darkest:hover,button.bg-green-darkest:focus {
    background-color: #000!important
}

.bg-green-dark {
    background-color: #005e41!important
}

a.bg-green-dark:hover,a.bg-green-dark:focus,button.bg-green-dark:hover,button.bg-green-dark:focus {
    background-color: #002b1e!important
}

.bg-green-light {
    background-color: #abe3bb!important
}

a.bg-green-light:hover,a.bg-green-light:focus,button.bg-green-light:hover,button.bg-green-light:focus {
    background-color: #85d69c!important
}

.bg-green-lightest {
    background-color: #dcf6e7!important
}

a.bg-green-lightest:hover,a.bg-green-lightest:focus,button.bg-green-lightest:hover,button.bg-green-lightest:focus {
    background-color: #b3eccb!important
}

.bg-green-25 {
    background-color: #edfbf3!important
}

a.bg-green-25:hover,a.bg-green-25:focus,button.bg-green-25:hover,button.bg-green-25:focus {
    background-color: #c3f2d7!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width: 321px) {
    .d-xs-none {
        display:none!important
    }

    .d-xs-inline {
        display: inline!important
    }

    .d-xs-inline-block {
        display: inline-block!important
    }

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

    .d-xs-table {
        display: table!important
    }

    .d-xs-table-row {
        display: table-row!important
    }

    .d-xs-table-cell {
        display: table-cell!important
    }

    .d-xs-flex {
        display: flex!important
    }

    .d-xs-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

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

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

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

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

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

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

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

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

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

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1640px) {
    .d-xxl-none {
        display:none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

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

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1920px) {
    .d-fhd-none {
        display:none!important
    }

    .d-fhd-inline {
        display: inline!important
    }

    .d-fhd-inline-block {
        display: inline-block!important
    }

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

    .d-fhd-table {
        display: table!important
    }

    .d-fhd-table-row {
        display: table-row!important
    }

    .d-fhd-table-cell {
        display: table-cell!important
    }

    .d-fhd-flex {
        display: flex!important
    }

    .d-fhd-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

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

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.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-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!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
}

.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
}

.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
}

@media (min-width: 321px) {
    .flex-xs-row {
        flex-direction:row!important
    }

    .flex-xs-column {
        flex-direction: column!important
    }

    .flex-xs-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xs-wrap {
        flex-wrap: wrap!important
    }

    .flex-xs-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xs-fill {
        flex: 1 1 auto!important
    }

    .flex-xs-grow-0 {
        flex-grow: 0!important
    }

    .flex-xs-grow-1 {
        flex-grow: 1!important
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xs-start {
        justify-content: flex-start!important
    }

    .justify-content-xs-end {
        justify-content: flex-end!important
    }

    .justify-content-xs-center {
        justify-content: center!important
    }

    .justify-content-xs-between {
        justify-content: space-between!important
    }

    .justify-content-xs-around {
        justify-content: space-around!important
    }

    .align-items-xs-start {
        align-items: flex-start!important
    }

    .align-items-xs-end {
        align-items: flex-end!important
    }

    .align-items-xs-center {
        align-items: center!important
    }

    .align-items-xs-baseline {
        align-items: baseline!important
    }

    .align-items-xs-stretch {
        align-items: stretch!important
    }

    .align-content-xs-start {
        align-content: flex-start!important
    }

    .align-content-xs-end {
        align-content: flex-end!important
    }

    .align-content-xs-center {
        align-content: center!important
    }

    .align-content-xs-between {
        align-content: space-between!important
    }

    .align-content-xs-around {
        align-content: space-around!important
    }

    .align-content-xs-stretch {
        align-content: stretch!important
    }

    .align-self-xs-auto {
        align-self: auto!important
    }

    .align-self-xs-start {
        align-self: flex-start!important
    }

    .align-self-xs-end {
        align-self: flex-end!important
    }

    .align-self-xs-center {
        align-self: center!important
    }

    .align-self-xs-baseline {
        align-self: baseline!important
    }

    .align-self-xs-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 576px) {
    .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-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!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
    }

    .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
    }

    .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
    }
}

@media (min-width: 768px) {
    .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-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        flex: 1 1 auto!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
    }

    .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
    }

    .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
    }
}

@media (min-width: 992px) {
    .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-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!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
    }

    .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
    }

    .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
    }
}

@media (min-width: 1200px) {
    .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-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!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
    }

    .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
    }

    .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
    }
}

@media (min-width: 1640px) {
    .flex-xxl-row {
        flex-direction:row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 1920px) {
    .flex-fhd-row {
        flex-direction:row!important
    }

    .flex-fhd-column {
        flex-direction: column!important
    }

    .flex-fhd-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-fhd-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-fhd-wrap {
        flex-wrap: wrap!important
    }

    .flex-fhd-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-fhd-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-fhd-fill {
        flex: 1 1 auto!important
    }

    .flex-fhd-grow-0 {
        flex-grow: 0!important
    }

    .flex-fhd-grow-1 {
        flex-grow: 1!important
    }

    .flex-fhd-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-fhd-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-fhd-start {
        justify-content: flex-start!important
    }

    .justify-content-fhd-end {
        justify-content: flex-end!important
    }

    .justify-content-fhd-center {
        justify-content: center!important
    }

    .justify-content-fhd-between {
        justify-content: space-between!important
    }

    .justify-content-fhd-around {
        justify-content: space-around!important
    }

    .align-items-fhd-start {
        align-items: flex-start!important
    }

    .align-items-fhd-end {
        align-items: flex-end!important
    }

    .align-items-fhd-center {
        align-items: center!important
    }

    .align-items-fhd-baseline {
        align-items: baseline!important
    }

    .align-items-fhd-stretch {
        align-items: stretch!important
    }

    .align-content-fhd-start {
        align-content: flex-start!important
    }

    .align-content-fhd-end {
        align-content: flex-end!important
    }

    .align-content-fhd-center {
        align-content: center!important
    }

    .align-content-fhd-between {
        align-content: space-between!important
    }

    .align-content-fhd-around {
        align-content: space-around!important
    }

    .align-content-fhd-stretch {
        align-content: stretch!important
    }

    .align-self-fhd-auto {
        align-self: auto!important
    }

    .align-self-fhd-start {
        align-self: flex-start!important
    }

    .align-self-fhd-end {
        align-self: flex-end!important
    }

    .align-self-fhd-center {
        align-self: center!important
    }

    .align-self-fhd-baseline {
        align-self: baseline!important
    }

    .align-self-fhd-stretch {
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 321px) {
    .float-xs-left {
        float:left!important
    }

    .float-xs-right {
        float: right!important
    }

    .float-xs-none {
        float: none!important
    }
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

@media (min-width: 1640px) {
    .float-xxl-left {
        float:left!important
    }

    .float-xxl-right {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }
}

@media (min-width: 1920px) {
    .float-fhd-left {
        float:left!important
    }

    .float-fhd-right {
        float: right!important
    }

    .float-fhd-none {
        float: none!important
    }
}

.user-select-all {
    user-select: all!important
}

.user-select-auto {
    user-select: auto!important
}

.user-select-none {
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.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
}

@supports (position: sticky) {
    .sticky-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

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

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

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

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

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

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

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

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

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

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

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

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

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

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

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

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

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

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

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

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

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

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

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

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

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

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

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

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

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

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

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

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

.p-4 {
    padding: 1.5rem!important
}

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

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

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

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

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

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

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

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

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

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

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

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

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

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

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

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

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

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 321px) {
    .m-xs-0 {
        margin:0!important
    }

    .mt-xs-0,.my-xs-0 {
        margin-top: 0!important
    }

    .mr-xs-0,.mx-xs-0 {
        margin-right: 0!important
    }

    .mb-xs-0,.my-xs-0 {
        margin-bottom: 0!important
    }

    .ml-xs-0,.mx-xs-0 {
        margin-left: 0!important
    }

    .m-xs-1 {
        margin: .25rem!important
    }

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

    .mr-xs-1,.mx-xs-1 {
        margin-right: .25rem!important
    }

    .mb-xs-1,.my-xs-1 {
        margin-bottom: .25rem!important
    }

    .ml-xs-1,.mx-xs-1 {
        margin-left: .25rem!important
    }

    .m-xs-2 {
        margin: .5rem!important
    }

    .mt-xs-2,.my-xs-2 {
        margin-top: .5rem!important
    }

    .mr-xs-2,.mx-xs-2 {
        margin-right: .5rem!important
    }

    .mb-xs-2,.my-xs-2 {
        margin-bottom: .5rem!important
    }

    .ml-xs-2,.mx-xs-2 {
        margin-left: .5rem!important
    }

    .m-xs-3 {
        margin: 1rem!important
    }

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

    .mr-xs-3,.mx-xs-3 {
        margin-right: 1rem!important
    }

    .mb-xs-3,.my-xs-3 {
        margin-bottom: 1rem!important
    }

    .ml-xs-3,.mx-xs-3 {
        margin-left: 1rem!important
    }

    .m-xs-4 {
        margin: 1.5rem!important
    }

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

    .mr-xs-4,.mx-xs-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-xs-4,.mx-xs-4 {
        margin-left: 1.5rem!important
    }

    .m-xs-5 {
        margin: 3rem!important
    }

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

    .mr-xs-5,.mx-xs-5 {
        margin-right: 3rem!important
    }

    .mb-xs-5,.my-xs-5 {
        margin-bottom: 3rem!important
    }

    .ml-xs-5,.mx-xs-5 {
        margin-left: 3rem!important
    }

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

    .pt-xs-0,.py-xs-0 {
        padding-top: 0!important
    }

    .pr-xs-0,.px-xs-0 {
        padding-right: 0!important
    }

    .pb-xs-0,.py-xs-0 {
        padding-bottom: 0!important
    }

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

    .p-xs-1 {
        padding: .25rem!important
    }

    .pt-xs-1,.py-xs-1 {
        padding-top: .25rem!important
    }

    .pr-xs-1,.px-xs-1 {
        padding-right: .25rem!important
    }

    .pb-xs-1,.py-xs-1 {
        padding-bottom: .25rem!important
    }

    .pl-xs-1,.px-xs-1 {
        padding-left: .25rem!important
    }

    .p-xs-2 {
        padding: .5rem!important
    }

    .pt-xs-2,.py-xs-2 {
        padding-top: .5rem!important
    }

    .pr-xs-2,.px-xs-2 {
        padding-right: .5rem!important
    }

    .pb-xs-2,.py-xs-2 {
        padding-bottom: .5rem!important
    }

    .pl-xs-2,.px-xs-2 {
        padding-left: .5rem!important
    }

    .p-xs-3 {
        padding: 1rem!important
    }

    .pt-xs-3,.py-xs-3 {
        padding-top: 1rem!important
    }

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

    .pb-xs-3,.py-xs-3 {
        padding-bottom: 1rem!important
    }

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

    .p-xs-4 {
        padding: 1.5rem!important
    }

    .pt-xs-4,.py-xs-4 {
        padding-top: 1.5rem!important
    }

    .pr-xs-4,.px-xs-4 {
        padding-right: 1.5rem!important
    }

    .pb-xs-4,.py-xs-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xs-4,.px-xs-4 {
        padding-left: 1.5rem!important
    }

    .p-xs-5 {
        padding: 3rem!important
    }

    .pt-xs-5,.py-xs-5 {
        padding-top: 3rem!important
    }

    .pr-xs-5,.px-xs-5 {
        padding-right: 3rem!important
    }

    .pb-xs-5,.py-xs-5 {
        padding-bottom: 3rem!important
    }

    .pl-xs-5,.px-xs-5 {
        padding-left: 3rem!important
    }

    .m-xs-n1 {
        margin: -.25rem!important
    }

    .mt-xs-n1,.my-xs-n1 {
        margin-top: -.25rem!important
    }

    .mr-xs-n1,.mx-xs-n1 {
        margin-right: -.25rem!important
    }

    .mb-xs-n1,.my-xs-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xs-n1,.mx-xs-n1 {
        margin-left: -.25rem!important
    }

    .m-xs-n2 {
        margin: -.5rem!important
    }

    .mt-xs-n2,.my-xs-n2 {
        margin-top: -.5rem!important
    }

    .mr-xs-n2,.mx-xs-n2 {
        margin-right: -.5rem!important
    }

    .mb-xs-n2,.my-xs-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xs-n2,.mx-xs-n2 {
        margin-left: -.5rem!important
    }

    .m-xs-n3 {
        margin: -1rem!important
    }

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

    .mr-xs-n3,.mx-xs-n3 {
        margin-right: -1rem!important
    }

    .mb-xs-n3,.my-xs-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xs-n3,.mx-xs-n3 {
        margin-left: -1rem!important
    }

    .m-xs-n4 {
        margin: -1.5rem!important
    }

    .mt-xs-n4,.my-xs-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xs-n4,.mx-xs-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xs-n4,.my-xs-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xs-n4,.mx-xs-n4 {
        margin-left: -1.5rem!important
    }

    .m-xs-n5 {
        margin: -3rem!important
    }

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

    .mr-xs-n5,.mx-xs-n5 {
        margin-right: -3rem!important
    }

    .mb-xs-n5,.my-xs-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xs-n5,.mx-xs-n5 {
        margin-left: -3rem!important
    }

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

    .mt-xs-auto,.my-xs-auto {
        margin-top: auto!important
    }

    .mr-xs-auto,.mx-xs-auto {
        margin-right: auto!important
    }

    .mb-xs-auto,.my-xs-auto {
        margin-bottom: auto!important
    }

    .ml-xs-auto,.mx-xs-auto {
        margin-left: auto!important
    }
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

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

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

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

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

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

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

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

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

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

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

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

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

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

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

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

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

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

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

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

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

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

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

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

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

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

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

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

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

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

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

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

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

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

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

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

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

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

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

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

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

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

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

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

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

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

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

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

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

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

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

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

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

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

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

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

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

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

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

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

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

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

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

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

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

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

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

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

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

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

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

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

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

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

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

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

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

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

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

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

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

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

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

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

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

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

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

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

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1640px) {
    .m-xxl-0 {
        margin:0!important
    }

    .mt-xxl-0,.my-xxl-0 {
        margin-top: 0!important
    }

    .mr-xxl-0,.mx-xxl-0 {
        margin-right: 0!important
    }

    .mb-xxl-0,.my-xxl-0 {
        margin-bottom: 0!important
    }

    .ml-xxl-0,.mx-xxl-0 {
        margin-left: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

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

    .mr-xxl-1,.mx-xxl-1 {
        margin-right: .25rem!important
    }

    .mb-xxl-1,.my-xxl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xxl-1,.mx-xxl-1 {
        margin-left: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .mt-xxl-2,.my-xxl-2 {
        margin-top: .5rem!important
    }

    .mr-xxl-2,.mx-xxl-2 {
        margin-right: .5rem!important
    }

    .mb-xxl-2,.my-xxl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xxl-2,.mx-xxl-2 {
        margin-left: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

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

    .mr-xxl-3,.mx-xxl-3 {
        margin-right: 1rem!important
    }

    .mb-xxl-3,.my-xxl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xxl-3,.mx-xxl-3 {
        margin-left: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

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

    .mr-xxl-4,.mx-xxl-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-xxl-4,.mx-xxl-4 {
        margin-left: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

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

    .mr-xxl-5,.mx-xxl-5 {
        margin-right: 3rem!important
    }

    .mb-xxl-5,.my-xxl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xxl-5,.mx-xxl-5 {
        margin-left: 3rem!important
    }

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

    .pt-xxl-0,.py-xxl-0 {
        padding-top: 0!important
    }

    .pr-xxl-0,.px-xxl-0 {
        padding-right: 0!important
    }

    .pb-xxl-0,.py-xxl-0 {
        padding-bottom: 0!important
    }

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

    .p-xxl-1 {
        padding: .25rem!important
    }

    .pt-xxl-1,.py-xxl-1 {
        padding-top: .25rem!important
    }

    .pr-xxl-1,.px-xxl-1 {
        padding-right: .25rem!important
    }

    .pb-xxl-1,.py-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xxl-1,.px-xxl-1 {
        padding-left: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .pt-xxl-2,.py-xxl-2 {
        padding-top: .5rem!important
    }

    .pr-xxl-2,.px-xxl-2 {
        padding-right: .5rem!important
    }

    .pb-xxl-2,.py-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xxl-2,.px-xxl-2 {
        padding-left: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .pt-xxl-3,.py-xxl-3 {
        padding-top: 1rem!important
    }

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

    .pb-xxl-3,.py-xxl-3 {
        padding-bottom: 1rem!important
    }

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

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .pt-xxl-4,.py-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xxl-4,.px-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xxl-4,.py-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xxl-4,.px-xxl-4 {
        padding-left: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .pt-xxl-5,.py-xxl-5 {
        padding-top: 3rem!important
    }

    .pr-xxl-5,.px-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-5,.py-xxl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xxl-5,.px-xxl-5 {
        padding-left: 3rem!important
    }

    .m-xxl-n1 {
        margin: -.25rem!important
    }

    .mt-xxl-n1,.my-xxl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xxl-n1,.mx-xxl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xxl-n1,.my-xxl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xxl-n1,.mx-xxl-n1 {
        margin-left: -.25rem!important
    }

    .m-xxl-n2 {
        margin: -.5rem!important
    }

    .mt-xxl-n2,.my-xxl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xxl-n2,.mx-xxl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xxl-n2,.my-xxl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xxl-n2,.mx-xxl-n2 {
        margin-left: -.5rem!important
    }

    .m-xxl-n3 {
        margin: -1rem!important
    }

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

    .mr-xxl-n3,.mx-xxl-n3 {
        margin-right: -1rem!important
    }

    .mb-xxl-n3,.my-xxl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xxl-n3,.mx-xxl-n3 {
        margin-left: -1rem!important
    }

    .m-xxl-n4 {
        margin: -1.5rem!important
    }

    .mt-xxl-n4,.my-xxl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xxl-n4,.mx-xxl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xxl-n4,.my-xxl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xxl-n4,.mx-xxl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xxl-n5 {
        margin: -3rem!important
    }

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

    .mr-xxl-n5,.mx-xxl-n5 {
        margin-right: -3rem!important
    }

    .mb-xxl-n5,.my-xxl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xxl-n5,.mx-xxl-n5 {
        margin-left: -3rem!important
    }

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

    .mt-xxl-auto,.my-xxl-auto {
        margin-top: auto!important
    }

    .mr-xxl-auto,.mx-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-auto,.my-xxl-auto {
        margin-bottom: auto!important
    }

    .ml-xxl-auto,.mx-xxl-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1920px) {
    .m-fhd-0 {
        margin:0!important
    }

    .mt-fhd-0,.my-fhd-0 {
        margin-top: 0!important
    }

    .mr-fhd-0,.mx-fhd-0 {
        margin-right: 0!important
    }

    .mb-fhd-0,.my-fhd-0 {
        margin-bottom: 0!important
    }

    .ml-fhd-0,.mx-fhd-0 {
        margin-left: 0!important
    }

    .m-fhd-1 {
        margin: .25rem!important
    }

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

    .mr-fhd-1,.mx-fhd-1 {
        margin-right: .25rem!important
    }

    .mb-fhd-1,.my-fhd-1 {
        margin-bottom: .25rem!important
    }

    .ml-fhd-1,.mx-fhd-1 {
        margin-left: .25rem!important
    }

    .m-fhd-2 {
        margin: .5rem!important
    }

    .mt-fhd-2,.my-fhd-2 {
        margin-top: .5rem!important
    }

    .mr-fhd-2,.mx-fhd-2 {
        margin-right: .5rem!important
    }

    .mb-fhd-2,.my-fhd-2 {
        margin-bottom: .5rem!important
    }

    .ml-fhd-2,.mx-fhd-2 {
        margin-left: .5rem!important
    }

    .m-fhd-3 {
        margin: 1rem!important
    }

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

    .mr-fhd-3,.mx-fhd-3 {
        margin-right: 1rem!important
    }

    .mb-fhd-3,.my-fhd-3 {
        margin-bottom: 1rem!important
    }

    .ml-fhd-3,.mx-fhd-3 {
        margin-left: 1rem!important
    }

    .m-fhd-4 {
        margin: 1.5rem!important
    }

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

    .mr-fhd-4,.mx-fhd-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-fhd-4,.mx-fhd-4 {
        margin-left: 1.5rem!important
    }

    .m-fhd-5 {
        margin: 3rem!important
    }

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

    .mr-fhd-5,.mx-fhd-5 {
        margin-right: 3rem!important
    }

    .mb-fhd-5,.my-fhd-5 {
        margin-bottom: 3rem!important
    }

    .ml-fhd-5,.mx-fhd-5 {
        margin-left: 3rem!important
    }

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

    .pt-fhd-0,.py-fhd-0 {
        padding-top: 0!important
    }

    .pr-fhd-0,.px-fhd-0 {
        padding-right: 0!important
    }

    .pb-fhd-0,.py-fhd-0 {
        padding-bottom: 0!important
    }

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

    .p-fhd-1 {
        padding: .25rem!important
    }

    .pt-fhd-1,.py-fhd-1 {
        padding-top: .25rem!important
    }

    .pr-fhd-1,.px-fhd-1 {
        padding-right: .25rem!important
    }

    .pb-fhd-1,.py-fhd-1 {
        padding-bottom: .25rem!important
    }

    .pl-fhd-1,.px-fhd-1 {
        padding-left: .25rem!important
    }

    .p-fhd-2 {
        padding: .5rem!important
    }

    .pt-fhd-2,.py-fhd-2 {
        padding-top: .5rem!important
    }

    .pr-fhd-2,.px-fhd-2 {
        padding-right: .5rem!important
    }

    .pb-fhd-2,.py-fhd-2 {
        padding-bottom: .5rem!important
    }

    .pl-fhd-2,.px-fhd-2 {
        padding-left: .5rem!important
    }

    .p-fhd-3 {
        padding: 1rem!important
    }

    .pt-fhd-3,.py-fhd-3 {
        padding-top: 1rem!important
    }

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

    .pb-fhd-3,.py-fhd-3 {
        padding-bottom: 1rem!important
    }

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

    .p-fhd-4 {
        padding: 1.5rem!important
    }

    .pt-fhd-4,.py-fhd-4 {
        padding-top: 1.5rem!important
    }

    .pr-fhd-4,.px-fhd-4 {
        padding-right: 1.5rem!important
    }

    .pb-fhd-4,.py-fhd-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-fhd-4,.px-fhd-4 {
        padding-left: 1.5rem!important
    }

    .p-fhd-5 {
        padding: 3rem!important
    }

    .pt-fhd-5,.py-fhd-5 {
        padding-top: 3rem!important
    }

    .pr-fhd-5,.px-fhd-5 {
        padding-right: 3rem!important
    }

    .pb-fhd-5,.py-fhd-5 {
        padding-bottom: 3rem!important
    }

    .pl-fhd-5,.px-fhd-5 {
        padding-left: 3rem!important
    }

    .m-fhd-n1 {
        margin: -.25rem!important
    }

    .mt-fhd-n1,.my-fhd-n1 {
        margin-top: -.25rem!important
    }

    .mr-fhd-n1,.mx-fhd-n1 {
        margin-right: -.25rem!important
    }

    .mb-fhd-n1,.my-fhd-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-fhd-n1,.mx-fhd-n1 {
        margin-left: -.25rem!important
    }

    .m-fhd-n2 {
        margin: -.5rem!important
    }

    .mt-fhd-n2,.my-fhd-n2 {
        margin-top: -.5rem!important
    }

    .mr-fhd-n2,.mx-fhd-n2 {
        margin-right: -.5rem!important
    }

    .mb-fhd-n2,.my-fhd-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-fhd-n2,.mx-fhd-n2 {
        margin-left: -.5rem!important
    }

    .m-fhd-n3 {
        margin: -1rem!important
    }

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

    .mr-fhd-n3,.mx-fhd-n3 {
        margin-right: -1rem!important
    }

    .mb-fhd-n3,.my-fhd-n3 {
        margin-bottom: -1rem!important
    }

    .ml-fhd-n3,.mx-fhd-n3 {
        margin-left: -1rem!important
    }

    .m-fhd-n4 {
        margin: -1.5rem!important
    }

    .mt-fhd-n4,.my-fhd-n4 {
        margin-top: -1.5rem!important
    }

    .mr-fhd-n4,.mx-fhd-n4 {
        margin-right: -1.5rem!important
    }

    .mb-fhd-n4,.my-fhd-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-fhd-n4,.mx-fhd-n4 {
        margin-left: -1.5rem!important
    }

    .m-fhd-n5 {
        margin: -3rem!important
    }

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

    .mr-fhd-n5,.mx-fhd-n5 {
        margin-right: -3rem!important
    }

    .mb-fhd-n5,.my-fhd-n5 {
        margin-bottom: -3rem!important
    }

    .ml-fhd-n5,.mx-fhd-n5 {
        margin-left: -3rem!important
    }

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

    .mt-fhd-auto,.my-fhd-auto {
        margin-top: auto!important
    }

    .mr-fhd-auto,.mx-fhd-auto {
        margin-right: auto!important
    }

    .mb-fhd-auto,.my-fhd-auto {
        margin-bottom: auto!important
    }

    .ml-fhd-auto,.mx-fhd-auto {
        margin-left: auto!important
    }
}

.stretched-link:after {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: #0000
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

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

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

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

@media (min-width: 321px) {
    .text-xs-left {
        text-align:left!important
    }

    .text-xs-right {
        text-align: right!important
    }

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

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

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

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

@media (min-width: 1640px) {
    .text-xxl-left {
        text-align:left!important
    }

    .text-xxl-right {
        text-align: right!important
    }

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

@media (min-width: 1920px) {
    .text-fhd-left {
        text-align:left!important
    }

    .text-fhd-right {
        text-align: right!important
    }

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

.text-lowercase {
    text-transform: lowercase!important
}

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

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold,.font-weight-bolder {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:hover,a.text-primary:focus {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:hover,a.text-success:focus {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:hover,a.text-info:focus {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:hover,a.text-warning:focus {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:hover,a.text-danger:focus {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:hover,a.text-light:focus {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:hover,a.text-dark:focus {
    color: #121416!important
}

.text-black {
    color: #000!important
}

a.text-black:hover,a.text-black:focus {
    color: #000!important
}

.text-gray-darkest {
    color: #2d2013!important
}

a.text-gray-darkest:hover,a.text-gray-darkest:focus {
    color: #000!important
}

.text-gray-dark {
    color: #5e554a!important
}

a.text-gray-dark:hover,a.text-gray-dark:focus {
    color: #332e28!important
}

.text-gray-default {
    color: #969087!important
}

a.text-gray-default:hover,a.text-gray-default:focus {
    color: #6f6a61!important
}

.text-gray-medium {
    color: #969087!important
}

a.text-gray-medium:hover,a.text-gray-medium:focus {
    color: #6f6a61!important
}

.text-gray-light {
    color: #d3cecb!important
}

a.text-gray-light:hover,a.text-gray-light:focus {
    color: #b0a7a2!important
}

.text-gray-lightest {
    color: #f3f2f2!important
}

a.text-gray-lightest:hover,a.text-gray-lightest:focus {
    color: #cecaca!important
}

.text-gray-25 {
    color: #f9f8f8!important
}

a.text-gray-25:hover,a.text-gray-25:focus {
    color: #d6cfcf!important
}

.text-blue-default {
    color: #00a0d6!important
}

a.text-blue-default:hover,a.text-blue-default:focus {
    color: #00678a!important
}

.text-blue-darkest {
    color: #0d234b!important
}

a.text-blue-darkest:hover,a.text-blue-darkest:focus {
    color: #02050a!important
}

.text-blue-dark {
    color: #005d92!important
}

a.text-blue-dark:hover,a.text-blue-dark:focus {
    color: #002c46!important
}

.text-blue-light {
    color: #8eddf9!important
}

a.text-blue-light:hover,a.text-blue-light:focus {
    color: #45c7f5!important
}

.text-blue-lightest {
    color: #e0f8ff!important
}

a.text-blue-lightest:hover,a.text-blue-lightest:focus {
    color: #94e7ff!important
}

.text-blue-25 {
    color: #effbff!important
}

a.text-blue-25:hover,a.text-blue-25:focus {
    color: #a3e8ff!important
}

.text-coral-default {
    color: #f06365!important
}

a.text-coral-default:hover,a.text-coral-default:focus {
    color: #e91d20!important
}

.text-coral-darkest {
    color: #500715!important
}

a.text-coral-darkest:hover,a.text-coral-darkest:focus {
    color: #0a0103!important
}

.text-coral-dark {
    color: #9b1c2e!important
}

a.text-coral-dark:hover,a.text-coral-dark:focus {
    color: #5a101b!important
}

.text-coral-light {
    color: #fbc2c1!important
}

a.text-coral-light:hover,a.text-coral-light:focus {
    color: #f67b79!important
}

.text-coral-lightest {
    color: #fdefee!important
}

a.text-coral-lightest:hover,a.text-coral-lightest:focus {
    color: #f5afaa!important
}

.text-coral-25 {
    color: #fef7f6!important
}

a.text-coral-25:hover,a.text-coral-25:focus {
    color: #f6bab1!important
}

.text-orange-default {
    color: #f89142!important
}

a.text-orange-default:hover,a.text-orange-default:focus {
    color: #e56808!important
}

.text-orange-darkest {
    color: #4f1600!important
}

a.text-orange-darkest:hover,a.text-orange-darkest:focus {
    color: #030100!important
}

.text-orange-dark {
    color: #99290a!important
}

a.text-orange-dark:hover,a.text-orange-dark:focus {
    color: #511605!important
}

.text-orange-light {
    color: #ffc8a3!important
}

a.text-orange-light:hover,a.text-orange-light:focus {
    color: #ff9a57!important
}

.text-orange-lightest {
    color: #fff1e3!important
}

a.text-orange-lightest:hover,a.text-orange-lightest:focus {
    color: #ffcb97!important
}

.text-orange-25 {
    color: #fff8f1!important
}

a.text-orange-25:hover,a.text-orange-25:focus {
    color: #ffd2a5!important
}

.text-green-default {
    color: #5ec584!important
}

a.text-green-default:hover,a.text-green-default:focus {
    color: #399e5e!important
}

.text-green-darkest {
    color: #002f24!important
}

a.text-green-darkest:hover,a.text-green-darkest:focus {
    color: #000!important
}

.text-green-dark {
    color: #005e41!important
}

a.text-green-dark:hover,a.text-green-dark:focus {
    color: #00120c!important
}

.text-green-light {
    color: #abe3bb!important
}

a.text-green-light:hover,a.text-green-light:focus {
    color: #72d08d!important
}

.text-green-lightest {
    color: #dcf6e7!important
}

a.text-green-lightest:hover,a.text-green-lightest:focus {
    color: #9fe6bd!important
}

.text-green-25 {
    color: #edfbf3!important
}

a.text-green-25:hover,a.text-green-25:focus {
    color: #aeedc9!important
}

.text-body {
    color: #1e1e1e!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: #00000080!important
}

.text-white-50 {
    color: #ffffff80!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

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

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.spinner svg {
    animation: rotate 1s infinite;
    flex: 1 1 10em;
    width: 6rem;
    height: 6.02rem;
    display: block;
    margin: auto
}

.spinner svg .circle {
    transform-origin: center center;
    transform: rotate(-310deg);
    stroke: #005d92;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 64;
    animation: loading 2s infinite
}

.spinner svg,.spinner svg .circle {
    animation-timing-function: cubic-bezier(.5,0,.5,1)
}

@keyframes loading {
    0% {
        stroke-dashoffset: 55
    }

    50% {
        stroke-dashoffset: 12
    }

    to {
        stroke-dashoffset: 55
    }
}

@keyframes rotate {
    0% {
        transform: rotate(-180deg) scaleX(-1)
    }

    to {
        transform: rotate(180deg) scaleX(-1)
    }
}

img {
    max-width: 100%;
    border-radius: .8rem;
    height: auto
}

.startpage-hero-image img,.article-hero-image img,.jobdetail-hero-image {
    border-radius: 0
}

.theme-bg-primary {
    background-color: #007bff
}

.theme-bg-secondary {
    background-color: #6c757d
}

.theme-bg-success {
    background-color: #28a745
}

.theme-bg-info {
    background-color: #17a2b8
}

.theme-bg-warning {
    background-color: #ffc107
}

.theme-bg-danger {
    background-color: #dc3545
}

.theme-bg-light {
    background-color: #f8f9fa
}

.theme-bg-dark {
    color: #fff;
    background-color: #343a40
}

.theme-bg-dark a {
    color: #fff
}

.theme-bg-black {
    background-color: #000
}

.theme-bg-graydarkest {
    color: #fff;
    background-color: #2d2013
}

.theme-bg-graydarkest a {
    color: #fff
}

.theme-bg-graydark {
    color: #fff;
    background-color: #5e554a
}

.theme-bg-graydark a {
    color: #fff
}

.theme-bg-graydefault,.theme-bg-graymedium {
    background-color: #969087
}

.theme-bg-graylight {
    background-color: #d3cecb
}

.theme-bg-graylightest {
    background-color: #f3f2f2
}

.theme-bg-gray25 {
    background-color: #f9f8f8
}

.theme-bg-bluedefault {
    background-color: #00a0d6
}

.theme-bg-bluedarkest {
    color: #fff;
    background-color: #0d234b
}

.theme-bg-bluedarkest a {
    color: #fff
}

.theme-bg-bluedark {
    color: #fff;
    background-color: #005d92
}

.theme-bg-bluedark a {
    color: #fff
}

.theme-bg-bluelight {
    background-color: #8eddf9
}

.theme-bg-bluelightest {
    background-color: #e0f8ff
}

.theme-bg-blue25 {
    background-color: #effbff
}

.theme-bg-coraldefault {
    background-color: #f06365
}

.theme-bg-coraldarkest {
    color: #fff;
    background-color: #500715
}

.theme-bg-coraldarkest a {
    color: #fff
}

.theme-bg-coraldark {
    color: #fff;
    background-color: #9b1c2e
}

.theme-bg-coraldark a {
    color: #fff
}

.theme-bg-corallight {
    background-color: #fbc2c1
}

.theme-bg-corallightest {
    background-color: #fdefee
}

.theme-bg-coral25 {
    background-color: #fef7f6
}

.theme-bg-orangedefault {
    background-color: #f89142
}

.theme-bg-orangedarkest {
    color: #fff;
    background-color: #4f1600
}

.theme-bg-orangedarkest a {
    color: #fff
}

.theme-bg-orangedark {
    color: #fff;
    background-color: #99290a
}

.theme-bg-orangedark a {
    color: #fff
}

.theme-bg-orangelight {
    background-color: #ffc8a3
}

.theme-bg-orangelightest {
    background-color: #fff1e3
}

.theme-bg-orange25 {
    background-color: #fff8f1
}

.theme-bg-greendefault {
    background-color: #5ec584
}

.theme-bg-greendarkest {
    color: #fff;
    background-color: #002f24
}

.theme-bg-greendarkest a {
    color: #fff
}

.theme-bg-greendark {
    color: #fff;
    background-color: #005e41
}

.theme-bg-greendark a {
    color: #fff
}

.theme-bg-greenlight {
    background-color: #abe3bb
}

.theme-bg-greenlightest {
    background-color: #dcf6e7
}

.theme-bg-green25 {
    background-color: #edfbf3
}

.theme-bg-transparent {
    background-color: transparent
}

.theme-bg-white {
    background-color: #fff
}

.browser-ie .footer-shape {
    display: none
}

.browser-ie footer .map-marker {
    height: 2.4rem
}

footer {
    display: block;
    min-height: 350px
}

footer.footer {
    background: #F3F2F2
}

footer.ios-version-7 {
    max-height: 750px
}

footer .container,footer .dotcom-hero__wrapper__content__text {
    padding-top: 4rem
}

footer a {
    width: fit-content;
    text-decoration: none
}

footer h4 {
    margin-bottom: 1.6rem
}

footer ul {
    list-style-type: none;
    padding: 0
}

footer .footer-column li {
    margin-bottom: 1.6rem
}

footer ul.social-media {
    display: flex;
    flex-flow: row;
    gap: 1.6rem
}

footer ul.bottom-links {
    margin-bottom: 0;
    padding: 1.6rem 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #D3CECB;
    border-bottom: 1px solid #D3CECB
}

footer ul.bottom-links li {
    line-height: 2em;
    margin: 0 1.6rem
}

footer .map-marker {
    width: 1.6rem;
    margin: -.32rem .32rem auto -.128rem
}

[data-site-theme=tpl] footer {
    margin-top: -3rem
}

pn-button {
    -webkit-appearance: none
}

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

pn-button[medium=true] button {
    padding: .5em .75em
}

.btn,.mktoButton {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    font-style: normal;
    border-radius: 10rem;
    padding: 1.2rem 1.6rem;
    box-shadow: none!important;
    height: 4.8rem;
    white-space: nowrap
}

.btn.btn-primary,.btn-primary.mktoButton {
    background-color: #005d92;
    border: 1px solid #005D92;
    color: #fff
}

.btn.btn-primary:hover,.btn-primary.mktoButton:hover {
    background-color: #0d234b;
    border: 1px solid #0D234B
}

.btn.btn-primary:active,.btn-primary.mktoButton:active,.btn.btn-primary:focus,.btn-primary.mktoButton:focus {
    background-color: #00a0d6!important;
    border: 1px solid #00A0D6!important
}

.btn.btn-secondary,.btn-secondary.mktoButton {
    color: #005d92;
    background-color: #fff;
    border: 1px solid #005D92
}

.btn.btn-secondary:hover,.btn-secondary.mktoButton:hover {
    background-color: #e0f8ff
}

.btn.btn-secondary:active,.btn-secondary.mktoButton:active,.btn.btn-secondary:focus,.btn-secondary.mktoButton:focus {
    color: #005d92!important;
    background-color: #8eddf9!important
}

.btn+.btn,.mktoButton+.btn,.btn+.mktoButton,.mktoButton+.mktoButton {
    margin-left: 1.6rem
}

.blue-heading {
    color: #00a0d6
}

h1 {
    font-size: 4.8rem
}

h2 {
    font-size: 3.2rem
}

h3 {
    font-size: 2.4rem
}

h4 {
    font-size: 2rem
}

h5,h6 {
    font-size: 1.6rem
}

.preamble {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 3.2rem
}

.preamble p {
    font-size: 2rem;
    line-height: 1.5
}