@charset "utf-8";
:root {
 --blue:#007bff;
 --indigo:#6610f2;
 --purple:#6f42c1;
 --pink:#e83e8c;
 --red:#dc3545;
 --orange:#fd7e14;
 --yellow:#ffc107;
 --green:#28a745;
 --teal:#20c997;
 --cyan:#17a2b8;
 --white:#fff;
 --gray:#6c757d;
 --gray-dark:#343a40;
 --primary:#003c71;
 --secondary:#007db3;
 --success:#28a745;
 --info:#17a2b8;
 --warning:#ffc107;
 --danger:#dc3545;
 --light:#e1e3e5;
 --dark:#6a737b;
 --darker:#b4b9bd;
 --breakpoint-xs:0;
 --breakpoint-sm:576px;
 --breakpoint-md:768px;
 --breakpoint-lg:992px;
 --breakpoint-xl:1200px;
 --font-family-sans-serif:-apple-system,
 BlinkMacSystemFont,
 "Segoe UI",
 Roboto,
 "Helvetica Neue",
 Arial,
 sans-serif,
 "Apple Color Emoji",
 "Segoe UI Emoji",
 "Segoe UI Symbol";
 --font-family-monospace:SFMono-Regular,
 Menlo,
 Monaco,
 Consolas,
 "Liberation Mono",
 "Courier New",
 monospace
}
*,
:after,
:before {
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
html {
 font-family:sans-serif;
 line-height:1.15;
 -webkit-text-size-adjust:100%;
 -ms-text-size-adjust:100%;
 -ms-overflow-style:scrollbar;
 -webkit-tap-highlight-color:rgba(0,0,0,0)
}
@-ms-viewport {
 width:device-width
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
 display:block
}
body {
 font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
 font-size:1.6rem;
 font-weight:400;
 line-height:1.5;
 color:#212529;
 text-align:left;
 background-color:#fff
}
[tabindex="-1"]:focus {
 outline:0!important
}
hr {
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
 height:0;
 overflow:visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin-top:0;
 margin-bottom:.5rem
}
p {
 margin-bottom:1rem
}
abbr[data-original-title],
abbr[title] {
 text-decoration:underline;
 -webkit-text-decoration:underline dotted;
 text-decoration:underline dotted;
 cursor:help;
 border-bottom:0
}
address {
 font-style:normal;
 line-height:inherit
}
address,
dl,
ol,
ul {
 margin-bottom:1rem
}
dl,
ol,
ul {
 margin-top:0
}
ol ol,
ol ul,
ul ol,
ul ul {
 margin-bottom:0
}
dt {
 font-weight:700
}
dd {
 margin-bottom:.5rem;
 margin-left:0
}
blockquote {
 margin:0 0 1rem
}
dfn {
 font-style:italic
}
b,
strong {
 font-weight:bolder
}
small {
 font-size:80%
}
sub,
sup {
 position:relative;
 font-size:75%;
 line-height:0;
 vertical-align:baseline
}
sub {
 bottom:-.25em
}
sup {
 top:-.5em
}
a {
 color:#007bff;
 background-color:transparent;
 -webkit-text-decoration-skip:objects
}
a:hover {
 color:#0056b3
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
 color:inherit;
 text-decoration:none
}
a:not([href]):not([tabindex]):focus {
 outline:0
}
code,
kbd,
pre,
samp {
 font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
 font-size:1em
}
pre {
 margin-top:0;
 margin-bottom:1rem;
 overflow:auto;
 -ms-overflow-style:scrollbar
}
figure {
 margin:0 0 1rem
}
img {
 vertical-align:middle;
 border-style:none
}
svg:not(:root) {
 overflow:hidden
}
table {
 border-collapse:collapse
}
caption {
 padding-top:.75rem;
 padding-bottom:.75rem;
 color:#6c757d;
 text-align:left;
 caption-side:bottom
}
th {
 text-align:inherit
}
label {
 display:inline-block;
 margin-bottom:.5rem
}
button:focus {
 outline:1px dotted;
 outline:5px auto -webkit-focus-ring-color
}
button,
input,
optgroup,
select,
textarea {
 margin:0;
 font-family:inherit;
 font-size:inherit;
 line-height:inherit
}
button,
input {
 overflow:visible
}
button,
select {
 text-transform:none
}
[type=reset],
[type=submit],
button,
html [type=button] {
 -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
 padding:0;
 border-style:none
}
input[type=checkbox],
input[type=radio] {
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 padding:0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
 -webkit-appearance:listbox
}
textarea {
 overflow:auto;
 resize:vertical
}
fieldset {
 min-width:0;
 padding:0;
 margin:0;
 border:0
}
legend {
 display:block;
 width:100%;
 max-width:100%;
 padding:0;
 margin-bottom:.5rem;
 font-size:1.5rem;
 line-height:inherit;
 color:inherit;
 white-space:normal
}
progress {
 vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
 height:auto
}
[type=search] {
 outline-offset:-2px;
 -webkit-appearance:none
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
 -webkit-appearance:none
}
::-webkit-file-upload-button {
 font:inherit;
 -webkit-appearance:button
}
output {
 display:inline-block
}
summary {
 display:list-item;
 cursor:pointer
}
template {
 display:none
}
[hidden] {
 display:none!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
 margin-bottom:.5rem;
 font-family:inherit;
 font-weight:500;
 line-height:1.2;
 color:inherit
}
.h1,
h1 {
 font-size:4rem
}
.h2,
h2 {
 font-size:3.2rem
}
.h3,
h3 {
 font-size:2.8rem
}
.h4,
h4 {
 font-size:2.4rem
}
.h5,
h5 {
 font-size:1.8rem
}
.lead {
 font-size:1.25rem;
 font-weight:300
}
.display-1 {
 font-size:6rem
}
.display-1,
.display-2 {
 font-weight:300;
 line-height:1.2
}
.display-2 {
 font-size:5.5rem
}
.display-3 {
 font-size:4.5rem
}
.display-3,
.display-4 {
 font-weight:300;
 line-height:1.2
}
.display-4 {
 font-size:3.5rem
}
hr {
 margin-top:1rem;
 margin-bottom:1rem;
 border:0;
 border-top:1px solid rgba(0,0,0,.1)
}
.small,
small {
 font-size:80%;
 font-weight:400
}
.mark,
mark {
 padding:.2em;
 background-color:#fcf8e3
}
.list-inline,
.list-unstyled {
 padding-left:0;
 list-style:none
}
.list-inline-item {
 display:inline-block
}
.list-inline-item:not(:last-child) {
 margin-right:.5rem
}
.initialism {
 font-size:90%;
 text-transform:uppercase
}
.blockquote {
 margin-bottom:.7rem;
 font-size:1.25rem
}
.blockquote-footer {
 display:block;
 font-size:80%;
 color:#6c757d
}
.blockquote-footer:before {
 content:"— "
}
.img-fluid,
.img-thumbnail {
 max-width:100%;
 height:auto
}
.img-thumbnail {
 padding:.25rem;
 background-color:#fff;
 border:1px solid #dee2e6;
 border-radius:.25rem
}
.figure {
 display:inline-block
}
.figure-img {
 margin-bottom:.35rem;
 line-height:1
}
.figure-caption {
 font-size:90%;
 color:#6c757d
}
code {
 font-size:87.5%;
 color:#e83e8c;
 word-break:break-word
}
a>code {
 color:inherit
}
kbd {
 padding:.2rem .4rem;
 font-size:87.5%;
 color:#fff;
 background-color:#212529;
 border-radius:.2rem
}
kbd kbd {
 padding:0;
 font-size:100%;
 font-weight:700
}
pre {
 display:block;
 font-size:87.5%;
 color:#212529
}
pre code {
 font-size:inherit;
 color:inherit;
 word-break:normal
}
.pre-scrollable {
 max-height:340px;
 overflow-y:scroll
}
.bsc-container {
 width:100%;
 padding-right:1.4rem;
 padding-left:1.4rem;
 margin-right:auto;
 margin-left:auto
}
@media(min-width:576px) {
 .bsc-container {
  max-width:540px
 }
}
@media(min-width:768px) {
 .bsc-container {
  max-width:45pc
 }
}
@media(min-width:992px) {
 .bsc-container {
  max-width:60pc
 }
}
@media(min-width:1200px) {
 .bsc-container {
  max-width:855pt
 }
}
.container-fluid {
 width:100%;
 padding-right:1.4rem;
 padding-left:1.4rem;
 margin-right:auto;
 margin-left:auto
}
.row {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-right:-1.4rem;
 margin-left:-1.4rem
}
.no-gutters {
 margin-right:0;
 margin-left:0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
 padding-right:0;
 padding-left:0
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
 position:relative;
 width:100%;
 min-height:1px;
 padding-right:1.4rem;
 padding-left:1.4rem
}
.col {
 -ms-flex-preferred-size:0;
 flex-basis:0;
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1;
 max-width:100%
}
.col-auto {
 -ms-flex:0 0 auto;
 flex:0 0 auto;
 width:auto;
 max-width:none
}
.col-1,
.col-auto {
 -webkit-box-flex:0
}
.col-1 {
 -ms-flex:0 0 8.3333333333%;
 flex:0 0 8.3333333333%;
 max-width:8.3333333333%
}
.col-2 {
 -ms-flex:0 0 16.6666666667%;
 flex:0 0 16.6666666667%;
 max-width:16.6666666667%
}
.col-2,
.col-3 {
 -webkit-box-flex:0
}
.col-3 {
 -ms-flex:0 0 25%;
 flex:0 0 25%;
 max-width:25%
}
.col-4 {
 -ms-flex:0 0 33.3333333333%;
 flex:0 0 33.3333333333%;
 max-width:33.3333333333%
}
.col-4,
.col-5 {
 -webkit-box-flex:0
}
.col-5 {
 -ms-flex:0 0 41.6666666667%;
 flex:0 0 41.6666666667%;
 max-width:41.6666666667%
}
.col-6 {
 -ms-flex:0 0 50%;
 flex:0 0 50%;
 max-width:50%
}
.col-6,
.col-7 {
 -webkit-box-flex:0
}
.col-7 {
 -ms-flex:0 0 58.3333333333%;
 flex:0 0 58.3333333333%;
 max-width:58.3333333333%
}
.col-8 {
 -ms-flex:0 0 66.6666666667%;
 flex:0 0 66.6666666667%;
 max-width:66.6666666667%
}
.col-8,
.col-9 {
 -webkit-box-flex:0
}
.col-9 {
 -ms-flex:0 0 75%;
 flex:0 0 75%;
 max-width:75%
}
.col-10 {
 -ms-flex:0 0 83.3333333333%;
 flex:0 0 83.3333333333%;
 max-width:83.3333333333%
}
.col-10,
.col-11 {
 -webkit-box-flex:0
}
.col-11 {
 -ms-flex:0 0 91.6666666667%;
 flex:0 0 91.6666666667%;
 max-width:91.6666666667%
}
.col-12 {
 -webkit-box-flex:0;
 -ms-flex:0 0 100%;
 flex:0 0 100%;
 max-width:100%
}
.order-first {
 -webkit-box-ordinal-group:0;
 -ms-flex-order:-1;
 order:-1
}
.order-last {
 -webkit-box-ordinal-group:14;
 -ms-flex-order:13;
 order:13
}
.order-0 {
 -webkit-box-ordinal-group:1;
 -ms-flex-order:0;
 order:0
}
.order-1 {
 -webkit-box-ordinal-group:2;
 -ms-flex-order:1;
 order:1
}
.order-2 {
 -webkit-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2
}
.order-3 {
 -webkit-box-ordinal-group:4;
 -ms-flex-order:3;
 order:3
}
.order-4 {
 -webkit-box-ordinal-group:5;
 -ms-flex-order:4;
 order:4
}
.order-5 {
 -webkit-box-ordinal-group:6;
 -ms-flex-order:5;
 order:5
}
.order-6 {
 -webkit-box-ordinal-group:7;
 -ms-flex-order:6;
 order:6
}
.order-7 {
 -webkit-box-ordinal-group:8;
 -ms-flex-order:7;
 order:7
}
.order-8 {
 -webkit-box-ordinal-group:9;
 -ms-flex-order:8;
 order:8
}
.order-9 {
 -webkit-box-ordinal-group:10;
 -ms-flex-order:9;
 order:9
}
.order-10 {
 -webkit-box-ordinal-group:11;
 -ms-flex-order:10;
 order:10
}
.order-11 {
 -webkit-box-ordinal-group:12;
 -ms-flex-order:11;
 order:11
}
.order-12 {
 -webkit-box-ordinal-group:13;
 -ms-flex-order:12;
 order:12
}
.offset-1 {
 margin-left:8.3333333333%
}
.offset-2 {
 margin-left:16.6666666667%
}
.offset-3 {
 margin-left:25%
}
.offset-4 {
 margin-left:33.3333333333%
}
.offset-5 {
 margin-left:41.6666666667%
}
.offset-6 {
 margin-left:50%
}
.offset-7 {
 margin-left:58.3333333333%
}
.offset-8 {
 margin-left:66.6666666667%
}
.offset-9 {
 margin-left:75%
}
.offset-10 {
 margin-left:83.3333333333%
}
.offset-11 {
 margin-left:91.6666666667%
}
@media(min-width:576px) {
 .col-sm {
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
 }
 .col-sm-auto {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto;
  max-width:none
 }
 .col-sm-1 {
  -webkit-box-flex:0;
  -ms-flex:0 0 8.3333333333%;
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%
 }
 .col-sm-2 {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.6666666667%;
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%
 }
 .col-sm-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .col-sm-4 {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.3333333333%;
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%
 }
 .col-sm-5 {
  -webkit-box-flex:0;
  -ms-flex:0 0 41.6666666667%;
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%
 }
 .col-sm-6 {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .col-sm-7 {
  -webkit-box-flex:0;
  -ms-flex:0 0 58.3333333333%;
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%
 }
 .col-sm-8 {
  -webkit-box-flex:0;
  -ms-flex:0 0 66.6666666667%;
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%
 }
 .col-sm-9 {
  -webkit-box-flex:0;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
 }
 .col-sm-10 {
  -webkit-box-flex:0;
  -ms-flex:0 0 83.3333333333%;
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%
 }
 .col-sm-11 {
  -webkit-box-flex:0;
  -ms-flex:0 0 91.6666666667%;
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%
 }
 .col-sm-12 {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .order-sm-first {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  order:-1
 }
 .order-sm-last {
  -webkit-box-ordinal-group:14;
  -ms-flex-order:13;
  order:13
 }
 .order-sm-0 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:0;
  order:0
 }
 .order-sm-1 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
 .order-sm-2 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .order-sm-3 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:3;
  order:3
 }
 .order-sm-4 {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:4;
  order:4
 }
 .order-sm-5 {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:5;
  order:5
 }
 .order-sm-6 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:6;
  order:6
 }
 .order-sm-7 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:7;
  order:7
 }
 .order-sm-8 {
  -webkit-box-ordinal-group:9;
  -ms-flex-order:8;
  order:8
 }
 .order-sm-9 {
  -webkit-box-ordinal-group:10;
  -ms-flex-order:9;
  order:9
 }
 .order-sm-10 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:10;
  order:10
 }
 .order-sm-11 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:11;
  order:11
 }
 .order-sm-12 {
  -webkit-box-ordinal-group:13;
  -ms-flex-order:12;
  order:12
 }
 .offset-sm-0 {
  margin-left:0
 }
 .offset-sm-1 {
  margin-left:8.3333333333%
 }
 .offset-sm-2 {
  margin-left:16.6666666667%
 }
 .offset-sm-3 {
  margin-left:25%
 }
 .offset-sm-4 {
  margin-left:33.3333333333%
 }
 .offset-sm-5 {
  margin-left:41.6666666667%
 }
 .offset-sm-6 {
  margin-left:50%
 }
 .offset-sm-7 {
  margin-left:58.3333333333%
 }
 .offset-sm-8 {
  margin-left:66.6666666667%
 }
 .offset-sm-9 {
  margin-left:75%
 }
 .offset-sm-10 {
  margin-left:83.3333333333%
 }
 .offset-sm-11 {
  margin-left:91.6666666667%
 }
}
@media(min-width:768px) {
 .col-md {
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
 }
 .col-md-auto {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto;
  max-width:none
 }
 .col-md-1 {
  -webkit-box-flex:0;
  -ms-flex:0 0 8.3333333333%;
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%
 }
 .col-md-2 {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.6666666667%;
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%
 }
 .col-md-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .col-md-4 {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.3333333333%;
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%
 }
 .col-md-5 {
  -webkit-box-flex:0;
  -ms-flex:0 0 41.6666666667%;
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%
 }
 .col-md-6 {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .col-md-7 {
  -webkit-box-flex:0;
  -ms-flex:0 0 58.3333333333%;
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%
 }
 .col-md-8 {
  -webkit-box-flex:0;
  -ms-flex:0 0 66.6666666667%;
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%
 }
 .col-md-9 {
  -webkit-box-flex:0;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
 }
 .col-md-10 {
  -webkit-box-flex:0;
  -ms-flex:0 0 83.3333333333%;
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%
 }
 .col-md-11 {
  -webkit-box-flex:0;
  -ms-flex:0 0 91.6666666667%;
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%
 }
 .col-md-12 {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .order-md-first {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  order:-1
 }
 .order-md-last {
  -webkit-box-ordinal-group:14;
  -ms-flex-order:13;
  order:13
 }
 .order-md-0 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:0;
  order:0
 }
 .order-md-1 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
 .order-md-2 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .order-md-3 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:3;
  order:3
 }
 .order-md-4 {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:4;
  order:4
 }
 .order-md-5 {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:5;
  order:5
 }
 .order-md-6 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:6;
  order:6
 }
 .order-md-7 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:7;
  order:7
 }
 .order-md-8 {
  -webkit-box-ordinal-group:9;
  -ms-flex-order:8;
  order:8
 }
 .order-md-9 {
  -webkit-box-ordinal-group:10;
  -ms-flex-order:9;
  order:9
 }
 .order-md-10 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:10;
  order:10
 }
 .order-md-11 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:11;
  order:11
 }
 .order-md-12 {
  -webkit-box-ordinal-group:13;
  -ms-flex-order:12;
  order:12
 }
 .offset-md-0 {
  margin-left:0
 }
 .offset-md-1 {
  margin-left:8.3333333333%
 }
 .offset-md-2 {
  margin-left:16.6666666667%
 }
 .offset-md-3 {
  margin-left:25%
 }
 .offset-md-4 {
  margin-left:33.3333333333%
 }
 .offset-md-5 {
  margin-left:41.6666666667%
 }
 .offset-md-6 {
  margin-left:50%
 }
 .offset-md-7 {
  margin-left:58.3333333333%
 }
 .offset-md-8 {
  margin-left:66.6666666667%
 }
 .offset-md-9 {
  margin-left:75%
 }
 .offset-md-10 {
  margin-left:83.3333333333%
 }
 .offset-md-11 {
  margin-left:91.6666666667%
 }
}
@media(min-width:992px) {
 .col-lg {
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
 }
 .col-lg-auto {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto;
  max-width:none
 }
 .col-lg-1 {
  -webkit-box-flex:0;
  -ms-flex:0 0 8.3333333333%;
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%
 }
 .col-lg-2 {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.6666666667%;
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%
 }
 .col-lg-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .col-lg-4 {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.3333333333%;
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%
 }
 .col-lg-5 {
  -webkit-box-flex:0;
  -ms-flex:0 0 41.6666666667%;
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%
 }
 .col-lg-6 {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .col-lg-7 {
  -webkit-box-flex:0;
  -ms-flex:0 0 58.3333333333%;
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%
 }
 .col-lg-8 {
  -webkit-box-flex:0;
  -ms-flex:0 0 66.6666666667%;
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%
 }
 .col-lg-9 {
  -webkit-box-flex:0;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
 }
 .col-lg-10 {
  -webkit-box-flex:0;
  -ms-flex:0 0 83.3333333333%;
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%
 }
 .col-lg-11 {
  -webkit-box-flex:0;
  -ms-flex:0 0 91.6666666667%;
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%
 }
 .col-lg-12 {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .order-lg-first {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  order:-1
 }
 .order-lg-last {
  -webkit-box-ordinal-group:14;
  -ms-flex-order:13;
  order:13
 }
 .order-lg-0 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:0;
  order:0
 }
 .order-lg-1 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
 .order-lg-2 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .order-lg-3 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:3;
  order:3
 }
 .order-lg-4 {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:4;
  order:4
 }
 .order-lg-5 {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:5;
  order:5
 }
 .order-lg-6 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:6;
  order:6
 }
 .order-lg-7 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:7;
  order:7
 }
 .order-lg-8 {
  -webkit-box-ordinal-group:9;
  -ms-flex-order:8;
  order:8
 }
 .order-lg-9 {
  -webkit-box-ordinal-group:10;
  -ms-flex-order:9;
  order:9
 }
 .order-lg-10 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:10;
  order:10
 }
 .order-lg-11 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:11;
  order:11
 }
 .order-lg-12 {
  -webkit-box-ordinal-group:13;
  -ms-flex-order:12;
  order:12
 }
 .offset-lg-0 {
  margin-left:0
 }
 .offset-lg-1 {
  margin-left:8.3333333333%
 }
 .offset-lg-2 {
  margin-left:16.6666666667%
 }
 .offset-lg-3 {
  margin-left:25%
 }
 .offset-lg-4 {
  margin-left:33.3333333333%
 }
 .offset-lg-5 {
  margin-left:41.6666666667%
 }
 .offset-lg-6 {
  margin-left:50%
 }
 .offset-lg-7 {
  margin-left:58.3333333333%
 }
 .offset-lg-8 {
  margin-left:66.6666666667%
 }
 .offset-lg-9 {
  margin-left:75%
 }
 .offset-lg-10 {
  margin-left:83.3333333333%
 }
 .offset-lg-11 {
  margin-left:91.6666666667%
 }
}
@media(min-width:1200px) {
 .col-xl {
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
 }
 .col-xl-auto {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto;
  max-width:none
 }
 .col-xl-1 {
  -webkit-box-flex:0;
  -ms-flex:0 0 8.3333333333%;
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%
 }
 .col-xl-2 {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.6666666667%;
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%
 }
 .col-xl-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .col-xl-4 {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.3333333333%;
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%
 }
 .col-xl-5 {
  -webkit-box-flex:0;
  -ms-flex:0 0 41.6666666667%;
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%
 }
 .col-xl-6 {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .col-xl-7 {
  -webkit-box-flex:0;
  -ms-flex:0 0 58.3333333333%;
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%
 }
 .col-xl-8 {
  -webkit-box-flex:0;
  -ms-flex:0 0 66.6666666667%;
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%
 }
 .col-xl-9 {
  -webkit-box-flex:0;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
 }
 .col-xl-10 {
  -webkit-box-flex:0;
  -ms-flex:0 0 83.3333333333%;
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%
 }
 .col-xl-11 {
  -webkit-box-flex:0;
  -ms-flex:0 0 91.6666666667%;
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%
 }
 .col-xl-12 {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .order-xl-first {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  order:-1
 }
 .order-xl-last {
  -webkit-box-ordinal-group:14;
  -ms-flex-order:13;
  order:13
 }
 .order-xl-0 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:0;
  order:0
 }
 .order-xl-1 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
 .order-xl-2 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .order-xl-3 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:3;
  order:3
 }
 .order-xl-4 {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:4;
  order:4
 }
 .order-xl-5 {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:5;
  order:5
 }
 .order-xl-6 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:6;
  order:6
 }
 .order-xl-7 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:7;
  order:7
 }
 .order-xl-8 {
  -webkit-box-ordinal-group:9;
  -ms-flex-order:8;
  order:8
 }
 .order-xl-9 {
  -webkit-box-ordinal-group:10;
  -ms-flex-order:9;
  order:9
 }
 .order-xl-10 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:10;
  order:10
 }
 .order-xl-11 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:11;
  order:11
 }
 .order-xl-12 {
  -webkit-box-ordinal-group:13;
  -ms-flex-order:12;
  order:12
 }
 .offset-xl-0 {
  margin-left:0
 }
 .offset-xl-1 {
  margin-left:8.3333333333%
 }
 .offset-xl-2 {
  margin-left:16.6666666667%
 }
 .offset-xl-3 {
  margin-left:25%
 }
 .offset-xl-4 {
  margin-left:33.3333333333%
 }
 .offset-xl-5 {
  margin-left:41.6666666667%
 }
 .offset-xl-6 {
  margin-left:50%
 }
 .offset-xl-7 {
  margin-left:58.3333333333%
 }
 .offset-xl-8 {
  margin-left:66.6666666667%
 }
 .offset-xl-9 {
  margin-left:75%
 }
 .offset-xl-10 {
  margin-left:83.3333333333%
 }
 .offset-xl-11 {
  margin-left:91.6666666667%
 }
}
.table {
 width:100%;
 max-width:100%;
 margin-bottom:.7rem;
 background-color:transparent
}
.table td,
.table th {
 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 .table {
 background-color:#fff
}
.table-sm td,
.table-sm th {
 padding:.3rem
}
.table-bordered,
.table-bordered td,
.table-bordered th {
 border:1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
 border-bottom-width:2px
}
.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
 border:0
}
.table-striped tbody tr:nth-of-type(odd) {
 background-color:rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
 background-color:rgba(0,0,0,.075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
 background-color:#b8c8d7
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
 background-color:#a8bbce
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
 background-color:#b8dbea
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
 background-color:#a4d1e4
}
.table-success,
.table-success>td,
.table-success>th {
 background-color:#c3e6cb
}
.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
 background-color:#b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
 background-color:#bee5eb
}
.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
 background-color:#abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
 background-color:#ffeeba
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
 background-color:#ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
 background-color:#f5c6cb
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
 background-color:#f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
 background-color:#f7f7f8
}
.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
 background-color:#e9e9ec
}
.table-dark,
.table-dark>td,
.table-dark>th {
 background-color:#d5d8da
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
 background-color:#c7cbce
}
.table-darker,
.table-darker>td,
.table-darker>th {
 background-color:#eaebed
}
.table-hover .table-darker:hover,
.table-hover .table-darker:hover>td,
.table-hover .table-darker:hover>th {
 background-color:#dcdee1
}
.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
 background-color:rgba(0,0,0,.075)
}
.table .thead-dark th {
 color:#fff;
 background-color:#212529;
 border-color:#32383e
}
.table .thead-light th {
 color:#495057;
 background-color:#e9ecef;
 border-color:#dee2e6
}
.table-dark {
 color:#fff;
 background-color:#212529
}
.table-dark td,
.table-dark th,
.table-dark thead th {
 border-color:#32383e
}
.table-dark.table-bordered {
 border:0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
 background-color:hsla(0,0%,100%,.05)
}
.table-dark.table-hover tbody tr:hover {
 background-color:hsla(0,0%,100%,.075)
}
@media(max-width:575.98px) {
 .table-responsive-sm {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar
 }
 .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;
  -ms-overflow-style:-ms-autohiding-scrollbar
 }
 .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;
  -ms-overflow-style:-ms-autohiding-scrollbar
 }
 .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;
  -ms-overflow-style:-ms-autohiding-scrollbar
 }
 .table-responsive-xl>.table-bordered {
  border:0
 }
}
.table-responsive {
 display:block;
 width:100%;
 overflow-x:auto;
 -webkit-overflow-scrolling:touch;
 -ms-overflow-style:-ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
 border:0
}
.form-control {
 display:block;
 width:100%;
 padding:.375rem .75rem;
 font-size:1.6rem;
 line-height:1.5;
 color:#495057;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid #ced4da;
 border-radius:.25rem;
 -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce) {
 .form-control {
  -webkit-transition:none;
  transition:none
 }
}
.form-control::-ms-expand {
 background-color:transparent;
 border:0
}
.form-control:focus {
 color:#495057;
 background-color:#fff;
 border-color:#80bdff;
 outline:0;
 -webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
 box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::-webkit-input-placeholder {
 color:#6c757d;
 opacity:1
}
.form-control::-moz-placeholder {
 color:#6c757d;
 opacity:1
}
.form-control:-ms-input-placeholder {
 color:#6c757d;
 opacity:1
}
.form-control::-ms-input-placeholder {
 color:#6c757d;
 opacity:1
}
.form-control::placeholder {
 color:#6c757d;
 opacity:1
}
.form-control:disabled,
.form-control[readonly] {
 background-color:#e9ecef;
 opacity:1
}
select.form-control:not([size]):not([multiple]) {
 height:calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value {
 color:#495057;
 background-color:#fff
}
.form-control-file,
.form-control-range {
 display:block;
 width:100%
}
.col-form-label {
 padding-top:calc(.375rem + 1px);
 padding-bottom:calc(.375rem + 1px);
 margin-bottom:0;
 font-size:inherit;
 line-height:1.5
}
.col-form-label-lg {
 padding-top:calc(.5rem + 1px);
 padding-bottom:calc(.5rem + 1px);
 font-size:1.8rem;
 line-height:1.5
}
.col-form-label-sm {
 padding-top:calc(.25rem + 1px);
 padding-bottom:calc(.25rem + 1px);
 font-size:1.2rem;
 line-height:1.5
}
.form-control-plaintext {
 display:block;
 width:100%;
 padding-top:.375rem;
 padding-bottom:.375rem;
 margin-bottom:0;
 line-height:1.5;
 color:#212529;
 background-color:transparent;
 border:solid transparent;
 border-width:1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
 padding-right:0;
 padding-left:0
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
 padding:.25rem .5rem;
 font-size:1.2rem;
 line-height:1.5;
 border-radius:.2rem
}
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
 height:calc(1.8125rem + 2px)
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
 padding:.5rem 1rem;
 font-size:1.8rem;
 line-height:1.5;
 border-radius:.3rem
}
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
 height:calc(2.875rem + 2px)
}
.form-group {
 margin-bottom:1rem
}
.form-text {
 display:block;
 margin-top:.25rem
}
.form-row {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-right:-5px;
 margin-left:-5px
}
.form-row>.col,
.form-row>[class*=col-] {
 padding-right:5px;
 padding-left:5px
}
.form-check {
 position:relative;
 display:block;
 padding-left:1.25rem
}
.form-check-input {
 position:absolute;
 margin-top:.3rem;
 margin-left:-1.25rem
}
.form-check-input:disabled~.form-check-label {
 color:#6c757d
}
.form-check-label {
 margin-bottom:0
}
.form-check-inline {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding-left:0;
 margin-right:.75rem
}
.form-check-inline .form-check-input {
 position:static;
 margin-top:0;
 margin-right:.3125rem;
 margin-left:0
}
.valid-feedback {
 display:none;
 width:100%;
 margin-top:.25rem;
 font-size:80%;
 color:#28a745
}
.valid-tooltip {
 position:absolute;
 top:100%;
 z-index:5;
 display:none;
 max-width:100%;
 padding:.5rem;
 margin-top:.1rem;
 font-size:.875rem;
 line-height:1;
 color:#fff;
 background-color:rgba(40,167,69,.8);
 border-radius:.2rem
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
 border-color:#28a745
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
 border-color:#28a745;
 -webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);
 box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
 display:block
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
 color:#28a745
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
 display:block
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
 color:#28a745
}
.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
 background-color:#71dd8a
}
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
 display:block
}
.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
 background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
 -webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
 box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
 border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
 border-color:inherit
}
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
 display:block
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
 -webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);
 box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback {
 display:none;
 width:100%;
 margin-top:.25rem;
 font-size:80%;
 color:#dc3545
}
.invalid-tooltip {
 position:absolute;
 top:100%;
 z-index:5;
 display:none;
 max-width:100%;
 padding:.5rem;
 margin-top:.1rem;
 font-size:.875rem;
 line-height:1;
 color:#fff;
 background-color:rgba(220,53,69,.8);
 border-radius:.2rem
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
 border-color:#dc3545
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
 border-color:#dc3545;
 -webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);
 box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
 display:block
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
 color:#dc3545
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
 display:block
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
 color:#dc3545
}
.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
 background-color:#efa2a9
}
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
 display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
 background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
 -webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
 box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
 border-color:#dc3545
}
.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
 border-color:inherit
}
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
 display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
 -webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);
 box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-flow:row wrap;
 flex-flow:row wrap;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.form-inline .form-check {
 width:100%
}
@media(min-width:576px) {
 .form-inline label {
  -ms-flex-align:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .form-inline .form-group,
 .form-inline label {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  margin-bottom:0
 }
 .form-inline .form-group {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -ms-flex-align:center
 }
 .form-inline .form-control {
  display:inline-block;
  width:auto;
  vertical-align:middle
 }
 .form-inline .form-control-plaintext {
  display:inline-block
 }
 .form-inline .custom-select,
 .form-inline .input-group {
  width:auto
 }
 .form-inline .form-check {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:auto;
  padding-left:0
 }
 .form-inline .form-check-input {
  position:relative;
  margin-top:0;
  margin-right:.25rem;
  margin-left:0
 }
 .form-inline .custom-control {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .form-inline .custom-control-label {
  margin-bottom:0
 }
}
.btn {
 display:inline-block;
 font-weight:700;
 text-align:center;
 white-space:nowrap;
 vertical-align:middle;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 border:1px solid transparent;
 padding:.375rem .75rem;
 font-size:1.6rem;
 line-height:1.5;
 border-radius:3px;
 -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce) {
 .btn {
  -webkit-transition:none;
  transition:none
 }
}
.btn:focus,
.btn:hover {
 text-decoration:none
}
.btn.focus,
.btn:focus {
 outline:0;
 -webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
 box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.btn.disabled,
.btn:disabled {
 opacity:.65
}
.btn:not(:disabled):not(.disabled) {
 cursor:pointer
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
 background-image:none
}
a.btn.disabled,
fieldset:disabled a.btn {
 pointer-events:none
}
.btn-primary {
 background-color:#003c71;
 border-color:#003c71
}
.btn-primary:hover {
 color:#fff;
 background-color:#00284b;
 border-color:#00213e
}
.btn-primary.focus,
.btn-primary:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(0,60,113,.5);
 box-shadow:0 0 0 .2rem rgba(0,60,113,.5)
}
.btn-primary.disabled,
.btn-primary:disabled {
 color:#fff;
 background-color:#003c71;
 border-color:#003c71
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
 color:#fff;
 background-color:#00213e;
 border-color:#001a31
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(0,60,113,.5);
 box-shadow:0 0 0 .2rem rgba(0,60,113,.5)
}
.btn-secondary {
 color:#fff;
 background-color:#007db3
}
.btn-secondary:hover {
 color:#fff;
 background-color:#00628d;
 border-color:#005980
}
.btn-secondary.focus,
.btn-secondary:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(0,125,179,.5);
 box-shadow:0 0 0 .2rem rgba(0,125,179,.5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
 color:#fff;
 background-color:#007db3;
 border-color:#007db3
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
 color:#fff;
 background-color:#005980;
 border-color:#005073
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(0,125,179,.5);
 box-shadow:0 0 0 .2rem rgba(0,125,179,.5)
}
.btn-success {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-success:hover {
 color:#fff;
 background-color:#218838;
 border-color:#1e7e34
}
.btn-success.focus,
.btn-success:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);
 box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-success.disabled,
.btn-success:disabled {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
 color:#fff;
 background-color:#1e7e34;
 border-color:#1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);
 box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.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 {
 -webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);
 box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-info.disabled,
.btn-info:disabled {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
 color:#fff;
 background-color:#117a8b;
 border-color:#10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);
 box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.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 {
 -webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);
 box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-warning.disabled,
.btn-warning:disabled {
 color:#212529;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
 color:#212529;
 background-color:#d39e00;
 border-color:#c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);
 box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.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 {
 -webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);
 box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-danger.disabled,
.btn-danger:disabled {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
 color:#fff;
 background-color:#bd2130;
 border-color:#b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);
 box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-light {
 color:#212529;
 background-color:#e1e3e5;
 border-color:#e1e3e5
}
.btn-light:hover {
 color:#212529;
 background-color:#cdd0d3;
 border-color:#c6cacd
}
.btn-light.focus,
.btn-light:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(225,227,229,.5);
 box-shadow:0 0 0 .2rem rgba(225,227,229,.5)
}
.btn-light.disabled,
.btn-light:disabled {
 color:#212529;
 background-color:#e1e3e5;
 border-color:#e1e3e5
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
 color:#212529;
 background-color:#c6cacd;
 border-color:#bfc3c7
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(225,227,229,.5);
 box-shadow:0 0 0 .2rem rgba(225,227,229,.5)
}
.btn-dark {
 color:#fff;
 background-color:#6a737b;
 border-color:#6a737b
}
.btn-dark:hover {
 color:#fff;
 background-color:#586066;
 border-color:#525960
}
.btn-dark.focus,
.btn-dark:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(106,115,123,.5);
 box-shadow:0 0 0 .2rem rgba(106,115,123,.5)
}
.btn-dark.disabled,
.btn-dark:disabled {
 color:#fff;
 background-color:#6a737b;
 border-color:#6a737b
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
 color:#fff;
 background-color:#525960;
 border-color:#4c5359
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(106,115,123,.5);
 box-shadow:0 0 0 .2rem rgba(106,115,123,.5)
}
.btn-darker {
 color:#212529;
 background-color:#b4b9bd;
 border-color:#b4b9bd
}
.btn-darker:hover {
 color:#212529;
 background-color:#a0a6ab;
 border-color:#99a0a5
}
.btn-darker.focus,
.btn-darker:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(180,185,189,.5);
 box-shadow:0 0 0 .2rem rgba(180,185,189,.5)
}
.btn-darker.disabled,
.btn-darker:disabled {
 color:#212529;
 background-color:#b4b9bd;
 border-color:#b4b9bd
}
.btn-darker:not(:disabled):not(.disabled).active,
.btn-darker:not(:disabled):not(.disabled):active,
.show>.btn-darker.dropdown-toggle {
 color:#212529;
 background-color:#99a0a5;
 border-color:#92999f
}
.btn-darker:not(:disabled):not(.disabled).active:focus,
.btn-darker:not(:disabled):not(.disabled):active:focus,
.show>.btn-darker.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(180,185,189,.5);
 box-shadow:0 0 0 .2rem rgba(180,185,189,.5)
}
.btn-outline-primary {
 color:#003c71;
 background-color:transparent;
 background-image:none;
 border-color:#003c71
}
.btn-outline-primary:hover {
 color:#fff;
 background-color:#003c71;
 border-color:#003c71
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(0,60,113,.5);
 box-shadow:0 0 0 .2rem rgba(0,60,113,.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
 color:#003c71;
 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:#003c71;
 border-color:#003c71
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(0,60,113,.5);
 box-shadow:0 0 0 .2rem rgba(0,60,113,.5)
}
.btn-outline-secondary {
 color:#007db3;
 background-color:transparent;
 background-image:none;
 border-color:#007db3
}
.btn-outline-secondary:hover {
 color:#fff;
 background-color:#007db3;
 border-color:#007db3
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(0,125,179,.5);
 box-shadow:0 0 0 .2rem rgba(0,125,179,.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
 color:#007db3;
 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:#007db3;
 border-color:#007db3
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(0,125,179,.5);
 box-shadow:0 0 0 .2rem rgba(0,125,179,.5)
}
.btn-outline-success {
 color:#28a745;
 background-color:transparent;
 background-image:none;
 border-color:#28a745
}
.btn-outline-success:hover {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-outline-success.focus,
.btn-outline-success:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);
 box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
 color:#28a745;
 background-color:transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);
 box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-info {
 color:#17a2b8;
 background-color:transparent;
 background-image:none;
 border-color:#17a2b8
}
.btn-outline-info:hover {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-outline-info.focus,
.btn-outline-info:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);
 box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
 color:#17a2b8;
 background-color:transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);
 box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-warning {
 color:#ffc107;
 background-color:transparent;
 background-image:none;
 border-color:#ffc107
}
.btn-outline-warning:hover {
 color:#212529;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);
 box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
 color:#ffc107;
 background-color:transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
 color:#212529;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);
 box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-danger {
 color:#dc3545;
 background-color:transparent;
 background-image:none;
 border-color:#dc3545
}
.btn-outline-danger:hover {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);
 box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
 color:#dc3545;
 background-color:transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);
 box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-light {
 color:#e1e3e5;
 background-color:transparent;
 background-image:none;
 border-color:#e1e3e5
}
.btn-outline-light:hover {
 color:#212529;
 background-color:#e1e3e5;
 border-color:#e1e3e5
}
.btn-outline-light.focus,
.btn-outline-light:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(225,227,229,.5);
 box-shadow:0 0 0 .2rem rgba(225,227,229,.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
 color:#e1e3e5;
 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:#e1e3e5;
 border-color:#e1e3e5
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(225,227,229,.5);
 box-shadow:0 0 0 .2rem rgba(225,227,229,.5)
}
.btn-outline-dark {
 color:#6a737b;
 background-color:transparent;
 background-image:none;
 border-color:#6a737b
}
.btn-outline-dark:hover {
 color:#fff;
 background-color:#6a737b;
 border-color:#6a737b
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(106,115,123,.5);
 box-shadow:0 0 0 .2rem rgba(106,115,123,.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
 color:#6a737b;
 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:#6a737b;
 border-color:#6a737b
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(106,115,123,.5);
 box-shadow:0 0 0 .2rem rgba(106,115,123,.5)
}
.btn-outline-darker {
 color:#b4b9bd;
 background-color:transparent;
 background-image:none;
 border-color:#b4b9bd
}
.btn-outline-darker:hover {
 color:#212529;
 background-color:#b4b9bd;
 border-color:#b4b9bd
}
.btn-outline-darker.focus,
.btn-outline-darker:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(180,185,189,.5);
 box-shadow:0 0 0 .2rem rgba(180,185,189,.5)
}
.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
 color:#b4b9bd;
 background-color:transparent
}
.btn-outline-darker:not(:disabled):not(.disabled).active,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.show>.btn-outline-darker.dropdown-toggle {
 color:#212529;
 background-color:#b4b9bd;
 border-color:#b4b9bd
}
.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-darker.dropdown-toggle:focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(180,185,189,.5);
 box-shadow:0 0 0 .2rem rgba(180,185,189,.5)
}
.btn-link {
 font-weight:400;
 color:#007bff;
 background-color:transparent
}
.btn-link:hover {
 color:#0056b3;
 background-color:transparent
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
 text-decoration:underline;
 border-color:transparent
}
.btn-link.focus,
.btn-link:focus {
 -webkit-box-shadow:none;
 box-shadow:none
}
.btn-link.disabled,
.btn-link:disabled {
 color:#b4b9bd;
 pointer-events:none
}
.btn-group-lg>.btn,
.btn-lg {
 padding:.5rem 1rem;
 font-size:1.8rem;
 line-height:1.5;
 border-radius:3px
}
.btn-group-sm>.btn,
.btn-sm {
 padding:.25rem .5rem;
 font-size:1.2rem;
 line-height:1.5;
 border-radius:3px
}
.btn-block {
 display:block;
 width:100%
}
.btn-block+.btn-block {
 margin-top:.5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
 width:100%
}
.fade {
 -webkit-transition:opacity .15s linear;
 transition:opacity .15s linear
}
@media screen and (prefers-reduced-motion:reduce) {
 .fade {
  -webkit-transition:none;
  transition:none
 }
}
.fade:not(.show) {
 opacity:0
}
.collapse:not(.show) {
 display:none
}
.collapsing {
 position:relative;
 height:0;
 overflow:hidden;
 -webkit-transition:height .35s ease;
 transition:height .35s ease
}
@media screen and (prefers-reduced-motion:reduce) {
 .collapsing {
  -webkit-transition:none;
  transition:none
 }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
 position:relative
}
.dropdown-toggle:after {
 display:inline-block;
 width:0;
 height:0;
 margin-left:.255em;
 vertical-align:.255em;
 content:"";
 border-top:.3em solid;
 border-right:.3em solid transparent;
 border-bottom:0;
 border-left:.3em solid transparent
}
.dropdown-toggle:empty:after {
 margin-left:0
}
.dropdown-menu {
 position:absolute;
 top:100%;
 left:0;
 z-index:1000;
 display:none;
 float:left;
 min-width:10rem;
 padding:.5rem 0;
 margin:.125rem 0 0;
 font-size:1.6rem;
 color:#212529;
 text-align:left;
 list-style:none;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,.15);
 border-radius:.25rem
}
.dropdown-menu-right {
 right:0;
 left:auto
}
.dropup .dropdown-menu {
 top:auto;
 bottom:100%;
 margin-top:0;
 margin-bottom:.125rem
}
.dropup .dropdown-toggle:after {
 display:inline-block;
 width:0;
 height:0;
 margin-left:.255em;
 vertical-align:.255em;
 content:"";
 border-top:0;
 border-right:.3em solid transparent;
 border-bottom:.3em solid;
 border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty:after {
 margin-left:0
}
.dropright .dropdown-menu {
 top:0;
 right:auto;
 left:100%;
 margin-top:0;
 margin-left:.125rem
}
.dropright .dropdown-toggle:after {
 display:inline-block;
 width:0;
 height:0;
 margin-left:.255em;
 vertical-align:.255em;
 content:"";
 border-top:.3em solid transparent;
 border-right:0;
 border-bottom:.3em solid transparent;
 border-left:.3em solid
}
.dropright .dropdown-toggle:empty:after {
 margin-left:0
}
.dropright .dropdown-toggle:after {
 vertical-align:0
}
.dropleft .dropdown-menu {
 top:0;
 right:100%;
 left:auto;
 margin-top:0;
 margin-right:.125rem
}
.dropleft .dropdown-toggle:after {
 display:inline-block;
 width:0;
 height:0;
 margin-left:.255em;
 vertical-align:.255em;
 content:"";
 display:none
}
.dropleft .dropdown-toggle:before {
 display:inline-block;
 width:0;
 height:0;
 margin-right:.255em;
 vertical-align:.255em;
 content:"";
 border-top:.3em solid transparent;
 border-right:.3em solid;
 border-bottom:.3em solid transparent
}
.dropleft .dropdown-toggle:empty:after {
 margin-left:0
}
.dropleft .dropdown-toggle:before {
 vertical-align:0
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
 right:auto;
 bottom:auto
}
.dropdown-divider {
 height:0;
 margin:.5rem 0;
 overflow:hidden;
 border-top:1px solid #e9ecef
}
.dropdown-item {
 display:block;
 width:100%;
 padding:.25rem 1.5rem;
 clear:both;
 font-weight:400;
 color:#212529;
 text-align:inherit;
 white-space:nowrap;
 background-color:transparent;
 border:0
}
.dropdown-item:focus,
.dropdown-item:hover {
 color:#16181b;
 text-decoration:none;
 background-color:#f8f9fa
}
.dropdown-item.active,
.dropdown-item:active {
 color:#fff;
 text-decoration:none;
 background-color:#007bff
}
.dropdown-item.disabled,
.dropdown-item:disabled {
 color:#6c757d;
 background-color:transparent
}
.dropdown-menu.show {
 display:block
}
.dropdown-header {
 display:block;
 padding:.5rem 1.5rem;
 margin-bottom:0;
 font-size:1.2rem;
 color:#6c757d;
 white-space:nowrap
}
.dropdown-item-text {
 display:block;
 padding:.25rem 1.5rem;
 color:#212529
}
.btn-group,
.btn-group-vertical {
 position:relative;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 vertical-align:middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
 position:relative;
 -webkit-box-flex:0;
 -ms-flex:0 1 auto;
 flex:0 1 auto
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
 z-index:1
}
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
 margin-left:-1px
}
.btn-toolbar {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start
}
.btn-toolbar .input-group {
 width:auto
}
.btn-group>.btn:first-child {
 margin-left:0
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
 border-top-right-radius:0;
 border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
 border-top-left-radius:0;
 border-bottom-left-radius:0
}
.dropdown-toggle-split {
 padding-right:.5625rem;
 padding-left:.5625rem
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
 margin-left:0
}
.dropleft .dropdown-toggle-split:before {
 margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
 padding-right:.375rem;
 padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
 padding-right:.75rem;
 padding-left:.75rem
}
.btn-group-vertical {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
 width:100%
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
 margin-top:-1px;
 margin-left:0
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
 border-bottom-right-radius:0;
 border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
 border-top-left-radius:0;
 border-top-right-radius:0
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
 margin-bottom:0
}
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
 position:absolute;
 clip:rect(0,0,0,0);
 pointer-events:none
}
.input-group {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-align:stretch;
 -ms-flex-align:stretch;
 align-items:stretch;
 width:100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
 position:relative;
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto;
 width:1%;
 margin-bottom:0
}
.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
 z-index:3
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
 margin-left:-1px
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
 border-top-right-radius:0;
 border-bottom-right-radius:0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
 border-top-left-radius:0;
 border-bottom-left-radius:0
}
.input-group>.custom-file {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
 border-top-right-radius:0;
 border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
 border-top-left-radius:0;
 border-bottom-left-radius:0
}
.input-group-append,
.input-group-prepend {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.input-group-append .btn,
.input-group-prepend .btn {
 position:relative;
 z-index:2
}
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
 margin-left:-1px
}
.input-group-prepend {
 margin-right:-1px
}
.input-group-append {
 margin-left:-1px
}
.input-group-text {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding:.375rem .75rem;
 margin-bottom:0;
 font-size:1.6rem;
 font-weight:400;
 line-height:1.5;
 color:#495057;
 text-align:center;
 white-space:nowrap;
 background-color:#e9ecef;
 border:1px solid #ced4da;
 border-radius:.25rem
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
 margin-top:0
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
 border-top-right-radius:0;
 border-bottom-right-radius:0
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
 border-top-left-radius:0;
 border-bottom-left-radius:0
}
.custom-control {
 position:relative;
 display:block;
 min-height:1.5rem;
 padding-left:1.5rem
}
.custom-control-inline {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 margin-right:1rem
}
.custom-control-input {
 position:absolute;
 z-index:-1;
 opacity:0
}
.custom-control-input:checked~.custom-control-label:before {
 color:#fff;
 background-color:#007bff
}
.custom-control-input:focus~.custom-control-label:before {
 -webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
 box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-control-input:active~.custom-control-label:before {
 color:#fff;
 background-color:#b3d7ff
}
.custom-control-input:disabled~.custom-control-label {
 color:#6c757d
}
.custom-control-input:disabled~.custom-control-label:before {
 background-color:#e9ecef
}
.custom-control-label {
 position:relative;
 margin-bottom:0
}
.custom-control-label:before {
 pointer-events:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 background-color:#dee2e6
}
.custom-control-label:after,
.custom-control-label:before {
 position:absolute;
 top:.25rem;
 left:-1.5rem;
 display:block;
 width:1rem;
 height:1rem;
 content:""
}
.custom-control-label:after {
 background-repeat:no-repeat;
 background-position:50%;
 background-size:50% 50%
}
.custom-checkbox .custom-control-label:before {
 border-radius:.25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
 background-color:#007bff
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
 background-color:#007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
 background-color:rgba(0,123,255,.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
 background-color:rgba(0,123,255,.5)
}
.custom-radio .custom-control-label:before {
 border-radius:50%
}
.custom-radio .custom-control-input:checked~.custom-control-label:before {
 background-color:#007bff
}
.custom-radio .custom-control-input:checked~.custom-control-label:after {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
 background-color:rgba(0,123,255,.5)
}
.custom-select {
 display:inline-block;
 width:100%;
 height:calc(2.25rem + 2px);
 padding:.375rem 1.75rem .375rem .75rem;
 line-height:1.5;
 color:#495057;
 vertical-align:middle;
 background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
 background-size:8px 10px;
 border:1px solid #ced4da;
 border-radius:.25rem;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none
}
.custom-select:focus {
 border-color:#80bdff;
 outline:0;
 -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5);
 box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
}
.custom-select:focus::-ms-value {
 color:#495057;
 background-color:#fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
 height:auto;
 padding-right:.75rem;
 background-image:none
}
.custom-select:disabled {
 color:#6c757d;
 background-color:#e9ecef
}
.custom-select::-ms-expand {
 opacity:0
}
.custom-select-sm {
 height:calc(1.8125rem + 2px);
 font-size:75%
}
.custom-select-lg,
.custom-select-sm {
 padding-top:.375rem;
 padding-bottom:.375rem
}
.custom-select-lg {
 height:calc(2.875rem + 2px);
 font-size:125%
}
.custom-file {
 display:inline-block;
 margin-bottom:0
}
.custom-file,
.custom-file-input {
 position:relative;
 width:100%;
 height:calc(2.25rem + 2px)
}
.custom-file-input {
 z-index:2;
 margin:0;
 opacity:0
}
.custom-file-input:focus~.custom-file-label {
 border-color:#80bdff;
 -webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
 box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-file-input:focus~.custom-file-label:after {
 border-color:#80bdff
}
.custom-file-input:lang(en)~.custom-file-label:after {
 content:"Browse"
}
.custom-file-label {
 left:0;
 z-index:1;
 height:calc(2.25rem + 2px);
 background-color:#fff;
 border:1px solid #ced4da;
 border-radius:.25rem
}
.custom-file-label,
.custom-file-label:after {
 position:absolute;
 top:0;
 right:0;
 padding:.375rem .75rem;
 line-height:1.5;
 color:#495057
}
.custom-file-label:after {
 bottom:0;
 z-index:3;
 display:block;
 height:2.25rem;
 content:"Browse";
 background-color:#e9ecef;
 border-left:1px solid #ced4da;
 border-radius:0 .25rem .25rem 0
}
.custom-range {
 width:100%;
 padding-left:0;
 background-color:transparent;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none
}
.custom-range:focus {
 outline:none
}
.custom-range::-moz-focus-outer {
 border:0
}
.custom-range::-webkit-slider-thumb {
 width:1rem;
 height:1rem;
 margin-top:-.25rem;
 background-color:#007bff;
 border:0;
 border-radius:1rem;
 -webkit-appearance:none;
 appearance:none
}
.custom-range::-webkit-slider-thumb:focus {
 outline:none;
 -webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
 box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range::-webkit-slider-thumb:active {
 background-color:#b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
 width:100%;
 height:.5rem;
 color:transparent;
 cursor:pointer;
 background-color:#dee2e6;
 border-color:transparent;
 border-radius:1rem
}
.custom-range::-moz-range-thumb {
 width:1rem;
 height:1rem;
 background-color:#007bff;
 border:0;
 border-radius:1rem;
 -moz-appearance:none;
 appearance:none
}
.custom-range::-moz-range-thumb:focus {
 outline:none;
 box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range::-moz-range-thumb:active {
 background-color:#b3d7ff
}
.custom-range::-moz-range-track {
 width:100%;
 height:.5rem;
 color:transparent;
 cursor:pointer;
 background-color:#dee2e6;
 border-color:transparent;
 border-radius:1rem
}
.custom-range::-ms-thumb {
 width:1rem;
 height:1rem;
 background-color:#007bff;
 border:0;
 border-radius:1rem;
 appearance:none
}
.custom-range::-ms-thumb:focus {
 outline:none;
 box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range::-ms-thumb:active {
 background-color:#b3d7ff
}
.custom-range::-ms-track {
 width:100%;
 height:.5rem;
 color:transparent;
 cursor:pointer;
 background-color:transparent;
 border-color:transparent;
 border-width:.5rem
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
 background-color:#dee2e6;
 border-radius:1rem
}
.custom-range::-ms-fill-upper {
 margin-right:15px
}
.nav {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 padding-left:0;
 margin-bottom:0;
 list-style:none
}
.nav-link {
 display:block;
 padding:.5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
 text-decoration:none
}
.nav-link.disabled {
 color:#6c757d
}
.nav-tabs {
 border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-item {
 margin-bottom:-1px
}
.nav-tabs .nav-link {
 border:1px solid transparent;
 border-top-left-radius:.25rem;
 border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
 border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
 color:#6c757d;
 background-color:transparent;
 border-color:transparent
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
 color:#495057;
 background-color:#fff;
 border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
 margin-top:-1px;
 border-top-left-radius:0;
 border-top-right-radius:0
}
.nav-pills .nav-link {
 border-radius:.25rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
 color:#fff;
 background-color:#007bff
}
.nav-fill .nav-item {
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto;
 text-align:center
}
.nav-justified .nav-item {
 -ms-flex-preferred-size:0;
 flex-basis:0;
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1;
 text-align:center
}
.tab-content>.tab-pane {
 display:none
}
.tab-content>.active {
 display:block
}
.navbar {
 position:relative;
 padding:.5rem 1rem
}
.navbar,
.navbar>.container,
.navbar>.container-fluid {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between
}
.navbar-brand {
 display:inline-block;
 padding-top:.3125rem;
 padding-bottom:.3125rem;
 margin-right:1rem;
 font-size:1.25rem;
 line-height:inherit;
 white-space:nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
 text-decoration:none
}
.navbar-nav {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 padding-left:0;
 margin-bottom:0;
 list-style:none
}
.navbar-nav .nav-link {
 padding-right:0;
 padding-left:0
}
.navbar-nav .dropdown-menu {
 position:static;
 float:none
}
.navbar-text {
 display:inline-block;
 padding-top:.5rem;
 padding-bottom:.5rem
}
.navbar-collapse {
 -ms-flex-preferred-size:100%;
 flex-basis:100%;
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.navbar-toggler {
 padding:.25rem .75rem;
 font-size:1.25rem;
 line-height:1;
 background-color:transparent;
 border:1px solid transparent;
 border-radius:.25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
 text-decoration:none
}
.navbar-toggler:not(:disabled):not(.disabled) {
 cursor:pointer
}
.navbar-toggler-icon {
 display:inline-block;
 width:1.5em;
 height:1.5em;
 vertical-align:middle;
 content:"";
 background:no-repeat 50%;
 background-size:100% 100%
}
@media(max-width:575.98px) {
 .navbar-expand-sm>.container,
 .navbar-expand-sm>.container-fluid {
  padding-right:0;
  padding-left:0
 }
}
@media(min-width:576px) {
 .navbar-expand-sm {
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .navbar-expand-sm,
 .navbar-expand-sm .navbar-nav {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal
 }
 .navbar-expand-sm .navbar-nav {
  -ms-flex-direction:row;
  flex-direction:row
 }
 .navbar-expand-sm .navbar-nav .dropdown-menu {
  position:absolute
 }
 .navbar-expand-sm .navbar-nav .nav-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .navbar-expand-sm>.container,
 .navbar-expand-sm>.container-fluid {
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
 }
 .navbar-expand-sm .navbar-collapse {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
 }
 .navbar-expand-sm .navbar-toggler {
  display:none
 }
}
@media(max-width:767.98px) {
 .navbar-expand-md>.container,
 .navbar-expand-md>.container-fluid {
  padding-right:0;
  padding-left:0
 }
}
@media(min-width:768px) {
 .navbar-expand-md {
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .navbar-expand-md,
 .navbar-expand-md .navbar-nav {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal
 }
 .navbar-expand-md .navbar-nav {
  -ms-flex-direction:row;
  flex-direction:row
 }
 .navbar-expand-md .navbar-nav .dropdown-menu {
  position:absolute
 }
 .navbar-expand-md .navbar-nav .nav-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .navbar-expand-md>.container,
 .navbar-expand-md>.container-fluid {
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
 }
 .navbar-expand-md .navbar-collapse {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
 }
 .navbar-expand-md .navbar-toggler {
  display:none
 }
}
@media(max-width:991.98px) {
 .navbar-expand-lg>.container,
 .navbar-expand-lg>.container-fluid {
  padding-right:0;
  padding-left:0
 }
}
@media(min-width:992px) {
 .navbar-expand-lg {
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .navbar-expand-lg,
 .navbar-expand-lg .navbar-nav {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal
 }
 .navbar-expand-lg .navbar-nav {
  -ms-flex-direction:row;
  flex-direction:row
 }
 .navbar-expand-lg .navbar-nav .dropdown-menu {
  position:absolute
 }
 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .navbar-expand-lg>.container,
 .navbar-expand-lg>.container-fluid {
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
 }
 .navbar-expand-lg .navbar-collapse {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
 }
 .navbar-expand-lg .navbar-toggler {
  display:none
 }
}
@media(max-width:1199.98px) {
 .navbar-expand-xl>.container,
 .navbar-expand-xl>.container-fluid {
  padding-right:0;
  padding-left:0
 }
}
@media(min-width:1200px) {
 .navbar-expand-xl {
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .navbar-expand-xl,
 .navbar-expand-xl .navbar-nav {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal
 }
 .navbar-expand-xl .navbar-nav {
  -ms-flex-direction:row;
  flex-direction:row
 }
 .navbar-expand-xl .navbar-nav .dropdown-menu {
  position:absolute
 }
 .navbar-expand-xl .navbar-nav .nav-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .navbar-expand-xl>.container,
 .navbar-expand-xl>.container-fluid {
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
 }
 .navbar-expand-xl .navbar-collapse {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
 }
 .navbar-expand-xl .navbar-toggler {
  display:none
 }
}
.navbar-expand {
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-flow:row nowrap;
 flex-flow:row nowrap;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
 padding-right:0;
 padding-left:0
}
.navbar-expand .navbar-nav {
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu {
 position:absolute
}
.navbar-expand .navbar-nav .nav-link {
 padding-right:.5rem;
 padding-left:.5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
 -ms-flex-wrap:nowrap;
 flex-wrap:nowrap
}
.navbar-expand .navbar-collapse {
 display:-webkit-box!important;
 display:-ms-flexbox!important;
 display:flex!important;
 -ms-flex-preferred-size:auto;
 flex-basis:auto
}
.navbar-expand .navbar-toggler {
 display:none
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
 color:rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link {
 color:rgba(0,0,0,.5)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
 color:rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
 color:rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
 color:rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
 color:rgba(0,0,0,.5);
 border-color:rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
 color:rgba(0,0,0,.5)
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
 color:rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
 color:#fff
}
.navbar-dark .navbar-nav .nav-link {
 color:hsla(0,0%,100%,.5)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
 color:hsla(0,0%,100%,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
 color:hsla(0,0%,100%,.25)
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
 color:#fff
}
.navbar-dark .navbar-toggler {
 color:hsla(0,0%,100%,.5);
 border-color:hsla(0,0%,100%,.1)
}
.navbar-dark .navbar-toggler-icon {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
 color:hsla(0,0%,100%,.5)
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
 color:#fff
}
.card {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 min-width:0;
 word-wrap:break-word;
 background-color:#fff;
 background-clip:border-box;
 border:0 solid rgba(0,0,0,.125);
 border-radius:0
}
.card>hr {
 margin-right:0;
 margin-left:0
}
.card>.list-group:first-child .list-group-item:first-child {
 border-top-left-radius:0;
 border-top-right-radius:0
}
.card>.list-group:last-child .list-group-item:last-child {
 border-bottom-right-radius:0;
 border-bottom-left-radius:0
}
.card-body {
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto;
 padding:2.1rem
}
.card-title {
 margin-bottom:1.4rem
}
.card-subtitle {
 margin-top:-.7rem
}
.card-subtitle,
.card-text:last-child {
 margin-bottom:0
}
.card-link:hover {
 text-decoration:none
}
.card-link+.card-link {
 margin-left:2.1rem
}
.card-header {
 padding:1.4rem 2.1rem;
 margin-bottom:0;
 background-color:transparent;
 border-bottom:0 solid rgba(0,0,0,.125)
}
.card-header:first-child {
 border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
 border-top:0
}
.card-footer {
 padding:1.4rem 2.1rem;
 background-color:transparent;
 border-top:0 solid rgba(0,0,0,.125)
}
.card-footer:last-child {
 border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
 margin-bottom:-1.4rem;
 border-bottom:0
}
.card-header-pills,
.card-header-tabs {
 margin-right:-1.05rem;
 margin-left:-1.05rem
}
.card-img-overlay {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 padding:2.1rem
}
.card-img {
 width:100%;
 border-radius:calc(.25rem - 1px)
}
.card-img-top {
 width:100%;
 border-top-left-radius:calc(.25rem - 1px);
 border-top-right-radius:calc(.25rem - 1px)
}
.card-img-bottom {
 width:100%;
 border-bottom-right-radius:calc(.25rem - 1px);
 border-bottom-left-radius:calc(.25rem - 1px)
}
.card-deck {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.card-deck .card {
 margin-bottom:1.4rem
}
@media(min-width:576px) {
 .card-deck {
  -webkit-box-orient:horizontal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  margin-right:-1.4rem;
  margin-left:-1.4rem
 }
 .card-deck,
 .card-deck .card {
  -webkit-box-direction:normal
 }
 .card-deck .card {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
  -ms-flex:1 0 0%;
  flex:1 0 0%;
  -webkit-box-orient:vertical;
  -ms-flex-direction:column;
  flex-direction:column;
  margin-right:1.4rem;
  margin-bottom:0;
  margin-left:1.4rem
 }
}
.card-group {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.card-group>.card {
 margin-bottom:15px
}
@media(min-width:576px) {
 .card-group {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap
 }
 .card-group>.card {
  -webkit-box-flex:1;
  -ms-flex:1 0 0%;
  flex:1 0 0%;
  margin-bottom:0
 }
 .card-group>.card+.card {
  margin-left:0;
  border-left:0
 }
 .card-group>.card:first-child {
  border-top-right-radius:0;
  border-bottom-right-radius:0
 }
 .card-group>.card:first-child .card-header,
 .card-group>.card:first-child .card-img-top {
  border-top-right-radius:0
 }
 .card-group>.card:first-child .card-footer,
 .card-group>.card:first-child .card-img-bottom {
  border-bottom-right-radius:0
 }
 .card-group>.card:last-child {
  border-top-left-radius:0;
  border-bottom-left-radius:0
 }
 .card-group>.card:last-child .card-header,
 .card-group>.card:last-child .card-img-top {
  border-top-left-radius:0
 }
 .card-group>.card:last-child .card-footer,
 .card-group>.card:last-child .card-img-bottom {
  border-bottom-left-radius:0
 }
 .card-group>.card:only-child {
  border-radius:0
 }
 .card-group>.card:only-child .card-header,
 .card-group>.card:only-child .card-img-top {
  border-top-left-radius:0;
  border-top-right-radius:0
 }
 .card-group>.card:only-child .card-footer,
 .card-group>.card:only-child .card-img-bottom {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
 }
 .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
 .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
 .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
 .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
 .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
  border-radius:0
 }
}
.card-columns .card {
 margin-bottom:.75rem
}
@media(min-width:576px) {
 .card-columns {
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
  -webkit-column-gap:2.1rem;
  -moz-column-gap:2.1rem;
  column-gap:2.1rem;
  orphans:1;
  widows:1
 }
 .card-columns .card {
  display:inline-block;
  width:100%
 }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
 border-bottom:0;
 border-radius:0
}
.accordion .card:not(:first-of-type) .card-header:first-child {
 border-radius:0
}
.accordion .card:first-of-type {
 border-bottom:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0
}
.accordion .card:last-of-type {
 border-top-left-radius:0;
 border-top-right-radius:0
}
.breadcrumb {
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 padding:.75rem 1rem;
 margin-bottom:1rem;
 list-style:none;
 background-color:#e9ecef;
 border-radius:.25rem
}
.breadcrumb-item+.breadcrumb-item {
 padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item:before {
 display:inline-block;
 padding-right:.5rem;
 color:#6c757d;
 content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover:before {
 text-decoration:underline;
 text-decoration:none
}
.breadcrumb-item.active {
 color:#6c757d
}
.pagination {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 padding-left:0;
 list-style:none;
 border-radius:.25rem
}
.page-link {
 position:relative;
 display:block;
 padding:.5rem .75rem;
 margin-left:-1px;
 line-height:1.25;
 color:#007bff;
 background-color:#fff;
 border:1px solid #dee2e6
}
.page-link:hover {
 z-index:2;
 color:#0056b3;
 text-decoration:none;
 background-color:#e9ecef;
 border-color:#dee2e6
}
.page-link:focus {
 z-index:2;
 outline:0;
 -webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
 box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-link:not(:disabled):not(.disabled) {
 cursor:pointer
}
.page-item:first-child .page-link {
 margin-left:0;
 border-top-left-radius:.25rem;
 border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
 border-top-right-radius:.25rem;
 border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
 z-index:1;
 color:#fff;
 background-color:#007bff;
 border-color:#007bff
}
.page-item.disabled .page-link {
 color:#6c757d;
 pointer-events:none;
 cursor:auto;
 background-color:#fff;
 border-color:#dee2e6
}
.pagination-lg .page-link {
 padding:.75rem 1.5rem;
 font-size:1.8rem;
 line-height:1.5
}
.pagination-lg .page-item:first-child .page-link {
 border-top-left-radius:.3rem;
 border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
 border-top-right-radius:.3rem;
 border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
 padding:.25rem .5rem;
 font-size:1.2rem;
 line-height:1.5
}
.pagination-sm .page-item:first-child .page-link {
 border-top-left-radius:.2rem;
 border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
 border-top-right-radius:.2rem;
 border-bottom-right-radius:.2rem
}
.badge {
 display:inline-block;
 padding:.25em .4em;
 font-size:75%;
 font-weight:700;
 line-height:1;
 text-align:center;
 white-space:nowrap;
 vertical-align:baseline;
 border-radius:.25rem
}
.badge:empty {
 display:none
}
.btn .badge {
 position:relative;
 top:-1px
}
.badge-pill {
 padding-right:.6em;
 padding-left:.6em;
 border-radius:10rem
}
.badge-primary {
 color:#fff;
 background-color:#003c71
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
 color:#fff;
 text-decoration:none;
 background-color:#00213e
}
.badge-secondary {
 color:#fff;
 background-color:#007db3
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
 color:#fff;
 text-decoration:none;
 background-color:#005980
}
.badge-success {
 color:#fff;
 background-color:#28a745
}
.badge-success[href]:focus,
.badge-success[href]:hover {
 color:#fff;
 text-decoration:none;
 background-color:#1e7e34
}
.badge-info {
 color:#fff;
 background-color:#17a2b8
}
.badge-info[href]:focus,
.badge-info[href]:hover {
 color:#fff;
 text-decoration:none;
 background-color:#117a8b
}
.badge-warning {
 color:#212529;
 background-color:#ffc107
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
 color:#212529;
 text-decoration:none;
 background-color:#d39e00
}
.badge-danger {
 color:#fff;
 background-color:#dc3545
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
 color:#fff;
 text-decoration:none;
 background-color:#bd2130
}
.badge-light {
 color:#212529;
 background-color:#e1e3e5
}
.badge-light[href]:focus,
.badge-light[href]:hover {
 color:#212529;
 text-decoration:none;
 background-color:#c6cacd
}
.badge-dark {
 color:#fff;
 background-color:#6a737b
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
 color:#fff;
 text-decoration:none;
 background-color:#525960
}
.badge-darker {
 color:#212529;
 background-color:#b4b9bd
}
.badge-darker[href]:focus,
.badge-darker[href]:hover {
 color:#212529;
 text-decoration:none;
 background-color:#99a0a5
}
.jumbotron {
 padding:2rem 1rem;
 margin-bottom:2rem;
 background-color:#e9ecef;
 border-radius:.3rem
}
@media(min-width:576px) {
 .jumbotron {
  padding:4rem 2rem
 }
}
.jumbotron-fluid {
 padding-right:0;
 padding-left:0;
 border-radius:0
}
.alert {
 position:relative;
 padding:.75rem 1.25rem;
 margin-bottom:1rem;
 border:1px solid transparent;
 border-radius:.25rem
}
.alert-heading {
 color:inherit
}
.alert-link {
 font-weight:700
}
.alert-dismissible {
 padding-right:4rem
}
.alert-dismissible .close {
 position:absolute;
 top:0;
 right:0;
 padding:.75rem 1.25rem;
 color:inherit
}
.alert-primary {
 color:#001f3b;
 background-color:#ccd8e3;
 border-color:#b8c8d7
}
.alert-primary hr {
 border-top-color:#a8bbce
}
.alert-primary .alert-link {
 color:#000408
}
.alert-secondary {
 color:#00415d;
 background-color:#cce5f0;
 border-color:#b8dbea
}
.alert-secondary hr {
 border-top-color:#a4d1e4
}
.alert-secondary .alert-link {
 color:#001d2a
}
.alert-success {
 color:#155724;
 background-color:#d4edda;
 border-color:#c3e6cb
}
.alert-success hr {
 border-top-color:#b1dfbb
}
.alert-success .alert-link {
 color:#0b2e13
}
.alert-info {
 color:#0c5460;
 background-color:#d1ecf1;
 border-color:#bee5eb
}
.alert-info hr {
 border-top-color:#abdde5
}
.alert-info .alert-link {
 color:#062c33
}
.alert-warning {
 color:#856404;
 background-color:#fff3cd;
 border-color:#ffeeba
}
.alert-warning hr {
 border-top-color:#ffe8a1
}
.alert-warning .alert-link {
 color:#533f03
}
.alert-danger {
 color:#721c24;
 background-color:#f8d7da;
 border-color:#f5c6cb
}
.alert-danger hr {
 border-top-color:#f1b0b7
}
.alert-danger .alert-link {
 color:#491217
}
.alert-light {
 color:#757677;
 background-color:#f9f9fa;
 border-color:#f7f7f8
}
.alert-light hr {
 border-top-color:#e9e9ec
}
.alert-light .alert-link {
 color:#5c5d5d
}
.alert-dark {
 color:#373c40;
 background-color:#e1e3e5;
 border-color:#d5d8da
}
.alert-dark hr {
 border-top-color:#c7cbce
}
.alert-dark .alert-link {
 color:#1f2225
}
.alert-darker {
 color:#5e6062;
 background-color:#f0f1f2;
 border-color:#eaebed
}
.alert-darker hr {
 border-top-color:#dcdee1
}
.alert-darker .alert-link {
 color:#454748
}
@-webkit-keyframes progress-bar-stripes {
 0% {
  background-position:1rem 0
 }
 to {
  background-position:0 0
 }
}
@keyframes progress-bar-stripes {
 0% {
  background-position:1rem 0
 }
 to {
  background-position:0 0
 }
}
.progress {
 height:1rem;
 overflow:hidden;
 font-size:.75rem;
 background-color:#e9ecef;
 border-radius:.25rem
}
.progress,
.progress-bar {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.progress-bar {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 color:#fff;
 text-align:center;
 white-space:nowrap;
 background-color:#007bff;
 -webkit-transition:width .6s ease;
 transition:width .6s ease
}
@media screen and (prefers-reduced-motion:reduce) {
 .progress-bar {
  -webkit-transition:none;
  transition:none
 }
}
.progress-bar-striped {
 background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
 background-size:1rem 1rem
}
.progress-bar-animated {
 -webkit-animation:progress-bar-stripes 1s linear infinite;
 animation:progress-bar-stripes 1s linear infinite
}
.media {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start
}
.media-body {
 -webkit-box-flex:1;
 -ms-flex:1;
 flex:1
}
.list-group {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 padding-left:0;
 margin-bottom:0
}
.list-group-item-action {
 width:100%;
 color:#495057;
 text-align:inherit
}
.list-group-item-action:focus,
.list-group-item-action:hover {
 color:#495057;
 text-decoration:none;
 background-color:#f8f9fa
}
.list-group-item-action:active {
 color:#212529;
 background-color:#e9ecef
}
.list-group-item {
 position:relative;
 display:block;
 padding:.75rem 1.25rem;
 margin-bottom:-1px;
 background-color:#fff;
 border:1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child {
 border-top-left-radius:.25rem;
 border-top-right-radius:.25rem
}
.list-group-item:last-child {
 margin-bottom:0;
 border-bottom-right-radius:.25rem;
 border-bottom-left-radius:.25rem
}
.list-group-item:focus,
.list-group-item:hover {
 z-index:1;
 text-decoration:none
}
.list-group-item.disabled,
.list-group-item:disabled {
 color:#6c757d;
 background-color:#fff
}
.list-group-item.active {
 z-index:2;
 color:#fff;
 background-color:#007bff;
 border-color:#007bff
}
.list-group-flush .list-group-item {
 border-right:0;
 border-left:0;
 border-radius:0
}
.list-group-flush:first-child .list-group-item:first-child {
 border-top:0
}
.list-group-flush:last-child .list-group-item:last-child {
 border-bottom:0
}
.list-group-item-primary {
 color:#001f3b;
 background-color:#b8c8d7
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
 color:#001f3b;
 background-color:#a8bbce
}
.list-group-item-primary.list-group-item-action.active {
 color:#fff;
 background-color:#001f3b;
 border-color:#001f3b
}
.list-group-item-secondary {
 color:#00415d;
 background-color:#b8dbea
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
 color:#00415d;
 background-color:#a4d1e4
}
.list-group-item-secondary.list-group-item-action.active {
 color:#fff;
 background-color:#00415d;
 border-color:#00415d
}
.list-group-item-success {
 color:#155724;
 background-color:#c3e6cb
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
 color:#155724;
 background-color:#b1dfbb
}
.list-group-item-success.list-group-item-action.active {
 color:#fff;
 background-color:#155724;
 border-color:#155724
}
.list-group-item-info {
 color:#0c5460;
 background-color:#bee5eb
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
 color:#0c5460;
 background-color:#abdde5
}
.list-group-item-info.list-group-item-action.active {
 color:#fff;
 background-color:#0c5460;
 border-color:#0c5460
}
.list-group-item-warning {
 color:#856404;
 background-color:#ffeeba
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
 color:#856404;
 background-color:#ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
 color:#fff;
 background-color:#856404;
 border-color:#856404
}
.list-group-item-danger {
 color:#721c24;
 background-color:#f5c6cb
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
 color:#721c24;
 background-color:#f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
 color:#fff;
 background-color:#721c24;
 border-color:#721c24
}
.list-group-item-light {
 color:#757677;
 background-color:#f7f7f8
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
 color:#757677;
 background-color:#e9e9ec
}
.list-group-item-light.list-group-item-action.active {
 color:#fff;
 background-color:#757677;
 border-color:#757677
}
.list-group-item-dark {
 color:#373c40;
 background-color:#d5d8da
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
 color:#373c40;
 background-color:#c7cbce
}
.list-group-item-dark.list-group-item-action.active {
 color:#fff;
 background-color:#373c40;
 border-color:#373c40
}
.list-group-item-darker {
 color:#5e6062;
 background-color:#eaebed
}
.list-group-item-darker.list-group-item-action:focus,
.list-group-item-darker.list-group-item-action:hover {
 color:#5e6062;
 background-color:#dcdee1
}
.list-group-item-darker.list-group-item-action.active {
 color:#fff;
 background-color:#5e6062;
 border-color:#5e6062
}
.close {
 float:right;
 font-size:1.5rem;
 font-weight:700;
 line-height:1;
 color:#000;
 text-shadow:0 1px 0 #fff;
 opacity:.5
}
.close:focus,
.close:hover {
 color:#000;
 text-decoration:none;
 opacity:.75
}
.close:not(:disabled):not(.disabled) {
 cursor:pointer
}
button.close {
 padding:0;
 background-color:transparent;
 border:0;
 -webkit-appearance:none
}
.modal,
.modal-open {
 overflow:hidden
}
.modal {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1050;
 display:none;
 outline:0
}
.modal-open .modal {
 overflow-x:hidden;
 overflow-y:auto
}
.modal-dialog {
 position:relative;
 width:auto;
 margin:.5rem;
 pointer-events:none
}
.modal.fade .modal-dialog {
 -webkit-transition:-webkit-transform .3s ease-out;
 transition:-webkit-transform .3s ease-out;
 transition:transform .3s ease-out;
 transition:transform .3s ease-out,-webkit-transform .3s ease-out;
 -webkit-transform:translateY(-25%);
 transform:translateY(-25%)
}
@media screen and (prefers-reduced-motion:reduce) {
 .modal.fade .modal-dialog {
  -webkit-transition:none;
  transition:none
 }
}
.modal.show .modal-dialog {
 -webkit-transform:translate(0);
 transform:translate(0)
}
.modal-dialog-centered {
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 min-height:calc(100% - 1rem)
}
.modal-content,
.modal-dialog-centered {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.modal-content {
 position:relative;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 width:100%;
 pointer-events:auto;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,.2);
 border-radius:.3rem;
 outline:0
}
.modal-backdrop {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1040;
 background-color:#000
}
.modal-backdrop.fade {
 opacity:0
}
.modal-backdrop.show {
 opacity:.5
}
.modal-header {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 padding:1rem;
 border-bottom:1px solid #e9ecef;
 border-top-left-radius:.3rem;
 border-top-right-radius:.3rem
}
.modal-header .close {
 padding:1rem;
 margin:-1rem -1rem -1rem auto
}
.modal-title {
 margin-bottom:0;
 line-height:1.5
}
.modal-body {
 position:relative;
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto;
 padding:1rem
}
.modal-footer {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 padding:1rem;
 border-top:1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
 margin-left:.25rem
}
.modal-footer>:not(:last-child) {
 margin-right:.25rem
}
.modal-scrollbar-measure {
 position:absolute;
 top:-9999px;
 width:50px;
 height:50px;
 overflow:scroll
}
@media(min-width:576px) {
 .modal-dialog {
  max-width:500px;
  margin:1.75rem auto
 }
 .modal-dialog-centered {
  min-height:calc(100% - 3.5rem)
 }
 .modal-sm {
  max-width:300px
 }
}
@media(min-width:992px) {
 .modal-lg {
  max-width:50pc
 }
}
.tooltip {
 position:absolute;
 z-index:1070;
 display:block;
 margin:0;
 font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
 font-style:normal;
 font-weight:400;
 line-height:1.5;
 text-align:left;
 text-align:start;
 text-decoration:none;
 text-shadow:none;
 text-transform:none;
 letter-spacing:normal;
 word-break:normal;
 word-spacing:normal;
 white-space:normal;
 line-break:auto;
 font-size:.875rem;
 word-wrap:break-word;
 opacity:0
}
.tooltip.show {
 opacity:.9
}
.tooltip .arrow {
 position:absolute;
 display:block;
 width:.8rem;
 height:.4rem
}
.tooltip .arrow:before {
 position:absolute;
 content:"";
 border-color:transparent;
 border-style:solid
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
 padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
 bottom:0
}
.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
 top:0;
 border-width:.4rem .4rem 0;
 border-top-color:#000
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
 padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
 left:0;
 width:.4rem;
 height:.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
 right:0;
 border-width:.4rem .4rem .4rem 0;
 border-right-color:#000
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
 padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
 top:0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
 bottom:0;
 border-width:0 .4rem .4rem;
 border-bottom-color:#000
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
 padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
 right:0;
 width:.4rem;
 height:.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
 left:0;
 border-width:.4rem 0 .4rem .4rem;
 border-left-color:#000
}
.tooltip-inner {
 max-width:200px;
 padding:.25rem .5rem;
 color:#fff;
 text-align:center;
 background-color:#000;
 border-radius:.25rem
}
.popover {
 top:0;
 left:0;
 z-index:1060;
 max-width:276px;
 font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
 font-style:normal;
 font-weight:400;
 line-height:1.5;
 text-align:left;
 text-align:start;
 text-decoration:none;
 text-shadow:none;
 text-transform:none;
 letter-spacing:normal;
 word-break:normal;
 word-spacing:normal;
 white-space:normal;
 line-break:auto;
 font-size:.875rem;
 word-wrap:break-word;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,.2);
 border-radius:.3rem
}
.popover,
.popover .arrow {
 position:absolute;
 display:block
}
.popover .arrow {
 width:1rem;
 height:.5rem;
 margin:0 .3rem
}
.popover .arrow:after,
.popover .arrow:before {
 position:absolute;
 display:block;
 content:"";
 border-color:transparent;
 border-style:solid
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
 margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
 bottom:calc(-.5rem + -1px)
}
.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
 border-width:.5rem .5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
 bottom:0;
 border-top-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
 bottom:1px;
 border-top-color:#fff
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
 margin-left:.5rem
}
.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
 left:calc(-.5rem + -1px);
 width:.5rem;
 height:1rem;
 margin:.3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
 border-width:.5rem .5rem .5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
 left:0;
 border-right-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
 left:1px;
 border-right-color:#fff
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
 margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
 top:calc(-.5rem + -1px)
}
.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
 border-width:0 .5rem .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
 top:0;
 border-bottom-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
 top:1px;
 border-bottom-color:#fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
 position:absolute;
 top:0;
 left:50%;
 display:block;
 width:1rem;
 margin-left:-.5rem;
 content:"";
 border-bottom:1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
 margin-right:.5rem
}
.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
 right:calc(-.5rem + -1px);
 width:.5rem;
 height:1rem;
 margin:.3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
 border-width:.5rem 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
 right:0;
 border-left-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
 right:1px;
 border-left-color:#fff
}
.popover-header {
 padding:.5rem .75rem;
 margin-bottom:0;
 font-size:1.6rem;
 color:inherit;
 background-color:#f7f7f7;
 border-bottom:1px solid #ebebeb;
 border-top-left-radius:calc(.3rem - 1px);
 border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
 display:none
}
.popover-body {
 padding:.5rem .75rem;
 color:#212529
}
.carousel {
 position:relative
}
.carousel-inner {
 position:relative;
 width:100%;
 overflow:hidden
}
.carousel-item {
 position:relative;
 display:none;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 width:100%;
 -webkit-transition:-webkit-transform .6s ease;
 transition:-webkit-transform .6s ease;
 transition:transform .6s ease;
 transition:transform .6s ease,-webkit-transform .6s ease;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 -webkit-perspective:750pt;
 perspective:750pt
}
@media screen and (prefers-reduced-motion:reduce) {
 .carousel-item {
  -webkit-transition:none;
  transition:none
 }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
 display:block
}
.carousel-item-next,
.carousel-item-prev {
 position:absolute;
 top:0
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
@supports(transform-style:preserve-3d) {
 .carousel-item-next.carousel-item-left,
 .carousel-item-prev.carousel-item-right {
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}
.active.carousel-item-right,
.carousel-item-next {
 -webkit-transform:translateX(100%);
 transform:translateX(100%)
}
@supports(transform-style:preserve-3d) {
 .active.carousel-item-right,
 .carousel-item-next {
  -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0)
 }
}
.active.carousel-item-left,
.carousel-item-prev {
 -webkit-transform:translateX(-100%);
 transform:translateX(-100%)
}
@supports(transform-style:preserve-3d) {
 .active.carousel-item-left,
 .carousel-item-prev {
  -webkit-transform:translate3d(-100%,0,0);
  transform:translate3d(-100%,0,0)
 }
}
.carousel-fade .carousel-item {
 opacity:0;
 -webkit-transition-duration:.6s;
 transition-duration:.6s;
 -webkit-transition-property:opacity;
 transition-property:opacity
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
 opacity:1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
 opacity:0
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
@supports(transform-style:preserve-3d) {
 .carousel-fade .active.carousel-item-left,
 .carousel-fade .active.carousel-item-prev,
 .carousel-fade .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item.active {
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}
.carousel-control-next,
.carousel-control-prev {
 position:absolute;
 top:0;
 bottom:0;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:15%;
 color:#fff;
 text-align:center;
 opacity:.5
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
 color:#fff;
 text-decoration:none;
 outline:0;
 opacity:.9
}
.carousel-control-prev {
 left:0
}
.carousel-control-next {
 right:0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
 display:inline-block;
 width:20px;
 height:20px;
 background:transparent no-repeat 50%;
 background-size:100% 100%
}
.carousel-control-prev-icon {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
 position:absolute;
 right:0;
 bottom:10px;
 left:0;
 z-index:15;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding-left:0;
 margin-right:15%;
 margin-left:15%;
 list-style:none
}
.carousel-indicators li {
 position:relative;
 -webkit-box-flex:0;
 -ms-flex:0 1 auto;
 flex:0 1 auto;
 width:30px;
 height:3px;
 margin-right:3px;
 margin-left:3px;
 text-indent:-999px;
 cursor:pointer;
 background-color:hsla(0,0%,100%,.5)
}
.carousel-indicators li:before {
 top:-10px
}
.carousel-indicators li:after,
.carousel-indicators li:before {
 position:absolute;
 left:0;
 display:inline-block;
 width:100%;
 height:10px;
 content:""
}
.carousel-indicators li:after {
 bottom:-10px
}
.carousel-indicators .active {
 background-color:#fff
}
.carousel-caption {
 position:absolute;
 right:15%;
 bottom:20px;
 left:15%;
 z-index:10;
 padding-top:20px;
 padding-bottom:20px;
 color:#fff;
 text-align:center
}
.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:#003c71!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
 background-color:#00213e!important
}
.bg-secondary {
 background-color:#007db3!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
 background-color:#005980!important
}
.bg-success {
 background-color:#28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
 background-color:#1e7e34!important
}
.bg-info {
 background-color:#17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
 background-color:#117a8b!important
}
.bg-warning {
 background-color:#ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
 background-color:#d39e00!important
}
.bg-danger {
 background-color:#dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
 background-color:#bd2130!important
}
.bg-light {
 background-color:#e1e3e5!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
 background-color:#c6cacd!important
}
.bg-dark {
 background-color:#6a737b!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
 background-color:#525960!important
}
.bg-darker {
 background-color:#b4b9bd!important
}
a.bg-darker:focus,
a.bg-darker:hover,
button.bg-darker:focus,
button.bg-darker:hover {
 background-color:#99a0a5!important
}
.bg-white {
 background-color:#fff!important
}
.bg-transparent {
 background-color:transparent!important
}
.border {
 border:1px solid #dee2e6!important
}
.border-top {
 border-top:1px solid #dee2e6!important
}
.border-right {
 border-right:1px solid #dee2e6!important
}
.border-bottom {
 border-bottom:1px solid #dee2e6!important
}
.border-left {
 border-left:1px solid #dee2e6!important
}
.border-0 {
 border:0!important
}
.border-top-0 {
 border-top:0!important
}
.border-right-0 {
 border-right:0!important
}
.border-bottom-0 {
 border-bottom:0!important
}
.border-left-0 {
 border-left:0!important
}
.border-primary {
 border-color:#003c71!important
}
.border-secondary {
 border-color:#007db3!important
}
.border-success {
 border-color:#28a745!important
}
.border-info {
 border-color:#17a2b8!important
}
.border-warning {
 border-color:#ffc107!important
}
.border-danger {
 border-color:#dc3545!important
}
.border-light {
 border-color:#e1e3e5!important
}
.border-dark {
 border-color:#6a737b!important
}
.border-darker {
 border-color:#b4b9bd!important
}
.border-white {
 border-color:#fff!important
}
.rounded {
 border-radius:.25rem!important
}
.rounded-top {
 border-top-left-radius:.25rem!important
}
.rounded-right,
.rounded-top {
 border-top-right-radius:.25rem!important
}
.rounded-bottom,
.rounded-right {
 border-bottom-right-radius:.25rem!important
}
.rounded-bottom,
.rounded-left {
 border-bottom-left-radius:.25rem!important
}
.rounded-left {
 border-top-left-radius:.25rem!important
}
.rounded-circle {
 border-radius:50%!important
}
.rounded-0 {
 border-radius:0!important
}
.clearfix:after {
 display:block;
 clear:both;
 content:""
}
.d-none {
 display:none!important
}
.d-inline {
 display:inline!important
}
.d-inline-block {
 display:inline-block!important
}
.d-block {
 display:block!important
}
.d-table {
 display:table!important
}
.d-table-row {
 display:table-row!important
}
.d-table-cell {
 display:table-cell!important
}
.d-flex {
 display:-webkit-box!important;
 display:-ms-flexbox!important;
 display:flex!important
}
.d-inline-flex {
 display:-webkit-inline-box!important;
 display:-ms-inline-flexbox!important;
 display:inline-flex!important
}
@media(min-width: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:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-sm-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
@media(min-width: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:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-md-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
@media(min-width: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:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-lg-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
@media(min-width: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:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-xl-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
@media print {
 .d-print-none {
  display:none!important
 }
 .d-print-inline {
  display:inline!important
 }
 .d-print-inline-block {
  display:inline-block!important
 }
 .d-print-block {
  display:block!important
 }
 .d-print-table {
  display:table!important
 }
 .d-print-table-row {
  display:table-row!important
 }
 .d-print-table-cell {
  display:table-cell!important
 }
 .d-print-flex {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-print-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
.embed-responsive {
 position:relative;
 display:block;
 width:100%;
 padding:0;
 overflow:hidden
}
.embed-responsive:before {
 display:block;
 content:""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 width:100%;
 height:100%;
 border:0
}
.embed-responsive-21by9:before {
 padding-top:42.8571428571%
}
.embed-responsive-16by9:before {
 padding-top:56.25%
}
.embed-responsive-4by3:before {
 padding-top:75%
}
.embed-responsive-1by1:before {
 padding-top:100%
}
.flex-row {
 -webkit-box-orient:horizontal!important;
 -ms-flex-direction:row!important;
 flex-direction:row!important
}
.flex-column,
.flex-row {
 -webkit-box-direction:normal!important
}
.flex-column {
 -webkit-box-orient:vertical!important;
 -ms-flex-direction:column!important;
 flex-direction:column!important
}
.flex-row-reverse {
 -webkit-box-orient:horizontal!important;
 -ms-flex-direction:row-reverse!important;
 flex-direction:row-reverse!important
}
.flex-column-reverse,
.flex-row-reverse {
 -webkit-box-direction:reverse!important
}
.flex-column-reverse {
 -webkit-box-orient:vertical!important;
 -ms-flex-direction:column-reverse!important;
 flex-direction:column-reverse!important
}
.flex-wrap {
 -ms-flex-wrap:wrap!important;
 flex-wrap:wrap!important
}
.flex-nowrap {
 -ms-flex-wrap:nowrap!important;
 flex-wrap:nowrap!important
}
.flex-wrap-reverse {
 -ms-flex-wrap:wrap-reverse!important;
 flex-wrap:wrap-reverse!important
}
.flex-fill {
 -webkit-box-flex:1!important;
 -ms-flex:1 1 auto!important;
 flex:1 1 auto!important
}
.flex-grow-0 {
 -webkit-box-flex:0!important;
 -ms-flex-positive:0!important;
 flex-grow:0!important
}
.flex-grow-1 {
 -webkit-box-flex:1!important;
 -ms-flex-positive:1!important;
 flex-grow:1!important
}
.flex-shrink-0 {
 -ms-flex-negative:0!important;
 flex-shrink:0!important
}
.flex-shrink-1 {
 -ms-flex-negative:1!important;
 flex-shrink:1!important
}
.justify-content-start {
 -webkit-box-pack:start!important;
 -ms-flex-pack:start!important;
 justify-content:flex-start!important
}
.justify-content-end {
 -webkit-box-pack:end!important;
 -ms-flex-pack:end!important;
 justify-content:flex-end!important
}
.justify-content-center {
 -webkit-box-pack:center!important;
 -ms-flex-pack:center!important;
 justify-content:center!important
}
.justify-content-between {
 -webkit-box-pack:justify!important;
 -ms-flex-pack:justify!important;
 justify-content:space-between!important
}
.justify-content-around {
 -ms-flex-pack:distribute!important;
 justify-content:space-around!important
}
.align-items-start {
 -webkit-box-align:start!important;
 -ms-flex-align:start!important;
 align-items:flex-start!important
}
.align-items-end {
 -webkit-box-align:end!important;
 -ms-flex-align:end!important;
 align-items:flex-end!important
}
.align-items-center {
 -webkit-box-align:center!important;
 -ms-flex-align:center!important;
 align-items:center!important
}
.align-items-baseline {
 -webkit-box-align:baseline!important;
 -ms-flex-align:baseline!important;
 align-items:baseline!important
}
.align-items-stretch {
 -webkit-box-align:stretch!important;
 -ms-flex-align:stretch!important;
 align-items:stretch!important
}
.align-content-start {
 -ms-flex-line-pack:start!important;
 align-content:flex-start!important
}
.align-content-end {
 -ms-flex-line-pack:end!important;
 align-content:flex-end!important
}
.align-content-center {
 -ms-flex-line-pack:center!important;
 align-content:center!important
}
.align-content-between {
 -ms-flex-line-pack:justify!important;
 align-content:space-between!important
}
.align-content-around {
 -ms-flex-line-pack:distribute!important;
 align-content:space-around!important
}
.align-content-stretch {
 -ms-flex-line-pack:stretch!important;
 align-content:stretch!important
}
.align-self-auto {
 -ms-flex-item-align:auto!important;
 align-self:auto!important
}
.align-self-start {
 -ms-flex-item-align:start!important;
 align-self:flex-start!important
}
.align-self-end {
 -ms-flex-item-align:end!important;
 align-self:flex-end!important
}
.align-self-center {
 -ms-flex-item-align:center!important;
 align-self:center!important
}
.align-self-baseline {
 -ms-flex-item-align:baseline!important;
 align-self:baseline!important
}
.align-self-stretch {
 -ms-flex-item-align:stretch!important;
 align-self:stretch!important
}
@media(min-width:576px) {
 .flex-sm-row {
  -webkit-box-orient:horizontal!important;
  -ms-flex-direction:row!important;
  flex-direction:row!important
 }
 .flex-sm-column,
 .flex-sm-row {
  -webkit-box-direction:normal!important
 }
 .flex-sm-column {
  -webkit-box-orient:vertical!important;
  -ms-flex-direction:column!important;
  flex-direction:column!important
 }
 .flex-sm-row-reverse {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:row-reverse!important;
  flex-direction:row-reverse!important
 }
 .flex-sm-column-reverse {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:column-reverse!important;
  flex-direction:column-reverse!important
 }
 .flex-sm-wrap {
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
 }
 .flex-sm-nowrap {
  -ms-flex-wrap:nowrap!important;
  flex-wrap:nowrap!important
 }
 .flex-sm-wrap-reverse {
  -ms-flex-wrap:wrap-reverse!important;
  flex-wrap:wrap-reverse!important
 }
 .flex-sm-fill {
  -webkit-box-flex:1!important;
  -ms-flex:1 1 auto!important;
  flex:1 1 auto!important
 }
 .flex-sm-grow-0 {
  -webkit-box-flex:0!important;
  -ms-flex-positive:0!important;
  flex-grow:0!important
 }
 .flex-sm-grow-1 {
  -webkit-box-flex:1!important;
  -ms-flex-positive:1!important;
  flex-grow:1!important
 }
 .flex-sm-shrink-0 {
  -ms-flex-negative:0!important;
  flex-shrink:0!important
 }
 .flex-sm-shrink-1 {
  -ms-flex-negative:1!important;
  flex-shrink:1!important
 }
 .justify-content-sm-start {
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
 }
 .justify-content-sm-end {
  -webkit-box-pack:end!important;
  -ms-flex-pack:end!important;
  justify-content:flex-end!important
 }
 .justify-content-sm-center {
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
 }
 .justify-content-sm-between {
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
 }
 .justify-content-sm-around {
  -ms-flex-pack:distribute!important;
  justify-content:space-around!important
 }
 .align-items-sm-start {
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
 }
 .align-items-sm-end {
  -webkit-box-align:end!important;
  -ms-flex-align:end!important;
  align-items:flex-end!important
 }
 .align-items-sm-center {
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
 }
 .align-items-sm-baseline {
  -webkit-box-align:baseline!important;
  -ms-flex-align:baseline!important;
  align-items:baseline!important
 }
 .align-items-sm-stretch {
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
 }
 .align-content-sm-start {
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
 }
 .align-content-sm-end {
  -ms-flex-line-pack:end!important;
  align-content:flex-end!important
 }
 .align-content-sm-center {
  -ms-flex-line-pack:center!important;
  align-content:center!important
 }
 .align-content-sm-between {
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
 }
 .align-content-sm-around {
  -ms-flex-line-pack:distribute!important;
  align-content:space-around!important
 }
 .align-content-sm-stretch {
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
 }
 .align-self-sm-auto {
  -ms-flex-item-align:auto!important;
  align-self:auto!important
 }
 .align-self-sm-start {
  -ms-flex-item-align:start!important;
  align-self:flex-start!important
 }
 .align-self-sm-end {
  -ms-flex-item-align:end!important;
  align-self:flex-end!important
 }
 .align-self-sm-center {
  -ms-flex-item-align:center!important;
  align-self:center!important
 }
 .align-self-sm-baseline {
  -ms-flex-item-align:baseline!important;
  align-self:baseline!important
 }
 .align-self-sm-stretch {
  -ms-flex-item-align:stretch!important;
  align-self:stretch!important
 }
}
@media(min-width:768px) {
 .flex-md-row {
  -webkit-box-orient:horizontal!important;
  -ms-flex-direction:row!important;
  flex-direction:row!important
 }
 .flex-md-column,
 .flex-md-row {
  -webkit-box-direction:normal!important
 }
 .flex-md-column {
  -webkit-box-orient:vertical!important;
  -ms-flex-direction:column!important;
  flex-direction:column!important
 }
 .flex-md-row-reverse {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:row-reverse!important;
  flex-direction:row-reverse!important
 }
 .flex-md-column-reverse {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:column-reverse!important;
  flex-direction:column-reverse!important
 }
 .flex-md-wrap {
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
 }
 .flex-md-nowrap {
  -ms-flex-wrap:nowrap!important;
  flex-wrap:nowrap!important
 }
 .flex-md-wrap-reverse {
  -ms-flex-wrap:wrap-reverse!important;
  flex-wrap:wrap-reverse!important
 }
 .flex-md-fill {
  -webkit-box-flex:1!important;
  -ms-flex:1 1 auto!important;
  flex:1 1 auto!important
 }
 .flex-md-grow-0 {
  -webkit-box-flex:0!important;
  -ms-flex-positive:0!important;
  flex-grow:0!important
 }
 .flex-md-grow-1 {
  -webkit-box-flex:1!important;
  -ms-flex-positive:1!important;
  flex-grow:1!important
 }
 .flex-md-shrink-0 {
  -ms-flex-negative:0!important;
  flex-shrink:0!important
 }
 .flex-md-shrink-1 {
  -ms-flex-negative:1!important;
  flex-shrink:1!important
 }
 .justify-content-md-start {
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
 }
 .justify-content-md-end {
  -webkit-box-pack:end!important;
  -ms-flex-pack:end!important;
  justify-content:flex-end!important
 }
 .justify-content-md-center {
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
 }
 .justify-content-md-between {
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
 }
 .justify-content-md-around {
  -ms-flex-pack:distribute!important;
  justify-content:space-around!important
 }
 .align-items-md-start {
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
 }
 .align-items-md-end {
  -webkit-box-align:end!important;
  -ms-flex-align:end!important;
  align-items:flex-end!important
 }
 .align-items-md-center {
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
 }
 .align-items-md-baseline {
  -webkit-box-align:baseline!important;
  -ms-flex-align:baseline!important;
  align-items:baseline!important
 }
 .align-items-md-stretch {
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
 }
 .align-content-md-start {
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
 }
 .align-content-md-end {
  -ms-flex-line-pack:end!important;
  align-content:flex-end!important
 }
 .align-content-md-center {
  -ms-flex-line-pack:center!important;
  align-content:center!important
 }
 .align-content-md-between {
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
 }
 .align-content-md-around {
  -ms-flex-line-pack:distribute!important;
  align-content:space-around!important
 }
 .align-content-md-stretch {
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
 }
 .align-self-md-auto {
  -ms-flex-item-align:auto!important;
  align-self:auto!important
 }
 .align-self-md-start {
  -ms-flex-item-align:start!important;
  align-self:flex-start!important
 }
 .align-self-md-end {
  -ms-flex-item-align:end!important;
  align-self:flex-end!important
 }
 .align-self-md-center {
  -ms-flex-item-align:center!important;
  align-self:center!important
 }
 .align-self-md-baseline {
  -ms-flex-item-align:baseline!important;
  align-self:baseline!important
 }
 .align-self-md-stretch {
  -ms-flex-item-align:stretch!important;
  align-self:stretch!important
 }
}
@media(min-width:992px) {
 .flex-lg-row {
  -webkit-box-orient:horizontal!important;
  -ms-flex-direction:row!important;
  flex-direction:row!important
 }
 .flex-lg-column,
 .flex-lg-row {
  -webkit-box-direction:normal!important
 }
 .flex-lg-column {
  -webkit-box-orient:vertical!important;
  -ms-flex-direction:column!important;
  flex-direction:column!important
 }
 .flex-lg-row-reverse {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:row-reverse!important;
  flex-direction:row-reverse!important
 }
 .flex-lg-column-reverse {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:column-reverse!important;
  flex-direction:column-reverse!important
 }
 .flex-lg-wrap {
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
 }
 .flex-lg-nowrap {
  -ms-flex-wrap:nowrap!important;
  flex-wrap:nowrap!important
 }
 .flex-lg-wrap-reverse {
  -ms-flex-wrap:wrap-reverse!important;
  flex-wrap:wrap-reverse!important
 }
 .flex-lg-fill {
  -webkit-box-flex:1!important;
  -ms-flex:1 1 auto!important;
  flex:1 1 auto!important
 }
 .flex-lg-grow-0 {
  -webkit-box-flex:0!important;
  -ms-flex-positive:0!important;
  flex-grow:0!important
 }
 .flex-lg-grow-1 {
  -webkit-box-flex:1!important;
  -ms-flex-positive:1!important;
  flex-grow:1!important
 }
 .flex-lg-shrink-0 {
  -ms-flex-negative:0!important;
  flex-shrink:0!important
 }
 .flex-lg-shrink-1 {
  -ms-flex-negative:1!important;
  flex-shrink:1!important
 }
 .justify-content-lg-start {
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
 }
 .justify-content-lg-end {
  -webkit-box-pack:end!important;
  -ms-flex-pack:end!important;
  justify-content:flex-end!important
 }
 .justify-content-lg-center {
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
 }
 .justify-content-lg-between {
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
 }
 .justify-content-lg-around {
  -ms-flex-pack:distribute!important;
  justify-content:space-around!important
 }
 .align-items-lg-start {
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
 }
 .align-items-lg-end {
  -webkit-box-align:end!important;
  -ms-flex-align:end!important;
  align-items:flex-end!important
 }
 .align-items-lg-center {
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
 }
 .align-items-lg-baseline {
  -webkit-box-align:baseline!important;
  -ms-flex-align:baseline!important;
  align-items:baseline!important
 }
 .align-items-lg-stretch {
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
 }
 .align-content-lg-start {
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
 }
 .align-content-lg-end {
  -ms-flex-line-pack:end!important;
  align-content:flex-end!important
 }
 .align-content-lg-center {
  -ms-flex-line-pack:center!important;
  align-content:center!important
 }
 .align-content-lg-between {
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
 }
 .align-content-lg-around {
  -ms-flex-line-pack:distribute!important;
  align-content:space-around!important
 }
 .align-content-lg-stretch {
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
 }
 .align-self-lg-auto {
  -ms-flex-item-align:auto!important;
  align-self:auto!important
 }
 .align-self-lg-start {
  -ms-flex-item-align:start!important;
  align-self:flex-start!important
 }
 .align-self-lg-end {
  -ms-flex-item-align:end!important;
  align-self:flex-end!important
 }
 .align-self-lg-center {
  -ms-flex-item-align:center!important;
  align-self:center!important
 }
 .align-self-lg-baseline {
  -ms-flex-item-align:baseline!important;
  align-self:baseline!important
 }
 .align-self-lg-stretch {
  -ms-flex-item-align:stretch!important;
  align-self:stretch!important
 }
}
@media(min-width:1200px) {
 .flex-xl-row {
  -webkit-box-orient:horizontal!important;
  -ms-flex-direction:row!important;
  flex-direction:row!important
 }
 .flex-xl-column,
 .flex-xl-row {
  -webkit-box-direction:normal!important
 }
 .flex-xl-column {
  -webkit-box-orient:vertical!important;
  -ms-flex-direction:column!important;
  flex-direction:column!important
 }
 .flex-xl-row-reverse {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:row-reverse!important;
  flex-direction:row-reverse!important
 }
 .flex-xl-column-reverse {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:column-reverse!important;
  flex-direction:column-reverse!important
 }
 .flex-xl-wrap {
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
 }
 .flex-xl-nowrap {
  -ms-flex-wrap:nowrap!important;
  flex-wrap:nowrap!important
 }
 .flex-xl-wrap-reverse {
  -ms-flex-wrap:wrap-reverse!important;
  flex-wrap:wrap-reverse!important
 }
 .flex-xl-fill {
  -webkit-box-flex:1!important;
  -ms-flex:1 1 auto!important;
  flex:1 1 auto!important
 }
 .flex-xl-grow-0 {
  -webkit-box-flex:0!important;
  -ms-flex-positive:0!important;
  flex-grow:0!important
 }
 .flex-xl-grow-1 {
  -webkit-box-flex:1!important;
  -ms-flex-positive:1!important;
  flex-grow:1!important
 }
 .flex-xl-shrink-0 {
  -ms-flex-negative:0!important;
  flex-shrink:0!important
 }
 .flex-xl-shrink-1 {
  -ms-flex-negative:1!important;
  flex-shrink:1!important
 }
 .justify-content-xl-start {
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
 }
 .justify-content-xl-end {
  -webkit-box-pack:end!important;
  -ms-flex-pack:end!important;
  justify-content:flex-end!important
 }
 .justify-content-xl-center {
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
 }
 .justify-content-xl-between {
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
 }
 .justify-content-xl-around {
  -ms-flex-pack:distribute!important;
  justify-content:space-around!important
 }
 .align-items-xl-start {
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
 }
 .align-items-xl-end {
  -webkit-box-align:end!important;
  -ms-flex-align:end!important;
  align-items:flex-end!important
 }
 .align-items-xl-center {
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
 }
 .align-items-xl-baseline {
  -webkit-box-align:baseline!important;
  -ms-flex-align:baseline!important;
  align-items:baseline!important
 }
 .align-items-xl-stretch {
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
 }
 .align-content-xl-start {
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
 }
 .align-content-xl-end {
  -ms-flex-line-pack:end!important;
  align-content:flex-end!important
 }
 .align-content-xl-center {
  -ms-flex-line-pack:center!important;
  align-content:center!important
 }
 .align-content-xl-between {
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
 }
 .align-content-xl-around {
  -ms-flex-line-pack:distribute!important;
  align-content:space-around!important
 }
 .align-content-xl-stretch {
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
 }
 .align-self-xl-auto {
  -ms-flex-item-align:auto!important;
  align-self:auto!important
 }
 .align-self-xl-start {
  -ms-flex-item-align:start!important;
  align-self:flex-start!important
 }
 .align-self-xl-end {
  -ms-flex-item-align:end!important;
  align-self:flex-end!important
 }
 .align-self-xl-center {
  -ms-flex-item-align:center!important;
  align-self:center!important
 }
 .align-self-xl-baseline {
  -ms-flex-item-align:baseline!important;
  align-self:baseline!important
 }
 .align-self-xl-stretch {
  -ms-flex-item-align:stretch!important;
  align-self:stretch!important
 }
}
.float-left {
 float:left!important
}
.float-right {
 float:right!important
}
.float-none {
 float:none!important
}
@media(min-width:576px) {
 .float-sm-left {
  float:left!important
 }
 .float-sm-right {
  float:right!important
 }
 .float-sm-none {
  float:none!important
 }
}
@media(min-width:768px) {
 .float-md-left {
  float:left!important
 }
 .float-md-right {
  float:right!important
 }
 .float-md-none {
  float:none!important
 }
}
@media(min-width:992px) {
 .float-lg-left {
  float:left!important
 }
 .float-lg-right {
  float:right!important
 }
 .float-lg-none {
  float:none!important
 }
}
@media(min-width:1200px) {
 .float-xl-left {
  float:left!important
 }
 .float-xl-right {
  float:right!important
 }
 .float-xl-none {
  float:none!important
 }
}
.position-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 {
 top:0
}
.fixed-bottom,
.fixed-top {
 position:fixed;
 right:0;
 left:0;
 z-index:1030
}
.fixed-bottom {
 bottom:0
}
@supports(position:sticky) {
 .sticky-top {
  position:sticky;
  top:0;
  z-index:1020
 }
}
.sr-only {
 white-space:nowrap
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 white-space:normal
}
.shadow-sm {
 -webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
 box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow {
 -webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
 box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-lg {
 -webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;
 box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none {
 -webkit-box-shadow:none!important;
 box-shadow:none!important
}
.w-25 {
 width:25%!important
}
.w-50 {
 width:50%!important
}
.w-75 {
 width:75%!important
}
.w-100 {
 width:100%!important
}
.w-auto {
 width:auto!important
}
.h-25 {
 height:25%!important
}
.h-50 {
 height:50%!important
}
.h-75 {
 height:75%!important
}
.h-100 {
 height:100%!important
}
.h-auto {
 height:auto!important
}
.mw-100 {
 max-width:100%!important
}
.mh-100 {
 max-height:100%!important
}
.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:.7rem!important
}
.mt-1,
.my-1 {
 margin-top:.7rem!important
}
.mr-1,
.mx-1 {
 margin-right:.7rem!important
}
.mb-1,
.my-1 {
 margin-bottom:.7rem!important
}
.ml-1,
.mx-1 {
 margin-left:.7rem!important
}
.m-2 {
 margin:1.4rem!important
}
.mt-2,
.my-2 {
 margin-top:1.4rem!important
}
.mr-2,
.mx-2 {
 margin-right:1.4rem!important
}
.mb-2,
.my-2 {
 margin-bottom:1.4rem!important
}
.ml-2,
.mx-2 {
 margin-left:1.4rem!important
}
.m-3 {
 margin:2.1rem!important
}
.mt-3,
.my-3 {
 margin-top:2.1rem!important
}
.mr-3,
.mx-3 {
 margin-right:2.1rem!important
}
.mb-3,
.my-3 {
 margin-bottom:2.1rem!important
}
.ml-3,
.mx-3 {
 margin-left:2.1rem!important
}
.m-4 {
 margin:2.8rem!important
}
.mt-4,
.my-4 {
 margin-top:2.8rem!important
}
.mr-4,
.mx-4 {
 margin-right:2.8rem!important
}
.mb-4,
.my-4 {
 margin-bottom:2.8rem!important
}
.ml-4,
.mx-4 {
 margin-left:2.8rem!important
}
.m-5 {
 margin:3.5rem!important
}
.mt-5,
.my-5 {
 margin-top:3.5rem!important
}
.mr-5,
.mx-5 {
 margin-right:3.5rem!important
}
.mb-5,
.my-5 {
 margin-bottom:3.5rem!important
}
.ml-5,
.mx-5 {
 margin-left:3.5rem!important
}
.m-half {
 margin:.35rem!important
}
.mt-half,
.my-half {
 margin-top:.35rem!important
}
.mr-half,
.mx-half {
 margin-right:.35rem!important
}
.mb-half,
.my-half {
 margin-bottom:.35rem!important
}
.ml-half,
.mx-half {
 margin-left:.35rem!important
}
.m-6 {
 margin:4.2rem!important
}
.mt-6,
.my-6 {
 margin-top:4.2rem!important
}
.mr-6,
.mx-6 {
 margin-right:4.2rem!important
}
.mb-6,
.my-6 {
 margin-bottom:4.2rem!important
}
.ml-6,
.mx-6 {
 margin-left:4.2rem!important
}
.m-7 {
 margin:4.9rem!important
}
.mt-7,
.my-7 {
 margin-top:4.9rem!important
}
.mr-7,
.mx-7 {
 margin-right:4.9rem!important
}
.mb-7,
.my-7 {
 margin-bottom:4.9rem!important
}
.ml-7,
.mx-7 {
 margin-left:4.9rem!important
}
.m-8 {
 margin:5.6rem!important
}
.mt-8,
.my-8 {
 margin-top:5.6rem!important
}
.mr-8,
.mx-8 {
 margin-right:5.6rem!important
}
.mb-8,
.my-8 {
 margin-bottom:5.6rem!important
}
.ml-8,
.mx-8 {
 margin-left:5.6rem!important
}
.m-9 {
 margin:6.3rem!important
}
.mt-9,
.my-9 {
 margin-top:6.3rem!important
}
.mr-9,
.mx-9 {
 margin-right:6.3rem!important
}
.mb-9,
.my-9 {
 margin-bottom:6.3rem!important
}
.ml-9,
.mx-9 {
 margin-left:6.3rem!important
}
.m-10 {
 margin:7rem!important
}
.mt-10,
.my-10 {
 margin-top:7rem!important
}
.mr-10,
.mx-10 {
 margin-right:7rem!important
}
.mb-10,
.my-10 {
 margin-bottom:7rem!important
}
.ml-10,
.mx-10 {
 margin-left:7rem!important
}
.m-11 {
 margin:7.7rem!important
}
.mt-11,
.my-11 {
 margin-top:7.7rem!important
}
.mr-11,
.mx-11 {
 margin-right:7.7rem!important
}
.mb-11,
.my-11 {
 margin-bottom:7.7rem!important
}
.ml-11,
.mx-11 {
 margin-left:7.7rem!important
}
.m-12 {
 margin:8.4rem!important
}
.mt-12,
.my-12 {
 margin-top:8.4rem!important
}
.mr-12,
.mx-12 {
 margin-right:8.4rem!important
}
.mb-12,
.my-12 {
 margin-bottom:8.4rem!important
}
.ml-12,
.mx-12 {
 margin-left:8.4rem!important
}
.m-13 {
 margin:9.1rem!important
}
.mt-13,
.my-13 {
 margin-top:9.1rem!important
}
.mr-13,
.mx-13 {
 margin-right:9.1rem!important
}
.mb-13,
.my-13 {
 margin-bottom:9.1rem!important
}
.ml-13,
.mx-13 {
 margin-left:9.1rem!important
}
.m-14 {
 margin:9.8rem!important
}
.mt-14,
.my-14 {
 margin-top:9.8rem!important
}
.mr-14,
.mx-14 {
 margin-right:9.8rem!important
}
.mb-14,
.my-14 {
 margin-bottom:9.8rem!important
}
.ml-14,
.mx-14 {
 margin-left:9.8rem!important
}
.m-15 {
 margin:10.5rem!important
}
.mt-15,
.my-15 {
 margin-top:10.5rem!important
}
.mr-15,
.mx-15 {
 margin-right:10.5rem!important
}
.mb-15,
.my-15 {
 margin-bottom:10.5rem!important
}
.ml-15,
.mx-15 {
 margin-left:10.5rem!important
}
.m-20 {
 margin:14rem!important
}
.mt-20,
.my-20 {
 margin-top:14rem!important
}
.mr-20,
.mx-20 {
 margin-right:14rem!important
}
.mb-20,
.my-20 {
 margin-bottom:14rem!important
}
.ml-20,
.mx-20 {
 margin-left:14rem!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:.7rem!important
}
.pt-1,
.py-1 {
 padding-top:.7rem!important
}
.pr-1,
.px-1 {
 padding-right:.7rem!important
}
.pb-1,
.py-1 {
 padding-bottom:.7rem!important
}
.pl-1,
.px-1 {
 padding-left:.7rem!important
}
.p-2 {
 padding:1.4rem!important
}
.pt-2,
.py-2 {
 padding-top:1.4rem!important
}
.pr-2,
.px-2 {
 padding-right:1.4rem!important
}
.pb-2,
.py-2 {
 padding-bottom:1.4rem!important
}
.pl-2,
.px-2 {
 padding-left:1.4rem!important
}
.p-3 {
 padding:2.1rem!important
}
.pt-3,
.py-3 {
 padding-top:2.1rem!important
}
.pr-3,
.px-3 {
 padding-right:2.1rem!important
}
.pb-3,
.py-3 {
 padding-bottom:2.1rem!important
}
.pl-3,
.px-3 {
 padding-left:2.1rem!important
}
.p-4 {
 padding:2.8rem!important
}
.pt-4,
.py-4 {
 padding-top:2.8rem!important
}
.pr-4,
.px-4 {
 padding-right:2.8rem!important
}
.pb-4,
.py-4 {
 padding-bottom:2.8rem!important
}
.pl-4,
.px-4 {
 padding-left:2.8rem!important
}
.p-5 {
 padding:3.5rem!important
}
.pt-5,
.py-5 {
 padding-top:3.5rem!important
}
.pr-5,
.px-5 {
 padding-right:3.5rem!important
}
.pb-5,
.py-5 {
 padding-bottom:3.5rem!important
}
.pl-5,
.px-5 {
 padding-left:3.5rem!important
}
.p-half {
 padding:.35rem!important
}
.pt-half,
.py-half {
 padding-top:.35rem!important
}
.pr-half,
.px-half {
 padding-right:.35rem!important
}
.pb-half,
.py-half {
 padding-bottom:.35rem!important
}
.pl-half,
.px-half {
 padding-left:.35rem!important
}
.p-6 {
 padding:4.2rem!important
}
.pt-6,
.py-6 {
 padding-top:4.2rem!important
}
.pr-6,
.px-6 {
 padding-right:4.2rem!important
}
.pb-6,
.py-6 {
 padding-bottom:4.2rem!important
}
.pl-6,
.px-6 {
 padding-left:4.2rem!important
}
.p-7 {
 padding:4.9rem!important
}
.pt-7,
.py-7 {
 padding-top:4.9rem!important
}
.pr-7,
.px-7 {
 padding-right:4.9rem!important
}
.pb-7,
.py-7 {
 padding-bottom:4.9rem!important
}
.pl-7,
.px-7 {
 padding-left:4.9rem!important
}
.p-8 {
 padding:5.6rem!important
}
.pt-8,
.py-8 {
 padding-top:5.6rem!important
}
.pr-8,
.px-8 {
 padding-right:5.6rem!important
}
.pb-8,
.py-8 {
 padding-bottom:5.6rem!important
}
.pl-8,
.px-8 {
 padding-left:5.6rem!important
}
.p-9 {
 padding:6.3rem!important
}
.pt-9,
.py-9 {
 padding-top:6.3rem!important
}
.pr-9,
.px-9 {
 padding-right:6.3rem!important
}
.pb-9,
.py-9 {
 padding-bottom:6.3rem!important
}
.pl-9,
.px-9 {
 padding-left:6.3rem!important
}
.p-10 {
 padding:7rem!important
}
.pt-10,
.py-10 {
 padding-top:7rem!important
}
.pr-10,
.px-10 {
 padding-right:7rem!important
}
.pb-10,
.py-10 {
 padding-bottom:7rem!important
}
.pl-10,
.px-10 {
 padding-left:7rem!important
}
.p-11 {
 padding:7.7rem!important
}
.pt-11,
.py-11 {
 padding-top:7.7rem!important
}
.pr-11,
.px-11 {
 padding-right:7.7rem!important
}
.pb-11,
.py-11 {
 padding-bottom:7.7rem!important
}
.pl-11,
.px-11 {
 padding-left:7.7rem!important
}
.p-12 {
 padding:8.4rem!important
}
.pt-12,
.py-12 {
 padding-top:8.4rem!important
}
.pr-12,
.px-12 {
 padding-right:8.4rem!important
}
.pb-12,
.py-12 {
 padding-bottom:8.4rem!important
}
.pl-12,
.px-12 {
 padding-left:8.4rem!important
}
.p-13 {
 padding:9.1rem!important
}
.pt-13,
.py-13 {
 padding-top:9.1rem!important
}
.pr-13,
.px-13 {
 padding-right:9.1rem!important
}
.pb-13,
.py-13 {
 padding-bottom:9.1rem!important
}
.pl-13,
.px-13 {
 padding-left:9.1rem!important
}
.p-14 {
 padding:9.8rem!important
}
.pt-14,
.py-14 {
 padding-top:9.8rem!important
}
.pr-14,
.px-14 {
 padding-right:9.8rem!important
}
.pb-14,
.py-14 {
 padding-bottom:9.8rem!important
}
.pl-14,
.px-14 {
 padding-left:9.8rem!important
}
.p-15 {
 padding:10.5rem!important
}
.pt-15,
.py-15 {
 padding-top:10.5rem!important
}
.pr-15,
.px-15 {
 padding-right:10.5rem!important
}
.pb-15,
.py-15 {
 padding-bottom:10.5rem!important
}
.pl-15,
.px-15 {
 padding-left:10.5rem!important
}
.p-20 {
 padding:14rem!important
}
.pt-20,
.py-20 {
 padding-top:14rem!important
}
.pr-20,
.px-20 {
 padding-right:14rem!important
}
.pb-20,
.py-20 {
 padding-bottom:14rem!important
}
.pl-20,
.px-20 {
 padding-left:14rem!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: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:.7rem!important
 }
 .mt-sm-1,
 .my-sm-1 {
  margin-top:.7rem!important
 }
 .mr-sm-1,
 .mx-sm-1 {
  margin-right:.7rem!important
 }
 .mb-sm-1,
 .my-sm-1 {
  margin-bottom:.7rem!important
 }
 .ml-sm-1,
 .mx-sm-1 {
  margin-left:.7rem!important
 }
 .m-sm-2 {
  margin:1.4rem!important
 }
 .mt-sm-2,
 .my-sm-2 {
  margin-top:1.4rem!important
 }
 .mr-sm-2,
 .mx-sm-2 {
  margin-right:1.4rem!important
 }
 .mb-sm-2,
 .my-sm-2 {
  margin-bottom:1.4rem!important
 }
 .ml-sm-2,
 .mx-sm-2 {
  margin-left:1.4rem!important
 }
 .m-sm-3 {
  margin:2.1rem!important
 }
 .mt-sm-3,
 .my-sm-3 {
  margin-top:2.1rem!important
 }
 .mr-sm-3,
 .mx-sm-3 {
  margin-right:2.1rem!important
 }
 .mb-sm-3,
 .my-sm-3 {
  margin-bottom:2.1rem!important
 }
 .ml-sm-3,
 .mx-sm-3 {
  margin-left:2.1rem!important
 }
 .m-sm-4 {
  margin:2.8rem!important
 }
 .mt-sm-4,
 .my-sm-4 {
  margin-top:2.8rem!important
 }
 .mr-sm-4,
 .mx-sm-4 {
  margin-right:2.8rem!important
 }
 .mb-sm-4,
 .my-sm-4 {
  margin-bottom:2.8rem!important
 }
 .ml-sm-4,
 .mx-sm-4 {
  margin-left:2.8rem!important
 }
 .m-sm-5 {
  margin:3.5rem!important
 }
 .mt-sm-5,
 .my-sm-5 {
  margin-top:3.5rem!important
 }
 .mr-sm-5,
 .mx-sm-5 {
  margin-right:3.5rem!important
 }
 .mb-sm-5,
 .my-sm-5 {
  margin-bottom:3.5rem!important
 }
 .ml-sm-5,
 .mx-sm-5 {
  margin-left:3.5rem!important
 }
 .m-sm-half {
  margin:.35rem!important
 }
 .mt-sm-half,
 .my-sm-half {
  margin-top:.35rem!important
 }
 .mr-sm-half,
 .mx-sm-half {
  margin-right:.35rem!important
 }
 .mb-sm-half,
 .my-sm-half {
  margin-bottom:.35rem!important
 }
 .ml-sm-half,
 .mx-sm-half {
  margin-left:.35rem!important
 }
 .m-sm-6 {
  margin:4.2rem!important
 }
 .mt-sm-6,
 .my-sm-6 {
  margin-top:4.2rem!important
 }
 .mr-sm-6,
 .mx-sm-6 {
  margin-right:4.2rem!important
 }
 .mb-sm-6,
 .my-sm-6 {
  margin-bottom:4.2rem!important
 }
 .ml-sm-6,
 .mx-sm-6 {
  margin-left:4.2rem!important
 }
 .m-sm-7 {
  margin:4.9rem!important
 }
 .mt-sm-7,
 .my-sm-7 {
  margin-top:4.9rem!important
 }
 .mr-sm-7,
 .mx-sm-7 {
  margin-right:4.9rem!important
 }
 .mb-sm-7,
 .my-sm-7 {
  margin-bottom:4.9rem!important
 }
 .ml-sm-7,
 .mx-sm-7 {
  margin-left:4.9rem!important
 }
 .m-sm-8 {
  margin:5.6rem!important
 }
 .mt-sm-8,
 .my-sm-8 {
  margin-top:5.6rem!important
 }
 .mr-sm-8,
 .mx-sm-8 {
  margin-right:5.6rem!important
 }
 .mb-sm-8,
 .my-sm-8 {
  margin-bottom:5.6rem!important
 }
 .ml-sm-8,
 .mx-sm-8 {
  margin-left:5.6rem!important
 }
 .m-sm-9 {
  margin:6.3rem!important
 }
 .mt-sm-9,
 .my-sm-9 {
  margin-top:6.3rem!important
 }
 .mr-sm-9,
 .mx-sm-9 {
  margin-right:6.3rem!important
 }
 .mb-sm-9,
 .my-sm-9 {
  margin-bottom:6.3rem!important
 }
 .ml-sm-9,
 .mx-sm-9 {
  margin-left:6.3rem!important
 }
 .m-sm-10 {
  margin:7rem!important
 }
 .mt-sm-10,
 .my-sm-10 {
  margin-top:7rem!important
 }
 .mr-sm-10,
 .mx-sm-10 {
  margin-right:7rem!important
 }
 .mb-sm-10,
 .my-sm-10 {
  margin-bottom:7rem!important
 }
 .ml-sm-10,
 .mx-sm-10 {
  margin-left:7rem!important
 }
 .m-sm-11 {
  margin:7.7rem!important
 }
 .mt-sm-11,
 .my-sm-11 {
  margin-top:7.7rem!important
 }
 .mr-sm-11,
 .mx-sm-11 {
  margin-right:7.7rem!important
 }
 .mb-sm-11,
 .my-sm-11 {
  margin-bottom:7.7rem!important
 }
 .ml-sm-11,
 .mx-sm-11 {
  margin-left:7.7rem!important
 }
 .m-sm-12 {
  margin:8.4rem!important
 }
 .mt-sm-12,
 .my-sm-12 {
  margin-top:8.4rem!important
 }
 .mr-sm-12,
 .mx-sm-12 {
  margin-right:8.4rem!important
 }
 .mb-sm-12,
 .my-sm-12 {
  margin-bottom:8.4rem!important
 }
 .ml-sm-12,
 .mx-sm-12 {
  margin-left:8.4rem!important
 }
 .m-sm-13 {
  margin:9.1rem!important
 }
 .mt-sm-13,
 .my-sm-13 {
  margin-top:9.1rem!important
 }
 .mr-sm-13,
 .mx-sm-13 {
  margin-right:9.1rem!important
 }
 .mb-sm-13,
 .my-sm-13 {
  margin-bottom:9.1rem!important
 }
 .ml-sm-13,
 .mx-sm-13 {
  margin-left:9.1rem!important
 }
 .m-sm-14 {
  margin:9.8rem!important
 }
 .mt-sm-14,
 .my-sm-14 {
  margin-top:9.8rem!important
 }
 .mr-sm-14,
 .mx-sm-14 {
  margin-right:9.8rem!important
 }
 .mb-sm-14,
 .my-sm-14 {
  margin-bottom:9.8rem!important
 }
 .ml-sm-14,
 .mx-sm-14 {
  margin-left:9.8rem!important
 }
 .m-sm-15 {
  margin:10.5rem!important
 }
 .mt-sm-15,
 .my-sm-15 {
  margin-top:10.5rem!important
 }
 .mr-sm-15,
 .mx-sm-15 {
  margin-right:10.5rem!important
 }
 .mb-sm-15,
 .my-sm-15 {
  margin-bottom:10.5rem!important
 }
 .ml-sm-15,
 .mx-sm-15 {
  margin-left:10.5rem!important
 }
 .m-sm-20 {
  margin:14rem!important
 }
 .mt-sm-20,
 .my-sm-20 {
  margin-top:14rem!important
 }
 .mr-sm-20,
 .mx-sm-20 {
  margin-right:14rem!important
 }
 .mb-sm-20,
 .my-sm-20 {
  margin-bottom:14rem!important
 }
 .ml-sm-20,
 .mx-sm-20 {
  margin-left:14rem!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:.7rem!important
 }
 .pt-sm-1,
 .py-sm-1 {
  padding-top:.7rem!important
 }
 .pr-sm-1,
 .px-sm-1 {
  padding-right:.7rem!important
 }
 .pb-sm-1,
 .py-sm-1 {
  padding-bottom:.7rem!important
 }
 .pl-sm-1,
 .px-sm-1 {
  padding-left:.7rem!important
 }
 .p-sm-2 {
  padding:1.4rem!important
 }
 .pt-sm-2,
 .py-sm-2 {
  padding-top:1.4rem!important
 }
 .pr-sm-2,
 .px-sm-2 {
  padding-right:1.4rem!important
 }
 .pb-sm-2,
 .py-sm-2 {
  padding-bottom:1.4rem!important
 }
 .pl-sm-2,
 .px-sm-2 {
  padding-left:1.4rem!important
 }
 .p-sm-3 {
  padding:2.1rem!important
 }
 .pt-sm-3,
 .py-sm-3 {
  padding-top:2.1rem!important
 }
 .pr-sm-3,
 .px-sm-3 {
  padding-right:2.1rem!important
 }
 .pb-sm-3,
 .py-sm-3 {
  padding-bottom:2.1rem!important
 }
 .pl-sm-3,
 .px-sm-3 {
  padding-left:2.1rem!important
 }
 .p-sm-4 {
  padding:2.8rem!important
 }
 .pt-sm-4,
 .py-sm-4 {
  padding-top:2.8rem!important
 }
 .pr-sm-4,
 .px-sm-4 {
  padding-right:2.8rem!important
 }
 .pb-sm-4,
 .py-sm-4 {
  padding-bottom:2.8rem!important
 }
 .pl-sm-4,
 .px-sm-4 {
  padding-left:2.8rem!important
 }
 .p-sm-5 {
  padding:3.5rem!important
 }
 .pt-sm-5,
 .py-sm-5 {
  padding-top:3.5rem!important
 }
 .pr-sm-5,
 .px-sm-5 {
  padding-right:3.5rem!important
 }
 .pb-sm-5,
 .py-sm-5 {
  padding-bottom:3.5rem!important
 }
 .pl-sm-5,
 .px-sm-5 {
  padding-left:3.5rem!important
 }
 .p-sm-half {
  padding:.35rem!important
 }
 .pt-sm-half,
 .py-sm-half {
  padding-top:.35rem!important
 }
 .pr-sm-half,
 .px-sm-half {
  padding-right:.35rem!important
 }
 .pb-sm-half,
 .py-sm-half {
  padding-bottom:.35rem!important
 }
 .pl-sm-half,
 .px-sm-half {
  padding-left:.35rem!important
 }
 .p-sm-6 {
  padding:4.2rem!important
 }
 .pt-sm-6,
 .py-sm-6 {
  padding-top:4.2rem!important
 }
 .pr-sm-6,
 .px-sm-6 {
  padding-right:4.2rem!important
 }
 .pb-sm-6,
 .py-sm-6 {
  padding-bottom:4.2rem!important
 }
 .pl-sm-6,
 .px-sm-6 {
  padding-left:4.2rem!important
 }
 .p-sm-7 {
  padding:4.9rem!important
 }
 .pt-sm-7,
 .py-sm-7 {
  padding-top:4.9rem!important
 }
 .pr-sm-7,
 .px-sm-7 {
  padding-right:4.9rem!important
 }
 .pb-sm-7,
 .py-sm-7 {
  padding-bottom:4.9rem!important
 }
 .pl-sm-7,
 .px-sm-7 {
  padding-left:4.9rem!important
 }
 .p-sm-8 {
  padding:5.6rem!important
 }
 .pt-sm-8,
 .py-sm-8 {
  padding-top:5.6rem!important
 }
 .pr-sm-8,
 .px-sm-8 {
  padding-right:5.6rem!important
 }
 .pb-sm-8,
 .py-sm-8 {
  padding-bottom:5.6rem!important
 }
 .pl-sm-8,
 .px-sm-8 {
  padding-left:5.6rem!important
 }
 .p-sm-9 {
  padding:6.3rem!important
 }
 .pt-sm-9,
 .py-sm-9 {
  padding-top:6.3rem!important
 }
 .pr-sm-9,
 .px-sm-9 {
  padding-right:6.3rem!important
 }
 .pb-sm-9,
 .py-sm-9 {
  padding-bottom:6.3rem!important
 }
 .pl-sm-9,
 .px-sm-9 {
  padding-left:6.3rem!important
 }
 .p-sm-10 {
  padding:7rem!important
 }
 .pt-sm-10,
 .py-sm-10 {
  padding-top:7rem!important
 }
 .pr-sm-10,
 .px-sm-10 {
  padding-right:7rem!important
 }
 .pb-sm-10,
 .py-sm-10 {
  padding-bottom:7rem!important
 }
 .pl-sm-10,
 .px-sm-10 {
  padding-left:7rem!important
 }
 .p-sm-11 {
  padding:7.7rem!important
 }
 .pt-sm-11,
 .py-sm-11 {
  padding-top:7.7rem!important
 }
 .pr-sm-11,
 .px-sm-11 {
  padding-right:7.7rem!important
 }
 .pb-sm-11,
 .py-sm-11 {
  padding-bottom:7.7rem!important
 }
 .pl-sm-11,
 .px-sm-11 {
  padding-left:7.7rem!important
 }
 .p-sm-12 {
  padding:8.4rem!important
 }
 .pt-sm-12,
 .py-sm-12 {
  padding-top:8.4rem!important
 }
 .pr-sm-12,
 .px-sm-12 {
  padding-right:8.4rem!important
 }
 .pb-sm-12,
 .py-sm-12 {
  padding-bottom:8.4rem!important
 }
 .pl-sm-12,
 .px-sm-12 {
  padding-left:8.4rem!important
 }
 .p-sm-13 {
  padding:9.1rem!important
 }
 .pt-sm-13,
 .py-sm-13 {
  padding-top:9.1rem!important
 }
 .pr-sm-13,
 .px-sm-13 {
  padding-right:9.1rem!important
 }
 .pb-sm-13,
 .py-sm-13 {
  padding-bottom:9.1rem!important
 }
 .pl-sm-13,
 .px-sm-13 {
  padding-left:9.1rem!important
 }
 .p-sm-14 {
  padding:9.8rem!important
 }
 .pt-sm-14,
 .py-sm-14 {
  padding-top:9.8rem!important
 }
 .pr-sm-14,
 .px-sm-14 {
  padding-right:9.8rem!important
 }
 .pb-sm-14,
 .py-sm-14 {
  padding-bottom:9.8rem!important
 }
 .pl-sm-14,
 .px-sm-14 {
  padding-left:9.8rem!important
 }
 .p-sm-15 {
  padding:10.5rem!important
 }
 .pt-sm-15,
 .py-sm-15 {
  padding-top:10.5rem!important
 }
 .pr-sm-15,
 .px-sm-15 {
  padding-right:10.5rem!important
 }
 .pb-sm-15,
 .py-sm-15 {
  padding-bottom:10.5rem!important
 }
 .pl-sm-15,
 .px-sm-15 {
  padding-left:10.5rem!important
 }
 .p-sm-20 {
  padding:14rem!important
 }
 .pt-sm-20,
 .py-sm-20 {
  padding-top:14rem!important
 }
 .pr-sm-20,
 .px-sm-20 {
  padding-right:14rem!important
 }
 .pb-sm-20,
 .py-sm-20 {
  padding-bottom:14rem!important
 }
 .pl-sm-20,
 .px-sm-20 {
  padding-left:14rem!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:.7rem!important
 }
 .mt-md-1,
 .my-md-1 {
  margin-top:.7rem!important
 }
 .mr-md-1,
 .mx-md-1 {
  margin-right:.7rem!important
 }
 .mb-md-1,
 .my-md-1 {
  margin-bottom:.7rem!important
 }
 .ml-md-1,
 .mx-md-1 {
  margin-left:.7rem!important
 }
 .m-md-2 {
  margin:1.4rem!important
 }
 .mt-md-2,
 .my-md-2 {
  margin-top:1.4rem!important
 }
 .mr-md-2,
 .mx-md-2 {
  margin-right:1.4rem!important
 }
 .mb-md-2,
 .my-md-2 {
  margin-bottom:1.4rem!important
 }
 .ml-md-2,
 .mx-md-2 {
  margin-left:1.4rem!important
 }
 .m-md-3 {
  margin:2.1rem!important
 }
 .mt-md-3,
 .my-md-3 {
  margin-top:2.1rem!important
 }
 .mr-md-3,
 .mx-md-3 {
  margin-right:2.1rem!important
 }
 .mb-md-3,
 .my-md-3 {
  margin-bottom:2.1rem!important
 }
 .ml-md-3,
 .mx-md-3 {
  margin-left:2.1rem!important
 }
 .m-md-4 {
  margin:2.8rem!important
 }
 .mt-md-4,
 .my-md-4 {
  margin-top:2.8rem!important
 }
 .mr-md-4,
 .mx-md-4 {
  margin-right:2.8rem!important
 }
 .mb-md-4,
 .my-md-4 {
  margin-bottom:2.8rem!important
 }
 .ml-md-4,
 .mx-md-4 {
  margin-left:2.8rem!important
 }
 .m-md-5 {
  margin:3.5rem!important
 }
 .mt-md-5,
 .my-md-5 {
  margin-top:3.5rem!important
 }
 .mr-md-5,
 .mx-md-5 {
  margin-right:3.5rem!important
 }
 .mb-md-5,
 .my-md-5 {
  margin-bottom:3.5rem!important
 }
 .ml-md-5,
 .mx-md-5 {
  margin-left:3.5rem!important
 }
 .m-md-half {
  margin:.35rem!important
 }
 .mt-md-half,
 .my-md-half {
  margin-top:.35rem!important
 }
 .mr-md-half,
 .mx-md-half {
  margin-right:.35rem!important
 }
 .mb-md-half,
 .my-md-half {
  margin-bottom:.35rem!important
 }
 .ml-md-half,
 .mx-md-half {
  margin-left:.35rem!important
 }
 .m-md-6 {
  margin:4.2rem!important
 }
 .mt-md-6,
 .my-md-6 {
  margin-top:4.2rem!important
 }
 .mr-md-6,
 .mx-md-6 {
  margin-right:4.2rem!important
 }
 .mb-md-6,
 .my-md-6 {
  margin-bottom:4.2rem!important
 }
 .ml-md-6,
 .mx-md-6 {
  margin-left:4.2rem!important
 }
 .m-md-7 {
  margin:4.9rem!important
 }
 .mt-md-7,
 .my-md-7 {
  margin-top:4.9rem!important
 }
 .mr-md-7,
 .mx-md-7 {
  margin-right:4.9rem!important
 }
 .mb-md-7,
 .my-md-7 {
  margin-bottom:4.9rem!important
 }
 .ml-md-7,
 .mx-md-7 {
  margin-left:4.9rem!important
 }
 .m-md-8 {
  margin:5.6rem!important
 }
 .mt-md-8,
 .my-md-8 {
  margin-top:5.6rem!important
 }
 .mr-md-8,
 .mx-md-8 {
  margin-right:5.6rem!important
 }
 .mb-md-8,
 .my-md-8 {
  margin-bottom:5.6rem!important
 }
 .ml-md-8,
 .mx-md-8 {
  margin-left:5.6rem!important
 }
 .m-md-9 {
  margin:6.3rem!important
 }
 .mt-md-9,
 .my-md-9 {
  margin-top:6.3rem!important
 }
 .mr-md-9,
 .mx-md-9 {
  margin-right:6.3rem!important
 }
 .mb-md-9,
 .my-md-9 {
  margin-bottom:6.3rem!important
 }
 .ml-md-9,
 .mx-md-9 {
  margin-left:6.3rem!important
 }
 .m-md-10 {
  margin:7rem!important
 }
 .mt-md-10,
 .my-md-10 {
  margin-top:7rem!important
 }
 .mr-md-10,
 .mx-md-10 {
  margin-right:7rem!important
 }
 .mb-md-10,
 .my-md-10 {
  margin-bottom:7rem!important
 }
 .ml-md-10,
 .mx-md-10 {
  margin-left:7rem!important
 }
 .m-md-11 {
  margin:7.7rem!important
 }
 .mt-md-11,
 .my-md-11 {
  margin-top:7.7rem!important
 }
 .mr-md-11,
 .mx-md-11 {
  margin-right:7.7rem!important
 }
 .mb-md-11,
 .my-md-11 {
  margin-bottom:7.7rem!important
 }
 .ml-md-11,
 .mx-md-11 {
  margin-left:7.7rem!important
 }
 .m-md-12 {
  margin:8.4rem!important
 }
 .mt-md-12,
 .my-md-12 {
  margin-top:8.4rem!important
 }
 .mr-md-12,
 .mx-md-12 {
  margin-right:8.4rem!important
 }
 .mb-md-12,
 .my-md-12 {
  margin-bottom:8.4rem!important
 }
 .ml-md-12,
 .mx-md-12 {
  margin-left:8.4rem!important
 }
 .m-md-13 {
  margin:9.1rem!important
 }
 .mt-md-13,
 .my-md-13 {
  margin-top:9.1rem!important
 }
 .mr-md-13,
 .mx-md-13 {
  margin-right:9.1rem!important
 }
 .mb-md-13,
 .my-md-13 {
  margin-bottom:9.1rem!important
 }
 .ml-md-13,
 .mx-md-13 {
  margin-left:9.1rem!important
 }
 .m-md-14 {
  margin:9.8rem!important
 }
 .mt-md-14,
 .my-md-14 {
  margin-top:9.8rem!important
 }
 .mr-md-14,
 .mx-md-14 {
  margin-right:9.8rem!important
 }
 .mb-md-14,
 .my-md-14 {
  margin-bottom:9.8rem!important
 }
 .ml-md-14,
 .mx-md-14 {
  margin-left:9.8rem!important
 }
 .m-md-15 {
  margin:10.5rem!important
 }
 .mt-md-15,
 .my-md-15 {
  margin-top:10.5rem!important
 }
 .mr-md-15,
 .mx-md-15 {
  margin-right:10.5rem!important
 }
 .mb-md-15,
 .my-md-15 {
  margin-bottom:10.5rem!important
 }
 .ml-md-15,
 .mx-md-15 {
  margin-left:10.5rem!important
 }
 .m-md-20 {
  margin:14rem!important
 }
 .mt-md-20,
 .my-md-20 {
  margin-top:14rem!important
 }
 .mr-md-20,
 .mx-md-20 {
  margin-right:14rem!important
 }
 .mb-md-20,
 .my-md-20 {
  margin-bottom:14rem!important
 }
 .ml-md-20,
 .mx-md-20 {
  margin-left:14rem!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:.7rem!important
 }
 .pt-md-1,
 .py-md-1 {
  padding-top:.7rem!important
 }
 .pr-md-1,
 .px-md-1 {
  padding-right:.7rem!important
 }
 .pb-md-1,
 .py-md-1 {
  padding-bottom:.7rem!important
 }
 .pl-md-1,
 .px-md-1 {
  padding-left:.7rem!important
 }
 .p-md-2 {
  padding:1.4rem!important
 }
 .pt-md-2,
 .py-md-2 {
  padding-top:1.4rem!important
 }
 .pr-md-2,
 .px-md-2 {
  padding-right:1.4rem!important
 }
 .pb-md-2,
 .py-md-2 {
  padding-bottom:1.4rem!important
 }
 .pl-md-2,
 .px-md-2 {
  padding-left:1.4rem!important
 }
 .p-md-3 {
  padding:2.1rem!important
 }
 .pt-md-3,
 .py-md-3 {
  padding-top:2.1rem!important
 }
 .pr-md-3,
 .px-md-3 {
  padding-right:2.1rem!important
 }
 .pb-md-3,
 .py-md-3 {
  padding-bottom:2.1rem!important
 }
 .pl-md-3,
 .px-md-3 {
  padding-left:2.1rem!important
 }
 .p-md-4 {
  padding:2.8rem!important
 }
 .pt-md-4,
 .py-md-4 {
  padding-top:2.8rem!important
 }
 .pr-md-4,
 .px-md-4 {
  padding-right:2.8rem!important
 }
 .pb-md-4,
 .py-md-4 {
  padding-bottom:2.8rem!important
 }
 .pl-md-4,
 .px-md-4 {
  padding-left:2.8rem!important
 }
 .p-md-5 {
  padding:3.5rem!important
 }
 .pt-md-5,
 .py-md-5 {
  padding-top:3.5rem!important
 }
 .pr-md-5,
 .px-md-5 {
  padding-right:3.5rem!important
 }
 .pb-md-5,
 .py-md-5 {
  padding-bottom:3.5rem!important
 }
 .pl-md-5,
 .px-md-5 {
  padding-left:3.5rem!important
 }
 .p-md-half {
  padding:.35rem!important
 }
 .pt-md-half,
 .py-md-half {
  padding-top:.35rem!important
 }
 .pr-md-half,
 .px-md-half {
  padding-right:.35rem!important
 }
 .pb-md-half,
 .py-md-half {
  padding-bottom:.35rem!important
 }
 .pl-md-half,
 .px-md-half {
  padding-left:.35rem!important
 }
 .p-md-6 {
  padding:4.2rem!important
 }
 .pt-md-6,
 .py-md-6 {
  padding-top:4.2rem!important
 }
 .pr-md-6,
 .px-md-6 {
  padding-right:4.2rem!important
 }
 .pb-md-6,
 .py-md-6 {
  padding-bottom:4.2rem!important
 }
 .pl-md-6,
 .px-md-6 {
  padding-left:4.2rem!important
 }
 .p-md-7 {
  padding:4.9rem!important
 }
 .pt-md-7,
 .py-md-7 {
  padding-top:4.9rem!important
 }
 .pr-md-7,
 .px-md-7 {
  padding-right:4.9rem!important
 }
 .pb-md-7,
 .py-md-7 {
  padding-bottom:4.9rem!important
 }
 .pl-md-7,
 .px-md-7 {
  padding-left:4.9rem!important
 }
 .p-md-8 {
  padding:5.6rem!important
 }
 .pt-md-8,
 .py-md-8 {
  padding-top:5.6rem!important
 }
 .pr-md-8,
 .px-md-8 {
  padding-right:5.6rem!important
 }
 .pb-md-8,
 .py-md-8 {
  padding-bottom:5.6rem!important
 }
 .pl-md-8,
 .px-md-8 {
  padding-left:5.6rem!important
 }
 .p-md-9 {
  padding:6.3rem!important
 }
 .pt-md-9,
 .py-md-9 {
  padding-top:6.3rem!important
 }
 .pr-md-9,
 .px-md-9 {
  padding-right:6.3rem!important
 }
 .pb-md-9,
 .py-md-9 {
  padding-bottom:6.3rem!important
 }
 .pl-md-9,
 .px-md-9 {
  padding-left:6.3rem!important
 }
 .p-md-10 {
  padding:7rem!important
 }
 .pt-md-10,
 .py-md-10 {
  padding-top:7rem!important
 }
 .pr-md-10,
 .px-md-10 {
  padding-right:7rem!important
 }
 .pb-md-10,
 .py-md-10 {
  padding-bottom:7rem!important
 }
 .pl-md-10,
 .px-md-10 {
  padding-left:7rem!important
 }
 .p-md-11 {
  padding:7.7rem!important
 }
 .pt-md-11,
 .py-md-11 {
  padding-top:7.7rem!important
 }
 .pr-md-11,
 .px-md-11 {
  padding-right:7.7rem!important
 }
 .pb-md-11,
 .py-md-11 {
  padding-bottom:7.7rem!important
 }
 .pl-md-11,
 .px-md-11 {
  padding-left:7.7rem!important
 }
 .p-md-12 {
  padding:8.4rem!important
 }
 .pt-md-12,
 .py-md-12 {
  padding-top:8.4rem!important
 }
 .pr-md-12,
 .px-md-12 {
  padding-right:8.4rem!important
 }
 .pb-md-12,
 .py-md-12 {
  padding-bottom:8.4rem!important
 }
 .pl-md-12,
 .px-md-12 {
  padding-left:8.4rem!important
 }
 .p-md-13 {
  padding:9.1rem!important
 }
 .pt-md-13,
 .py-md-13 {
  padding-top:9.1rem!important
 }
 .pr-md-13,
 .px-md-13 {
  padding-right:9.1rem!important
 }
 .pb-md-13,
 .py-md-13 {
  padding-bottom:9.1rem!important
 }
 .pl-md-13,
 .px-md-13 {
  padding-left:9.1rem!important
 }
 .p-md-14 {
  padding:9.8rem!important
 }
 .pt-md-14,
 .py-md-14 {
  padding-top:9.8rem!important
 }
 .pr-md-14,
 .px-md-14 {
  padding-right:9.8rem!important
 }
 .pb-md-14,
 .py-md-14 {
  padding-bottom:9.8rem!important
 }
 .pl-md-14,
 .px-md-14 {
  padding-left:9.8rem!important
 }
 .p-md-15 {
  padding:10.5rem!important
 }
 .pt-md-15,
 .py-md-15 {
  padding-top:10.5rem!important
 }
 .pr-md-15,
 .px-md-15 {
  padding-right:10.5rem!important
 }
 .pb-md-15,
 .py-md-15 {
  padding-bottom:10.5rem!important
 }
 .pl-md-15,
 .px-md-15 {
  padding-left:10.5rem!important
 }
 .p-md-20 {
  padding:14rem!important
 }
 .pt-md-20,
 .py-md-20 {
  padding-top:14rem!important
 }
 .pr-md-20,
 .px-md-20 {
  padding-right:14rem!important
 }
 .pb-md-20,
 .py-md-20 {
  padding-bottom:14rem!important
 }
 .pl-md-20,
 .px-md-20 {
  padding-left:14rem!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:.7rem!important
 }
 .mt-lg-1,
 .my-lg-1 {
  margin-top:.7rem!important
 }
 .mr-lg-1,
 .mx-lg-1 {
  margin-right:.7rem!important
 }
 .mb-lg-1,
 .my-lg-1 {
  margin-bottom:.7rem!important
 }
 .ml-lg-1,
 .mx-lg-1 {
  margin-left:.7rem!important
 }
 .m-lg-2 {
  margin:1.4rem!important
 }
 .mt-lg-2,
 .my-lg-2 {
  margin-top:1.4rem!important
 }
 .mr-lg-2,
 .mx-lg-2 {
  margin-right:1.4rem!important
 }
 .mb-lg-2,
 .my-lg-2 {
  margin-bottom:1.4rem!important
 }
 .ml-lg-2,
 .mx-lg-2 {
  margin-left:1.4rem!important
 }
 .m-lg-3 {
  margin:2.1rem!important
 }
 .mt-lg-3,
 .my-lg-3 {
  margin-top:2.1rem!important
 }
 .mr-lg-3,
 .mx-lg-3 {
  margin-right:2.1rem!important
 }
 .mb-lg-3,
 .my-lg-3 {
  margin-bottom:2.1rem!important
 }
 .ml-lg-3,
 .mx-lg-3 {
  margin-left:2.1rem!important
 }
 .m-lg-4 {
  margin:2.8rem!important
 }
 .mt-lg-4,
 .my-lg-4 {
  margin-top:2.8rem!important
 }
 .mr-lg-4,
 .mx-lg-4 {
  margin-right:2.8rem!important
 }
 .mb-lg-4,
 .my-lg-4 {
  margin-bottom:2.8rem!important
 }
 .ml-lg-4,
 .mx-lg-4 {
  margin-left:2.8rem!important
 }
 .m-lg-5 {
  margin:3.5rem!important
 }
 .mt-lg-5,
 .my-lg-5 {
  margin-top:3.5rem!important
 }
 .mr-lg-5,
 .mx-lg-5 {
  margin-right:3.5rem!important
 }
 .mb-lg-5,
 .my-lg-5 {
  margin-bottom:3.5rem!important
 }
 .ml-lg-5,
 .mx-lg-5 {
  margin-left:3.5rem!important
 }
 .m-lg-half {
  margin:.35rem!important
 }
 .mt-lg-half,
 .my-lg-half {
  margin-top:.35rem!important
 }
 .mr-lg-half,
 .mx-lg-half {
  margin-right:.35rem!important
 }
 .mb-lg-half,
 .my-lg-half {
  margin-bottom:.35rem!important
 }
 .ml-lg-half,
 .mx-lg-half {
  margin-left:.35rem!important
 }
 .m-lg-6 {
  margin:4.2rem!important
 }
 .mt-lg-6,
 .my-lg-6 {
  margin-top:4.2rem!important
 }
 .mr-lg-6,
 .mx-lg-6 {
  margin-right:4.2rem!important
 }
 .mb-lg-6,
 .my-lg-6 {
  margin-bottom:4.2rem!important
 }
 .ml-lg-6,
 .mx-lg-6 {
  margin-left:4.2rem!important
 }
 .m-lg-7 {
  margin:4.9rem!important
 }
 .mt-lg-7,
 .my-lg-7 {
  margin-top:4.9rem!important
 }
 .mr-lg-7,
 .mx-lg-7 {
  margin-right:4.9rem!important
 }
 .mb-lg-7,
 .my-lg-7 {
  margin-bottom:4.9rem!important
 }
 .ml-lg-7,
 .mx-lg-7 {
  margin-left:4.9rem!important
 }
 .m-lg-8 {
  margin:5.6rem!important
 }
 .mt-lg-8,
 .my-lg-8 {
  margin-top:5.6rem!important
 }
 .mr-lg-8,
 .mx-lg-8 {
  margin-right:5.6rem!important
 }
 .mb-lg-8,
 .my-lg-8 {
  margin-bottom:5.6rem!important
 }
 .ml-lg-8,
 .mx-lg-8 {
  margin-left:5.6rem!important
 }
 .m-lg-9 {
  margin:6.3rem!important
 }
 .mt-lg-9,
 .my-lg-9 {
  margin-top:6.3rem!important
 }
 .mr-lg-9,
 .mx-lg-9 {
  margin-right:6.3rem!important
 }
 .mb-lg-9,
 .my-lg-9 {
  margin-bottom:6.3rem!important
 }
 .ml-lg-9,
 .mx-lg-9 {
  margin-left:6.3rem!important
 }
 .m-lg-10 {
  margin:7rem!important
 }
 .mt-lg-10,
 .my-lg-10 {
  margin-top:7rem!important
 }
 .mr-lg-10,
 .mx-lg-10 {
  margin-right:7rem!important
 }
 .mb-lg-10,
 .my-lg-10 {
  margin-bottom:7rem!important
 }
 .ml-lg-10,
 .mx-lg-10 {
  margin-left:7rem!important
 }
 .m-lg-11 {
  margin:7.7rem!important
 }
 .mt-lg-11,
 .my-lg-11 {
  margin-top:7.7rem!important
 }
 .mr-lg-11,
 .mx-lg-11 {
  margin-right:7.7rem!important
 }
 .mb-lg-11,
 .my-lg-11 {
  margin-bottom:7.7rem!important
 }
 .ml-lg-11,
 .mx-lg-11 {
  margin-left:7.7rem!important
 }
 .m-lg-12 {
  margin:8.4rem!important
 }
 .mt-lg-12,
 .my-lg-12 {
  margin-top:8.4rem!important
 }
 .mr-lg-12,
 .mx-lg-12 {
  margin-right:8.4rem!important
 }
 .mb-lg-12,
 .my-lg-12 {
  margin-bottom:8.4rem!important
 }
 .ml-lg-12,
 .mx-lg-12 {
  margin-left:8.4rem!important
 }
 .m-lg-13 {
  margin:9.1rem!important
 }
 .mt-lg-13,
 .my-lg-13 {
  margin-top:9.1rem!important
 }
 .mr-lg-13,
 .mx-lg-13 {
  margin-right:9.1rem!important
 }
 .mb-lg-13,
 .my-lg-13 {
  margin-bottom:9.1rem!important
 }
 .ml-lg-13,
 .mx-lg-13 {
  margin-left:9.1rem!important
 }
 .m-lg-14 {
  margin:9.8rem!important
 }
 .mt-lg-14,
 .my-lg-14 {
  margin-top:9.8rem!important
 }
 .mr-lg-14,
 .mx-lg-14 {
  margin-right:9.8rem!important
 }
 .mb-lg-14,
 .my-lg-14 {
  margin-bottom:9.8rem!important
 }
 .ml-lg-14,
 .mx-lg-14 {
  margin-left:9.8rem!important
 }
 .m-lg-15 {
  margin:10.5rem!important
 }
 .mt-lg-15,
 .my-lg-15 {
  margin-top:10.5rem!important
 }
 .mr-lg-15,
 .mx-lg-15 {
  margin-right:10.5rem!important
 }
 .mb-lg-15,
 .my-lg-15 {
  margin-bottom:10.5rem!important
 }
 .ml-lg-15,
 .mx-lg-15 {
  margin-left:10.5rem!important
 }
 .m-lg-20 {
  margin:14rem!important
 }
 .mt-lg-20,
 .my-lg-20 {
  margin-top:14rem!important
 }
 .mr-lg-20,
 .mx-lg-20 {
  margin-right:14rem!important
 }
 .mb-lg-20,
 .my-lg-20 {
  margin-bottom:14rem!important
 }
 .ml-lg-20,
 .mx-lg-20 {
  margin-left:14rem!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:.7rem!important
 }
 .pt-lg-1,
 .py-lg-1 {
  padding-top:.7rem!important
 }
 .pr-lg-1,
 .px-lg-1 {
  padding-right:.7rem!important
 }
 .pb-lg-1,
 .py-lg-1 {
  padding-bottom:.7rem!important
 }
 .pl-lg-1,
 .px-lg-1 {
  padding-left:.7rem!important
 }
 .p-lg-2 {
  padding:1.4rem!important
 }
 .pt-lg-2,
 .py-lg-2 {
  padding-top:1.4rem!important
 }
 .pr-lg-2,
 .px-lg-2 {
  padding-right:1.4rem!important
 }
 .pb-lg-2,
 .py-lg-2 {
  padding-bottom:1.4rem!important
 }
 .pl-lg-2,
 .px-lg-2 {
  padding-left:1.4rem!important
 }
 .p-lg-3 {
  padding:2.1rem!important
 }
 .pt-lg-3,
 .py-lg-3 {
  padding-top:2.1rem!important
 }
 .pr-lg-3,
 .px-lg-3 {
  padding-right:2.1rem!important
 }
 .pb-lg-3,
 .py-lg-3 {
  padding-bottom:2.1rem!important
 }
 .pl-lg-3,
 .px-lg-3 {
  padding-left:2.1rem!important
 }
 .p-lg-4 {
  padding:2.8rem!important
 }
 .pt-lg-4,
 .py-lg-4 {
  padding-top:2.8rem!important
 }
 .pr-lg-4,
 .px-lg-4 {
  padding-right:2.8rem!important
 }
 .pb-lg-4,
 .py-lg-4 {
  padding-bottom:2.8rem!important
 }
 .pl-lg-4,
 .px-lg-4 {
  padding-left:2.8rem!important
 }
 .p-lg-5 {
  padding:3.5rem!important
 }
 .pt-lg-5,
 .py-lg-5 {
  padding-top:3.5rem!important
 }
 .pr-lg-5,
 .px-lg-5 {
  padding-right:3.5rem!important
 }
 .pb-lg-5,
 .py-lg-5 {
  padding-bottom:3.5rem!important
 }
 .pl-lg-5,
 .px-lg-5 {
  padding-left:3.5rem!important
 }
 .p-lg-half {
  padding:.35rem!important
 }
 .pt-lg-half,
 .py-lg-half {
  padding-top:.35rem!important
 }
 .pr-lg-half,
 .px-lg-half {
  padding-right:.35rem!important
 }
 .pb-lg-half,
 .py-lg-half {
  padding-bottom:.35rem!important
 }
 .pl-lg-half,
 .px-lg-half {
  padding-left:.35rem!important
 }
 .p-lg-6 {
  padding:4.2rem!important
 }
 .pt-lg-6,
 .py-lg-6 {
  padding-top:4.2rem!important
 }
 .pr-lg-6,
 .px-lg-6 {
  padding-right:4.2rem!important
 }
 .pb-lg-6,
 .py-lg-6 {
  padding-bottom:4.2rem!important
 }
 .pl-lg-6,
 .px-lg-6 {
  padding-left:4.2rem!important
 }
 .p-lg-7 {
  padding:4.9rem!important
 }
 .pt-lg-7,
 .py-lg-7 {
  padding-top:4.9rem!important
 }
 .pr-lg-7,
 .px-lg-7 {
  padding-right:4.9rem!important
 }
 .pb-lg-7,
 .py-lg-7 {
  padding-bottom:4.9rem!important
 }
 .pl-lg-7,
 .px-lg-7 {
  padding-left:4.9rem!important
 }
 .p-lg-8 {
  padding:5.6rem!important
 }
 .pt-lg-8,
 .py-lg-8 {
  padding-top:5.6rem!important
 }
 .pr-lg-8,
 .px-lg-8 {
  padding-right:5.6rem!important
 }
 .pb-lg-8,
 .py-lg-8 {
  padding-bottom:5.6rem!important
 }
 .pl-lg-8,
 .px-lg-8 {
  padding-left:5.6rem!important
 }
 .p-lg-9 {
  padding:6.3rem!important
 }
 .pt-lg-9,
 .py-lg-9 {
  padding-top:6.3rem!important
 }
 .pr-lg-9,
 .px-lg-9 {
  padding-right:6.3rem!important
 }
 .pb-lg-9,
 .py-lg-9 {
  padding-bottom:6.3rem!important
 }
 .pl-lg-9,
 .px-lg-9 {
  padding-left:6.3rem!important
 }
 .p-lg-10 {
  padding:7rem!important
 }
 .pt-lg-10,
 .py-lg-10 {
  padding-top:7rem!important
 }
 .pr-lg-10,
 .px-lg-10 {
  padding-right:7rem!important
 }
 .pb-lg-10,
 .py-lg-10 {
  padding-bottom:7rem!important
 }
 .pl-lg-10,
 .px-lg-10 {
  padding-left:7rem!important
 }
 .p-lg-11 {
  padding:7.7rem!important
 }
 .pt-lg-11,
 .py-lg-11 {
  padding-top:7.7rem!important
 }
 .pr-lg-11,
 .px-lg-11 {
  padding-right:7.7rem!important
 }
 .pb-lg-11,
 .py-lg-11 {
  padding-bottom:7.7rem!important
 }
 .pl-lg-11,
 .px-lg-11 {
  padding-left:7.7rem!important
 }
 .p-lg-12 {
  padding:8.4rem!important
 }
 .pt-lg-12,
 .py-lg-12 {
  padding-top:8.4rem!important
 }
 .pr-lg-12,
 .px-lg-12 {
  padding-right:8.4rem!important
 }
 .pb-lg-12,
 .py-lg-12 {
  padding-bottom:8.4rem!important
 }
 .pl-lg-12,
 .px-lg-12 {
  padding-left:8.4rem!important
 }
 .p-lg-13 {
  padding:9.1rem!important
 }
 .pt-lg-13,
 .py-lg-13 {
  padding-top:9.1rem!important
 }
 .pr-lg-13,
 .px-lg-13 {
  padding-right:9.1rem!important
 }
 .pb-lg-13,
 .py-lg-13 {
  padding-bottom:9.1rem!important
 }
 .pl-lg-13,
 .px-lg-13 {
  padding-left:9.1rem!important
 }
 .p-lg-14 {
  padding:9.8rem!important
 }
 .pt-lg-14,
 .py-lg-14 {
  padding-top:9.8rem!important
 }
 .pr-lg-14,
 .px-lg-14 {
  padding-right:9.8rem!important
 }
 .pb-lg-14,
 .py-lg-14 {
  padding-bottom:9.8rem!important
 }
 .pl-lg-14,
 .px-lg-14 {
  padding-left:9.8rem!important
 }
 .p-lg-15 {
  padding:10.5rem!important
 }
 .pt-lg-15,
 .py-lg-15 {
  padding-top:10.5rem!important
 }
 .pr-lg-15,
 .px-lg-15 {
  padding-right:10.5rem!important
 }
 .pb-lg-15,
 .py-lg-15 {
  padding-bottom:10.5rem!important
 }
 .pl-lg-15,
 .px-lg-15 {
  padding-left:10.5rem!important
 }
 .p-lg-20 {
  padding:14rem!important
 }
 .pt-lg-20,
 .py-lg-20 {
  padding-top:14rem!important
 }
 .pr-lg-20,
 .px-lg-20 {
  padding-right:14rem!important
 }
 .pb-lg-20,
 .py-lg-20 {
  padding-bottom:14rem!important
 }
 .pl-lg-20,
 .px-lg-20 {
  padding-left:14rem!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:.7rem!important
 }
 .mt-xl-1,
 .my-xl-1 {
  margin-top:.7rem!important
 }
 .mr-xl-1,
 .mx-xl-1 {
  margin-right:.7rem!important
 }
 .mb-xl-1,
 .my-xl-1 {
  margin-bottom:.7rem!important
 }
 .ml-xl-1,
 .mx-xl-1 {
  margin-left:.7rem!important
 }
 .m-xl-2 {
  margin:1.4rem!important
 }
 .mt-xl-2,
 .my-xl-2 {
  margin-top:1.4rem!important
 }
 .mr-xl-2,
 .mx-xl-2 {
  margin-right:1.4rem!important
 }
 .mb-xl-2,
 .my-xl-2 {
  margin-bottom:1.4rem!important
 }
 .ml-xl-2,
 .mx-xl-2 {
  margin-left:1.4rem!important
 }
 .m-xl-3 {
  margin:2.1rem!important
 }
 .mt-xl-3,
 .my-xl-3 {
  margin-top:2.1rem!important
 }
 .mr-xl-3,
 .mx-xl-3 {
  margin-right:2.1rem!important
 }
 .mb-xl-3,
 .my-xl-3 {
  margin-bottom:2.1rem!important
 }
 .ml-xl-3,
 .mx-xl-3 {
  margin-left:2.1rem!important
 }
 .m-xl-4 {
  margin:2.8rem!important
 }
 .mt-xl-4,
 .my-xl-4 {
  margin-top:2.8rem!important
 }
 .mr-xl-4,
 .mx-xl-4 {
  margin-right:2.8rem!important
 }
 .mb-xl-4,
 .my-xl-4 {
  margin-bottom:2.8rem!important
 }
 .ml-xl-4,
 .mx-xl-4 {
  margin-left:2.8rem!important
 }
 .m-xl-5 {
  margin:3.5rem!important
 }
 .mt-xl-5,
 .my-xl-5 {
  margin-top:3.5rem!important
 }
 .mr-xl-5,
 .mx-xl-5 {
  margin-right:3.5rem!important
 }
 .mb-xl-5,
 .my-xl-5 {
  margin-bottom:3.5rem!important
 }
 .ml-xl-5,
 .mx-xl-5 {
  margin-left:3.5rem!important
 }
 .m-xl-half {
  margin:.35rem!important
 }
 .mt-xl-half,
 .my-xl-half {
  margin-top:.35rem!important
 }
 .mr-xl-half,
 .mx-xl-half {
  margin-right:.35rem!important
 }
 .mb-xl-half,
 .my-xl-half {
  margin-bottom:.35rem!important
 }
 .ml-xl-half,
 .mx-xl-half {
  margin-left:.35rem!important
 }
 .m-xl-6 {
  margin:4.2rem!important
 }
 .mt-xl-6,
 .my-xl-6 {
  margin-top:4.2rem!important
 }
 .mr-xl-6,
 .mx-xl-6 {
  margin-right:4.2rem!important
 }
 .mb-xl-6,
 .my-xl-6 {
  margin-bottom:4.2rem!important
 }
 .ml-xl-6,
 .mx-xl-6 {
  margin-left:4.2rem!important
 }
 .m-xl-7 {
  margin:4.9rem!important
 }
 .mt-xl-7,
 .my-xl-7 {
  margin-top:4.9rem!important
 }
 .mr-xl-7,
 .mx-xl-7 {
  margin-right:4.9rem!important
 }
 .mb-xl-7,
 .my-xl-7 {
  margin-bottom:4.9rem!important
 }
 .ml-xl-7,
 .mx-xl-7 {
  margin-left:4.9rem!important
 }
 .m-xl-8 {
  margin:5.6rem!important
 }
 .mt-xl-8,
 .my-xl-8 {
  margin-top:5.6rem!important
 }
 .mr-xl-8,
 .mx-xl-8 {
  margin-right:5.6rem!important
 }
 .mb-xl-8,
 .my-xl-8 {
  margin-bottom:5.6rem!important
 }
 .ml-xl-8,
 .mx-xl-8 {
  margin-left:5.6rem!important
 }
 .m-xl-9 {
  margin:6.3rem!important
 }
 .mt-xl-9,
 .my-xl-9 {
  margin-top:6.3rem!important
 }
 .mr-xl-9,
 .mx-xl-9 {
  margin-right:6.3rem!important
 }
 .mb-xl-9,
 .my-xl-9 {
  margin-bottom:6.3rem!important
 }
 .ml-xl-9,
 .mx-xl-9 {
  margin-left:6.3rem!important
 }
 .m-xl-10 {
  margin:7rem!important
 }
 .mt-xl-10,
 .my-xl-10 {
  margin-top:7rem!important
 }
 .mr-xl-10,
 .mx-xl-10 {
  margin-right:7rem!important
 }
 .mb-xl-10,
 .my-xl-10 {
  margin-bottom:7rem!important
 }
 .ml-xl-10,
 .mx-xl-10 {
  margin-left:7rem!important
 }
 .m-xl-11 {
  margin:7.7rem!important
 }
 .mt-xl-11,
 .my-xl-11 {
  margin-top:7.7rem!important
 }
 .mr-xl-11,
 .mx-xl-11 {
  margin-right:7.7rem!important
 }
 .mb-xl-11,
 .my-xl-11 {
  margin-bottom:7.7rem!important
 }
 .ml-xl-11,
 .mx-xl-11 {
  margin-left:7.7rem!important
 }
 .m-xl-12 {
  margin:8.4rem!important
 }
 .mt-xl-12,
 .my-xl-12 {
  margin-top:8.4rem!important
 }
 .mr-xl-12,
 .mx-xl-12 {
  margin-right:8.4rem!important
 }
 .mb-xl-12,
 .my-xl-12 {
  margin-bottom:8.4rem!important
 }
 .ml-xl-12,
 .mx-xl-12 {
  margin-left:8.4rem!important
 }
 .m-xl-13 {
  margin:9.1rem!important
 }
 .mt-xl-13,
 .my-xl-13 {
  margin-top:9.1rem!important
 }
 .mr-xl-13,
 .mx-xl-13 {
  margin-right:9.1rem!important
 }
 .mb-xl-13,
 .my-xl-13 {
  margin-bottom:9.1rem!important
 }
 .ml-xl-13,
 .mx-xl-13 {
  margin-left:9.1rem!important
 }
 .m-xl-14 {
  margin:9.8rem!important
 }
 .mt-xl-14,
 .my-xl-14 {
  margin-top:9.8rem!important
 }
 .mr-xl-14,
 .mx-xl-14 {
  margin-right:9.8rem!important
 }
 .mb-xl-14,
 .my-xl-14 {
  margin-bottom:9.8rem!important
 }
 .ml-xl-14,
 .mx-xl-14 {
  margin-left:9.8rem!important
 }
 .m-xl-15 {
  margin:10.5rem!important
 }
 .mt-xl-15,
 .my-xl-15 {
  margin-top:10.5rem!important
 }
 .mr-xl-15,
 .mx-xl-15 {
  margin-right:10.5rem!important
 }
 .mb-xl-15,
 .my-xl-15 {
  margin-bottom:10.5rem!important
 }
 .ml-xl-15,
 .mx-xl-15 {
  margin-left:10.5rem!important
 }
 .m-xl-20 {
  margin:14rem!important
 }
 .mt-xl-20,
 .my-xl-20 {
  margin-top:14rem!important
 }
 .mr-xl-20,
 .mx-xl-20 {
  margin-right:14rem!important
 }
 .mb-xl-20,
 .my-xl-20 {
  margin-bottom:14rem!important
 }
 .ml-xl-20,
 .mx-xl-20 {
  margin-left:14rem!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:.7rem!important
 }
 .pt-xl-1,
 .py-xl-1 {
  padding-top:.7rem!important
 }
 .pr-xl-1,
 .px-xl-1 {
  padding-right:.7rem!important
 }
 .pb-xl-1,
 .py-xl-1 {
  padding-bottom:.7rem!important
 }
 .pl-xl-1,
 .px-xl-1 {
  padding-left:.7rem!important
 }
 .p-xl-2 {
  padding:1.4rem!important
 }
 .pt-xl-2,
 .py-xl-2 {
  padding-top:1.4rem!important
 }
 .pr-xl-2,
 .px-xl-2 {
  padding-right:1.4rem!important
 }
 .pb-xl-2,
 .py-xl-2 {
  padding-bottom:1.4rem!important
 }
 .pl-xl-2,
 .px-xl-2 {
  padding-left:1.4rem!important
 }
 .p-xl-3 {
  padding:2.1rem!important
 }
 .pt-xl-3,
 .py-xl-3 {
  padding-top:2.1rem!important
 }
 .pr-xl-3,
 .px-xl-3 {
  padding-right:2.1rem!important
 }
 .pb-xl-3,
 .py-xl-3 {
  padding-bottom:2.1rem!important
 }
 .pl-xl-3,
 .px-xl-3 {
  padding-left:2.1rem!important
 }
 .p-xl-4 {
  padding:2.8rem!important
 }
 .pt-xl-4,
 .py-xl-4 {
  padding-top:2.8rem!important
 }
 .pr-xl-4,
 .px-xl-4 {
  padding-right:2.8rem!important
 }
 .pb-xl-4,
 .py-xl-4 {
  padding-bottom:2.8rem!important
 }
 .pl-xl-4,
 .px-xl-4 {
  padding-left:2.8rem!important
 }
 .p-xl-5 {
  padding:3.5rem!important
 }
 .pt-xl-5,
 .py-xl-5 {
  padding-top:3.5rem!important
 }
 .pr-xl-5,
 .px-xl-5 {
  padding-right:3.5rem!important
 }
 .pb-xl-5,
 .py-xl-5 {
  padding-bottom:3.5rem!important
 }
 .pl-xl-5,
 .px-xl-5 {
  padding-left:3.5rem!important
 }
 .p-xl-half {
  padding:.35rem!important
 }
 .pt-xl-half,
 .py-xl-half {
  padding-top:.35rem!important
 }
 .pr-xl-half,
 .px-xl-half {
  padding-right:.35rem!important
 }
 .pb-xl-half,
 .py-xl-half {
  padding-bottom:.35rem!important
 }
 .pl-xl-half,
 .px-xl-half {
  padding-left:.35rem!important
 }
 .p-xl-6 {
  padding:4.2rem!important
 }
 .pt-xl-6,
 .py-xl-6 {
  padding-top:4.2rem!important
 }
 .pr-xl-6,
 .px-xl-6 {
  padding-right:4.2rem!important
 }
 .pb-xl-6,
 .py-xl-6 {
  padding-bottom:4.2rem!important
 }
 .pl-xl-6,
 .px-xl-6 {
  padding-left:4.2rem!important
 }
 .p-xl-7 {
  padding:4.9rem!important
 }
 .pt-xl-7,
 .py-xl-7 {
  padding-top:4.9rem!important
 }
 .pr-xl-7,
 .px-xl-7 {
  padding-right:4.9rem!important
 }
 .pb-xl-7,
 .py-xl-7 {
  padding-bottom:4.9rem!important
 }
 .pl-xl-7,
 .px-xl-7 {
  padding-left:4.9rem!important
 }
 .p-xl-8 {
  padding:5.6rem!important
 }
 .pt-xl-8,
 .py-xl-8 {
  padding-top:5.6rem!important
 }
 .pr-xl-8,
 .px-xl-8 {
  padding-right:5.6rem!important
 }
 .pb-xl-8,
 .py-xl-8 {
  padding-bottom:5.6rem!important
 }
 .pl-xl-8,
 .px-xl-8 {
  padding-left:5.6rem!important
 }
 .p-xl-9 {
  padding:6.3rem!important
 }
 .pt-xl-9,
 .py-xl-9 {
  padding-top:6.3rem!important
 }
 .pr-xl-9,
 .px-xl-9 {
  padding-right:6.3rem!important
 }
 .pb-xl-9,
 .py-xl-9 {
  padding-bottom:6.3rem!important
 }
 .pl-xl-9,
 .px-xl-9 {
  padding-left:6.3rem!important
 }
 .p-xl-10 {
  padding:7rem!important
 }
 .pt-xl-10,
 .py-xl-10 {
  padding-top:7rem!important
 }
 .pr-xl-10,
 .px-xl-10 {
  padding-right:7rem!important
 }
 .pb-xl-10,
 .py-xl-10 {
  padding-bottom:7rem!important
 }
 .pl-xl-10,
 .px-xl-10 {
  padding-left:7rem!important
 }
 .p-xl-11 {
  padding:7.7rem!important
 }
 .pt-xl-11,
 .py-xl-11 {
  padding-top:7.7rem!important
 }
 .pr-xl-11,
 .px-xl-11 {
  padding-right:7.7rem!important
 }
 .pb-xl-11,
 .py-xl-11 {
  padding-bottom:7.7rem!important
 }
 .pl-xl-11,
 .px-xl-11 {
  padding-left:7.7rem!important
 }
 .p-xl-12 {
  padding:8.4rem!important
 }
 .pt-xl-12,
 .py-xl-12 {
  padding-top:8.4rem!important
 }
 .pr-xl-12,
 .px-xl-12 {
  padding-right:8.4rem!important
 }
 .pb-xl-12,
 .py-xl-12 {
  padding-bottom:8.4rem!important
 }
 .pl-xl-12,
 .px-xl-12 {
  padding-left:8.4rem!important
 }
 .p-xl-13 {
  padding:9.1rem!important
 }
 .pt-xl-13,
 .py-xl-13 {
  padding-top:9.1rem!important
 }
 .pr-xl-13,
 .px-xl-13 {
  padding-right:9.1rem!important
 }
 .pb-xl-13,
 .py-xl-13 {
  padding-bottom:9.1rem!important
 }
 .pl-xl-13,
 .px-xl-13 {
  padding-left:9.1rem!important
 }
 .p-xl-14 {
  padding:9.8rem!important
 }
 .pt-xl-14,
 .py-xl-14 {
  padding-top:9.8rem!important
 }
 .pr-xl-14,
 .px-xl-14 {
  padding-right:9.8rem!important
 }
 .pb-xl-14,
 .py-xl-14 {
  padding-bottom:9.8rem!important
 }
 .pl-xl-14,
 .px-xl-14 {
  padding-left:9.8rem!important
 }
 .p-xl-15 {
  padding:10.5rem!important
 }
 .pt-xl-15,
 .py-xl-15 {
  padding-top:10.5rem!important
 }
 .pr-xl-15,
 .px-xl-15 {
  padding-right:10.5rem!important
 }
 .pb-xl-15,
 .py-xl-15 {
  padding-bottom:10.5rem!important
 }
 .pl-xl-15,
 .px-xl-15 {
  padding-left:10.5rem!important
 }
 .p-xl-20 {
  padding:14rem!important
 }
 .pt-xl-20,
 .py-xl-20 {
  padding-top:14rem!important
 }
 .pr-xl-20,
 .px-xl-20 {
  padding-right:14rem!important
 }
 .pb-xl-20,
 .py-xl-20 {
  padding-bottom:14rem!important
 }
 .pl-xl-20,
 .px-xl-20 {
  padding-left:14rem!important
 }
 .m-xl-auto {
  margin:auto!important
 }
 .mt-xl-auto,
 .my-xl-auto {
  margin-top:auto!important
 }
 .mr-xl-auto,
 .mx-xl-auto {
  margin-right:auto!important
 }
 .mb-xl-auto,
 .my-xl-auto {
  margin-bottom:auto!important
 }
 .ml-xl-auto,
 .mx-xl-auto {
  margin-left:auto!important
 }
}
.text-monospace {
 font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}
.text-justify {
 text-align:justify!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: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
 }
}
.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-normal {
 font-weight:400!important
}
.font-weight-bold {
 font-weight:700!important
}
.font-italic {
 font-style:italic!important
}
.text-white {
 color:#fff!important
}
.text-primary {
 color:#003c71!important
}
a.text-primary:focus,
a.text-primary:hover {
 color:#00213e!important
}
.text-secondary {
 color:#007db3!important
}
a.text-secondary:focus,
a.text-secondary:hover {
 color:#005980!important
}
.text-success {
 color:#28a745!important
}
a.text-success:focus,
a.text-success:hover {
 color:#1e7e34!important
}
.text-info {
 color:#17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
 color:#117a8b!important
}
.text-warning {
 color:#ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
 color:#d39e00!important
}
.text-danger {
 color:#dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
 color:#bd2130!important
}
.text-light {
 color:#e1e3e5!important
}
a.text-light:focus,
a.text-light:hover {
 color:#c6cacd!important
}
.text-dark {
 color:#6a737b!important
}
a.text-dark:focus,
a.text-dark:hover {
 color:#525960!important
}
.text-darker {
 color:#b4b9bd!important
}
a.text-darker:focus,
a.text-darker:hover {
 color:#99a0a5!important
}
.text-body {
 color:#212529!important
}
.text-muted {
 color:#6c757d!important
}
.text-black-50 {
 color:rgba(0,0,0,.5)!important
}
.text-white-50 {
 color:hsla(0,0%,100%,.5)!important
}
.text-hide {
 font:0/0 a;
 color:transparent;
 text-shadow:none;
 background-color:transparent;
 border:0
}
.visible {
 visibility:visible!important
}
.invisible {
 visibility:hidden!important
}
@media print {
 *,
 :after,
 :before {
  text-shadow:none!important;
  -webkit-box-shadow:none!important;
  box-shadow:none!important
 }
 a:not(.btn) {
  text-decoration:underline
 }
 abbr[title]:after {
  content:" (" attr(title) ")"
 }
 pre {
  white-space:pre-wrap!important
 }
 blockquote,
 pre {
  border:1px solid #adb5bd;
  page-break-inside:avoid
 }
 thead {
  display:table-header-group
 }
 img,
 tr {
  page-break-inside:avoid
 }
 h2,
 h3,
 p {
  orphans:3;
  widows:3
 }
 h2,
 h3 {
  page-break-after:avoid
 }
 @page {
  size:a3
 }
 .container,
 body {
  min-width:62pc!important
 }
 .navbar {
  display:none
 }
 .badge {
  border:1px solid #000
 }
 .table {
  border-collapse:collapse!important
 }
 .table td,
 .table th {
  background-color:#fff!important
 }
 .table-bordered td,
 .table-bordered th {
  border:1px solid #dee2e6!important
 }
 .table-dark {
  color:inherit
 }
 .table-dark tbody+tbody,
 .table-dark td,
 .table-dark th,
 .table-dark thead th {
  border-color:#dee2e6
 }
 .table .thead-dark th {
  color:inherit;
  border-color:#dee2e6
 }
}
@font-face {
 font-family:SST-Italic;
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Italic/SST-Italic.eot);
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Italic/SST-Italic.woff2) format("woff2"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Italic/SST-Italic.woff) format("woff"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Italic/SST-Italic.ttf) format("truetype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Italic/SST-Italic.svg#SST-Italic) format("svg"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Italic/SST-Italic.eot?#iefix) format("embedded-opentype");
 font-weight:400;
 font-style:normal;
 font-display:fallback
}
@font-face {
 font-family:SST-BoldItalic;
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-BoldItalic/SST-BoldItalic.eot);
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-BoldItalic/SST-BoldItalic.woff2) format("woff2"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-BoldItalic/SST-BoldItalic.woff) format("woff"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-BoldItalic/SST-BoldItalic.ttf) format("truetype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-BoldItalic/SST-BoldItalic.svg#SST-BoldItalic) format("svg"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-BoldItalic/SST-BoldItalic.eot?#iefix) format("embedded-opentype");
 font-weight:600;
 font-style:normal;
 font-display:fallback
}
@font-face {
 font-family:SST-CondensedBold;
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-CondensedBold/SSTW01-CondensedBold.eot);
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-CondensedBold/SSTW01-CondensedBold.woff2) format("woff2"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-CondensedBold/SSTW01-CondensedBold.woff) format("woff"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-CondensedBold/SSTW01-CondensedBold.ttf) format("truetype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-CondensedBold/SSTW01-CondensedBold.svg#SST-CondensedBold) format("svg"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-CondensedBold/SSTW01-CondensedBold.eot?#iefix) format("embedded-opentype");
 font-weight:600;
 font-style:normal;
 font-display:fallback
}
@font-face {
 font-family:"Officina-Serif-Bold";
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/Officina-Serif-Bold/Officina-Serif-Bold.eot);
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/Officina-Serif-Bold/Officina-Serif-Bold.woff2) format("woff2"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/Officina-Serif-Bold/Officina-Serif-Bold.woff) format("woff"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/Officina-Serif-Bold/Officina-Serif-Bold.ttf) format("truetype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/Officina-Serif-Bold/Officina-Serif-Bold.svg#Officina-Serif-Bold) format("svg"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/Officina-Serif-Bold/Officina-Serif-Bold.eot?#iefix) format("embedded-opentype");
 font-weight:600;
 font-style:normal;
 font-display:fallback
}
@font-face {
 font-family:FontAwesome-Brands;
 font-style:normal;
 font-weight:400;
 font-display:auto;
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-brands-400.eot);
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-brands-400.woff2) format("woff2"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-brands-400.woff) format("woff"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-brands-400.ttf) format("truetype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
 font-family:FontAwesome-Brands
}
@font-face {
 font-family:FontAwesome-Light;
 font-style:normal;
 font-weight:300;
 font-display:auto;
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-light-300.eot);
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-light-300.eot?#iefix) format("embedded-opentype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-light-300.woff2) format("woff2"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-light-300.woff) format("woff"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-light-300.ttf) format("truetype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-light-300.svg#fontawesome) format("svg")
}
.fal {
 font-family:FontAwesome-Light;
 font-weight:300
}
@font-face {
 font-family:FontAwesome;
 font-style:normal;
 font-weight:400;
 font-display:auto;
 src:url(../fonts/fontawesome/fa-regular-400.eot);
 src:url(../fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),
 url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2"),
 url(../fonts/fontawesome/fa-regular-400.woff) format("woff"),
 url(../fonts/fontawesome/fa-regular-400.ttf) format("truetype"),
 url(../fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg")
}
.far {
 font-family:FontAwesome;
 font-weight:400
}
@font-face {
 font-family:FontAwesome-Solid;
 font-style:normal;
 font-weight:900;
 font-display:auto;
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-solid-900.eot);
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-solid-900.woff2) format("woff2"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-solid-900.woff) format("woff"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-solid-900.ttf) format("truetype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")
}
.fa,
.fas {
 font-family:FontAwesome-Solid;
 font-weight:900
}
.fa,
.fab,
.fal,
.far,
.fas {
 -moz-osx-font-smoothing:grayscale;
 -webkit-font-smoothing:antialiased;
 display:inline-block;
 font-style:normal;
 font-variant:normal;
 text-rendering:auto;
 line-height:1
}
.fa-lg {
 font-size:1.3333333333em;
 line-height:.75em;
 vertical-align:-.0667em
}
.fa-xs {
 font-size:.75em
}
.fa-sm {
 font-size:.875em
}
.fa-1x {
 font-size:1em
}
.fa-2x {
 font-size:2em
}
.fa-3x {
 font-size:3em
}
.fa-4x {
 font-size:4em
}
.fa-5x {
 font-size:5em
}
.fa-6x {
 font-size:6em
}
.fa-7x {
 font-size:7em
}
.fa-8x {
 font-size:8em
}
.fa-9x {
 font-size:9em
}
.fa-10x {
 font-size:10em
}
.fa-fw {
 text-align:center;
 width:1.25em
}
.fa-ul {
 list-style-type:none;
 margin-left:2.5em;
 padding-left:0
}
.fa-ul>li {
 position:relative
}
.fa-li {
 left:-2em;
 position:absolute;
 text-align:center;
 width:2em;
 line-height:inherit
}
.fa-border {
 border:.08em solid #eee;
 border-radius:.1em;
 padding:.2em .25em .15em
}
.fa-pull-left {
 float:left
}
.fa-pull-right {
 float:right
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
 margin-right:.3em
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
 margin-left:.3em
}
.fa-spin {
 -webkit-animation:fa-spin 2s linear infinite;
 animation:fa-spin 2s linear infinite
}
.fa-pulse {
 -webkit-animation:fa-spin 1s steps(8) infinite;
 animation:fa-spin 1s steps(8) infinite
}
@-webkit-keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 to {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
 }
}
@keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 to {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
 }
}
.fa-rotate-90 {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
 -webkit-transform:rotate(90deg);
 transform:rotate(90deg)
}
.fa-rotate-180 {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
 -webkit-transform:rotate(180deg);
 transform:rotate(180deg)
}
.fa-rotate-270 {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
 -webkit-transform:rotate(270deg);
 transform:rotate(270deg)
}
.fa-flip-horizontal {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
 -webkit-transform:scaleX(-1);
 transform:scaleX(-1)
}
.fa-flip-vertical {
 -webkit-transform:scaleY(-1);
 transform:scaleY(-1)
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
 -webkit-transform:scale(-1);
 transform:scale(-1)
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
 -webkit-filter:none;
 filter:none
}
.fa-stack {
 display:inline-block;
 height:2em;
 line-height:2em;
 position:relative;
 vertical-align:middle;
 width:2.5em
}
.fa-stack-1x,
.fa-stack-2x {
 left:0;
 position:absolute;
 text-align:center;
 width:100%
}
.fa-stack-1x {
 line-height:inherit
}
.fa-stack-2x {
 font-size:2em
}
.fa-inverse {
 color:#fff
}
.fa-angle-down:before {
 content:""
}
.fa-angle-left:before {
 content:""
}
.fa-angle-right:before {
 content:""
}
.fa-caret-right:before {
 content:""
}
.fa-caret-up:before {
 content:""
}
.fa-chevron-down:before {
 content:""
}
.fa-chevron-left:before {
 content:""
}
.fa-chevron-right:before {
 content:""
}
.fa-chevron-up:before {
 content:""
}
.fa-external-link:before {
 content:""
}
.fa-search:before {
 content:""
}
.fa-play-circle:before {
 content:""
}
.fa-play:before {
 content:""
}
.fa-pause:before {
 content:""
}
.fa-times:before {
 content:""
}
.fa-check:before {
 content:""
}
.fa-phone-alt:before {
 content:""
}
.fa-clock:before {
 content:""
}
.fa-map-marker-alt:before {
 content:""
}
.fa-question-circle:before {
 content:""
}
.fa-facebook-f:before {
 content:""
}
.fa-google-plus-g:before {
 content:""
}
.fa-instagram:before {
 content:""
}
.fa-linkedin-in:before {
 content:""
}
.fa-pinterest:before {
 content:""
}
.fa-rss:before {
 content:""
}
.fa-twitter:before {
 content:""
}
.fa-youtube:before {
 content:""
}
.fa-vimeo-v:before {
 content:""
}
.fa-plus-circle:before {
 content:""
}
.fa-minus-circle:before {
 content:""
}
.fa-plus:before {
 content:""
}
.fa-minus:before {
 content:""
}
.fa-circle:before {
 content:""
}
.fa-user:before {
 content:""
}
.fa-share-alt:before {
 content:""
}
.fa-list:before {
 content:""
}
.fa-th:before {
 content:""
}
.fa-tag:before {
 content:""
}
.fa-envelope:before {
 content:""
}
.fa-video:before {
 content:""
}
.fa-image:before {
 content:""
}
.fa-link:before {
 content:""
}
.fa-file-pdf:before {
 content:""
}
.fa-mobile:before {
 content:""
}
.sr-only {
 border:0;
 clip:rect(0,0,0,0);
 height:1px;
 margin:-1px;
 overflow:hidden;
 padding:0;
 position:absolute;
 width:1px
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 clip:auto;
 height:auto;
 margin:0;
 overflow:visible;
 position:static;
 width:auto
}
.bsc-hidden {
 display:block!important;
 position:absolute!important;
 overflow:hidden;
 width:0!important;
 height:0!important;
 margin:0!important;
 padding:0!important;
 clip:1px 1px 1px 1px;
 clip:rect(1px,1px,1px,1px);
 visibility:hidden
}
.bsc-visible {
 display:initial!important;
 position:static!important;
 overflow:auto;
 width:auto!important;
 height:auto!important;
 margin:initial!important;
 padding:initial!important;
 clip:auto;
 visibility:unset
}
.bsc-text-uppercase {
 text-transform:uppercase
}
.bsc-text-capitalize {
 text-transform:capitalize
}
.bsc-safety-info,
.bsc-text-size-lg {
 font-size:1.6rem;
 line-height:2.6rem
}
.bsc-resources,
.bsc-resources .bsc-references-title,
.bsc-text-size-sm {
 font-size:1rem;
 line-height:1.8rem
}
.bsc-text-size-xs {
 font-size:1rem;
 line-height:1.7rem
}
@media(min-width:576px) {
 .bsc-safety-info,
 .bsc-text-size-lg {
  line-height:2.8rem
 }
}
@media(min-width:768px) {
 .bsc-safety-info,
 .bsc-text-size-lg {
  font-size:1.8rem;
  line-height:3.1rem
 }
 .bsc-resources,
 .bsc-resources .bsc-references-title,
 .bsc-text-size-sm {
  font-size:1.2rem;
  line-height:2rem
 }
}
@media(min-width:992px) {
 .bsc-safety-info,
 .bsc-text-size-lg {
  font-size:2rem
 }
}
.bsc-text-color-bsc-blue {
 color:#003c71!important
}
.bsc-text-color-action-blue {
 color:#007db3!important
}
.bsc-text-color-carribean {
 color:#3eb1c8!important
}
.bsc-text-color-carribean-30 {
 color:#c5e7ee!important
}
.bsc-text-color-watchman-orange {
 color:#e87722!important
}
.bsc-text-color-fire {
 color:#dc4405!important
}
.bsc-text-color-shark-grey {
 color:#383838!important
}
.bsc-text-color-raven-grey {
 color:#6a737b!important
}
.bsc-resources,
.bsc-text-color-raven-grey-70 {
 color:#888e95!important
}
.bsc-text-color-raven-grey-50 {
 color:#b4b9bd!important
}
.bsc-text-color-raven-grey-20 {
 color:#e1e3e5!important
}
.bsc-text-color-raven-grey-10 {
 color:#f0f1f1!important
}
.bsc-text-color-raven-grey-5 {
 color:#f7f8f8!important
}
.bsc-text-color-white {
 color:#fff!important
}
.bsc-text-color-green {
 color:#5da423!important
}
.bsc-text-color-black {
 color:#000!important
}
.bsc-text-color-red {
 color:#c60f13!important
}
.bsc-text-color-charcoal {
 color:#242526!important
}
.btn.bsc-gwc-btn.bsc-text-color-bsc-blue:hover {
 color:#003c71
}
.btn.bsc-gwc-btn.bsc-text-color-action-blue:hover {
 color:#007db3
}
.btn.bsc-gwc-btn.bsc-text-color-carribean:hover {
 color:#3eb1c8
}
.btn.bsc-gwc-btn.bsc-text-color-carribean-30:hover {
 color:#c5e7ee
}
.btn.bsc-gwc-btn.bsc-text-color-shark-grey:hover {
 color:#383838
}
.btn.bsc-gwc-btn.bsc-text-color-raven-grey:hover {
 color:#6a737b
}
.btn.bsc-gwc-btn.bsc-resources:hover,
.btn.bsc-gwc-btn.bsc-text-color-raven-grey-70:hover {
 color:#888e95
}
.btn.bsc-gwc-btn.bsc-text-color-white:hover {
 color:#fff
}
.btn.bsc-gwc-btn.bsc-text-color-watchman-orange:hover {
 color:#e87722
}
.btn.bsc-gwc-btn.bsc-text-color-fire:hover {
 color:#dc4405
}
.btn.bsc-gwc-btn.bsc-text-color-black:hover {
 color:#000
}
.btn.bsc-gwc-btn.bsc-ghosted-bg-watchman-orange {
 border:2px solid #e87722
}
.btn.bsc-gwc-btn.bsc-ghosted-bg-fire {
 border:2px solid #dc4405
}
.bsc-bg-color-bsc-blue {
 background-color:#003c71
}
.bsc-bg-color-action-blue {
 background-color:#007db3
}
.bsc-bg-color-carribean {
 background-color:#3eb1c8
}
.bsc-bg-color-carribean-30 {
 background-color:#c5e7ee
}
.bsc-bg-color-white {
 background-color:#fff
}
.bsc-bg-color-green {
 background-color:#5da423
}
.bsc-bg-color-red {
 background-color:#c60f13
}
.bsc-bg-color-fire {
 background-color:#dc4405
}
.bsc-bg-color-watchman-orange {
 background-color:#e87722
}
.bsc-bg-color-shark-grey {
 background-color:#383838
}
.bsc-bg-color-raven-grey {
 background-color:#6a737b
}
.bsc-bg-color-raven-grey-70 {
 background-color:#888e95
}
.bsc-bg-color-raven-grey-50 {
 background-color:#b4b9bd
}
.bsc-bg-color-raven-grey-20 {
 background-color:#e1e3e5
}
.bsc-bg-color-raven-grey-10 {
 background-color:#f0f1f1
}
.bsc-bg-color-raven-grey-5 {
 background-color:#f7f8f8
}
.bsc-font-base {
 font-family:SST-Roman,sans-serif
}
.bsc-font-base-italic {
 font-family:SST-Italic,sans-serif
}
.bsc-font-base-bold {
 font-family:SST-Bold,sans-serif
}
.bsc-font-base-bold-italic {
 font-family:SST-BoldItalic,sans-serif
}
.bsc-font-officina {
 font-family:"Officina-Serif-Bold",sans-serif
}
html {
 font-size:62.5%
}
body,
html {
 overflow-x:hidden
}
body {
 margin:0;
 padding:0!important;
 color:#6a737b;
 position:relative
}
img {
 max-width:100%
}
.modal video {
 width:100%
}
.container-fluid {
 padding:0!important
}
@media(min-width:768px) {
 .bsc-container {
  max-width:580px
 }
}
@media(min-width:992px) {
 .bsc-container {
  max-width:940px
 }
}
@media(max-width:575.98px) {
 main.container-fluid .row.bsc-accordion,
 main.container-fluid .row.bsc-hyperlink,
 main.container-fluid .row.bsc-productHeader,
 main.container-fluid .row.bsc-subTitle,
 main.container-fluid .row.bsc-table,
 main.container-fluid .row.bsc-text-block,
 main.container-fluid div.container .row.bsc-accordion,
 main.container-fluid div.container .row.bsc-hyperlink,
 main.container-fluid div.container .row.bsc-productHeader,
 main.container-fluid div.container .row.bsc-subTitle,
 main.container-fluid div.container .row.bsc-table,
 main.container-fluid div.container .row.bsc-text-block {
  padding-left:1.4rem;
  padding-right:1.4rem
 }
}
html.aem-AuthorLayer-Edit .row,
html.aem-AuthorLayer-Edit html.aem-AuthorLayer-Design .row,
main .row .row .row {
 margin-left:0;
 margin-right:0;
 width:100%
}
html.aem-AuthorLayer-Edit section.bsc-fullBleedTile .bsc-fullBleedTile-image picture img {
 height:100%!important
}
body {
 font-family:SST-Roman,sans-serif
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
 font-family:SST-Bold,sans-serif;
 line-height:1.4
}
.h6,
h6 {
 font-family:SST-Roman,sans-serif;
 line-height:1.4;
 text-transform:uppercase
}
.h1 em,
.h1 i,
.h2 em,
.h2 i,
.h3 em,
.h3 i,
.h4 em,
.h4 i,
.h5 em,
.h5 i,
em .h1,
em .h2,
em .h3,
em .h4,
em .h5,
em h1,
em h2,
em h3,
em h4,
em h5,
h1 em,
h1 i,
h2 em,
h2 i,
h3 em,
h3 i,
h4 em,
h4 i,
h5 em,
h5 i,
i .h1,
i .h2,
i .h3,
i .h4,
i .h5,
i h1,
i h2,
i h3,
i h4,
i h5 {
 font-family:SST-BoldItalic,sans-serif;
 font-style:normal
}
.h1,
.h2,
h1,
h2 {
 color:#003c71
}
.h3,
h3 {
 color:#007db3
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
 color:#6a737b
}
.h1,
h1 {
 font-size:2.3rem;
 line-height:1.2
}
.h2,
h2 {
 font-size:2rem;
 line-height:1.3
}
.h3,
h3 {
 font-size:1.8rem;
 line-height:1.4
}
.h4,
.h5,
h4,
h5 {
 font-size:1.4rem;
 line-height:1.45
}
.h6,
h6 {
 font-size:1.4rem;
 line-height:1.5
}
@media(min-width:576px) {
 .h1,
 h1 {
  font-size:2.5rem
 }
 .h2,
 h2 {
  font-size:2.1rem
 }
 .h3,
 h3 {
  font-size:1.8rem
 }
 .h4,
 h4 {
  font-size:1.6rem
 }
}
@media(min-width:768px) {
 .h1,
 h1 {
  font-size:2.8rem
 }
 .h2,
 h2 {
  font-size:2.4rem
 }
 .h3,
 h3 {
  font-size:2rem
 }
 .h4,
 h4 {
  font-size:1.8rem
 }
 .h5,
 .h6,
 h5,
 h6 {
  font-size:1.6rem
 }
}
@media(min-width:992px) {
 .h1,
 h1 {
  font-size:3.6rem
 }
 .h2,
 h2 {
  font-size:3.2rem
 }
 .h3,
 h3 {
  font-size:2.7rem
 }
 .h4,
 h4 {
  font-size:2.1rem
 }
 .h5,
 h5 {
  font-size:1.8rem
 }
}
@media(min-width:1200px) {
 .h1,
 h1 {
  font-size:4.2rem
 }
 .h2,
 h2 {
  font-size:3.6rem
 }
 .h3,
 h3 {
  font-size:2.7rem
 }
 .h4,
 h4 {
  font-size:2.1rem
 }
}
.h1,
h1 {
 padding-bottom:2.1rem;
 margin-bottom:0
}
.h2,
.h3,
h2,
h3 {
 padding-bottom:1.4rem;
 margin-bottom:0
}
.h4,
h4 {
 padding-bottom:.7rem;
 margin-bottom:0
}
b,
strong {
 font-family:SST-Bold,sans-serif
}
em,
i {
 font-family:SST-Italic,sans-serif;
 font-style:normal
}
b em,
b i,
em b,
em strong,
i b,
i strong,
strong em,
strong i {
 font-family:SST-BoldItalic,sans-serif;
 font-style:normal
}
p {
 font-size:1.4rem;
 line-height:1.7
}
@media(min-width:768px) {
 p {
  font-size:1.6rem
 }
}
p {
 margin-top:0;
 margin-bottom:1.4rem
}
@media(min-width:768px) {
 p {
  margin-bottom:2.1rem
 }
}
sub,
sup {
 font-size:67.5%
}
sup {
 top:-.675em
}
.h1 sub,
.h1 sup,
.h2 sub,
.h2 sup,
h1 sub,
h1 sup,
h2 sub,
h2 sup {
 font-size:50%
}
.h1 sup,
.h2 sup,
h1 sup,
h2 sup {
 top:-.85em
}
.h3 sub,
.h3 sup,
.h4 sub,
.h4 sup,
h3 sub,
h3 sup,
h4 sub,
h4 sup {
 font-size:60%
}
.h3 sup,
.h4 sup,
h3 sup,
h4 sup {
 top:-.75em
}
.bsc-text-cta {
 margin-bottom:1.4rem
}
.bsc-text-cta a {
 font-size:1.6rem
}
p+.bsc-text-cta {
 margin-top:-.7rem
}
@media(min-width:768px) {
 .bsc-text-cta {
  margin-bottom:2.1rem
 }
 .bsc-text-cta a {
  font-size:1.8rem
 }
 p+.bsc-text-cta {
  margin-top:-1.4rem
 }
}
@media(min-width:992px) {
 .bsc-safety-info .bsc-text-cta a,
 .bsc-text-size-lg .bsc-text-cta a {
  font-size:2rem
 }
}
a h2,
a h3,
a h4,
a h5,
a h6 {
 color:#007db3
}
:focus {
 outline:2px solid #007db3;
 outline-offset:-2px
}
.bsc-text-color-white a {
 color:#fff
}
.bsc-text-block ol,
.bsc-text-block ul {
 font-size:1.4rem;
 line-height:2.2rem
}
.bsc-text-block ol.bsc-list-size-lg,
.bsc-text-block ul.bsc-list-size-lg {
 font-size:1.6rem
}
.bsc-text-block ol.bsc-list-size-sm,
.bsc-text-block ul.bsc-list-size-sm {
 font-size:1rem;
 line-height:1.6rem
}
.bsc-text-block ol.bsc-list-size-xs,
.bsc-text-block ul.bsc-list-size-xs {
 font-size:1rem;
 line-height:1.5rem
}
@media(min-width:768px) {
 .bsc-text-block ol,
 .bsc-text-block ul {
  font-size:1.6rem
 }
 .bsc-text-block ol.bsc-list-size-lg,
 .bsc-text-block ul.bsc-list-size-lg {
  font-size:1.8rem
 }
 .bsc-text-block ol.bsc-list-size-sm,
 .bsc-text-block ul.bsc-list-size-sm {
  font-size:1.2rem;
  line-height:1.8rem
 }
}
@media(min-width:992px) {
 .bsc-text-block ol,
 .bsc-text-block ol.bsc-list-size-lg,
 .bsc-text-block ul,
 .bsc-text-block ul.bsc-list-size-lg {
  line-height:2.6rem
 }
}
.bsc-text-block ol ol,
.bsc-text-block ol ul,
.bsc-text-block ul ol,
.bsc-text-block ul ul {
 margin-top:1.4rem
}
.bsc-text-block ol li,
.bsc-text-block ul li {
 padding-bottom:.5rem
}
.bsc-text-block ul {
 padding-left:3.5rem
}
.bsc-text-block ul li {
 list-style:none;
 position:relative
}
.bsc-text-block ul:not(.list-inline):not(.list-unstyled) li:before,
.bsc-text-block ul:not(.list-inline):not(.list-unstyled) li li:before {
 font-size:1.6rem;
 line-height:inherit;
 color:#003c71;
 position:absolute;
 left:-1.8rem
}
.bsc-text-block ul.bsc-text-color-raven-grey:not(.list-inline):not(.list-unstyled) li:before,
.bsc-text-block ul.bsc-text-color-raven-grey:not(.list-inline):not(.list-unstyled) li li:before {
 color:#6a737b
}
.bsc-text-block ul:not(.list-inline):not(.list-unstyled) li:before {
 content:"•"
}
.bsc-text-block ul:not(.list-inline):not(.list-unstyled) li li:before {
 content:"°";
 top:.5rem;
 font-size:2rem
}
.bsc-text-block .bsc-rich-text ul li[class*=bsc-color-]:before {
 color:inherit
}
.bsc-text-block .bsc-rich-text .bsc-color-watchman-orange {
 color:#e87722
}
.bsc-text-block .bsc-rich-text .bsc-color-bsc-blue {
 color:#003c71
}
.bsc-text-block .bsc-rich-text .bsc-color-raven-grey {
 color:#6a737b
}
.bsc-text-block .bsc-rich-text .bsc-color-shark-grey {
 color:#383838
}
.bsc-text-block .bsc-rich-text .bsc-color-white {
 color:#fff
}
.bsc-resources {
 word-wrap:break-word
}
.bsc-resources .bsc-references-title {
 font-family:SST-Bold,sans-serif
}
.bsc-column-control .bsc-text-block .bsc-text-wrapper {
 margin-left:-1.4rem;
 margin-right:-1.4rem
}
main[role=main]>.bsc-text-block {
 margin-bottom:2.1rem
}
@media(min-width:768px) {
 main[role=main]>.bsc-text-block {
  margin-bottom:2.8rem
 }
}
@media(min-width:1200px) {
 main[role=main]>.bsc-text-block {
  margin-bottom:3.5rem
 }
}
h1[class*=bsc-head-line],
h2[class*=bsc-head-line],
h3[class*=bsc-head-line],
h4[class*=bsc-head-line] {
 position:relative;
 display:inline-block
}
h1[class*=bsc-head-line]:after,
h2[class*=bsc-head-line]:after,
h3[class*=bsc-head-line]:after,
h4[class*=bsc-head-line]:after {
 content:"";
 position:absolute;
 left:0;
 bottom:0
}
.text-center h1[class*=bsc-head-line]:after,
.text-center h2[class*=bsc-head-line]:after,
.text-center h3[class*=bsc-head-line]:after,
.text-center h4[class*=bsc-head-line]:after {
 left:50%;
 -webkit-transform:translate3D(-50%,0,0);
 transform:translate3D(-50%,0,0)
}
.text-right h1[class*=bsc-head-line]:after,
.text-right h2[class*=bsc-head-line]:after,
.text-right h3[class*=bsc-head-line]:after,
.text-right h4[class*=bsc-head-line]:after {
 left:auto;
 right:0
}
h1[class*=bsc-head-line].bsc-head-line-thin,
h2[class*=bsc-head-line].bsc-head-line-thin,
h3[class*=bsc-head-line].bsc-head-line-thin,
h4[class*=bsc-head-line].bsc-head-line-thin {
 padding-bottom:2.1rem;
 margin-bottom:2.8rem
}
h1[class*=bsc-head-line].bsc-head-line-thin:after,
h2[class*=bsc-head-line].bsc-head-line-thin:after,
h3[class*=bsc-head-line].bsc-head-line-thin:after,
h4[class*=bsc-head-line].bsc-head-line-thin:after {
 border-bottom:1px solid #b4b9bd;
 width:60%;
 height:1px
}
h1[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-watchman-orange:after,
h2[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-watchman-orange:after,
h3[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-watchman-orange:after,
h4[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-watchman-orange:after {
 border-bottom-color:#e87722
}
h1[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey:after,
h2[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey:after,
h3[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey:after,
h4[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey:after {
 border-bottom-color:#6a737b
}
h1[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey-50:after,
h2[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey-50:after,
h3[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey-50:after,
h4[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey-50:after {
 border-bottom-color:#b4b9bd
}
h1[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey-20:after,
h2[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey-20:after,
h3[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey-20:after,
h4[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-raven-grey-20:after {
 border-bottom-color:#e1e3e5
}
h1[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-white:after,
h2[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-white:after,
h3[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-white:after,
h4[class*=bsc-head-line].bsc-head-line-thin.bsc-line-color-white:after {
 border-bottom-color:#fff
}
h1[class*=bsc-head-line].bsc-head-line-thick,
h2[class*=bsc-head-line].bsc-head-line-thick,
h3[class*=bsc-head-line].bsc-head-line-thick,
h4[class*=bsc-head-line].bsc-head-line-thick {
 padding-bottom:2.8rem;
 margin-bottom:2.8rem
}
h1[class*=bsc-head-line].bsc-head-line-thick:after,
h2[class*=bsc-head-line].bsc-head-line-thick:after,
h3[class*=bsc-head-line].bsc-head-line-thick:after,
h4[class*=bsc-head-line].bsc-head-line-thick:after {
 border-bottom:7px solid #7fd7b2;
 width:30%;
 height:7px
}
h1[class*=bsc-head-line].bsc-head-line-thick.bsc-line-color-jade-50:after,
h2[class*=bsc-head-line].bsc-head-line-thick.bsc-line-color-jade-50:after,
h3[class*=bsc-head-line].bsc-head-line-thick.bsc-line-color-jade-50:after,
h4[class*=bsc-head-line].bsc-head-line-thick.bsc-line-color-jade-50:after {
 border-bottom-color:#7fd7b2
}
h1[class*=bsc-head-line].bsc-head-line-thick.bsc-line-color-watchman-orange-50:after,
h2[class*=bsc-head-line].bsc-head-line-thick.bsc-line-color-watchman-orange-50:after,
h3[class*=bsc-head-line].bsc-head-line-thick.bsc-line-color-watchman-orange-50:after,
h4[class*=bsc-head-line].bsc-head-line-thick.bsc-line-color-watchman-orange-50:after {
 border-bottom-color:#f3bb90
}
.ui-helper-hidden {
 display:none
}
.ui-helper-hidden-accessible {
 border:0;
 clip:rect(0 0 0 0);
 height:1px;
 margin:-1px;
 overflow:hidden;
 padding:0;
 position:absolute;
 width:1px
}
.ui-helper-reset {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 line-height:1.3;
 text-decoration:none;
 font-size:100%;
 list-style:none
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
 content:"";
 display:table;
 border-collapse:collapse
}
.ui-helper-clearfix:after {
 clear:both
}
.ui-helper-zfix {
 width:100%;
 height:100%;
 top:0;
 left:0;
 position:absolute;
 opacity:0;
 filter:Alpha(Opacity=0)
}
.ui-front {
 z-index:100
}
.ui-state-disabled {
 cursor:default!important;
 pointer-events:none
}
.ui-icon {
 display:inline-block;
 vertical-align:middle;
 margin-top:-.25em;
 position:relative;
 text-indent:-99999px;
 overflow:hidden;
 background-repeat:no-repeat
}
.ui-widget-icon-block {
 left:50%;
 margin-left:-8px;
 display:block
}
.ui-widget-overlay {
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.ui-autocomplete {
 position:absolute;
 top:0;
 left:0;
 cursor:default
}
.ui-menu {
 list-style:none;
 padding:0;
 margin:0;
 display:block;
 outline:0
}
.ui-menu .ui-menu {
 position:absolute
}
.ui-menu .ui-menu-item {
 margin:0;
 cursor:pointer;
 list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}
.ui-menu .ui-menu-item-wrapper {
 position:relative;
 padding:3px 1em 3px .4em
}
.ui-menu .ui-menu-divider {
 margin:5px 0;
 height:0;
 font-size:0;
 line-height:0;
 border-width:1px 0 0
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
 margin:-1px
}
.ui-menu-icons {
 position:relative
}
.ui-menu-icons .ui-menu-item-wrapper {
 padding-left:2em
}
.ui-menu .ui-icon {
 position:absolute;
 top:0;
 bottom:0;
 left:.2em;
 margin:auto 0
}
.ui-menu .ui-menu-icon {
 left:auto;
 right:0
}
.ui-widget {
 font-family:Arial,Helvetica,sans-serif
}
.ui-widget,
.ui-widget .ui-widget {
 font-size:1em
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
 font-family:Arial,Helvetica,sans-serif;
 font-size:1em
}
.ui-widget.ui-widget-content {
 border:1px solid #c5c5c5
}
.ui-widget-content {
 border:1px solid #ddd;
 background:#fff;
 color:#333
}
.ui-widget-content a {
 color:#333
}
.ui-widget-header {
 border:1px solid #ddd;
 background:#e9e9e9;
 color:#333;
 font-weight:700
}
.ui-widget-header a {
 color:#333
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
 border:1px solid #c5c5c5;
 background:#f6f6f6;
 font-weight:400;
 color:#454545
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
 color:#454545;
 text-decoration:none
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
 border:1px solid #ccc;
 background:#ededed;
 font-weight:400;
 color:#2b2b2b
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
 color:#2b2b2b;
 text-decoration:none
}
.ui-visual-focus {
 -webkit-box-shadow:0 0 3px 1px #5e9ed6;
 box-shadow:0 0 3px 1px #5e9ed6
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
 border:1px solid #003eff;
 background:#007fff;
 font-weight:400;
 color:#fff
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
 border:#003eff;
 background-color:#fff
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
 color:#fff;
 text-decoration:none
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
 border:1px solid #dad55e;
 background:#fffa90;
 color:#777620
}
.ui-state-checked {
 border:1px solid #dad55e;
 background:#fffa90
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
 color:#777620
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
 border:1px solid #f1a899;
 background:#fddfdf;
 color:#5f3f3f
}
.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
 color:#5f3f3f
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
 font-weight:700
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
 opacity:.7;
 filter:Alpha(Opacity=70);
 font-weight:400
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
 opacity:.35;
 filter:Alpha(Opacity=35);
 background-image:none
}
.ui-state-disabled .ui-icon {
 filter:Alpha(Opacity=35)
}
.ui-icon {
 width:1pc;
 height:1pc
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
 background-image:url(clientlib-corporate/css/images/ui-icons_444444_256x240.png)
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
 background-image:url(clientlib-corporate/css/images/ui-icons_555555_256x240.png)
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
 background-image:url(clientlib-corporate/css/images/ui-icons_ffffff_256x240.png)
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
 background-image:url(clientlib-corporate/css/images/ui-icons_777620_256x240.png)
}
.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
 background-image:url(clientlib-corporate/css/images/ui-icons_cc0000_256x240.png)
}
.ui-button .ui-icon {
 background-image:url(clientlib-corporate/css/images/ui-icons_777777_256x240.png)
}
.ui-icon-blank {
 background-position:1pc 1pc
}
.ui-icon-caret-1-n {
 background-position:0 0
}
.ui-icon-caret-1-ne {
 background-position:-1pc 0
}
.ui-icon-caret-1-e {
 background-position:-2pc 0
}
.ui-icon-caret-1-se {
 background-position:-3pc 0
}
.ui-icon-caret-1-s {
 background-position:-65px 0
}
.ui-icon-caret-1-sw {
 background-position:-5pc 0
}
.ui-icon-caret-1-w {
 background-position:-6pc 0
}
.ui-icon-caret-1-nw {
 background-position:-7pc 0
}
.ui-icon-caret-2-n-s {
 background-position:-8pc 0
}
.ui-icon-caret-2-e-w {
 background-position:-9pc 0
}
.ui-icon-triangle-1-n {
 background-position:0 -1pc
}
.ui-icon-triangle-1-ne {
 background-position:-1pc -1pc
}
.ui-icon-triangle-1-e {
 background-position:-2pc -1pc
}
.ui-icon-triangle-1-se {
 background-position:-3pc -1pc
}
.ui-icon-triangle-1-s {
 background-position:-65px -1pc
}
.ui-icon-triangle-1-sw {
 background-position:-5pc -1pc
}
.ui-icon-triangle-1-w {
 background-position:-6pc -1pc
}
.ui-icon-triangle-1-nw {
 background-position:-7pc -1pc
}
.ui-icon-triangle-2-n-s {
 background-position:-8pc -1pc
}
.ui-icon-triangle-2-e-w {
 background-position:-9pc -1pc
}
.ui-icon-arrow-1-n {
 background-position:0 -2pc
}
.ui-icon-arrow-1-ne {
 background-position:-1pc -2pc
}
.ui-icon-arrow-1-e {
 background-position:-2pc -2pc
}
.ui-icon-arrow-1-se {
 background-position:-3pc -2pc
}
.ui-icon-arrow-1-s {
 background-position:-65px -2pc
}
.ui-icon-arrow-1-sw {
 background-position:-5pc -2pc
}
.ui-icon-arrow-1-w {
 background-position:-6pc -2pc
}
.ui-icon-arrow-1-nw {
 background-position:-7pc -2pc
}
.ui-icon-arrow-2-n-s {
 background-position:-8pc -2pc
}
.ui-icon-arrow-2-ne-sw {
 background-position:-9pc -2pc
}
.ui-icon-arrow-2-e-w {
 background-position:-10pc -2pc
}
.ui-icon-arrow-2-se-nw {
 background-position:-11pc -2pc
}
.ui-icon-arrowstop-1-n {
 background-position:-2in -2pc
}
.ui-icon-arrowstop-1-e {
 background-position:-13pc -2pc
}
.ui-icon-arrowstop-1-s {
 background-position:-14pc -2pc
}
.ui-icon-arrowstop-1-w {
 background-position:-15pc -2pc
}
.ui-icon-arrowthick-1-n {
 background-position:1px -3pc
}
.ui-icon-arrowthick-1-ne {
 background-position:-1pc -3pc
}
.ui-icon-arrowthick-1-e {
 background-position:-2pc -3pc
}
.ui-icon-arrowthick-1-se {
 background-position:-3pc -3pc
}
.ui-icon-arrowthick-1-s {
 background-position:-4pc -3pc
}
.ui-icon-arrowthick-1-sw {
 background-position:-5pc -3pc
}
.ui-icon-arrowthick-1-w {
 background-position:-6pc -3pc
}
.ui-icon-arrowthick-1-nw {
 background-position:-7pc -3pc
}
.ui-icon-arrowthick-2-n-s {
 background-position:-8pc -3pc
}
.ui-icon-arrowthick-2-ne-sw {
 background-position:-9pc -3pc
}
.ui-icon-arrowthick-2-e-w {
 background-position:-10pc -3pc
}
.ui-icon-arrowthick-2-se-nw {
 background-position:-11pc -3pc
}
.ui-icon-arrowthickstop-1-n {
 background-position:-2in -3pc
}
.ui-icon-arrowthickstop-1-e {
 background-position:-13pc -3pc
}
.ui-icon-arrowthickstop-1-s {
 background-position:-14pc -3pc
}
.ui-icon-arrowthickstop-1-w {
 background-position:-15pc -3pc
}
.ui-icon-arrowreturnthick-1-w {
 background-position:0 -4pc
}
.ui-icon-arrowreturnthick-1-n {
 background-position:-1pc -4pc
}
.ui-icon-arrowreturnthick-1-e {
 background-position:-2pc -4pc
}
.ui-icon-arrowreturnthick-1-s {
 background-position:-3pc -4pc
}
.ui-icon-arrowreturn-1-w {
 background-position:-4pc -4pc
}
.ui-icon-arrowreturn-1-n {
 background-position:-5pc -4pc
}
.ui-icon-arrowreturn-1-e {
 background-position:-6pc -4pc
}
.ui-icon-arrowreturn-1-s {
 background-position:-7pc -4pc
}
.ui-icon-arrowrefresh-1-w {
 background-position:-8pc -4pc
}
.ui-icon-arrowrefresh-1-n {
 background-position:-9pc -4pc
}
.ui-icon-arrowrefresh-1-e {
 background-position:-10pc -4pc
}
.ui-icon-arrowrefresh-1-s {
 background-position:-11pc -4pc
}
.ui-icon-arrow-4 {
 background-position:0 -5pc
}
.ui-icon-arrow-4-diag {
 background-position:-1pc -5pc
}
.ui-icon-extlink {
 background-position:-2pc -5pc
}
.ui-icon-newwin {
 background-position:-3pc -5pc
}
.ui-icon-refresh {
 background-position:-4pc -5pc
}
.ui-icon-shuffle {
 background-position:-5pc -5pc
}
.ui-icon-transfer-e-w {
 background-position:-6pc -5pc
}
.ui-icon-transferthick-e-w {
 background-position:-7pc -5pc
}
.ui-icon-folder-collapsed {
 background-position:0 -6pc
}
.ui-icon-folder-open {
 background-position:-1pc -6pc
}
.ui-icon-document {
 background-position:-2pc -6pc
}
.ui-icon-document-b {
 background-position:-3pc -6pc
}
.ui-icon-note {
 background-position:-4pc -6pc
}
.ui-icon-mail-closed {
 background-position:-5pc -6pc
}
.ui-icon-mail-open {
 background-position:-6pc -6pc
}
.ui-icon-suitcase {
 background-position:-7pc -6pc
}
.ui-icon-comment {
 background-position:-8pc -6pc
}
.ui-icon-person {
 background-position:-9pc -6pc
}
.ui-icon-print {
 background-position:-10pc -6pc
}
.ui-icon-trash {
 background-position:-11pc -6pc
}
.ui-icon-locked {
 background-position:-2in -6pc
}
.ui-icon-unlocked {
 background-position:-13pc -6pc
}
.ui-icon-bookmark {
 background-position:-14pc -6pc
}
.ui-icon-tag {
 background-position:-15pc -6pc
}
.ui-icon-home {
 background-position:0 -7pc
}
.ui-icon-flag {
 background-position:-1pc -7pc
}
.ui-icon-calendar {
 background-position:-2pc -7pc
}
.ui-icon-cart {
 background-position:-3pc -7pc
}
.ui-icon-pencil {
 background-position:-4pc -7pc
}
.ui-icon-clock {
 background-position:-5pc -7pc
}
.ui-icon-disk {
 background-position:-6pc -7pc
}
.ui-icon-calculator {
 background-position:-7pc -7pc
}
.ui-icon-zoomin {
 background-position:-8pc -7pc
}
.ui-icon-zoomout {
 background-position:-9pc -7pc
}
.ui-icon-search {
 background-position:-10pc -7pc
}
.ui-icon-wrench {
 background-position:-11pc -7pc
}
.ui-icon-gear {
 background-position:-2in -7pc
}
.ui-icon-heart {
 background-position:-13pc -7pc
}
.ui-icon-star {
 background-position:-14pc -7pc
}
.ui-icon-link {
 background-position:-15pc -7pc
}
.ui-icon-cancel {
 background-position:0 -8pc
}
.ui-icon-plus {
 background-position:-1pc -8pc
}
.ui-icon-plusthick {
 background-position:-2pc -8pc
}
.ui-icon-minus {
 background-position:-3pc -8pc
}
.ui-icon-minusthick {
 background-position:-4pc -8pc
}
.ui-icon-close {
 background-position:-5pc -8pc
}
.ui-icon-closethick {
 background-position:-6pc -8pc
}
.ui-icon-key {
 background-position:-7pc -8pc
}
.ui-icon-lightbulb {
 background-position:-8pc -8pc
}
.ui-icon-scissors {
 background-position:-9pc -8pc
}
.ui-icon-clipboard {
 background-position:-10pc -8pc
}
.ui-icon-copy {
 background-position:-11pc -8pc
}
.ui-icon-contact {
 background-position:-2in -8pc
}
.ui-icon-image {
 background-position:-13pc -8pc
}
.ui-icon-video {
 background-position:-14pc -8pc
}
.ui-icon-script {
 background-position:-15pc -8pc
}
.ui-icon-alert {
 background-position:0 -9pc
}
.ui-icon-info {
 background-position:-1pc -9pc
}
.ui-icon-notice {
 background-position:-2pc -9pc
}
.ui-icon-help {
 background-position:-3pc -9pc
}
.ui-icon-check {
 background-position:-4pc -9pc
}
.ui-icon-bullet {
 background-position:-5pc -9pc
}
.ui-icon-radio-on {
 background-position:-6pc -9pc
}
.ui-icon-radio-off {
 background-position:-7pc -9pc
}
.ui-icon-pin-w {
 background-position:-8pc -9pc
}
.ui-icon-pin-s {
 background-position:-9pc -9pc
}
.ui-icon-play {
 background-position:0 -10pc
}
.ui-icon-pause {
 background-position:-1pc -10pc
}
.ui-icon-seek-next {
 background-position:-2pc -10pc
}
.ui-icon-seek-prev {
 background-position:-3pc -10pc
}
.ui-icon-seek-end {
 background-position:-4pc -10pc
}
.ui-icon-seek-first,
.ui-icon-seek-start {
 background-position:-5pc -10pc
}
.ui-icon-stop {
 background-position:-6pc -10pc
}
.ui-icon-eject {
 background-position:-7pc -10pc
}
.ui-icon-volume-off {
 background-position:-8pc -10pc
}
.ui-icon-volume-on {
 background-position:-9pc -10pc
}
.ui-icon-power {
 background-position:0 -11pc
}
.ui-icon-signal-diag {
 background-position:-1pc -11pc
}
.ui-icon-signal {
 background-position:-2pc -11pc
}
.ui-icon-battery-0 {
 background-position:-3pc -11pc
}
.ui-icon-battery-1 {
 background-position:-4pc -11pc
}
.ui-icon-battery-2 {
 background-position:-5pc -11pc
}
.ui-icon-battery-3 {
 background-position:-6pc -11pc
}
.ui-icon-circle-plus {
 background-position:0 -2in
}
.ui-icon-circle-minus {
 background-position:-1pc -2in
}
.ui-icon-circle-close {
 background-position:-2pc -2in
}
.ui-icon-circle-triangle-e {
 background-position:-3pc -2in
}
.ui-icon-circle-triangle-s {
 background-position:-4pc -2in
}
.ui-icon-circle-triangle-w {
 background-position:-5pc -2in
}
.ui-icon-circle-triangle-n {
 background-position:-6pc -2in
}
.ui-icon-circle-arrow-e {
 background-position:-7pc -2in
}
.ui-icon-circle-arrow-s {
 background-position:-8pc -2in
}
.ui-icon-circle-arrow-w {
 background-position:-9pc -2in
}
.ui-icon-circle-arrow-n {
 background-position:-10pc -2in
}
.ui-icon-circle-zoomin {
 background-position:-11pc -2in
}
.ui-icon-circle-zoomout {
 background-position:-2in -2in
}
.ui-icon-circle-check {
 background-position:-13pc -2in
}
.ui-icon-circlesmall-plus {
 background-position:0 -13pc
}
.ui-icon-circlesmall-minus {
 background-position:-1pc -13pc
}
.ui-icon-circlesmall-close {
 background-position:-2pc -13pc
}
.ui-icon-squaresmall-plus {
 background-position:-3pc -13pc
}
.ui-icon-squaresmall-minus {
 background-position:-4pc -13pc
}
.ui-icon-squaresmall-close {
 background-position:-5pc -13pc
}
.ui-icon-grip-dotted-vertical {
 background-position:0 -14pc
}
.ui-icon-grip-dotted-horizontal {
 background-position:-1pc -14pc
}
.ui-icon-grip-solid-vertical {
 background-position:-2pc -14pc
}
.ui-icon-grip-solid-horizontal {
 background-position:-3pc -14pc
}
.ui-icon-gripsmall-diagonal-se {
 background-position:-4pc -14pc
}
.ui-icon-grip-diagonal-se {
 background-position:-5pc -14pc
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
 border-top-left-radius:3px
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
 border-top-right-radius:3px
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
 border-bottom-left-radius:3px
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
 border-bottom-right-radius:3px
}
.ui-widget-overlay {
 background:#aaa;
 opacity:.3;
 filter:Alpha(Opacity=30)
}
.ui-widget-shadow {
 -webkit-box-shadow:0 0 5px #666;
 box-shadow:0 0 5px #666
}
@font-face {
 font-family:SST-Roman;
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Roman/SST-Roman.eot);
 src:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Roman/SST-Roman.woff2) format("woff2"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Roman/SST-Roman.woff) format("woff"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Roman/SST-Roman.ttf) format("truetype"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Roman/SST-Roman.svg#SST-Roman) format("svg"),
 url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/fonts/SST-Roman/SST-Roman.eot?#iefix) format("embedded-opentype");
 font-weight:400;
 font-style:normal;
 font-display:fallback
}
@font-face {
 font-family:SST-Bold;
 src:url(../fonts/SST-Bold.eot);
 src:url(../fonts/SST-Bold.woff2) format("woff2"),
 url(../fonts/SST-Bold.woff) format("woff"),
 url(../fonts/SST-Bold.ttf) format("truetype"),
 url(../fonts/SST-Bold.svg#SST-Bold) format("svg"),
 url(../fonts/SST-Bold.eot?#iefix) format("embedded-opentype");
 font-weight:600;
 font-style:normal;
 font-display:fallback
}
body,
dl,
ol,
p,
ul {
 color:#000;
 font-family:SST-Roman,sans-serif;
 font-size:1.6rem
}
@media screen and (min-width:992px) {
 body,
 dl,
 ol,
 p,
 ul {
  font-size:1.8rem
 }
}
dl,
ol,
p,
ul {
 margin:1.6rem 0 0;
 padding-top:0;
 padding-bottom:0;
 font-size:1.6rem
}
@media screen and (min-width:992px) {
 dl,
 ol,
 p,
 ul {
  font-size:1.8rem
 }
}
.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
 color:#000;
 font-family:SST-Bold,sans-serif;
 text-transform:none
}
.display-1 {
 margin:9.6rem 0 0;
 font-size:6.085rem
}
@media screen and (min-width:992px) {
 .display-1 {
  font-size:7.984rem
 }
}
.display-2 {
 margin:9.6rem 0 0;
 font-size:5.245rem
}
@media screen and (min-width:992px) {
 .display-2 {
  font-size:6.766rem
 }
}
.display-3 {
 margin:6.4rem 0 0;
 font-size:4.522rem
}
@media screen and (min-width:992px) {
 .display-3 {
  font-size:5.734rem
 }
}
.display-4 {
 margin:6.4rem 0 0;
 font-size:3.898rem
}
@media screen and (min-width:992px) {
 .display-4 {
  font-size:4.859rem
 }
}
.h1,
h1 {
 margin:6.4rem 0 0;
 padding:0;
 font-size:3.361rem
}
@media screen and (min-width:992px) {
 .h1,
 h1 {
  font-size:4.118rem
 }
}
.h2,
h2 {
 margin:4.8rem 0 0;
 padding:0;
 font-size:2.897rem
}
@media screen and (min-width:992px) {
 .h2,
 h2 {
  font-size:3.49rem
 }
}
.h3,
h3 {
 margin:4.8rem 0 0;
 padding:0;
 font-size:2.497rem
}
@media screen and (min-width:992px) {
 .h3,
 h3 {
  font-size:2.957rem
 }
}
.h4,
h4 {
 margin:3.2rem 0 0;
 padding:0;
 font-size:2.153rem
}
@media screen and (min-width:992px) {
 .h4,
 h4 {
  font-size:2.506rem
 }
}
.h5,
h5 {
 margin:2.4rem 0 0;
 padding:0;
 font-size:1.856rem
}
@media screen and (min-width:992px) {
 .h5,
 h5 {
  font-size:2.124rem
 }
}
.h6,
h6 {
 margin:2.4rem 0 0;
 padding:0;
 font-size:1.6rem
}
@media screen and (min-width:992px) {
 .h6,
 h6 {
  font-size:1.8rem
 }
}
.body-assertive {
 margin:2.4rem 0 0;
 padding:0;
 font-size:1.856rem
}
@media screen and (min-width:992px) {
 .body-assertive {
  font-size:2.124rem
 }
}
.body-subtle {
 margin:1.6rem 0 0;
 padding:0;
 font-size:1.45rem
}
.font-size-sm,
small {
 display:block;
 margin:1.6rem 0 0;
 padding:0;
 font-size:1.2rem
}
button {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 padding:1.2rem 2.4rem 1.1rem;
 text-align:center;
 text-decoration:none;
 border:.2rem solid #0153cc;
 background:#fff;
 color:#0153cc;
 font-family:SST-Bold,sans-serif
}
button:not([disabled]):active,
button:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
button:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
button[disabled] {
 border-color:#ccc;
 background:#f2f2f2;
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
a {
 border:0;
 padding:0;
 background:transparent;
 color:#0153cc;
 font-family:SST-Bold,sans-serif;
 text-decoration:none;
 text-align:left
}
a:visited {
 color:#609
}
a:active,
a:hover {
 background:transparent;
 color:#000;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
a:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
#dvFastForms .ff-section-header.ff-section-header {
 font-family:SST-Bold,sans-serif
}
#dvFastForms .ff-fileupload-drop-area.ff-fileupload-drop-area,
#dvFastForms .ff-input-type.ff-input-type,
#dvFastForms .ff-input-type.ff-input-type.ff-type-text.ff-type-text,
#dvFastForms .ff-select-type.ff-select-type,
#dvFastForms .ff-textarea.ff-textarea,
#dvFastForms .ff-type-text.ff-type-text,
#dvFastForms .select2-container.select2-container .select2-choice.select2-choice,
#dvFastForms .select2-container.select2-container .select2-choices.select2-choices {
 border-radius:0;
 border:.1rem solid #000;
 font-size:1.6rem
}
@media screen and (min-width:992px) {
 #dvFastForms .ff-fileupload-drop-area.ff-fileupload-drop-area,
 #dvFastForms .ff-input-type.ff-input-type,
 #dvFastForms .ff-input-type.ff-input-type.ff-type-text.ff-type-text,
 #dvFastForms .ff-select-type.ff-select-type,
 #dvFastForms .ff-textarea.ff-textarea,
 #dvFastForms .ff-type-text.ff-type-text,
 #dvFastForms .select2-container.select2-container .select2-choice.select2-choice,
 #dvFastForms .select2-container.select2-container .select2-choices.select2-choices {
  font-size:1.8rem
 }
}
#dvFastForms .ff-fileupload-drop-area.ff-fileupload-drop-area:focus,
#dvFastForms .ff-input-type.ff-input-type.ff-type-text.ff-type-text:focus,
#dvFastForms .ff-input-type.ff-input-type:focus,
#dvFastForms .ff-select-type.ff-select-type:focus,
#dvFastForms .ff-textarea.ff-textarea:focus,
#dvFastForms .ff-type-text.ff-type-text:focus,
#dvFastForms .select2-container.select2-container .select2-choice.select2-choice:focus,
#dvFastForms .select2-container.select2-container .select2-choices.select2-choices:focus {
 outline:0;
 -webkit-box-shadow:inset 0 0 0 .1rem #0153cc;
 box-shadow:inset 0 0 0 .1rem #0153cc;
 border:.1rem solid #0153cc
}
#dvFastForms .ff-fileupload-drop-area.ff-fileupload-drop-area.ff-input-type-invalid.ff-input-type-invalid,
#dvFastForms .ff-input-type.ff-input-type.ff-input-type-invalid.ff-input-type-invalid,
#dvFastForms .ff-input-type.ff-input-type.ff-type-text.ff-type-text.ff-input-type-invalid.ff-input-type-invalid,
#dvFastForms .ff-select-type.ff-select-type.ff-input-type-invalid.ff-input-type-invalid,
#dvFastForms .ff-textarea.ff-textarea.ff-input-type-invalid.ff-input-type-invalid,
#dvFastForms .ff-type-text.ff-type-text.ff-input-type-invalid.ff-input-type-invalid,
#dvFastForms .select2-container.select2-container .select2-choice.select2-choice.ff-input-type-invalid.ff-input-type-invalid,
#dvFastForms .select2-container.select2-container .select2-choices.select2-choices.ff-input-type-invalid.ff-input-type-invalid {
 border-color:#e64d54!important;
 border-width:.1rem!important
}
#dvFastForms .ff-fileupload-drop-area.ff-fileupload-drop-area.ff-input-type-invalid.ff-input-type-invalid:focus,
#dvFastForms .ff-input-type.ff-input-type.ff-input-type-invalid.ff-input-type-invalid:focus,
#dvFastForms .ff-input-type.ff-input-type.ff-type-text.ff-type-text.ff-input-type-invalid.ff-input-type-invalid:focus,
#dvFastForms .ff-select-type.ff-select-type.ff-input-type-invalid.ff-input-type-invalid:focus,
#dvFastForms .ff-textarea.ff-textarea.ff-input-type-invalid.ff-input-type-invalid:focus,
#dvFastForms .ff-type-text.ff-type-text.ff-input-type-invalid.ff-input-type-invalid:focus,
#dvFastForms .select2-container.select2-container .select2-choice.select2-choice.ff-input-type-invalid.ff-input-type-invalid:focus,
#dvFastForms .select2-container.select2-container .select2-choices.select2-choices.ff-input-type-invalid.ff-input-type-invalid:focus {
 outline:0;
 -webkit-box-shadow:inset 0 0 0 .1rem #e64d54;
 box-shadow:inset 0 0 0 .1rem #e64d54;
 border:.1rem solid #e64d54
}
#dvFastForms .ff-select-type.ff-singlepicklist {
 padding:.2rem
}
#dvFastForms .ff-required-mark.ff-required-mark {
 color:#b31921!important
}
#dvFastForms .ff-invalid-msg.ff-invalid-msg {
 color:#b31921;
 font-size:1.45rem
}
#dvFastForms .ff-checkbox.ff-checkbox.cm-toggle.cm-toggle {
 font-size:1.6rem
}
#dvFastForms .ff-checkbox.ff-checkbox.cm-toggle.cm-toggle:before {
 border-radius:100%
}
#dvFastForms .ff-checkbox.ff-checkbox.cm-toggle.cm-toggle:after {
 border-radius:1.6rem;
 background:#ccc
}
#dvFastForms .ff-checkbox.ff-checkbox.cm-toggle.cm-toggle:checked:before {
 -webkit-box-shadow:-.1rem .1rem .3rem rgba(0,0,0,.6);
 box-shadow:-.1rem .1rem .3rem rgba(0,0,0,.6)
}
#dvFastForms .ff-checkbox.ff-checkbox.cm-toggle.cm-toggle:checked:after {
 background:#0153cc
}
#dvFastForms .ff-btn-submit.ff-btn-submit {
 border-radius:0!important;
 font-size:1.6rem!important;
 height:auto;
 line-height:1.5;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 padding:1.2rem 2.4rem 1.1rem;
 font-family:SST-Bold,sans-serif;
 text-align:center;
 text-decoration:none;
 border:.2rem solid transparent;
 background:#0153cc;
 color:#fff
}
#dvFastForms .ff-btn-submit.ff-btn-submit:not([disabled]):active,
#dvFastForms .ff-btn-submit.ff-btn-submit:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
#dvFastForms .ff-btn-submit.ff-btn-submit:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
#dvFastForms .ff-btn-submit.ff-btn-submit[disabled] {
 border-color:#ccc;
 background:#f2f2f2;
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
@media screen and (min-width:992px) {
 #dvFastForms .ff-btn-submit.ff-btn-submit {
  font-size:1.8rem
 }
}
.cmp-accordion {
 margin-top:3.2rem
}
.cmp-accordion:last-child {
 border-bottom:.1rem solid #ccc
}
.cmp-accordion__item .cmp-accordion__header {
 padding-bottom:0
}
.cmp-accordion__item .cmp-accordion__header .cmp-accordion__button {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 border:0;
 border-top:.1rem solid #ccc;
 background:transparent;
 color:#000
}
.cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__icon {
 margin-left:2.4rem
}
.cmp-accordion__item .cmp-accordion__header .cmp-accordion__button[aria-expanded=false] .cmp-accordion__icon:before {
 content:"";
 font-family:FontAwesome
}
.cmp-accordion__item .cmp-accordion__header .cmp-accordion__button[aria-expanded=true] .cmp-accordion__icon:before {
 content:"";
 font-family:FontAwesome
}
.cmp-accordion__item .cmp-accordion__header .cmp-accordion__button:hover .cmp-accordion__title {
 color:#0153cc;
 text-decoration:underline
}
.cmp-accordion__item .cmp-accordion__header .cmp-accordion__button:hover .cmp-accordion__icon {
 color:#0153cc
}
.cmp-accordion__item .cmp-accordion__header .cmp-accordion__button:active .cmp-accordion__title {
 color:#0153cc;
 text-decoration:underline
}
.cmp-accordion__item .cmp-accordion__header .cmp-accordion__button:active .cmp-accordion__icon {
 color:#0153cc
}
.cmp-accordion__item .cmp-accordion__header .cmp-accordion__button:focus {
 outline:0;
 -webkit-box-shadow:inset 0 0 0 .2rem #0153cc;
 box-shadow:inset 0 0 0 .2rem #0153cc
}
.cmp-accordion__item h2.cmp-accordion__header .cmp-accordion__button,
.cmp-accordion__item h3.cmp-accordion__header .cmp-accordion__button,
.cmp-accordion__item h4.cmp-accordion__header .cmp-accordion__button {
 padding:2.4rem
}
.cmp-accordion__item h2.cmp-accordion__header+.cmp-accordion__panel--expanded,
.cmp-accordion__item h3.cmp-accordion__header+.cmp-accordion__panel--expanded,
.cmp-accordion__item h4.cmp-accordion__header+.cmp-accordion__panel--expanded {
 margin:0 0 4.8rem;
 padding:0 2.4rem
}
.cmp-accordion__item h5.cmp-accordion__header .cmp-accordion__button,
.cmp-accordion__item h6.cmp-accordion__header .cmp-accordion__button {
 padding:1.6rem 2.4rem
}
.cmp-accordion__item h5.cmp-accordion__header+.cmp-accordion__panel--expanded,
.cmp-accordion__item h6.cmp-accordion__header+.cmp-accordion__panel--expanded {
 margin:0 0 3.2rem;
 padding:0 2.4rem
}
.cmp-accordion--margin-top-increase .cmp-accordion {
 margin-top:4.8rem
}
.cmp-accordion--margin-top-decrease .cmp-accordion {
 margin-top:2.4rem
}
.cmp-accordion--margin-top-remove .cmp-accordion {
 margin-top:0
}
.breadcrumb {
 margin:0;
 border-radius:0;
 padding:0;
 background:transparent
}
.cmp-breadcrumb {
 display:block;
 margin-bottom:.8rem
}
.cmp-breadcrumb__list {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 gap:.4rem .8rem;
 margin:0;
 padding:0;
 list-style:none
}
.cmp-breadcrumb__item {
 display:list-item;
 margin-top:0;
 font-size:1.45rem
}
.cmp-breadcrumb__item:not(:first-child):before {
 padding-right:.4rem;
 content:"/";
 font-family:SST-Roman,sans-serif
}
.cmp-breadcrumb__item-link {
 border:0;
 padding:0;
 background:transparent;
 font-family:SST-Roman,sans-serif;
 color:#000;
 text-align:left;
 text-decoration:none
}
.cmp-breadcrumb__item-link:visited {
 color:#000
}
.cmp-breadcrumb__item-link:active,
.cmp-breadcrumb__item-link:hover {
 background:transparent;
 color:#000;
 text-decoration:underline
}
.cmp-breadcrumb__item--active,
.cmp-breadcrumb__item-link.active {
 font-family:SST-Bold,sans-serif
}
.btn {
 margin-bottom:1.4rem;
 white-space:normal
}
@media(max-width:767.98px) {
 .btn {
  font-size:1.4rem
 }
 .btn-group-lg>.btn,
 .btn.btn-lg {
  font-size:1.6rem
 }
}
.btn:not([disabled]):not(.disabled).active:focus,
.btn:not([disabled]):not(.disabled).focus,
.btn:not([disabled]):not(.disabled):active:focus,
.btn:not([disabled]):not(.disabled):focus {
 -webkit-box-shadow:0 0 0 .2rem rgba(106,115,123,.25);
 box-shadow:0 0 0 .2rem rgba(106,115,123,.25)
}
.btn-primary {
 font-family:SST-Bold,sans-serif;
 color:#fff;
 background-color:#007db3;
 border-color:#007db3
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled).focus,
.btn-primary:not([disabled]):not(.disabled).hover,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled):focus,
.btn-primary:not([disabled]):not(.disabled):hover {
 color:#007db3;
 background-color:#fff;
 border-color:#007db3
}
.btn-secondary {
 font-family:SST-Bold,sans-serif;
 color:#007db3;
 background-color:transparent;
 border-color:#007db3
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled).focus,
.btn-secondary:not([disabled]):not(.disabled).hover,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled):focus,
.btn-secondary:not([disabled]):not(.disabled):hover {
 color:#fff;
 background-color:#007db3;
 border-color:#007db3
}
.bsc-btn-ghosted {
 font-family:SST-Bold,sans-serif;
 color:#fff;
 background-color:transparent;
 border-color:#fff
}
.bsc-btn-ghosted:not([disabled]):not(.disabled).active,
.bsc-btn-ghosted:not([disabled]):not(.disabled).focus,
.bsc-btn-ghosted:not([disabled]):not(.disabled).hover,
.bsc-btn-ghosted:not([disabled]):not(.disabled):active,
.bsc-btn-ghosted:not([disabled]):not(.disabled):focus,
.bsc-btn-ghosted:not([disabled]):not(.disabled):hover {
 color:#007db3;
 background-color:#fff;
 border-color:#fff
}
.bsc-btn-ghosted.disabled.focus,
.bsc-btn-ghosted.disabled:focus,
.bsc-btn-ghosted[disabled].focus,
.bsc-btn-ghosted[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus {
 -webkit-box-shadow:none;
 box-shadow:none;
 outline:none
}
.bsc-btn-icon {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.bsc-btn-icon i {
 margin-left:1rem
}
button.close {
 float:none;
 font-size:3.6rem;
 font-weight:400;
 padding:.7rem 1.4rem;
 margin-right:0;
 opacity:.75;
 text-shadow:none;
 color:#383838
}
.cmp-button {
 margin-top:2.4rem
}
.cmp-button,
.cmp-button--button-default .cmp-button {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.cmp-button--button-default .cmp-button {
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 padding:1.2rem 2.4rem 1.1rem;
 text-align:center;
 text-decoration:none;
 border:.2rem solid #0153cc;
 background:#fff;
 color:#0153cc;
 font-family:SST-Bold,sans-serif;
 font-size:1.8rem
}
.cmp-button--button-default .cmp-button:not([disabled]):active,
.cmp-button--button-default .cmp-button:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
.cmp-button--button-default .cmp-button:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-button--button-default .cmp-button[disabled] {
 border-color:#ccc;
 background:#f2f2f2;
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-button--button-assertive .cmp-button {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 padding:1.2rem 2.4rem 1.1rem;
 font-family:SST-Bold,sans-serif;
 text-align:center;
 text-decoration:none;
 border:.2rem solid transparent;
 background:#0153cc;
 color:#fff;
 font-size:1.8rem
}
.cmp-button--button-assertive .cmp-button:not([disabled]):active,
.cmp-button--button-assertive .cmp-button:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
.cmp-button--button-assertive .cmp-button:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-button--button-assertive .cmp-button[disabled] {
 border-color:#ccc;
 background:#f2f2f2;
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-button--button-ghost .cmp-button {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 padding:1.2rem 2.4rem 1.1rem;
 font-family:SST-Bold,sans-serif;
 text-align:center;
 text-decoration:none;
 border:.2rem solid #fff;
 background:transparent;
 color:#fff;
 font-size:1.8rem
}
.cmp-button--button-ghost .cmp-button:not([disabled]):active,
.cmp-button--button-ghost .cmp-button:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
.cmp-button--button-ghost .cmp-button:not([disabled]):active,
.cmp-button--button-ghost .cmp-button:not([disabled]):hover {
 border-color:#fff;
 background:hsla(0,0%,100%,.3);
 text-decoration:none;
 cursor:pointer
}
.cmp-button--button-ghost .cmp-button:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline-color:#fff
}
.cmp-button--button-ghost .cmp-button[disabled] {
 border-color:#999;
 background:transparent;
 color:#999;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-button--link-default .cmp-button {
 border:0;
 padding:0;
 background:transparent;
 color:#0153cc;
 font-family:SST-Bold,sans-serif;
 text-decoration:none;
 text-align:left
}
.cmp-button--link-default .cmp-button:visited {
 color:#609
}
.cmp-button--link-default .cmp-button:active,
.cmp-button--link-default .cmp-button:hover {
 background:transparent;
 color:#000;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-button--link-default .cmp-button:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-button--link-default .cmp-button:not([disabled]) {
 text-decoration:none
}
.cmp-button--link-default .cmp-button:not([disabled]) .cmp-button__text {
 text-decoration:underline
}
.cmp-button--link-default .cmp-button:not([disabled]) .cmp-button__icon {
 text-decoration:none
}
.cmp-button--link-default .cmp-button:not([disabled]):visited .cmp-button__icon,
.cmp-button--link-default .cmp-button:not([disabled]):visited .cmp-button__text {
 color:#609
}
.cmp-button--link-default .cmp-button:not([disabled]):hover .cmp-button__text {
 color:#000;
 text-decoration-thickness:.2rem
}
.cmp-button--link-default .cmp-button:not([disabled]):hover .cmp-button__icon {
 color:#000
}
.cmp-button--link-default .cmp-button:not([disabled]):active {
 text-decoration:none
}
.cmp-button--link-default .cmp-button:not([disabled]):active .cmp-button__text {
 color:#000;
 text-decoration-thickness:.2rem
}
.cmp-button--link-default .cmp-button:not([disabled]):active .cmp-button__icon {
 color:#000
}
.cmp-button--link-default .cmp-button[disabled] {
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-button--link-subtle .cmp-button {
 border:0;
 padding:0;
 background:transparent;
 color:#000;
 font-family:SST-Bold,sans-serif;
 text-align:left;
 text-decoration:none
}
.cmp-button--link-subtle .cmp-button:visited {
 color:#609
}
.cmp-button--link-subtle .cmp-button:active,
.cmp-button--link-subtle .cmp-button:hover {
 background:transparent;
 color:#0153cc;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-button--link-subtle .cmp-button:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-button--link-subtle .cmp-button:not([disabled]) {
 text-decoration:none
}
.cmp-button--link-subtle .cmp-button:not([disabled]) .cmp-button__text {
 text-decoration:underline
}
.cmp-button--link-subtle .cmp-button:not([disabled]) .cmp-button__icon {
 text-decoration:none
}
.cmp-button--link-subtle .cmp-button:not([disabled]):visited .cmp-button__text {
 color:#609;
 text-decoration:underline
}
.cmp-button--link-subtle .cmp-button:not([disabled]):visited .cmp-button__icon {
 color:#609;
 text-decoration:none
}
.cmp-button--link-subtle .cmp-button:not([disabled]):hover .cmp-button__text {
 color:#0153cc;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-button--link-subtle .cmp-button:not([disabled]):hover .cmp-button__icon {
 color:#0153cc;
 text-decoration:none
}
.cmp-button--link-subtle .cmp-button:not([disabled]):active .cmp-button__text {
 color:#0153cc;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-button--link-subtle .cmp-button:not([disabled]):active .cmp-button__icon {
 color:#0153cc;
 text-decoration:none
}
.cmp-button--link-subtle .cmp-button[disabled] {
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-button--link-ghost .cmp-button {
 border:0;
 padding:0;
 background:transparent;
 color:#fff;
 font-family:SST-Bold,sans-serif;
 text-align:left;
 text-decoration:none
}
.cmp-button--link-ghost .cmp-button:visited {
 color:#ccc
}
.cmp-button--link-ghost .cmp-button:active,
.cmp-button--link-ghost .cmp-button:hover {
 background:transparent;
 color:#999;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-button--link-ghost .cmp-button:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline-color:#fff
}
.cmp-button--link-ghost .cmp-button:not([disabled]) {
 text-decoration:none
}
.cmp-button--link-ghost .cmp-button:not([disabled]) .cmp-button__text {
 text-decoration:underline
}
.cmp-button--link-ghost .cmp-button:not([disabled]) .cmp-button__icon,
.cmp-button--link-ghost .cmp-button:not([disabled]):visited {
 text-decoration:none
}
.cmp-button--link-ghost .cmp-button:not([disabled]):visited .cmp-button__text {
 color:#ccc;
 text-decoration-thickness:.2rem;
 text-decoration:underline
}
.cmp-button--link-ghost .cmp-button:not([disabled]):visited .cmp-button__icon {
 color:#ccc;
 text-decoration:none
}
.cmp-button--link-ghost .cmp-button:not([disabled]):hover {
 text-decoration:none
}
.cmp-button--link-ghost .cmp-button:not([disabled]):hover .cmp-button__text {
 color:#999;
 text-decoration-thickness:.2rem;
 text-decoration:underline
}
.cmp-button--link-ghost .cmp-button:not([disabled]):hover .cmp-button__icon {
 color:#999;
 text-decoration:none
}
.cmp-button--link-ghost .cmp-button:not([disabled]):active {
 text-decoration:none
}
.cmp-button--link-ghost .cmp-button:not([disabled]):active .cmp-button__text {
 color:#999;
 text-decoration:underline
}
.cmp-button--link-ghost .cmp-button:not([disabled]):active .cmp-button__icon {
 color:#999
}
.cmp-button--link-ghost .cmp-button[disabled] {
 color:#999;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-button--button-full-width .cmp-button {
 width:100%;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.cmp-button--button-centered {
 text-align:center
}
.cmp-button>.cmp-button__icon+.cmp-button__text {
 text-align:left
}
.cmp-button__icon {
 -webkit-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2;
 margin-left:.8rem
}
.cmp-button__icon:before {
 font-family:FontAwesome
}
.cmp-button__icon--arrow-right:before {
 content:""
}
.cmp-button__icon--arrow-up:before {
 content:""
}
.cmp-button__icon--bookmark:before {
 content:""
}
.cmp-button__icon--close:before {
 content:""
}
.cmp-button__icon--external-link:before {
 content:""
}
.cmp-button__icon--loading:before {
 content:""
}
.cmp-button__icon--plus:before {
 content:""
}
.cmp-button__icon--search:before {
 content:""
}
.cmp-button__icon--share:before {
 content:""
}
.cmp-button--margin-top-increase .cmp-button {
 margin-top:3.2rem
}
.cmp-button--margin-top-decrease .cmp-button {
 margin-top:1.6rem
}
.cmp-button--margin-top-remove .cmp-button {
 margin-top:0
}
.cmp-page-header--breadcrumbs-title .cmp-breadcrumb__list {
 margin-top:1.6rem
}
.cmp-page-header--breadcrumbs-title h1 {
 margin:1.6rem 0 2.4rem
}
.cmp-container:first-child {
 background:transparent
}
.cmp-container--accent>.cmp-container:first-child {
 background:#406
}
.cmp-container--assertive>.cmp-container:first-child {
 background:#000
}
.cmp-container--ghost>.cmp-container:first-child {
 background:#fff
}
.cmp-container--gradient-assertive>.cmp-container:first-child {
 background:linear-gradient(36deg,#000,#012965)
}
.cmp-container--gradient-subtle>.cmp-container:first-child {
 background:linear-gradient(322deg,#fff,#f2f2f2)
}
.cmp-container--subtle>.cmp-container:first-child {
 background:#f2f2f2
}
.cmp-container--pattern-arrow>.cmp-container:first-child {
 position:relative
}
.cmp-container--pattern-arrow>.cmp-container:first-child:before {
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:100%;
 background-image:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/images/pattern-arrow.svg);
 background-repeat:repeat-y;
 background-position-x:left;
 background-position-y:top;
 background-size:contain;
 content:"";
 z-index:1
}
.cmp-container--pattern-arrow>.cmp-container:first-child>* {
 position:relative;
 z-index:2
}
.cmp-container--pattern-arrow.cmp-container--accent>.cmp-container:first-child:before {
 background-image:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/images/pattern-arrow-accent.svg)
}
.cmp-container--pattern-arrow.cmp-container--assertive>.cmp-container:first-child:before,
.cmp-container--pattern-arrow.cmp-container--gradient-assertive>.cmp-container:first-child:before {
 background-image:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/images/pattern-arrow-assertive.svg)
}
.cmp-container--padding-increase>.cmp-container:first-child {
 padding:6.4rem
}
.cmp-container--padding-default>.cmp-container:first-child {
 padding:4.8rem
}
.cmp-container--padding-decrease>.cmp-container:first-child {
 padding:3.2rem
}
.cmp-container--margin-top-increase-2>.cmp-container:first-child {
 margin-top:9.6rem
}
.cmp-container--margin-top-increase-1>.cmp-container:first-child {
 margin-top:6.4rem
}
.cmp-container--margin-top-default>.cmp-container:first-child {
 margin-top:4.8rem
}
.cmp-container--margin-top-decrease-1>.cmp-container:first-child {
 margin-top:3.2rem
}
.cmp-container--margin-top-decrease-2>.cmp-container:first-child {
 margin-top:2.4rem
}
.cmp-download__title {
 padding:0
}
.cmp-download__title .cmp-download__title-link {
 border:0;
 padding:0;
 background:transparent;
 color:#000;
 font-family:SST-Bold,sans-serif;
 text-align:left;
 text-decoration:none
}
.cmp-download__title .cmp-download__title-link:visited {
 color:#609
}
.cmp-download__title .cmp-download__title-link:active,
.cmp-download__title .cmp-download__title-link:hover {
 background:transparent;
 color:#0153cc;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-download__title .cmp-download__title-link:active,
.cmp-download__title .cmp-download__title-link:hover {
 text-decoration-thickness:initial
}
.cmp-download__title .cmp-download__title-link:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-download__description>p {
 margin:1.6rem 0 0
}
.cmp-download__properties {
 margin-top:1.2rem;
 margin-bottom:0
}
.cmp-download__properties .cmp-download__property {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 margin:.4rem .4rem 0 0
}
.cmp-download__properties .cmp-download__property:last-of-type {
 margin-right:0
}
.cmp-download__properties .cmp-download__property-label {
 display:none
}
.cmp-download__properties .cmp-download__property-content {
 margin:0;
 border-radius:.4rem;
 padding:.4rem;
 background:#f2f2f2;
 color:#333;
 font-size:1.2rem
}
.cmp-download__action {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin:2.4rem 0 0;
 border:0;
 padding:0;
 background:transparent;
 color:#0153cc;
 font-family:SST-Bold,sans-serif;
 text-decoration:none;
 text-align:left;
 text-decoration:underline
}
.cmp-download__action:visited {
 color:#609
}
.cmp-download__action:active,
.cmp-download__action:hover {
 background:transparent;
 color:#000;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-download__action:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-download__properties--hidden .cmp-download__properties {
 display:none
}
.cmp-download__action--button .cmp-download__action {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 padding:1.2rem 2.4rem 1.1rem;
 text-align:center;
 text-decoration:none;
 border:.2rem solid #0153cc;
 background:#fff;
 color:#0153cc;
 font-family:SST-Bold,sans-serif
}
.cmp-download__action--button .cmp-download__action:not([disabled]):active,
.cmp-download__action--button .cmp-download__action:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
.cmp-download__action--button .cmp-download__action:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-download__action--button .cmp-download__action[disabled] {
 border-color:#ccc;
 background:#f2f2f2;
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-download__action--button .cmp-download__action .cmp-download__action-text,
.cmp-download__action--button .cmp-download__action:hover .cmp-download__action-text {
 text-decoration:none
}
.cmp-download__action--button .cmp-download__action:active .cmp-download__action-text,
.cmp-download__action--button .cmp-download__action:active .cmp-download__action-text:active {
 color:#fff
}
.cmp-download__action--icon .cmp-download__action {
 text-decoration:none
}
.cmp-download__action--icon .cmp-download__action:after {
 content:"";
 margin-left:.8rem;
 font-family:FontAwesome;
 color:#0153cc
}
.cmp-download__action--icon .cmp-download__action:hover {
 text-decoration:none
}
.cmp-download__action--icon .cmp-download__action:active:after,
.cmp-download__action--icon .cmp-download__action:hover:after {
 color:#000
}
.cmp-download__action--icon .cmp-download__action:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-download__action--icon:not(.cmp-download__action--button) .cmp-download__action .cmp-download__action-text {
 border:0;
 padding:0;
 background:transparent;
 color:#0153cc;
 font-family:SST-Bold,sans-serif;
 text-decoration:none;
 text-align:left
}
.cmp-download__action--icon:not(.cmp-download__action--button) .cmp-download__action .cmp-download__action-text:visited {
 color:#609
}
.cmp-download__action--icon:not(.cmp-download__action--button) .cmp-download__action .cmp-download__action-text:active,
.cmp-download__action--icon:not(.cmp-download__action--button) .cmp-download__action .cmp-download__action-text:hover {
 background:transparent;
 color:#000;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-download__action--icon:not(.cmp-download__action--button) .cmp-download__action .cmp-download__action-text:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-download__action--icon.cmp-download__action--button .cmp-download__action:hover .cmp-download__action-text {
 text-decoration:none
}
.cmp-download__action--icon.cmp-download__action--button .cmp-download__action:active:after,
.cmp-download__action--icon.cmp-download__action--button .cmp-download__action:hover:after {
 color:#fff
}
.cmp-download--margin-top-increase .cmp-download>.cmp-download__title:first-child {
 margin-top:6.4rem
}
.cmp-download--margin-top-increase .cmp-download>.cmp-download__description:first-child>p {
 margin:2.4rem 0 0
}
.cmp-download--margin-top-increase .cmp-download>.cmp-download__properties:first-child {
 margin-top:1.6rem
}
.cmp-download--margin-top-increase .cmp-download>.cmp-download__properties:first-child .cmp-download__property {
 margin:.8rem .8rem 0 0
}
.cmp-download--margin-top-increase .cmp-download>.cmp-download__action:first-child {
 margin:3.2rem 0 0
}
.cmp-download--margin-top-decrease .cmp-download>.cmp-download__title:first-child {
 margin-top:3.2rem
}
.cmp-download--margin-top-decrease .cmp-download>.cmp-download__description:first-child>p {
 margin:1.2rem 0 0
}
.cmp-download--margin-top-decrease .cmp-download>.cmp-download__properties:first-child {
 margin-top:.8rem
}
.cmp-download--margin-top-decrease .cmp-download>.cmp-download__properties:first-child .cmp-download__property {
 margin:.4rem .4rem 0 0
}
.cmp-download--margin-top-decrease .cmp-download>.cmp-download__action:first-child {
 margin:1.6rem 0 0
}
.cmp-download--margin-top-remove .cmp-download>:first-child {
 margin-top:0
}
.cmp-embed {
 margin-top:4.8rem
}
.cmp-embed--vimeo .cmp-embed {
 position:relative;
 height:0;
 padding-bottom:56.25%
}
.cmp-embed--vimeo .cmp-embed>iframe {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.cmp-embed--decorative-treatment .cmp-embed {
 position:relative
}
.cmp-embed--decorative-treatment .cmp-embed:before {
 position:absolute;
 top:4.8rem;
 right:4.8rem;
 bottom:0;
 left:0;
 background:-webkit-gradient(linear,right top,left top,from(#012965),to(#b3f));
 background:linear-gradient(270deg,#012965,#b3f);
 content:""
}
.cmp-embed--decorative-treatment .cmp-embed iframe {
 position:relative;
 padding:0 0 1rem 1.6rem
}
.cmp-embed--decorative-treatment.cmp-embed--vimeo .cmp-embed:before {
 bottom:-.6rem
}
.cmp-embed--decorative-treatment.cmp-embed--vimeo .cmp-embed>iframe {
 position:absolute;
 padding-left:1.6rem
}
.cmp-embed--decorative-treatment.cmp-embed--corner-bottom-left .cmp-embed:before {
 top:auto;
 right:auto;
 bottom:0;
 left:0;
 width:60%;
 height:60%
}
.cmp-embed--decorative-treatment.cmp-embed--corner-bottom-left.cmp-embed--vimeo .cmp-embed>iframe {
 padding:0 0 1.6rem .8rem
}
.cmp-embed--decorative-treatment.cmp-embed--corner-top-right .cmp-embed:before {
 top:0;
 right:0;
 bottom:auto;
 left:auto;
 width:60%;
 height:60%
}
.cmp-embed--decorative-treatment.cmp-embed--corner-top-right .cmp-embed iframe {
 padding:1.6rem 1.6rem 0 0
}
.cmp-embed--decorative-treatment.cmp-embed--corner-top-right.cmp-embed--vimeo .cmp-embed>iframe {
 padding-right:.8rem
}
.cmp-embed--decorative-treatment.cmp-embed--accent-primary .cmp-embed:before {
 background:#b3f
}
.cmp-embed--decorative-treatment.cmp-embed--accent-secondary .cmp-embed:before {
 background:#0ef
}
.cmp-embed--decorative-treatment.cmp-embed--gradient-primary .cmp-embed:before {
 background:-webkit-gradient(linear,right top,left top,from(#0153cc),to(#0ef));
 background:linear-gradient(270deg,#0153cc,#0ef)
}
.cmp-embed--margin-top-increase-2 .cmp-embed {
 margin-top:9.6rem
}
.cmp-embed--margin-top-increase-1 .cmp-embed {
 margin-top:6.4rem
}
.cmp-embed--margin-top-decrease-1 .cmp-embed {
 margin-top:3.2rem
}
.cmp-embed--margin-top-decrease-2 .cmp-embed {
 margin-top:2.4rem
}
.cmp-embed--margin-top-remove .cmp-embed {
 margin:0
}
@media(min-width:768px) {
 .bsc-footer .bsc-container,
 .bsc-footer .container {
  padding:0
 }
}
.bsc-footer {
 background:#f7f8f8;
 margin-top:9.6rem
}
.bsc-footer dl,
.bsc-footer h1,
.bsc-footer h2,
.bsc-footer h3,
.bsc-footer h4,
.bsc-footer h5,
.bsc-footer h6,
.bsc-footer ol,
.bsc-footer p,
.bsc-footer ul {
 margin-top:0
}
.bsc-footer dl,
.bsc-footer ol,
.bsc-footer p,
.bsc-footer ul {
 font-size:1.6rem
}
.bsc-footer ul {
 margin-bottom:1rem
}
.bsc-footer hr {
 margin-top:1.4rem;
 margin-bottom:1.4rem
}
.bsc-footer .bsc-footer-disclaimer {
 background:#fff;
 padding:1.4rem 0 2.1rem!important
}
.bsc-footer .bsc-footer-disclaimer p {
 font-size:.9rem;
 margin-bottom:0;
 color:#b4b9bd
}
.bsc-footer .bsc-social-media {
 padding-top:2.1rem
}
.bsc-footer .bsc-social-media .bsc-social-wrapper {
 text-align:center
}
@media(min-width:992px) {
 .bsc-footer .bsc-social-media .bsc-social-wrapper {
  text-align:left
 }
 .bsc-footer .bsc-social-media .bsc-social-wrapper ul {
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
}
@media(max-width:991.98px) {
 .bsc-footer .bsc-social-media .bsc-social-wrapper {
  border-bottom:1px solid #6a737b;
  padding-bottom:1.4rem;
  margin-bottom:1.4rem
 }
 .bsc-footer .bsc-social-media .bsc-social-wrapper ul {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
}
.bsc-footer .bsc-social-media .bsc-social-wrapper ul {
 margin-bottom:0;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
@media(min-width:992px) {
 .bsc-footer .bsc-social-media .flex-row-reverse .bsc-social-wrapper {
  text-align:right
 }
}
.bsc-footer .bsc-social-media .bsc-social-icon-link {
 color:#383838;
 font-size:3.2rem;
 padding:0 1.4rem;
 width:56px;
 height:56px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.bsc-footer .bsc-social-media .bsc-social-icon-link span {
 position:absolute;
 left:-9999px;
 top:auto;
 width:1px;
 height:1px;
 overflow:hidden;
 clip:1px 1px 1px 1px;
 clip:rect(1px,1px,1px,1px)
}
.bsc-footer .bsc-social-media .bsc-social-icon-link:hover {
 background-color:#e1e3e5
}
.bsc-footer .bsc-social-media .bsc-social-icon-link:focus {
 outline:2px solid #006b99
}
.bsc-footer .bsc-social-media hr {
 border-top-color:#6a737b
}
.bsc-footer .bsc-social-media .bsc-tagline {
 color:#003c71;
 font-size:1.4rem;
 line-height:2.7rem;
 margin-bottom:0;
 font-family:SST-Bold,sans-serif
}
.bsc-footer .bsc-social-media.bsc-social-media-with-logo .bsc-footer-logo {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
@media(max-width:991.98px) {
 .bsc-footer .bsc-social-media.bsc-social-media-with-logo .bsc-footer-logo {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  border-bottom:1px solid #6a737b;
  padding-bottom:2.1rem;
  margin-bottom:1.4rem;
  margin-left:1.4rem;
  margin-right:1.4rem
 }
}
@media(min-width:992px) {
 .bsc-footer .bsc-social-media.bsc-social-media-with-logo .bsc-footer-logo img {
  width:90pt;
  -o-object-fit:contain;
  object-fit:contain
 }
}
@media(min-width:992px) {
 .bsc-footer .bsc-social-media.bsc-social-media-with-logo .bsc-social-icon-link {
  width:52px;
  height:52px
 }
}
.bsc-footer .bsc-footer-nav {
 margin-bottom:1rem
}
.bsc-footer .bsc-footer-nav ul {
 padding:.7rem 1.4rem
}
@media(min-width:992px) {
 .bsc-footer .bsc-footer-nav ul {
  padding:1.4rem 0 0
 }
}
.bsc-footer .bsc-footer-nav li {
 word-wrap:break-word;
 padding-bottom:1rem
}
.bsc-footer .bsc-footer-nav .bsc-footer-link-heading,
.bsc-footer .bsc-footer-nav .bsc-footer-link-heading a {
 color:#242526;
 font-family:SST-Bold,sans-serif;
 font-weight:600;
 font-size:1.6rem;
 line-height:1.2;
 display:inline-block
}
.bsc-footer .bsc-footer-nav li:not(.bsc-footer-link-heading) a {
 font-family:SST-Roman,sans-serif;
 color:#383838;
 font-size:1.4rem;
 line-height:1.2;
 display:inline-block
}
.bsc-footer .bsc-footer-nav a:hover,
.bsc-footer .bsc-footer-nav li:not(.bsc-footer-link-heading) a:hover {
 color:#006b99;
 text-decoration:none
}
.bsc-footer .bsc-footer-nav a:focus,
.bsc-footer .bsc-footer-nav li:not(.bsc-footer-link-heading) a:focus {
 outline:2px solid #006b99;
 outline-offset:3px
}
.bsc-footer .bsc-trust {
 margin-top:1.4rem;
 background:#e1e3e5
}
.bsc-footer .bsc-trust p {
 color:#383838;
 font-size:1.2rem;
 line-height:2.4rem;
 padding:1rem 0;
 margin-bottom:0
}
.bsc-footer .bsc-legal-links p {
 color:#383838;
 font-size:1.2rem;
 line-height:1.5;
 margin:1.4rem 0
}
.bsc-footer .bsc-legal-links a {
 color:#6a737b;
 font-size:1.2rem;
 line-height:1.5;
 text-decoration:none
}
.bsc-footer .bsc-legal-links a:hover {
 color:#006b99
}
.bsc-footer .bsc-legal-links a:focus {
 outline:2px solid #006b99;
 outline-offset:3px
}
.bsc-footer .bsc-legal-links ul {
 margin-bottom:2.1rem
}
@media(min-width:992px) {
 .bsc-footer .bsc-legal-links ul {
  margin-bottom:0
 }
}
.bsc-footer .bsc-legal-links li:not(:last-of-type) {
 padding-right:1.4rem
}
@media(max-width:991.98px) {
 .-bsc-desktop-only {
  display:none!important
 }
}
@media(min-width:992px) {
 .-bsc-mobile-only {
  display:none!important
 }
}
@media(prefers-reduced-motion:reduce) {
 * {
  -webkit-animation:none!important;
  animation:none!important;
  -webkit-transition:none!important;
  transition:none!important
 }
}
.overlay-scrim {
 display:block;
 position:fixed;
 background-color:#000;
 top:0;
 bottom:0;
 left:0;
 right:0;
 z-index:109;
 opacity:0;
 -webkit-transition:opacity .3s ease-out;
 transition:opacity .3s ease-out
}
.overlay-scrim.-show {
 opacity:.5;
 -webkit-transition:opacity .3s ease-in;
 transition:opacity .3s ease-in
}
header .bsc-icon-search-close:active,
header .bsc-icon-search-open:active {
 outline:0
}
#skiptocontent a {
 padding:.8rem;
 position:absolute;
 top:-6.4rem;
 left:.2rem;
 color:#fff;
 background:#0153cc;
 border:.2rem solid #fff;
 -webkit-transition:top 1s ease-out;
 transition:top 1s ease-out;
 z-index:120
}
#skiptocontent a.focus,
#skiptocontent a:focus {
 position:absolute;
 top:.2rem;
 -webkit-transition:top .1s ease-in;
 transition:top .1s ease-in;
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline-offset:0
}
.bsc-header dl,
.bsc-header h1,
.bsc-header h2,
.bsc-header h3,
.bsc-header h4,
.bsc-header h5,
.bsc-header h6,
.bsc-header ol,
.bsc-header p,
.bsc-header ul {
 margin-top:0
}
header[role=banner] {
 position:relative;
 z-index:110
}
@media(max-width:991.98px) {
 header[role=banner] {
  position:fixed;
  top:0;
  left:0;
  width:100%
 }
 header[role=banner].-open {
  position:absolute
 }
}
header[role=banner].-open .bsc-navbar-fixed-top {
 position:relative
}
header[role=banner] .bsc-navbar-fixed-top {
 position:fixed;
 overflow:visible!important;
 width:100%;
 top:0
}
@media(min-width:992px) {
 header[role=banner] .bsc-navbar-fixed-top {
  top:-3.6rem
 }
 .no-utility header[role=banner] .bsc-navbar-fixed-top {
  top:0
 }
 header[role=banner] .bsc-navbar-fixed-top.bsc-header-content:before {
  position:fixed;
  width:100%;
  top:0
 }
}
header[role=banner] .bsc-header-content {
 z-index:110
}
@media(max-width:991.98px) {
 main[role=main] {
  margin-top:6.4rem!important
 }
}
@media(min-width:992px) {
 .fixed-header main[role=main] {
  margin-top:11.6rem!important
 }
 .fixed-header.no-utility main[role=main] {
  margin-top:8rem!important
 }
}
header[role=banner] .bsc-utility-nav-links-list li>button {
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 border:0;
 background-color:transparent
}
header[role=banner] .bsc-header-content {
 padding-top:.4rem
}
header[role=banner] .bsc-header-content:before {
 content:"";
 width:100%;
 height:.4rem;
 background:-webkit-gradient(linear,right top,left top,from(#0153cc),to(#0ef));
 background:linear-gradient(270deg,#0153cc,#0ef);
 position:absolute;
 top:0;
 z-index:1000
}
@media(min-width:992px) {
 header[role=banner] .bsc-utility-nav-container {
  display:block;
  width:100%;
  background-color:#fff;
  height:3.6rem
 }
 header[role=banner] .bsc-utility-nav-container .bsc-utility-nav {
  width:100%;
  height:100%;
  max-width:940px;
  margin:0 auto;
  text-align:right;
  padding-right:2.4rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
 }
 header[role=banner] .bsc-utility-nav-container .bsc-utility-nav:before {
  content:url(../../../etc.clientlibs/gwc/clientlibs/assets/resources/img/bsc-advancing-arrows.svg);
  width:2.4rem;
  height:2.2rem
 }
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list {
  list-style:none;
  padding:0;
  margin:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  position:relative
 }
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list>li {
  margin-bottom:0;
  padding-left:3.2rem;
  height:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
 }
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list>li>a,
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list>li>button {
  font-family:SST-Roman,sans-serif;
  font-size:1.45rem;
  color:#666;
  padding:.6rem;
  cursor:pointer;
  text-decoration:none
 }
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list>li>a:hover,
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list>li>button:hover {
  color:#0153cc;
  text-decoration:underline
 }
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list>li>a:focus,
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list>li>button:focus {
  outline:.2rem solid #0153cc;
  outline-offset:.2rem;
  -webkit-box-shadow:none;
  box-shadow:none;
  outline-offset:-.2rem
 }
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list>li>a:active,
 header[role=banner] .bsc-utility-nav-container ul.bsc-utility-nav-links-list>li>button:active {
  color:#000;
  text-decoration:underline
 }
}
header[role=banner] .bsc-header-country-selector .bsc-btn-country-selector {
 width:100%;
 display:block
}
@media(min-width:992px) {
 header[role=banner] .bsc-header-country-selector .bsc-btn-country-selector {
  color:#666;
  padding:.4rem;
  height:auto
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-utility-nav .bsc-my-account-mobile {
  margin-top:1.6rem;
  margin-bottom:.2rem;
  position:relative
 }
 header[role=banner] .bsc-utility-nav .bsc-my-account-mobile:before {
  content:"";
  width:calc(100% + 4.8rem);
  height:.1rem;
  background-color:#ccc;
  position:absolute;
  left:-2.4rem;
  top:-.8rem;
  overflow:hidden
 }
 header[role=banner] .bsc-utility-nav .bsc-my-account-mobile div {
  display:inline-block
 }
 header[role=banner] .bsc-utility-nav .bsc-my-account-mobile>span {
  font-size:1.45rem;
  font-family:SST-Bold,sans-serif;
  margin-right:1.2rem
 }
 header[role=banner] .bsc-utility-nav .bsc-my-account-mobile a {
  font-size:1.45rem;
  padding:.4rem .8rem
 }
 header[role=banner] .bsc-utility-nav .bsc-my-account-mobile .bsc-submenu-wrapper {
  display:none
 }
}
@media(min-width:992px) {
 header[role=banner] .bsc-my-account-desktop.bsc-has-submenu {
  position:relative
 }
 header[role=banner] .bsc-my-account-desktop .bsc-submenu-wrapper {
  top:3.4rem;
  left:3.2rem;
  -webkit-transform:none;
  transform:none;
  text-align:left;
  padding:1.6rem 2.4rem;
  width:auto
 }
 header[role=banner] .bsc-my-account-desktop .bsc-submenu-list {
  margin-top:0;
  padding:0
 }
 header[role=banner] .bsc-my-account-desktop .bsc-submenu-list li {
  display:block;
  margin-bottom:.8rem
 }
 header[role=banner] .bsc-my-account-desktop .bsc-submenu-list a {
  border:0;
  padding:0;
  background:transparent;
  font-family:SST-Roman,sans-serif;
  color:#000;
  text-align:left;
  text-decoration:none;
  font-size:1.45rem
 }
 header[role=banner] .bsc-my-account-desktop .bsc-submenu-list a:visited {
  color:#000
 }
 header[role=banner] .bsc-my-account-desktop .bsc-submenu-list a:active,
 header[role=banner] .bsc-my-account-desktop .bsc-submenu-list a:hover {
  background:transparent;
  color:#000;
  text-decoration:underline
 }
 header[role=banner] .bsc-my-account-desktop .bsc-submenu-list a.active {
  font-family:SST-Bold,sans-serif
 }
 header[role=banner] .bsc-my-account-desktop .inline-block {
  display:none
 }
}
header[role=banner] .bsc-full-nav-container {
 width:100%;
 height:6.4rem;
 background-color:#fff;
 color:#000;
 outline:.1rem solid #ccc
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-full-nav-container:after {
  content:"";
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  background-color:#fff;
  z-index:105
 }
}
@media(min-width:992px) {
 header[role=banner] .bsc-full-nav-container {
  height:8rem
 }
}
header[role=banner] .bsc-full-nav-container .bsc-full-nav-row {
 width:100%;
 height:100%;
 margin:0 auto;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding:0 1.6rem;
 position:relative
}
@media(min-width:768px) {
 header[role=banner] .bsc-full-nav-container .bsc-full-nav-row {
  max-width:580px
 }
}
@media(min-width:992px) {
 header[role=banner] .bsc-full-nav-container .bsc-full-nav-row {
  max-width:940px
 }
}
header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-logo-container,
header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-main-nav-container,
header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-menu-toggle-container,
header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-search-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-logo-container {
 -webkit-box-flex:4;
 -ms-flex-positive:4;
 flex-grow:4
}
header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-menu-toggle-container,
header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-search-container {
 -webkit-box-flex:0;
 -ms-flex-positive:0;
 flex-grow:0
}
@media(min-width:992px) {
 header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-search-container {
  width:4.8rem;
  margin-left:2.4rem
 }
}
header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-main-nav-container {
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-full-nav-container .bsc-full-nav-row .bsc-logo-container {
  z-index:106
 }
}
header[role=banner] .bsc-logo-container img {
 width:100%
}
header[role=banner] .bsc-logo-container a {
 padding:.4rem;
 width:10.4rem
}
header[role=banner] .bsc-logo-container a:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
header[role=banner] .bsc-logo-container a:hover {
 background-color:#e6f0ff
}
@media(min-width:576px) {
 header[role=banner] .bsc-logo-container a {
  width:12.8rem
 }
}
@media(min-width:992px) {
 header[role=banner] .bsc-logo-container a {
  width:14.8rem
 }
}
header[role=banner] .bsc-mobile-flyout-wrapper {
 width:100%
}
header[role=banner] .bsc-search-row.active {
 background-color:#e6f0ff
}
header[role=banner] .bsc-full-nav-main .bsc-submenu-list a.active {
 color:#0153cc
}
header[role=banner] .bsc-full-nav-main .bsc-submenu-list li.bsc-nav-link-accent {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:baseline;
 -ms-flex-align:baseline;
 align-items:baseline
}
header[role=banner] .bsc-full-nav-main .bsc-submenu-list li.bsc-nav-link-accent a {
 border:0;
 padding:0;
 background:transparent;
 color:#0153cc;
 font-family:SST-Bold,sans-serif;
 text-decoration:none;
 text-align:left
}
header[role=banner] .bsc-full-nav-main .bsc-submenu-list li.bsc-nav-link-accent a:visited {
 color:#609
}
header[role=banner] .bsc-full-nav-main .bsc-submenu-list li.bsc-nav-link-accent a:active,
header[role=banner] .bsc-full-nav-main .bsc-submenu-list li.bsc-nav-link-accent a:hover {
 background:transparent;
 color:#000;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
header[role=banner] .bsc-full-nav-main .bsc-submenu-list li.bsc-nav-link-accent a:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
header[role=banner] .bsc-full-nav-main .bsc-submenu-list li.bsc-nav-link-accent a:hover+i.far {
 color:#000
}
header[role=banner] .bsc-full-nav-main .bsc-submenu-list li.bsc-nav-link-accent i {
 margin-left:.8rem;
 color:#0153cc
}
@media(min-width:576px) {
 header[role=banner] .bsc-mobile-flyout-wrapper {
  width:42rem
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-mobile-flyout-wrapper {
  position:absolute;
  overflow:visible;
  right:0;
  z-index:105;
  top:6.5rem;
  -webkit-box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1);
  box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1);
  padding:0;
  opacity:0;
  visibility:hidden
 }
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed {
  top:3.4rem
 }
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed,
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed nav {
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s ease-in;
  transition:all .3s ease-in
 }
 header[role=banner] .bsc-mobile-flyout-wrapper.-open {
  background-color:#fff;
  top:6.5rem
 }
 header[role=banner] .bsc-mobile-flyout-wrapper.-open,
 header[role=banner] .bsc-mobile-flyout-wrapper.-open nav {
  opacity:1;
  visibility:visible;
  -webkit-transition:all .3s ease-in;
  transition:all .3s ease-in
 }
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed .bsc-full-nav-main,
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed .bsc-legal-nav,
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed .bsc-nav-item,
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed .bsc-nav-item:before,
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed .bsc-nav-link,
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed .bsc-nav-list,
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed .bsc-submenu-toggle,
 header[role=banner] .bsc-mobile-flyout-wrapper.-closed .bsc-utility-nav,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-full-nav-main,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-legal-nav,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-nav-item,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-nav-item:before,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-nav-link,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-nav-list,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-submenu-toggle,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-utility-nav {
  opacity:0;
  visibility:hidden
 }
 header[role=banner] .bsc-mobile-flyout-wrapper.-open .bsc-full-nav-main,
 header[role=banner] .bsc-mobile-flyout-wrapper.-open .bsc-legal-nav,
 header[role=banner] .bsc-mobile-flyout-wrapper.-open .bsc-nav-item,
 header[role=banner] .bsc-mobile-flyout-wrapper.-open .bsc-nav-item:before,
 header[role=banner] .bsc-mobile-flyout-wrapper.-open .bsc-nav-link,
 header[role=banner] .bsc-mobile-flyout-wrapper.-open .bsc-nav-list,
 header[role=banner] .bsc-mobile-flyout-wrapper.-open .bsc-submenu-toggle,
 header[role=banner] .bsc-mobile-flyout-wrapper.-open .bsc-utility-nav,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-full-nav-main,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-legal-nav,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-nav-item,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-nav-item:before,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-nav-link,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-nav-list,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-submenu-toggle,
 header[role=banner] .bsc-mobile-flyout-wrapper .bsc-utility-nav {
  opacity:1;
  visibility:visible
 }
 header[role=banner] .bsc-full-nav-main,
 header[role=banner] .bsc-legal-nav,
 header[role=banner] .bsc-utility-nav {
  padding:0
 }
 header[role=banner] .bsc-full-nav-main ul,
 header[role=banner] .bsc-legal-nav ul,
 header[role=banner] .bsc-utility-nav ul {
  margin:0
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-wrapper {
  z-index:110
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-wrapper.-closed {
  max-height:0;
  opacity:0;
  visibility:hidden;
  margin:0
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-wrapper.-open {
  max-height:unset;
  opacity:1;
  visibility:visible;
  display:block;
  -webkit-transition:all .5s ease-in,opacity .3s ease-in .2s;
  transition:all .5s ease-in,opacity .3s ease-in .2s;
  border-top:.1rem solid #ccc;
  border-bottom:.1rem solid #ccc;
  padding-bottom:2.4rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu {
  position:relative
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu .bsc-submenu-toggle {
  -webkit-appearance:none;
  border:0;
  background-color:transparent;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  cursor:pointer;
  position:absolute;
  top:.4rem;
  right:1.6rem;
  width:4.8rem;
  height:5.6rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu .bsc-submenu-toggle svg path {
  fill:#000
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu .bsc-submenu-toggle:focus {
  outline:.2rem solid #0153cc;
  outline-offset:.2rem;
  -webkit-box-shadow:none;
  box-shadow:none
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu .bsc-submenu-toggle:hover .bsc-submenu-toggle-icon {
  background-color:#e6f0ff
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu .bsc-submenu-toggle:hover svg path {
  fill:#0153cc
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu .bsc-submenu-toggle.-rotate .bsc-submenu-toggle-icon svg {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
  -webkit-transition:all .1s ease-in;
  transition:all .1s ease-in
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu .bsc-submenu-toggle.-rotate .bsc-submenu-toggle-icon svg path {
  fill:#0153cc
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu .bsc-submenu-toggle-icon {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:5.6rem;
  padding:0 1.6rem;
  -webkit-transition:all .1s ease-in;
  transition:all .1s ease-in
 }
 header[role=banner] .bsc-full-nav-main .bsc-has-submenu .bsc-submenu-toggle-icon svg {
  width:1.6rem;
  height:1.6rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-list {
  list-style:none;
  margin-top:0;
  padding-left:0;
  border-bottom:.1rem solid #ccc
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-link {
  font-size:1.6rem;
  padding-left:3.2rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:6.4rem;
  width:calc(100% - 6.4rem);
  color:#000;
  text-decoration:none
 }
}
@media screen and (max-width:991.98px)and (min-width:992px) {
 header[role=banner] .bsc-full-nav-main .bsc-nav-link {
  font-size:1.8rem
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-full-nav-main .bsc-nav-link:hover {
  color:#0153cc;
  text-decoration:underline
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-full-nav-main .bsc-nav-link:focus {
  outline:0;
  -webkit-box-shadow:inset 0 0 0 .2rem #0153cc;
  box-shadow:inset 0 0 0 .2rem #0153cc
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list {
  list-style:none;
  margin-top:0;
  padding:1.6rem 3.2rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list li {
  padding:.4rem 0
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list h5 {
  margin-top:0;
  margin-bottom:1.6rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list a,
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list h5 {
  color:#333;
  font-size:1.6rem
 }
}
@media screen and (max-width:991.98px)and (min-width:992px) {
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list a,
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list h5 {
  font-size:1.8rem
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list li a {
  font-family:SST-Roman,sans-serif;
  display:block;
  line-height:1;
  padding:.8rem 0
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list li a:hover {
  color:#0153cc;
  text-decoration:underline
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-list li a:focus {
  outline:.2rem solid #0153cc;
  outline-offset:.2rem;
  -webkit-box-shadow:none;
  box-shadow:none
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-nav-link.active span {
  position:relative
 }
 header[role=banner] .bsc-nav-link.active span:before {
  content:"";
  position:absolute;
  width:.2rem;
  height:100%;
  left:-1.2rem;
  top:0;
  background-color:#000
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-legal-nav,
 header[role=banner] .bsc-utility-nav {
  padding:.8rem 0
 }
 header[role=banner] .bsc-legal-nav li,
 header[role=banner] .bsc-utility-nav li {
  padding:.4rem;
  margin:1.2rem 0
 }
 header[role=banner] .bsc-legal-nav a,
 header[role=banner] .bsc-legal-nav button,
 header[role=banner] .bsc-utility-nav a,
 header[role=banner] .bsc-utility-nav button {
  color:#000
 }
 header[role=banner] .bsc-legal-nav li>a,
 header[role=banner] .bsc-legal-nav li>button,
 header[role=banner] .bsc-utility-nav li>a,
 header[role=banner] .bsc-utility-nav li>button {
  border:0;
  background:transparent;
  font-family:SST-Roman,sans-serif;
  color:#000;
  text-align:left;
  text-decoration:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:.4rem
 }
 header[role=banner] .bsc-legal-nav li>a:visited,
 header[role=banner] .bsc-legal-nav li>button:visited,
 header[role=banner] .bsc-utility-nav li>a:visited,
 header[role=banner] .bsc-utility-nav li>button:visited {
  color:#000
 }
 header[role=banner] .bsc-legal-nav li>a:active,
 header[role=banner] .bsc-legal-nav li>a:hover,
 header[role=banner] .bsc-legal-nav li>button:active,
 header[role=banner] .bsc-legal-nav li>button:hover,
 header[role=banner] .bsc-utility-nav li>a:active,
 header[role=banner] .bsc-utility-nav li>a:hover,
 header[role=banner] .bsc-utility-nav li>button:active,
 header[role=banner] .bsc-utility-nav li>button:hover {
  background:transparent;
  color:#000;
  text-decoration:underline
 }
 header[role=banner] .bsc-legal-nav li>a.active,
 header[role=banner] .bsc-legal-nav li>button.active,
 header[role=banner] .bsc-utility-nav li>a.active,
 header[role=banner] .bsc-utility-nav li>button.active {
  font-family:SST-Bold,sans-serif
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-legal-nav-links-list,
 header[role=banner] .bsc-utility-nav-links-list {
  list-style:none;
  padding-left:2.4rem;
  padding-right:2.4rem
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-utility-nav-links-list {
  padding-top:1.6rem
 }
 header[role=banner] .bsc-utility-nav-links-list:before {
  content:url(../../../etc.clientlibs/gwc/clientlibs/assets/resources/img/bsc-advancing-arrows.svg);
  display:inline-block;
  width:2.4rem;
  height:2.2rem;
  margin-left:.8rem
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-utility-nav {
  position:relative
 }
 header[role=banner] .bsc-utility-nav a {
  font-family:SST-Roman,sans-serif;
  font-size:1.6rem
 }
}
@media screen and (max-width:991.98px)and (min-width:992px) {
 header[role=banner] .bsc-utility-nav a {
  font-size:1.8rem
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-utility-nav:before {
  content:"";
  position:absolute;
  bottom:0;
  height:.1rem;
  width:100%;
  background-color:#ccc
 }
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-legal-nav a {
  font-size:1.45rem
 }
}
@media(min-width:992px) {
 header[role=banner] .bsc-mobile-flyout-wrapper {
  width:100%
 }
 header[role=banner] .bsc-full-nav-main {
  padding:0 0 0 2.4rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-list {
  list-style:none;
  padding-left:0;
  margin-top:0;
  margin-bottom:0;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-item,
 header[role=banner] .bsc-full-nav-main .bsc-nav-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-item {
  margin-left:.8rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-item.bsc-has-submenu {
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-link {
  font-size:1.45rem;
  color:#000;
  height:8rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  position:relative;
  text-decoration:none
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-link:focus {
  outline:0
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-link:focus span {
  outline:.2rem solid #0153cc;
  outline-offset:.2rem;
  -webkit-box-shadow:none;
  box-shadow:none
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-link:hover {
  color:#0153cc;
  text-decoration:none
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-link:hover:before {
  position:absolute;
  content:"";
  height:.4rem;
  width:100%;
  bottom:-.1rem;
  -webkit-transition:opacity .1s cubic-bezier(.165,.84,.44,1);
  transition:opacity .1s cubic-bezier(.165,.84,.44,1);
  background-color:#0153cc;
  opacity:1
 }
 header[role=banner] .bsc-full-nav-main .bsc-nav-link span {
  padding:.4rem .8rem;
  height:3.2rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-toggle {
  -webkit-appearance:none;
  border:0;
  background-color:transparent;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  cursor:pointer;
  padding:.1rem .8rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-toggle svg path {
  fill:#000
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-toggle:focus {
  outline:0
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-toggle:focus .bsc-submenu-toggle-icon {
  outline:.2rem solid #0153cc;
  outline-offset:.2rem;
  -webkit-box-shadow:none;
  box-shadow:none
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-toggle:hover .bsc-submenu-toggle-icon {
  background-color:#e6f0ff
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-toggle:hover svg path {
  fill:#0153cc
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-toggle.-rotate .bsc-submenu-toggle-icon svg {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
  -webkit-transition:all .1s ease-in;
  transition:all .1s ease-in
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-toggle.-rotate .bsc-submenu-toggle-icon svg path {
  fill:#0153cc
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-toggle-icon {
  padding:.8rem .4rem;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:3.2rem
 }
 header[role=banner] .bsc-full-nav-main .bsc-submenu-wrapper a:focus {
  outline:.2rem solid #0153cc;
  outline-offset:.2rem;
  -webkit-box-shadow:none;
  box-shadow:none
 }
 header[role=banner] .bsc-nav-link {
  position:relative
 }
 header[role=banner] .bsc-nav-link:before {
  position:absolute;
  content:"";
  height:.4rem;
  width:100%;
  bottom:-.1rem;
  -webkit-transition:opacity .1s cubic-bezier(.165,.84,.44,1);
  transition:opacity .1s cubic-bezier(.165,.84,.44,1);
  background-color:#000;
  opacity:0
 }
 header[role=banner] .bsc-nav-link.active:before {
  opacity:1
 }
}
@media(min-width:992px) {
 header[role=banner] .bsc-submenu-wrapper {
  position:absolute;
  top:8.1rem;
  left:50%;
  -webkit-transform:translate3d(-50%,0,0);
  transform:translate3d(-50%,0,0);
  width:100%;
  max-width:940px;
  margin:0 auto;
  z-index:110;
  background:#fff;
  -webkit-box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1);
  box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch
 }
 header[role=banner] .bsc-submenu-wrapper.-closed {
  opacity:0;
  visibility:hidden;
  max-height:0;
  margin:0
 }
 header[role=banner] .bsc-submenu-wrapper.-open {
  opacity:1;
  visibility:visible;
  max-height:unset;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-transition:all .3s ease-in;
  transition:all .3s ease-in
 }
 header[role=banner] .bsc-submenu-wrapper section {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%;
  padding:3.2rem
 }
 header[role=banner] .bsc-submenu-wrapper section:focus {
  outline:.2rem solid #0153cc;
  outline-offset:.2rem;
  -webkit-box-shadow:none;
  box-shadow:none
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links+.bsc-main-nav-links {
  padding-left:0
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links ul {
  list-style:none;
  padding-left:0
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links ul+ul {
  margin-top:1.6rem
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li {
  padding-bottom:.4rem
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li,
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li a,
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li h5 {
  font-size:1.45rem;
  padding:.4rem;
  display:block
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li h5 {
  font-family:SST-Bold,sans-serif;
  color:#000;
  margin-top:0;
  margin-bottom:.8rem
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li a {
  border:0;
  background:transparent;
  font-family:SST-Roman,sans-serif;
  color:#000;
  text-align:left;
  text-decoration:none;
  padding:.4rem
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li a:visited {
  color:#000
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li a:active,
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li a:hover {
  background:transparent;
  color:#000;
  text-decoration:underline
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-links li a.active {
  font-family:SST-Bold,sans-serif
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature {
  background-color:#f2f2f2
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature img {
  margin:0 0 1.6rem
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature h3 {
  font-size:1.6rem;
  margin-top:0;
  padding-bottom:1.6rem
 }
}
@media screen and (min-width:992px)and (min-width:992px) {
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature h3 {
  font-size:1.8rem
 }
}
@media(min-width:992px) {
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature p {
  font-size:1.45rem;
  margin-top:0;
  padding-bottom:2.4rem
 }
}
@media(min-width:992px) {
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature a {
  font-size:1.45rem;
  border:0;
  padding:0;
  background:transparent;
  color:#0153cc;
  font-family:SST-Bold,sans-serif;
  text-decoration:none;
  text-align:left
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature a:visited {
  color:#609
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature a:active,
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature a:hover {
  background:transparent;
  color:#000;
  text-decoration:underline;
  text-decoration-thickness:.2rem
 }
 header[role=banner] .bsc-submenu-wrapper .bsc-main-nav-feature a:focus {
  outline:.2rem solid #0153cc;
  outline-offset:.2rem;
  -webkit-box-shadow:none;
  box-shadow:none
 }
}
header[role=banner] .bsc-menu-toggle-container,
header[role=banner] .bsc-menu-toggle-row,
header[role=banner] .bsc-search-container,
header[role=banner] .bsc-search-row {
 width:8.4rem;
 height:4.8rem
}
header[role=banner] .bsc-icon-menu-close,
header[role=banner] .bsc-icon-menu-open,
header[role=banner] .bsc-icon-search-close,
header[role=banner] .bsc-icon-search-open {
 width:8.4rem;
 height:4.8rem;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 position:absolute;
 cursor:pointer;
 z-index:107
}
header[role=banner] .bsc-icon-menu-close span,
header[role=banner] .bsc-icon-menu-open span,
header[role=banner] .bsc-icon-search-close span,
header[role=banner] .bsc-icon-search-open span {
 font-size:1.45rem;
 font-family:SST-Bold,sans-serif;
 line-height:1;
 color:#000;
 padding-left:1.2rem
}
header[role=banner] .bsc-icon-menu-close:focus,
header[role=banner] .bsc-icon-menu-open:focus,
header[role=banner] .bsc-icon-search-close:focus,
header[role=banner] .bsc-icon-search-open:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
header[role=banner] .bsc-icon-menu-close:hover,
header[role=banner] .bsc-icon-menu-open:hover,
header[role=banner] .bsc-icon-search-close:hover,
header[role=banner] .bsc-icon-search-open:hover {
 background-color:#e6f0ff
}
header[role=banner] .bsc-icon-menu-close:hover span,
header[role=banner] .bsc-icon-menu-open:hover span,
header[role=banner] .bsc-icon-search-close:hover span,
header[role=banner] .bsc-icon-search-open:hover span {
 color:#0153cc
}
header[role=banner] .bsc-icon-menu-close:hover svg path,
header[role=banner] .bsc-icon-menu-open:hover svg path,
header[role=banner] .bsc-icon-search-close:hover svg path,
header[role=banner] .bsc-icon-search-open:hover svg path {
 fill:#0153cc
}
header[role=banner] .bsc-icon-menu-close:active span,
header[role=banner] .bsc-icon-menu-open:active span,
header[role=banner] .bsc-icon-search-close:active span,
header[role=banner] .bsc-icon-search-open:active span {
 color:#000
}
header[role=banner] .bsc-icon-menu-close:active svg path,
header[role=banner] .bsc-icon-menu-open:active svg path,
header[role=banner] .bsc-icon-search-close:active svg path,
header[role=banner] .bsc-icon-search-open:active svg path {
 fill:#000
}
@media(max-width:991.98px) {
 header[role=banner] .active .bsc-icon-menu-close,
 header[role=banner] .active .bsc-icon-menu-open,
 header[role=banner] .active .bsc-icon-search-close,
 header[role=banner] .active .bsc-icon-search-open {
  background-color:#e6f0ff
 }
}
header[role=banner] .-bsc-mobile-only .bsc-menu-toggle-row.active:before {
 display:none
}
header[role=banner] .bsc-menu-toggle-container {
 margin-left:.8rem
}
@media(min-width:992px) {
 header[role=banner] .bsc-icon-search-open,
 header[role=banner] .bsc-search-row {
  width:4.8rem;
  height:4.8rem;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
 }
 header[role=banner] .bsc-icon-search-open span {
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:1px 1px 1px 1px;
  clip:rect(1px,1px,1px,1px)
 }
}
header[role=banner] .-initial .bsc-icon-menu-open,
header[role=banner] .-initial .bsc-icon-search-open {
 opacity:1;
 visibility:visible;
 -webkit-transition:opacity .5s ease-in .2s;
 transition:opacity .5s ease-in .2s
}
header[role=banner] .-close .bsc-icon-menu-open,
header[role=banner] .-close .bsc-icon-search-open,
header[role=banner] .-initial .bsc-icon-menu-close,
header[role=banner] .-initial .bsc-icon-search-close {
 opacity:0;
 visibility:hidden;
 -webkit-transition:opacity .5s ease-in .2s;
 transition:opacity .5s ease-in .2s
}
header[role=banner] .-close .bsc-icon-menu-close,
header[role=banner] .-close .bsc-icon-search-close {
 opacity:1;
 visibility:visible;
 -webkit-transition:opacity .5s ease-in .2s;
 transition:opacity .5s ease-in .2s
}
@media(min-width:992px) {
 header[role=banner] .-close .bsc-icon-search-open {
  opacity:1;
  visibility:visible
 }
 header[role=banner] .-close .bsc-icon-search-close {
  position:absolute;
  top:10.5rem;
  right:2.4rem
 }
}
header[role=banner] .bsc-search-form-wrapper {
 position:absolute;
 left:50%;
 -webkit-transform:translate3d(-50%,0,0);
 transform:translate3d(-50%,0,0);
 margin:0 auto;
 padding:0 1.6rem;
 background:#fff;
 -webkit-box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1);
 box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1);
 opacity:1;
 visibility:visible;
 z-index:105;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 top:6.5rem;
 width:100vw;
 height:auto;
 -webkit-transition:all .3s ease-in,opacity .3s ease-in .2s;
 transition:all .3s ease-in,opacity .3s ease-in .2s
}
@media(max-width:991.98px) {
 header[role=banner] .bsc-search-form-wrapper {
  width:100%
 }
 header[role=banner] .bsc-search-form-wrapper.-open {
  top:6.5rem
 }
 header[role=banner] .bsc-search-form-wrapper.-closed {
  top:3.4rem
 }
}
@media(min-width:992px) {
 header[role=banner] .bsc-search-form-wrapper {
  padding:0 3.2rem;
  top:8.1rem;
  width:100%;
  max-width:940px
 }
 header[role=banner] .bsc-search-form-wrapper.-open {
  height:auto
 }
 header[role=banner] .bsc-search-form-wrapper.-closed {
  height:0
 }
}
header[role=banner] .bsc-search-form-wrapper.-open,
header[role=banner] .bsc-search-form-wrapper.-open form {
 opacity:1;
 visibility:visible
}
header[role=banner] .bsc-search-form-wrapper.-closed,
header[role=banner] .bsc-search-form-wrapper.-closed form {
 height:0;
 opacity:0;
 visibility:hidden
}
header[role=banner] .bsc-search-form-wrapper form {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:start;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 width:100%;
 margin:1.6rem 0
}
@media(min-width:992px) {
 header[role=banner] .bsc-search-form-wrapper form {
  max-width:calc(100% - 11rem)
 }
}
header[role=banner] .bsc-search-form-wrapper label {
 position:absolute;
 left:-9999px;
 top:auto;
 width:1px;
 height:1px;
 overflow:hidden;
 clip:1px 1px 1px 1px;
 clip:rect(1px,1px,1px,1px)
}
header[role=banner] .bsc-search-form-wrapper .bsc-search-field {
 font-size:1.6rem;
 border:.1rem solid #ccc;
 background-color:#fff;
 width:100%;
 padding:1.6rem 2.4rem
}
@media screen and (min-width:992px) {
 header[role=banner] .bsc-search-form-wrapper .bsc-search-field {
  font-size:1.8rem
 }
}
header[role=banner] .bsc-search-form-wrapper .bsc-search-field:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline-offset:-.2rem
}
header[role=banner] .bsc-search-form-wrapper ::-webkit-input-placeholder {
 font-size:1.6rem;
 color:#ccc
}
header[role=banner] .bsc-search-form-wrapper ::-webkit-input-placeholder,
header[role=banner] .bsc-search-form-wrapper ::placeholder {
 font-size:1.6rem;
 color:#ccc
}
@media screen and (min-width:992px) {
 header[role=banner] .bsc-search-form-wrapper ::-webkit-input-placeholder {
  font-size:1.8rem
 }
 header[role=banner] .bsc-search-form-wrapper ::-webkit-input-placeholder,
 header[role=banner] .bsc-search-form-wrapper ::placeholder {
  font-size:1.8rem
 }
}
header[role=banner] .bsc-search-form-wrapper .bsc-search-submit-btn {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 font-family:SST-Bold,sans-serif;
 text-align:center;
 text-decoration:none;
 border:.2rem solid transparent;
 background:#0153cc;
 color:#fff;
 padding:1.5rem 2.4rem
}
header[role=banner] .bsc-search-form-wrapper .bsc-search-submit-btn:not([disabled]):active,
header[role=banner] .bsc-search-form-wrapper .bsc-search-submit-btn:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
header[role=banner] .bsc-search-form-wrapper .bsc-search-submit-btn:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
header[role=banner] .bsc-search-form-wrapper .bsc-search-submit-btn[disabled] {
 border-color:#ccc;
 background:#f2f2f2;
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.modal-backdrop {
 z-index:120
}
#countrySelectorModal .modal-header {
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding-left:2.4rem
}
#countrySelectorModal .modal-header h5 {
 margin-top:0;
 color:#333;
 font-size:1.856rem
}
@media screen and (min-width:992px) {
 #countrySelectorModal .modal-header h5 {
  font-size:2.124rem
 }
}
#countrySelectorModal .modal-header .close {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 text-align:center;
 height:4.8rem;
 width:6.4rem;
 padding:unset;
 margin:unset
}
#countrySelectorModal .modal-header .close:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
#countrySelectorModal .modal-header .close:hover {
 background-color:#f2f2f2
}
#countrySelectorModal .modal-body ul {
 list-style:none;
 margin-top:0;
 margin-left:.8rem;
 padding:0;
 font-size:1.6rem
}
@media screen and (min-width:992px) {
 #countrySelectorModal .modal-body ul {
  font-size:1.8rem
 }
}
#countrySelectorModal .modal-body ul li {
 display:inline-block;
 margin:0 .5%;
 width:48%
}
#countrySelectorModal .modal-body ul li a {
 color:#333;
 display:block;
 font-size:1.6rem;
 font-weight:400;
 padding-top:.8rem;
 padding-bottom:.8rem;
 margin:.8rem 0;
 text-decoration:none
}
@media screen and (min-width:992px) {
 #countrySelectorModal .modal-body ul li a {
  font-size:1.8rem
 }
}
#countrySelectorModal .modal-body ul li a:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
#countrySelectorModal .modal-body ul li a:hover {
 background-color:#f2f2f2
}
#countrySelectorModal .modal-body ul li a img {
 display:inline-block;
 margin-right:1.6rem;
 max-width:4.5rem;
 width:4.5rem;
 height:3.4rem;
 outline:.1rem solid #f2f2f2
}
#countrySelectorModal .modal-body ul li a span {
 display:inline-block;
 vertical-align:middle
}
@media(max-width:42rem) {
 #countrySelectorModal .modal-body ul li a {
  font-size:1.45rem;
  font-family:SST-Roman,sans-serif
 }
 #countrySelectorModal .modal-body ul li a img {
  width:3rem;
  height:2.3rem;
  margin-right:.8rem
 }
}
.ui-menu.ui-autocomplete.ui-front {
 z-index:99999!important
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
 border-color:#0153cc!important;
 background:#0153cc!important;
 color:#fff!important
}
.ui-widget-content,
.ui-widget-header {
 border-color:#fff!important
}
@media(max-width:991.98px) {
 .ui-menu .ui-menu-item-wrapper {
  padding:.6rem .4em
 }
 .ui-widget {
  line-height:1.2em
 }
}
header[role=banner] .bsc-search-form-wrapper .magic-box {
 border-radius:0!important;
 border:transparent!important
}
header[role=banner] .bsc-search-form-wrapper .magic-box .magic-box-input {
 border-radius:0!important;
 height:100%!important
}
header[role=banner] .bsc-search-form-wrapper .magic-box .magic-box-input>input {
 line-height:4rem!important;
 height:100%!important;
 font-size:1.6rem;
 border:.1rem solid #ccc!important;
 background-color:#fff;
 padding:1.6rem 2.4rem!important
}
@media screen and (min-width:992px) {
 header[role=banner] .bsc-search-form-wrapper .magic-box .magic-box-input>input {
  font-size:1.8rem
 }
}
header[role=banner] .bsc-search-form-wrapper .magic-box .magic-box-input>input:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline-offset:-.2rem
}
header[role=banner] .bsc-search-form-wrapper .magic-box .magic-box-clear {
 background-color:transparent!important
}
header[role=banner] .bsc-search-form-wrapper .magic-box.magic-box-notEmpty .magic-box-clear {
 line-height:6rem;
 background-color:transparent
}
header[role=banner] .bsc-search-form-wrapper .magic-box .magic-box-suggestions {
 margin:0 1px
}
header[role=banner] .bsc-search-form-wrapper .CoveoSearchInterface {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:start;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 width:100%;
 margin:1.6rem 0
}
header[role=banner] .bsc-search-form-wrapper .CoveoSearchInterface .coveo-search-section {
 margin:0!important;
 padding:0
}
header[role=banner] .bsc-search-form-wrapper.-open .CoveoSearchInterface {
 opacity:1;
 visibility:visible
}
@media(min-width:576px) {
 header[role=banner] .bsc-search-form-wrapper.-open .CoveoSearchInterface {
  max-width:calc(100% - 10.8rem)
 }
}
header[role=banner] .bsc-search-form-wrapper.-closed {
 -webkit-transition:auto;
 transition:auto
}
header[role=banner] .bsc-search-form-wrapper .CoveoSearchButton {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 font-family:SST-Bold,sans-serif;
 text-align:center;
 text-decoration:none;
 border:.2rem solid transparent;
 background:#0153cc;
 color:#fff;
 padding:1.5rem 2.4rem;
 width:auto;
 height:auto;
 line-height:inherit
}
header[role=banner] .bsc-search-form-wrapper .CoveoSearchButton:before {
 vertical-align:middle;
 height:100%;
 content:"Search";
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 border:.2rem solid transparent;
 font-size:1.8rem
}
header[role=banner] .bsc-search-form-wrapper .CoveoSearchButton:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
header[role=banner] .bsc-search-form-wrapper .CoveoSearchButton[disabled] {
 border-color:#ccc;
 background:#f2f2f2;
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed;
 text-decoration:none;
 pointer-events:none
}
header[role=banner] .bsc-search-form-wrapper .CoveoSearchbox {
 height:auto;
 margin:0
}
header[role=banner] .bsc-search-form-wrapper .coveo-search-button {
 display:none!important
}
.cmp-helloworld__item-label {
 margin-bottom:0
}
.cmp-helloworld__item-output {
 margin-top:0
}
.cmp-image {
 margin:4.8rem 0 0
}
.cmp-image__image {
 width:100%;
 height:auto
}
.cmp-image__title {
 display:block;
 margin-top:.8rem;
 color:#000;
 font-size:1.2rem
}
.cmp-image__title--assertive .cmp-image {
 position:relative
}
.cmp-image__title--assertive .cmp-image__title {
 position:absolute;
 bottom:0;
 width:100%;
 margin:0;
 padding:.8rem 1.2rem;
 background:rgba(0,0,0,.6);
 color:#fff;
 font-size:1.45rem;
 text-align:center
}
.cmp-image__title--ghost .cmp-image__title {
 color:#fff
}
.cmp-image--decorative-treatment .cmp-image {
 position:relative
}
.cmp-image--decorative-treatment .cmp-image:before {
 position:absolute;
 top:4.8rem;
 right:4.8rem;
 bottom:0;
 left:0;
 background:-webkit-gradient(linear,right top,left top,from(#012965),to(#b3f));
 background:linear-gradient(270deg,#012965,#b3f);
 content:""
}
.cmp-image--decorative-treatment .cmp-image__image {
 position:relative;
 padding:0 0 1.6rem 1.6rem
}
.cmp-image--decorative-treatment .cmp-image__title {
 position:absolute;
 right:0;
 bottom:1.6rem;
 left:1.6rem;
 width:unset;
 margin:0;
 padding:.8rem 1.2rem;
 background:rgba(0,0,0,.6);
 color:#fff;
 font-size:1.45rem;
 text-align:center
}
.cmp-image--decorative-treatment.cmp-image--corner-bottom-left .cmp-image:before {
 top:auto;
 right:auto;
 bottom:0;
 left:0;
 width:60%;
 height:60%
}
.cmp-image--decorative-treatment.cmp-image--corner-top-right .cmp-image:before {
 top:0;
 right:0;
 bottom:auto;
 left:auto;
 width:60%;
 height:60%
}
.cmp-image--decorative-treatment.cmp-image--corner-top-right .cmp-image__image {
 padding:1.6rem 1.6rem 0 0
}
.cmp-image--decorative-treatment.cmp-image--corner-top-right .cmp-image__title {
 position:absolute;
 right:1.6rem;
 bottom:0;
 left:0
}
.cmp-image--decorative-treatment.cmp-image--accent-primary .cmp-image:before {
 background:#b3f
}
.cmp-image--decorative-treatment.cmp-image--accent-secondary .cmp-image:before {
 background:#0ef
}
.cmp-image--decorative-treatment.cmp-image--gradient-primary .cmp-image:before {
 background:-webkit-gradient(linear,right top,left top,from(#0153cc),to(#0ef));
 background:linear-gradient(270deg,#0153cc,#0ef)
}
.cmp-image--margin-top-increase-2 .cmp-image {
 margin-top:9.6rem
}
.cmp-image--margin-top-increase-1 .cmp-image {
 margin-top:6.4rem
}
.cmp-image--margin-top-decrease-1 .cmp-image {
 margin-top:3.2rem
}
.cmp-image--margin-top-decrease-2 .cmp-image {
 margin-top:2.4rem
}
.cmp-image--margin-top-remove .cmp-image {
 margin-top:0
}
.cmp-navigation--secondary .cmp-navigation {
 margin-top:6.4rem;
 white-space:nowrap
}
.cmp-navigation--secondary .cmp-navigation__group {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin:0;
 padding:0;
 list-style-type:none;
 overflow-x:auto
}
.cmp-navigation--secondary .cmp-navigation__group ul:first-of-type {
 margin-top:1.6rem
}
.cmp-navigation--secondary .cmp-navigation__item {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 margin:0 1.4rem
}
.cmp-navigation--secondary .cmp-navigation__item:first-of-type {
 margin-left:0
}
.cmp-navigation--secondary .cmp-navigation__item:last-of-type {
 margin-right:0
}
.cmp-navigation--secondary .cmp-navigation__item-link {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin:0;
 padding:.8rem .2rem;
 color:#000;
 font-family:SST-Roman,sans-serif;
 text-align:center;
 text-decoration:none
}
.cmp-navigation--secondary .cmp-navigation__item-link:active,
.cmp-navigation--secondary .cmp-navigation__item-link:hover {
 color:#000;
 text-decoration:underline
}
.cmp-navigation--secondary .cmp-navigation__item-link:focus {
 outline:0;
 -webkit-box-shadow:inset 0 0 0 .2rem #0153cc;
 box-shadow:inset 0 0 0 .2rem #0153cc;
 position:relative;
 z-index:4
}
.cmp-navigation--secondary .cmp-navigation__item--level-0 {
 position:relative
}
.cmp-navigation--secondary .cmp-navigation__item--level-0 .cmp-navigation__group:after {
 position:absolute;
 right:0;
 bottom:0;
 content:"";
 background:#ccc;
 height:.2rem;
 width:100%
}
.cmp-navigation--secondary .cmp-navigation__item--level-0>.cmp-navigation__item-link {
 padding:0;
 font-size:1.856rem
}
@media screen and (min-width:992px) {
 .cmp-navigation--secondary .cmp-navigation__item--level-0>.cmp-navigation__item-link {
  font-size:2.124rem
 }
}
.cmp-navigation--secondary .cmp-navigation__item--level-0.cmp-navigation__item--active {
 display:block
}
.cmp-navigation--secondary .cmp-navigation__item--level-0.cmp-navigation__item--active>.cmp-navigation__item-link {
 padding-left:0;
 color:#000;
 text-decoration:none
}
.cmp-navigation--secondary .cmp-navigation__item--level-0.cmp-navigation__item--active>.cmp-navigation__item-link:active,
.cmp-navigation--secondary .cmp-navigation__item--level-0.cmp-navigation__item--active>.cmp-navigation__item-link:hover {
 color:#000;
 text-decoration:underline
}
.cmp-navigation--secondary .cmp-navigation__item--active>.cmp-navigation__item-link {
 font-family:SST-Bold,sans-serif
}
.cmp-navigation--secondary .cmp-navigation__item--level-1.cmp-navigation__item--active>.cmp-navigation__item-link {
 position:relative
}
.cmp-navigation--secondary .cmp-navigation__item--level-1.cmp-navigation__item--active>.cmp-navigation__item-link:after {
 position:absolute;
 right:0;
 bottom:0;
 content:"";
 background:#0153cc;
 height:.2rem;
 width:100%;
 z-index:2
}
@media(min-width:992px) {
 .cmp-navigation--secondary .cmp-navigation {
  white-space:normal
 }
 .cmp-navigation--secondary .cmp-navigation__group {
  display:block
 }
 .cmp-navigation--secondary .cmp-navigation__item--level-0 .cmp-navigation__group {
  position:relative
 }
 .cmp-navigation--secondary .cmp-navigation__item--level-0 .cmp-navigation__group:after {
  top:unset;
  right:unset;
  left:0;
  width:.2rem;
  height:100%
 }
 .cmp-navigation--secondary .cmp-navigation__item {
  display:block;
  margin:0
 }
 .cmp-navigation--secondary .cmp-navigation__item-link {
  padding:.8rem 1.6rem;
  text-align:left
 }
 .cmp-navigation--secondary .cmp-navigation__item--level-2 .cmp-navigation__item-link {
  padding-left:3.2rem
 }
 .cmp-navigation--secondary .cmp-navigation__item--level-1.cmp-navigation__item--active>.cmp-navigation__item-link:after {
  top:unset;
  right:unset;
  left:0;
  width:.2rem;
  height:100%
 }
}
@media(min-width:0)and (max-width:575px) {
 .cmp-navigation--secondary--overflow-indicator-xs .cmp-navigation {
  position:relative
 }
 .cmp-navigation--secondary--overflow-indicator-xs .cmp-navigation:after {
  position:absolute;
  right:0;
  bottom:0;
  content:"";
  background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,94.9%,.9)));
  background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,94.9%,.9));
  height:8.5rem;
  width:2.4rem;
  z-index:3
 }
 .cmp-navigation--secondary--overflow-indicator-xs .cmp-navigation .cmp-navigation__item--level-0 {
  margin-right:2.4rem
 }
}
@media(min-width:576px)and (max-width:767px) {
 .cmp-navigation--secondary--overflow-indicator-sm .cmp-navigation {
  position:relative
 }
 .cmp-navigation--secondary--overflow-indicator-sm .cmp-navigation:after {
  position:absolute;
  right:0;
  bottom:0;
  content:"";
  background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,94.9%,.9)));
  background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,94.9%,.9));
  height:8.5rem;
  width:2.4rem;
  z-index:3
 }
 .cmp-navigation--secondary--overflow-indicator-sm .cmp-navigation .cmp-navigation__item--level-0 {
  margin-right:2.4rem
 }
}
@media(min-width:768px)and (max-width:991px) {
 .cmp-navigation--secondary--overflow-indicator-md .cmp-navigation {
  position:relative
 }
 .cmp-navigation--secondary--overflow-indicator-md .cmp-navigation:after {
  position:absolute;
  right:0;
  bottom:0;
  content:"";
  background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,94.9%,.9)));
  background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,94.9%,.9));
  height:8.5rem;
  width:2.4rem;
  z-index:3
 }
 .cmp-navigation--secondary--overflow-indicator-md .cmp-navigation .cmp-navigation__item--level-0 {
  margin-right:2.4rem
 }
}
.cmp-navigation--secondary.cmp-navigation--margin-top-increase .cmp-navigation {
 margin-top:9.6rem
}
.cmp-navigation--secondary.cmp-navigation--margin-top-decrease .cmp-navigation {
 margin-top:4.8rem
}
.cmp-navigation--secondary.cmp-navigation--margin-top-remove .cmp-navigation {
 margin-top:0
}
.bsc-search-promote {
 padding-top:1.4rem;
 margin-bottom:1.4rem
}
.bsc-search-promote ul {
 list-style-type:none;
 margin:0;
 padding:0
}
.bsc-search-promote ul li {
 margin:0;
 padding:.7rem 0
}
.bsc-search-promote .container-fluid .search-results-header {
 width:100%;
 margin-bottom:1.4rem;
 padding-top:2.1rem;
 padding-bottom:2.1rem;
 border-bottom:1px dotted #6a737b
}
.bsc-search-promote .container-fluid .search-results-header .search-results-header-text {
 display:block;
 font-family:SST-Italic,sans-serif;
 color:#6a737b;
 margin-bottom:1.4rem
}
@media(min-width:992px) {
 .bsc-search-promote .container-fluid .search-results-header .search-results-header-text {
  font-size:1.8rem
 }
}
.bsc-search-promote .container-fluid .search-results-header ul.pagination {
 -ms-flex-wrap:wrap;
 flex-wrap:wrap
}
.bsc-search-promote .container-fluid .search-results-header ul.pagination li {
 margin:0 .7rem 0 0
}
.bsc-search-promote .container-fluid .search-results-header ul.pagination li a {
 padding:0 .7rem 0 0
}
.bsc-search-promote .search-results-filter li {
 padding-top:0
}
@media(min-width:768px) {
 .bsc-search-promote .search-results-filter.collapse {
  display:block
 }
}
.bsc-search-promote button {
 width:100%
}
@media(min-width:768px) {
 .bsc-search-promote button {
  display:none
 }
}
.cmp-separator__horizontal-rule {
 margin:4.8rem 0;
 border-top:.1rem solid #ccc
}
.cmp-separator--assertive .cmp-separator__horizontal-rule {
 border-top:.1rem solid #666
}
.cmp-separator--gradient-primary .cmp-separator__horizontal-rule {
 border:0;
 height:.4rem;
 background-image:-webkit-gradient(linear,right top,left top,from(#0153cc),to(#0ef));
 background-image:linear-gradient(270deg,#0153cc,#0ef)
}
.cmp-separator--gradient-secondary .cmp-separator__horizontal-rule {
 border:0;
 height:.4rem;
 background-image:-webkit-gradient(linear,right top,left top,from(#012965),to(#b3f));
 background-image:linear-gradient(270deg,#012965,#b3f)
}
.cmp-separator--ghost .cmp-separator__horizontal-rule {
 border-top:.1rem solid #fff
}
.cmp-separator--margin-increase-2 .cmp-separator__horizontal-rule {
 margin:9.6rem 0
}
.cmp-separator--margin-increase-1 .cmp-separator__horizontal-rule {
 margin:6.4rem 0
}
.cmp-separator--margin-decrease-1 .cmp-separator__horizontal-rule {
 margin:3.2rem 0
}
.cmp-separator--margin-decrease-2 .cmp-separator__horizontal-rule {
 margin:2.4rem 0
}
.cmp-separator--margin-remove .cmp-separator__horizontal-rule {
 margin:0
}
.bsc-stickyCta {
 bottom:1.4rem;
 height:auto;
 left:auto;
 z-index:50
}
.bsc-stickyCta a {
 text-decoration:none
}
.bsc-stickyCta a .bsc-global-stickyIcon {
 display:inherit
}
.bsc-stickyCta a img {
 margin-bottom:auto;
 margin-top:auto;
 min-width:3.3rem;
 vertical-align:center
}
.bsc-stickyCta a .bsc-stickyCta-text {
 background-color:#f0f1f1;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:.35rem .175rem;
 text-align:center
}
.bsc-stickyCta a .bsc-stickyCta-text .cta-need-help {
 font-family:SST-Roman,sans-serif
}
.bsc-stickyCta a .bsc-stickyCta-text .cta-contact-us {
 font-family:SST-Bold,sans-serif;
 line-height:1.7rem
}
.bsc-stickyCta a .bsc-stickyCta-text .cta-contact-us i {
 display:none
}
.bsc-stickyCta.small_size {
 height:auto;
 min-height:4.9rem
}
.bsc-stickyCta.small_size img {
 height:3.5rem!important;
 min-width:3.5rem!important;
 padding:0
}
@media(min-width:768px) {
 .bsc-stickyCta.small_size img {
  height:4.9rem!important;
  min-width:4.9rem!important
 }
}
.bsc-stickyCta.small_size .bsc-stickyCta-text {
 font-size:1.1rem;
 line-height:1.7rem;
 padding-left:.4rem;
 padding-top:0
}
.bsc-stickyCta.small_size .cta-need-help {
 font-size:1.1rem
}
@media(min-width:768px) {
 .bsc-stickyCta.small_size .cta-need-help {
  font-size:1.2rem
 }
}
.bsc-stickyCta.small_size .cta-contact-us {
 font-size:1rem
}
@media(min-width:768px) {
 .bsc-stickyCta.small_size .cta-contact-us {
  font-size:1.1rem
 }
}
.bsc-stickyCta.large_size {
 height:auto;
 min-height:5.9rem
}
.bsc-stickyCta.large_size .cta-need-help {
 font-size:1.4rem
}
@media(min-width:768px) {
 .bsc-stickyCta.large_size .cta-need-help {
  font-size:1.2rem
 }
}
.bsc-stickyCta.large_size img {
 height:5.9rem!important;
 min-width:5.9rem!important
}
.bsc-stickyCta.large_size .cta-contact-us {
 font-size:1.4rem
}
.bsc-stickyCta.extra_large_size {
 height:auto;
 min-height:7.8rem;
 width:100%
}
@media(min-width:768px) {
 .bsc-stickyCta.extra_large_size {
  width:auto
 }
}
.bsc-stickyCta.extra_large_size .bsc-global-stickyIcon {
 display:inherit
}
.bsc-stickyCta.extra_large_size img {
 height:7.8rem!important;
 min-width:7.8rem!important
}
.bsc-stickyCta.extra_large_size .bsc-stickyCta-text {
 padding:0 0 0 2.1rem;
 text-align:left;
 width:100%
}
@media(min-width:768px) {
 .bsc-stickyCta.extra_large_size .bsc-stickyCta-text {
  min-width:27.2rem
 }
}
.bsc-stickyCta.extra_large_size .bsc-stickyCta-text .cta-need-help {
 display:block;
 font-size:2rem;
 line-height:2.2rem;
 text-align:left
}
.bsc-stickyCta.extra_large_size .bsc-stickyCta-text .cta-contact-us {
 font-family:SST-Roman,sans-serif;
 font-size:1.8rem
}
.bsc-stickyCta.extra_large_size .bsc-stickyCta-text .cta-contact-us i {
 display:inline
}
.visuallyhidden {
 border:0;
 clip:rect(0 0 0 0);
 height:1px;
 margin:-1px;
 overflow:hidden;
 padding:0;
 position:absolute;
 width:1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.visuallyhidden.hasfocus {
 clip:auto;
 height:auto;
 margin:0;
 overflow:visible;
 position:static;
 width:auto
}
.bsc-image-wrapper picture img {
 width:100%
}
.bsc-super-hero dl,
.bsc-super-hero h1,
.bsc-super-hero h2,
.bsc-super-hero h3,
.bsc-super-hero h4,
.bsc-super-hero h5,
.bsc-super-hero h6,
.bsc-super-hero ol,
.bsc-super-hero p,
.bsc-super-hero ul {
 margin-top:0
}
.bsc-super-hero .bsc-hero-headline,
.bsc-super-hero .bsc-hero-subhead {
 display:block;
 font-family:SST-Bold,sans-serif;
 font-weight:600
}
.bsc-super-hero .bsc-hero-content .h1,
.bsc-super-hero .bsc-hero-content .h2,
.bsc-super-hero .bsc-hero-content .h3,
.bsc-super-hero .bsc-hero-content .h4,
.bsc-super-hero .bsc-hero-content .h5,
.bsc-super-hero .bsc-hero-content .h6,
.bsc-super-hero .bsc-hero-content h1,
.bsc-super-hero .bsc-hero-content h2,
.bsc-super-hero .bsc-hero-content h3,
.bsc-super-hero .bsc-hero-content h4,
.bsc-super-hero .bsc-hero-content h5,
.bsc-super-hero .bsc-hero-content h6 {
 padding:0;
 margin-bottom:.7rem
}
@media(min-width:768px) {
 .bsc-super-hero .bsc-hero-content .h1,
 .bsc-super-hero .bsc-hero-content .h2,
 .bsc-super-hero .bsc-hero-content .h3,
 .bsc-super-hero .bsc-hero-content .h4,
 .bsc-super-hero .bsc-hero-content .h5,
 .bsc-super-hero .bsc-hero-content .h6,
 .bsc-super-hero .bsc-hero-content h1,
 .bsc-super-hero .bsc-hero-content h2,
 .bsc-super-hero .bsc-hero-content h3,
 .bsc-super-hero .bsc-hero-content h4,
 .bsc-super-hero .bsc-hero-content h5,
 .bsc-super-hero .bsc-hero-content h6 {
  margin-bottom:.7rem
 }
}
@media(min-width:1200px) {
 .bsc-super-hero .bsc-hero-content .h1,
 .bsc-super-hero .bsc-hero-content .h2,
 .bsc-super-hero .bsc-hero-content .h3,
 .bsc-super-hero .bsc-hero-content .h4,
 .bsc-super-hero .bsc-hero-content .h5,
 .bsc-super-hero .bsc-hero-content .h6,
 .bsc-super-hero .bsc-hero-content h1,
 .bsc-super-hero .bsc-hero-content h2,
 .bsc-super-hero .bsc-hero-content h3,
 .bsc-super-hero .bsc-hero-content h4,
 .bsc-super-hero .bsc-hero-content h5,
 .bsc-super-hero .bsc-hero-content h6 {
  margin-bottom:1.4rem
 }
}
.bsc-super-hero .bsc-hero-content .bsc-hero-eyebrow {
 display:block;
 font-size:1.8rem;
 font-family:SST-Bold,sans-serif;
 font-weight:600;
 margin-bottom:1.4rem
}
.bsc-super-hero .bsc-hero-content .bsc-hero-description {
 font-size:1.8rem
}
.bsc-super-hero button {
 cursor:pointer
}
.bsc-super-hero .bsc-hero-slide-wrapper {
 position:relative;
 font-family:SST-Roman,sans-serif;
 color:#383838;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.bsc-super-hero .bsc-hero-content-wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin-right:auto;
 margin-left:auto;
 padding:2.8rem
}
.bsc-super-hero .bsc-hero-content {
 -webkit-box-orient:vertical!important;
 -webkit-box-direction:normal!important;
 -ms-flex-direction:column!important;
 flex-direction:column!important;
 display:inline-block;
 padding-left:0;
 padding-right:0;
 width:100%
}
.bsc-super-hero .bsc-hero-content.align-self-start {
 -ms-flex-item-align:start!important;
 align-self:flex-start!important
}
.bsc-super-hero .bsc-hero-content.align-self-end {
 -ms-flex-item-align:end!important;
 align-self:flex-end!important
}
.bsc-super-hero .bsc-hero-content img {
 max-width:18rem
}
.bsc-super-hero .btn {
 margin-bottom:0;
 margin-top:1.4rem;
 padding:1.4rem 3.5rem
}
.bsc-super-hero .bsc-image-wrapper picture {
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0
}
.bsc-super-hero .bsc-image-wrapper picture img {
 height:100%;
 -o-object-fit:cover;
 object-fit:cover;
 -o-object-position:center;
 object-position:center;
 font-family:"object-fit: cover; object-position: center;"
}
.bsc-super-hero .bsc-hero-slide-wrapper video {
 visibility:hidden
}
.bsc-super-hero .bsc-hero-slide-wrapper figure {
 display:none
}
.bsc-super-hero .bsc-hero-slide-wrapper[class*=bsc-state-] video {
 visibility:visible
}
.bsc-super-hero .bsc-hero-slide-wrapper[class*=bsc-state-] figure {
 display:initial
}
.bsc-super-hero .bsc-video-autoplay video {
 visibility:visible
}
.bsc-super-hero .bsc-video-autoplay figure {
 display:initial
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay picture:before {
 content:"";
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-color-black figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-color-black picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-color-black figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-color-black picture:before {
 background-color:#000
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-color-white figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-color-white picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-color-white figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-color-white picture:before {
 background-color:#fff
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-opacity-35 figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-opacity-35 picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-opacity-35 figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-opacity-35 picture:before {
 opacity:.35
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-opacity-56 figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-opacity-56 picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-opacity-56 figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-opacity-56 picture:before {
 opacity:.56
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-opacity-70 figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-opacity-70 picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-opacity-70 figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-opacity-70 picture:before {
 opacity:.7
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-black-left figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-black-left picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-black-left figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-black-left picture:before {
 background:-webkit-gradient(linear,right top,left top,from(transparent),to(#000));
 background:linear-gradient(270deg,transparent,#000)
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-black-right figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-black-right picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-black-right figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-black-right picture:before {
 background:-webkit-gradient(linear,left top,right top,from(transparent),to(#000));
 background:linear-gradient(90deg,transparent,#000)
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-black-top figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-black-top picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-black-top figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-black-top picture:before {
 background:-webkit-gradient(linear,left bottom,left top,from(transparent),to(#000));
 background:linear-gradient(0deg,transparent,#000)
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-black-bottom figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-black-bottom picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-black-bottom figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-black-bottom picture:before {
 background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
 background:linear-gradient(180deg,transparent,#000)
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-white-left figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-white-left picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-white-left figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-white-left picture:before {
 background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),to(#fff));
 background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff)
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-white-right figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-white-right picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-white-right figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-white-right picture:before {
 background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));
 background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff)
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-white-top figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-white-top picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-white-top figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-white-top picture:before {
 background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),to(#fff));
 background:linear-gradient(0deg,hsla(0,0%,100%,0),#fff)
}
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-white-bottom figure:before,
.bsc-super-hero .bsc-hero-slide-wrapper:not([class*=bsc-state-]) .bsc-bg-overlay.bsc-bg-overlay-gradient-white-bottom picture:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-white-bottom figure:before,
.bsc-super-hero .bsc-video-autoplay .bsc-bg-overlay.bsc-bg-overlay-gradient-white-bottom picture:before {
 background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
 background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)
}
.bsc-super-hero .bsc-video-autoplay figure:before {
 z-index:10
}
@media(max-width:991.98px) {
 .bsc-super-hero .bsc-md-down-bg-color figure:before,
 .bsc-super-hero .bsc-md-down-bg-color picture {
  display:none!important
 }
}
@media(max-width:767.98px) {
 .bsc-super-hero .bsc-sm-down-bg-color figure:before,
 .bsc-super-hero .bsc-sm-down-bg-color picture {
  display:none!important
 }
}
@media(max-width:575.98px) {
 .bsc-super-hero .bsc-xs-down-bg-color figure:before,
 .bsc-super-hero .bsc-xs-down-bg-color picture {
  display:none!important
 }
}
.hero-carousel,
.hero-carousel .slide {
 padding:0;
 margin:0;
 overflow:hidden
}
.hero-carousel {
 position:relative;
 background-color:#242526
}
.hero-carousel ul {
 margin:0;
 padding:0
}
.hero-carousel.active {
 position:relative
}
.hero-carousel.active .slide {
 display:block!important;
 visibility:hidden;
 -webkit-transition:left .6s ease-out;
 transition:left .6s ease-out;
 border:none;
 display:none;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 width:100vw;
 z-index:20
}
.hero-carousel.active .slide.current {
 visibility:visible;
 left:0
}
.hero-carousel.active .slide.next {
 left:100%
}
.hero-carousel.active .slide.prev {
 left:-100%
}
.hero-carousel.active .slide.next.in-transition,
.hero-carousel.active .slide.prev.in-transition {
 visibility:visible
}
.hero-carousel .slide {
 position:relative;
 margin-bottom:1em
}
.hero-carousel .slide.current {
 display:block;
 z-index:50
}
.hero-carousel .controls {
 position:absolute;
 bottom:0;
 left:50%;
 -webkit-transform:translate3d(-50%,0,0);
 transform:translate3d(-50%,0,0);
 width:26rem;
 height:7rem;
 z-index:65
}
.hero-carousel .controls li {
 display:inline-block
}
.hero-carousel .controls button {
 display:inline-block;
 padding:.1rem .6rem
}
.hero-carousel .controls button:hover {
 color:#fff
}
.hero-carousel .controls .btn-next,
.hero-carousel .controls .btn-prev {
 position:absolute;
 width:4.2rem;
 height:4.2rem;
 top:50%;
 -webkit-transform:translate3d(0,-50%,0);
 transform:translate3d(0,-50%,0);
 border:0;
 background-color:transparent;
 line-height:1;
 -webkit-transition:padding .4s ease-out;
 transition:padding .4s ease-out;
 z-index:70
}
.hero-carousel .controls .btn-next:hover,
.hero-carousel .controls .btn-prev:hover {
 background-color:rgba(106,115,123,.5)
}
.hero-carousel .controls .btn-next:focus,
.hero-carousel .controls .btn-prev:focus {
 outline:none;
 border:2px solid #007db3
}
.hero-carousel .controls .btn-prev {
 left:0
}
.hero-carousel .controls .btn-next {
 right:0
}
.modal-open .controls,
.modal-open .playback,
.modal-open .slidenav {
 display:none
}
.hero-carousel.with-slidenav .bsc-hero-content-wrapper {
 padding-bottom:10rem
}
.playback li,
.slidenav li {
 display:inline-block;
 margin:0 1px
}
.playback button,
.slidenav button {
 border:0;
 background-color:transparent;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 font-weight:700
}
.playback button:hover,
.slidenav button:hover {
 background-color:rgba(106,115,123,.5)
}
.playback button:focus,
.slidenav button:focus {
 border:2px solid #007db3;
 outline:none
}
.slidenav {
 position:absolute;
 bottom:0;
 left:50%;
 -webkit-transform:translate3d(-50%,0,0);
 transform:translate3d(-50%,0,0);
 height:7rem;
 text-align:center;
 -ms-flex-align:center;
 z-index:70
}
.slidenav,
.slidenav button {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 align-items:center
}
.slidenav button {
 width:42px;
 height:42px;
 -ms-flex-line-pack:center;
 align-content:center;
 -ms-flex-align:center;
 padding:initial
}
.slidenav button:before {
 content:"";
 display:block;
 border:3px solid #fff;
 width:5px;
 height:5px;
 border-radius:50%
}
.slidenav button.current:before {
 width:9pt;
 height:9pt;
 border:4px solid #fff
}
.playback {
 position:absolute;
 bottom:0;
 left:50%;
 -webkit-transform:translate3d(-50%,0,0);
 transform:translate3d(-50%,0,0);
 height:7rem;
 z-index:60
}
.playback button.bsc-btn-playback {
 position:absolute;
 top:50%;
 right:50%;
 -webkit-transform:translate3d(50%,-50%,0);
 transform:translate3d(50%,-50%,0);
 color:#fff;
 font-family:SST-Roman,sans-serif;
 font-size:14px;
 text-transform:uppercase;
 width:91px;
 height:42px;
 display:block;
 padding:initial
}
@media(min-width:576px) {
 .playback button.bsc-btn-playback {
  right:1.4rem;
  -webkit-transform:translate3d(0,-50%,0);
  transform:translate3d(0,-50%,0)
 }
}
.playback button.bsc-btn-playback i {
 margin-right:7px
}
@media(max-width:575.98px) {
 .bsc-hero-with-carousel .playback button.bsc-btn-playback {
  display:none
 }
}
.bsc-controls-color-white .btn-next,
.bsc-controls-color-white .btn-prev,
.bsc-controls-color-white .playback button.bsc-btn-playback {
 color:#fff
}
.bsc-controls-color-white .slidenav button:before {
 border:3px solid #fff
}
.bsc-controls-color-shark-grey .btn-next,
.bsc-controls-color-shark-grey .btn-prev,
.bsc-controls-color-shark-grey .playback button.bsc-btn-playback {
 color:#383838
}
.bsc-controls-color-shark-grey .slidenav button:before {
 border:3px solid #383838
}
.bsc-hero-with-video .bsc-hero-slide-wrapper picture {
 z-index:2
}
.bsc-hero-with-video .bsc-hero-slide-wrapper figure {
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 width:100%;
 height:100%;
 border:0;
 margin-bottom:0;
 text-align:center
}
.bsc-hero-with-video .bsc-hero-slide-wrapper figure video {
 height:100%;
 position:absolute;
 left:50%;
 -webkit-transform:translate3d(-50%,0,0);
 transform:translate3d(-50%,0,0)
}
.bsc-hero-with-video .bsc-hero-slide-wrapper.bsc-video-autoplay[data-player-type=vimeo] figure,
.bsc-hero-with-video .bsc-hero-slide-wrapper.bsc-video-autoplay[data-player-type=youtube] figure {
 overflow:hidden
}
.bsc-hero-with-video .bsc-hero-slide-wrapper.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
.bsc-hero-with-video .bsc-hero-slide-wrapper.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
 position:relative;
 padding-bottom:56.25%;
 height:0;
 overflow:hidden
}
.bsc-hero-with-video .bsc-hero-slide-wrapper.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder iframe,
.bsc-hero-with-video .bsc-hero-slide-wrapper.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder iframe {
 position:absolute;
 width:100%;
 height:100%
}
.bsc-hero-with-video .bsc-hero-slide-wrapper .bsc-close-btn {
 position:absolute;
 top:1.4rem;
 right:1.4rem;
 width:44px;
 height:44px;
 padding:8px;
 border:0;
 background-color:transparent;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 z-index:1;
 visibility:hidden
}
.bsc-hero-with-video .bsc-hero-slide-wrapper .bsc-close-btn:hover {
 background-color:rgba(106,115,123,.5)
}
.bsc-hero-with-video .bsc-hero-slide-wrapper .bsc-close-btn:focus {
 -webkit-box-shadow:0 0 0 3px #007db3;
 box-shadow:0 0 0 3px #007db3;
 outline:0
}
.bsc-hero-with-video .bsc-hero-slide-wrapper .bsc-close-btn svg {
 width:26px;
 height:26px
}
.bsc-hero-with-video .bsc-hero-content-wrapper {
 -ms-flex-item-align:end;
 align-self:flex-end;
 z-index:11
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline {
 margin:0;
 line-height:1.25
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-lg {
 font-size:2.5rem
}
@media(min-width:576px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-lg {
  font-size:3rem
 }
}
@media(min-width:768px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-lg {
  font-size:3.4rem
 }
}
@media(min-width:992px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-lg {
  font-size:3.8rem
 }
}
@media(min-width:1200px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-lg {
  font-size:4.4rem
 }
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-sm {
 font-size:2rem
}
@media(min-width:576px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-sm {
  font-size:2.4rem
 }
}
@media(min-width:768px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-sm {
  font-size:2.4rem
 }
}
@media(min-width:992px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-sm {
  font-size:2.8rem
 }
}
@media(min-width:1200px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline.bsc-text-sm {
  font-size:3.2rem
 }
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-content {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
@media(max-width:991.98px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper:not(.align-self-center) .bsc-hero-content {
  padding-top:5.6rem
 }
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-play-btn {
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 border:none;
 background-color:#fff;
 width:8rem;
 height:8rem;
 border-radius:50%;
 position:relative;
 -webkit-box-ordinal-group:2;
 -ms-flex-order:1;
 order:1
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-play-btn:before {
 content:"";
 position:absolute;
 width:0;
 height:0;
 border-top:1.2rem solid transparent;
 border-bottom:1.2rem solid transparent;
 border-left:2rem solid rgba(0,125,179,.85);
 top:50%;
 left:50%;
 -webkit-transform:translate3d(-35%,-50%,0);
 transform:translate3d(-35%,-50%,0)
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-play-btn:hover {
 background-color:hsla(0,0%,100%,.75)
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-play-btn:hover:before {
 border-left:2rem solid #007db3
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-play-btn:focus {
 -webkit-box-shadow:0 0 0 2px #007db3;
 box-shadow:0 0 0 2px #007db3;
 outline:0
}
.bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline {
 padding-top:3.2rem;
 padding-bottom:1.8rem;
 -webkit-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2
}
@media(min-width:576px) {
 .bsc-hero-with-video .bsc-hero-content-wrapper .bsc-hero-headline {
  padding-top:5.6rem;
  padding-bottom:4.2rem
 }
}
.bsc-hero-with-video .bsc-state-playing:not(.bsc-video-autoplay) .bsc-hero-content-wrapper,
.bsc-hero-with-video .bsc-state-waiting:not(.bsc-video-autoplay) .bsc-hero-content-wrapper {
 visibility:hidden
}
.bsc-hero-with-video .bsc-state-playing iframe,
.bsc-hero-with-video .bsc-state-waiting iframe {
 visibility:visible;
 opacity:1
}
.bsc-hero-with-video .bsc-state-playing .bsc-close-btn,
.bsc-hero-with-video .bsc-state-waiting .bsc-close-btn {
 visibility:visible
}
.bsc-hero-with-video .bsc-state-playing picture,
.bsc-hero-with-video .bsc-state-waiting picture {
 display:none
}
.bsc-hero-with-video .bsc-state-playing figure,
.bsc-hero-with-video .bsc-state-waiting figure {
 background-color:#242526
}
.bsc-hero-with-video .bsc-state-stopped {
 background-color:transparent
}
.bsc-hero-with-video .bsc-state-stopped:not(.bsc-video-autoplay) .bsc-hero-content-wrapper {
 visibility:hidden
}
.bsc-hero-with-video .bsc-state-stopped .bsc-hero-content-wrapper {
 visibility:visible
}
.bsc-hero-with-video .bsc-state-stopped video.bsc-embedded {
 display:none
}
.bsc-hero-with-video iframe {
 z-index:1;
 visibility:hidden;
 opacity:0
}
.bsc-hero-with-video .bsc-video-autoplay iframe {
 position:absolute;
 top:50%;
 left:50%;
 -webkit-transform:translate3d(-50%,-50%,0);
 transform:translate3d(-50%,-50%,0)
}
.bsc-hero-with-video .youtube-video-player {
 height:100%
}
.video-playing-fullscreen .bsc-hero-with-video iframe {
 top:unset;
 left:unset;
 -webkit-transform:unset;
 transform:unset
}
.bsc-hero-slide-wrapper.bsc-video-autoplay {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.bsc-hero-slide-wrapper.bsc-video-autoplay .bsc-hero-headline {
 padding-top:0;
 padding-bottom:0
}
.bsc-hero-slide-wrapper.bsc-video-autoplay figure video {
 width:100%;
 -o-object-fit:cover;
 object-fit:cover;
 -o-object-position:center;
 object-position:center;
 font-family:"object-fit: cover; object-position: center;"
}
.bsc-hero-slide-wrapper.bsc-video-autoplay .bsc-play-btn {
 visibility:hidden
}
.autoplayback {
 z-index:1
}
.bsc-hero-with-video .bsc-video-loader {
 display:none;
 width:100%;
 height:100%;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -ms-flex-line-pack:center;
 align-content:center;
 position:absolute;
 z-index:2
}
.bsc-hero-with-video .bsc-video-loader .bsc-loader-anim {
 height:140px;
 width:140px;
 color:rgba(106,115,123,.2);
 position:relative;
 display:inline-block;
 border-radius:50%;
 border:14px solid;
 border-right:14px solid #6a737b;
 -webkit-animation:rotate 2.5s linear infinite;
 animation:rotate 2.5s linear infinite
}
@-webkit-keyframes rotate {
 0% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 to {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
 }
}
@keyframes rotate {
 0% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 to {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
 }
}
.bsc-hero-with-video .bsc-state-loading .bsc-video-loader {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.bsc-hero-with-carousel.bsc-min-height-520 .bsc-hero-content-wrapper,
.bsc-hero-with-carousel.bsc-min-height-520 .bsc-hero-slide-wrapper,
.bsc-hero-with-carousel.bsc-min-height-520 .hero-carousel.active,
.bsc-hero-with-carousel.bsc-min-height-520 .slide {
 min-height:42rem
}
.bsc-hero-with-carousel.bsc-min-height-420 .bsc-hero-content-wrapper,
.bsc-hero-with-carousel.bsc-min-height-420 .bsc-hero-slide-wrapper,
.bsc-hero-with-carousel.bsc-min-height-420 .hero-carousel.active,
.bsc-hero-with-carousel.bsc-min-height-420 .slide {
 min-height:32rem
}
.bsc-hero-with-carousel.bsc-min-height-320 .bsc-hero-content-wrapper,
.bsc-hero-with-carousel.bsc-min-height-320 .bsc-hero-slide-wrapper,
.bsc-hero-with-carousel.bsc-min-height-320 .hero-carousel.active,
.bsc-hero-with-carousel.bsc-min-height-320 .slide {
 min-height:22rem
}
@media(min-width:768px) {
 .bsc-hero-with-carousel.bsc-min-height-520 .bsc-hero-content-wrapper,
 .bsc-hero-with-carousel.bsc-min-height-520 .bsc-hero-slide-wrapper,
 .bsc-hero-with-carousel.bsc-min-height-520 .hero-carousel.active,
 .bsc-hero-with-carousel.bsc-min-height-520 .slide {
  min-height:52rem
 }
 .bsc-hero-with-carousel.bsc-min-height-420 .bsc-hero-content-wrapper,
 .bsc-hero-with-carousel.bsc-min-height-420 .bsc-hero-slide-wrapper,
 .bsc-hero-with-carousel.bsc-min-height-420 .hero-carousel.active,
 .bsc-hero-with-carousel.bsc-min-height-420 .slide {
  min-height:42rem
 }
 .bsc-hero-with-carousel.bsc-min-height-320 .bsc-hero-content-wrapper,
 .bsc-hero-with-carousel.bsc-min-height-320 .bsc-hero-slide-wrapper,
 .bsc-hero-with-carousel.bsc-min-height-320 .hero-carousel.active,
 .bsc-hero-with-carousel.bsc-min-height-320 .slide {
  min-height:32rem
 }
}
.bsc-hero-single-slide.bsc-min-height-320 .bsc-hero-content-wrapper,
.bsc-hero-single-slide.bsc-min-height-320 .bsc-hero-slide-wrapper,
.bsc-hero-single-slide.bsc-min-height-420 .bsc-hero-content-wrapper,
.bsc-hero-single-slide.bsc-min-height-420 .bsc-hero-slide-wrapper,
.bsc-hero-single-slide.bsc-min-height-520 .bsc-hero-content-wrapper,
.bsc-hero-single-slide.bsc-min-height-520 .bsc-hero-slide-wrapper {
 min-height:32rem
}
@media(min-width:992px) {
 .bsc-hero-single-slide.bsc-min-height-520 .bsc-hero-content-wrapper,
 .bsc-hero-single-slide.bsc-min-height-520 .bsc-hero-slide-wrapper {
  min-height:52rem
 }
 .bsc-hero-single-slide.bsc-min-height-420 .bsc-hero-content-wrapper,
 .bsc-hero-single-slide.bsc-min-height-420 .bsc-hero-slide-wrapper {
  min-height:42rem
 }
}
.bsc-hero-with-video.bsc-min-height-520 .bsc-hero-slide-wrapper {
 min-height:32rem
}
.bsc-hero-with-video.bsc-min-height-520.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
.bsc-hero-with-video.bsc-min-height-520.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
 padding-bottom:32rem
}
.bsc-hero-with-video.bsc-min-height-420 .bsc-hero-slide-wrapper {
 min-height:22rem
}
.bsc-hero-with-video.bsc-min-height-420.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
.bsc-hero-with-video.bsc-min-height-420.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
 padding-bottom:22rem
}
.bsc-hero-with-video.bsc-min-height-320 .bsc-hero-slide-wrapper {
 min-height:22rem
}
.bsc-hero-with-video.bsc-min-height-320.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
.bsc-hero-with-video.bsc-min-height-320.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
 padding-bottom:22rem
}
@media(min-width:768px) {
 .bsc-hero-with-video.bsc-min-height-520 .bsc-hero-slide-wrapper {
  min-height:42rem
 }
 .bsc-hero-with-video.bsc-min-height-520.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
 .bsc-hero-with-video.bsc-min-height-520.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
  padding-bottom:42rem
 }
 .bsc-hero-with-video.bsc-min-height-420 .bsc-hero-slide-wrapper {
  min-height:32rem
 }
 .bsc-hero-with-video.bsc-min-height-420.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
 .bsc-hero-with-video.bsc-min-height-420.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
  padding-bottom:32rem
 }
 .bsc-hero-with-video.bsc-min-height-320 .bsc-hero-slide-wrapper {
  min-height:32rem
 }
 .bsc-hero-with-video.bsc-min-height-320.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
 .bsc-hero-with-video.bsc-min-height-320.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
  padding-bottom:32rem
 }
}
@media(min-width:992px) {
 .bsc-hero-with-video.bsc-min-height-520 .bsc-hero-slide-wrapper {
  min-height:52rem
 }
 .bsc-hero-with-video.bsc-min-height-520.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
 .bsc-hero-with-video.bsc-min-height-520.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
  padding-bottom:52rem
 }
 .bsc-hero-with-video.bsc-min-height-420 .bsc-hero-slide-wrapper {
  min-height:42rem
 }
 .bsc-hero-with-video.bsc-min-height-420.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
 .bsc-hero-with-video.bsc-min-height-420.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
  padding-bottom:42rem
 }
 .bsc-hero-with-video.bsc-min-height-320 .bsc-hero-slide-wrapper {
  min-height:32rem
 }
 .bsc-hero-with-video.bsc-min-height-320.bsc-video-autoplay[data-player-type=vimeo] figure .bsc-video-holder,
 .bsc-hero-with-video.bsc-min-height-320.bsc-video-autoplay[data-player-type=youtube] figure .bsc-video-holder {
  padding-bottom:32rem
 }
}
.bsc-super-hero .modal {
 z-index:50
}
.bsc-super-hero .modal .modal-header {
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding:14px 21px
}
.bsc-super-hero .modal .modal-title {
 padding-bottom:0
}
.bsc-super-hero .modal .close {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 text-align:center;
 height:42px;
 width:56px;
 padding:unset;
 margin:unset
}
.bsc-super-hero .modal .close:hover {
 background-color:#f0f1f1
}
.bsc-super-hero .modal .close:focus {
 outline:2px solid #007db3
}
@media(min-width:576px) {
 .bsc-hero .bsc-hero-content-wrapper {
  padding:2.8rem 0
 }
}
.cmp-tabs {
 margin-top:3.2rem;
 width:100%
}
.cmp-tabs__tablist.cmp-tabs__tablist {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:nowrap;
 flex-wrap:nowrap;
 list-style:none;
 white-space:nowrap;
 overflow-x:auto
}
.cmp-tabs__tablist.cmp-tabs__tablist:after {
 position:sticky;
 right:-.1rem;
 display:block;
 width:.1rem;
 height:4.8rem;
 -webkit-box-shadow:-.4rem 0 1.2rem .8rem #fff;
 box-shadow:-.4rem 0 1.2rem .8rem #fff;
 border-width:0;
 content:"";
 pointer-events:none
}
.cmp-tabs__tab.cmp-tabs__tab {
 position:relative;
 margin-right:1.6rem;
 border:0;
 padding:1.2rem 1.6rem;
 background:transparent;
 color:#666;
 font-family:SST-Roman,sans-serif
}
.cmp-tabs__tab.cmp-tabs__tab:after {
 position:absolute;
 bottom:0;
 left:0;
 width:100%;
 height:.2rem;
 background:transparent;
 content:""
}
.cmp-tabs__tab.cmp-tabs__tab:not([disabled]):active,
.cmp-tabs__tab.cmp-tabs__tab:not([disabled]):hover {
 background:transparent;
 color:#0153cc
}
.cmp-tabs__tab.cmp-tabs__tab:not([disabled]):active:after,
.cmp-tabs__tab.cmp-tabs__tab:not([disabled]):hover:after {
 background:#0153cc
}
.cmp-tabs__tab.cmp-tabs__tab:not([disabled]):focus {
 outline:0;
 -webkit-box-shadow:inset 0 0 0 .2rem #0153cc;
 box-shadow:inset 0 0 0 .2rem #0153cc
}
.cmp-tabs__tab.cmp-tabs__tab:not([disabled])[aria-selected=true] {
 color:#000;
 font-family:SST-Bold,sans-serif
}
.cmp-tabs__tab.cmp-tabs__tab:not([disabled])[aria-selected=true]:after {
 height:.4rem;
 background:#000
}
.cmp-tabs__tab.cmp-tabs__tab[disabled] {
 background:transparent;
 color:#999;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-tabs__tabpanel {
 border-top:.1rem solid #ccc;
 padding-top:2.4rem
}
.cmp-tabs__tabpanel:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-tabs--margin-top-increase .cmp-tabs {
 margin-top:4.8rem
}
.cmp-tabs--margin-top-decrease .cmp-tabs {
 margin-top:2.4rem
}
.cmp-tabs--margin-top-remove .cmp-tabs {
 margin-top:0
}
.cmp-teaser {
 margin-top:4.8rem
}
.cmp-teaser .cmp-teaser__image .cmp-image {
 margin:0
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
 font-family:SST-Bold,sans-serif;
 font-size:1.2rem;
 letter-spacing:.075rem;
 text-transform:uppercase
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle+.cmp-teaser__title {
 margin-top:1.2rem
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__title {
 margin-top:0;
 padding:0
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__description li:not(:first-of-type) {
 margin:1.6rem 0 0
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__description:first-child>:first-child {
 margin-top:0
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin-top:2.4rem
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 padding:1.2rem 2.4rem 1.1rem;
 text-align:center;
 text-decoration:none;
 border:.2rem solid #0153cc;
 background:#fff;
 color:#0153cc;
 font-family:SST-Bold,sans-serif
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link[disabled] {
 border-color:#ccc;
 background:#f2f2f2;
 color:#666;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link+.cmp-teaser__action-link {
 margin-left:1.6rem
}
@-webkit-keyframes animatedGradient {
 0% {
  background-position:100% 0
 }
 to {
  background-position:0 0
 }
}
@keyframes animatedGradient {
 0% {
  background-position:100% 0
 }
 to {
  background-position:0 0
 }
}
.cmp-teaser--hero.cmp-teaser--hero {
 padding:0
}
.cmp-teaser--hero.cmp-teaser--hero .cmp-teaser>.cmp-teaser__image {
 z-index:1;
 -webkit-box-flex:1;
 -ms-flex:1;
 flex:1;
 width:100%;
 height:100%;
 overflow:hidden;
 line-height:0
}
.cmp-teaser--hero.cmp-teaser--hero .cmp-teaser>.cmp-teaser__image .cmp-image {
 height:100%
}
.cmp-teaser--hero.cmp-teaser--hero .cmp-teaser>.cmp-teaser__image .cmp-image .cmp-image__image {
 position:relative;
 min-height:32rem;
 max-height:32rem;
 -o-object-fit:cover;
 object-fit:cover
}
.cmp-teaser--hero.cmp-teaser--hero .cmp-teaser>.cmp-teaser__image .cmp-image .cmp-image__title {
 display:none
}
.cmp-teaser--hero.cmp-teaser--hero .cmp-teaser .cmp-teaser__content {
 position:relative;
 z-index:2;
 width:100%;
 margin:-9.6rem auto 0;
 padding:3.2rem;
 background:rgba(1,41,101,.85);
 background:linear-gradient(36deg,rgba(0,0,0,.85),rgba(1,41,101,.85));
 color:#fff
}
@media(min-width:768px) {
 .cmp-teaser--hero.cmp-teaser--hero .cmp-teaser {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  width:100%;
  min-height:32rem;
  margin-right:auto;
  margin-left:auto
 }
 .cmp-teaser--hero.cmp-teaser--hero .cmp-teaser>.cmp-teaser__image {
  position:absolute;
  top:0
 }
 .cmp-teaser--hero.cmp-teaser--hero .cmp-teaser>.cmp-teaser__image .cmp-image .cmp-image__image {
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  height:100%;
  max-height:unset;
  -o-object-fit:cover;
  object-fit:cover
 }
 .cmp-teaser--hero.cmp-teaser--hero .cmp-teaser>.cmp-teaser__image+.cmp-teaser__content {
  margin:4.8rem
 }
 .cmp-teaser--hero.cmp-teaser--hero .cmp-teaser .cmp-teaser__content {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:auto
 }
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-left .cmp-teaser .cmp-image__image {
 -o-object-position:right top;
 object-position:right top
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-left .cmp-teaser .cmp-teaser__content {
 width:100%;
 max-width:100%
}
@media(min-width:576px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-left .cmp-teaser .cmp-teaser__content {
  width:auto;
  max-width:44rem
 }
}
@media(min-width:768px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-left .cmp-teaser .cmp-teaser__content {
  margin:4.8rem
 }
}
@media(min-width:992px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-left .cmp-teaser .cmp-teaser__content {
  max-width:48rem
 }
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-center .cmp-teaser .cmp-image__image {
 -o-object-position:center center;
 object-position:center center
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-center .cmp-teaser .cmp-teaser__content {
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -ms-flex-item-align:center;
 align-self:center;
 width:100%;
 text-align:center
}
@media(min-width:576px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-center .cmp-teaser .cmp-teaser__content {
  width:auto;
  max-width:48rem
 }
}
@media(min-width:768px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-center .cmp-teaser .cmp-teaser__content {
  max-width:80rem;
  margin:4.8rem
 }
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--hero-center .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive) .cmp-teaser .cmp-teaser__content {
 position:relative;
 border-bottom:.4rem solid transparent;
 padding-top:5.6rem
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive) .cmp-teaser .cmp-teaser__content:before {
 position:absolute;
 top:-2.4rem;
 left:3.2rem;
 z-index:2;
 display:block;
 width:6.4rem;
 height:4.8rem;
 background:url(../../../etc.clientlibs/ewp/clientlibs/clientlib-default/resources/images/bsc-advancing-arrows.svg);
 background-size:100%;
 content:""
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive) .cmp-teaser .cmp-teaser__content #iconAdvancingArrows {
 display:block;
 position:absolute;
 top:-2.4rem;
 left:3.2rem;
 width:6.4rem;
 height:4.8rem;
 z-index:3
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive) .cmp-teaser .cmp-teaser__content:after {
 bottom:-.4rem;
 position:absolute;
 right:0;
 left:0;
 height:.4rem;
 background:-webkit-gradient(linear,left top,right top,from(#003c71),color-stop(#b3f),to(#0ef));
 background:linear-gradient(90deg,#003c71,#b3f,#0ef);
 background-image:-webkit-gradient(linear,left top,right top,from(#003c71),color-stop(#b3f),color-stop(#0ef),color-stop(#003c71),to(#b3f));
 background-image:linear-gradient(90deg,#003c71,#b3f,#0ef,#003c71,#b3f);
 background-size:400% 100%;
 content:"";
 -webkit-animation:animatedGradient 10s linear infinite;
 animation:animatedGradient 10s linear infinite
}
@media(prefers-reduced-motion:reduce) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive) .cmp-teaser .cmp-teaser__content:after {
  background-image:-webkit-gradient(linear,left top,right top,from(#003c71),color-stop(#b3f),to(#0ef));
  background-image:linear-gradient(90deg,#003c71,#b3f,#0ef);
  background-size:100% 100%;
  -webkit-animation:none;
  animation:none
 }
}
@media(min-width:768px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive) .cmp-teaser .cmp-teaser__content {
  margin-top:7.2rem
 }
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--hero-center .cmp-teaser .cmp-teaser__content:before {
 left:calc(50% - 3.2rem)
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--ghost .cmp-teaser .cmp-teaser__content,
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--subtle .cmp-teaser .cmp-teaser__content {
 margin-top:4.8rem;
 border-bottom:0;
 padding-top:8rem;
 padding-bottom:.8rem
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--ghost .cmp-teaser .cmp-teaser__content:before,
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--subtle .cmp-teaser .cmp-teaser__content:before {
 top:0
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--ghost .cmp-teaser .cmp-teaser__content:after,
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--subtle .cmp-teaser .cmp-teaser__content:after {
 display:none
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--ghost .cmp-teaser:after,
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--subtle .cmp-teaser:after {
 bottom:0;
 z-index:2;
 position:absolute;
 right:0;
 left:0;
 height:.4rem;
 background:-webkit-gradient(linear,left top,right top,from(#003c71),color-stop(#b3f),to(#0ef));
 background:linear-gradient(90deg,#003c71,#b3f,#0ef);
 background-image:-webkit-gradient(linear,left top,right top,from(#003c71),color-stop(#b3f),color-stop(#0ef),color-stop(#003c71),to(#b3f));
 background-image:linear-gradient(90deg,#003c71,#b3f,#0ef,#003c71,#b3f);
 background-size:400% 100%;
 content:"";
 -webkit-animation:animatedGradient 10s linear infinite;
 animation:animatedGradient 10s linear infinite
}
@media(prefers-reduced-motion:reduce) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--ghost .cmp-teaser:after,
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--brand-element.cmp-teaser--hero:not(.cmp-teaser--interactive).cmp-teaser--subtle .cmp-teaser:after {
  background-image:-webkit-gradient(linear,left top,right top,from(#003c71),color-stop(#b3f),to(#0ef));
  background-image:linear-gradient(90deg,#003c71,#b3f,#0ef);
  background-size:100% 100%;
  -webkit-animation:none;
  animation:none
 }
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--shadow:not(.cmp-teaser--ghost) .cmp-teaser .cmp-teaser__content,
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--shadow:not(.cmp-teaser--subtle) .cmp-teaser .cmp-teaser__content {
 -webkit-box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1);
 box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1)
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--accent .cmp-teaser .cmp-teaser__content {
 background:rgba(68,0,102,.85);
 background:linear-gradient(36deg,rgba(0,0,0,.85),rgba(136,0,204,.85))
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--assertive .cmp-teaser .cmp-teaser__content {
 background:#000
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost .cmp-teaser {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:stretch;
 -ms-flex-align:stretch;
 align-items:stretch;
 min-height:32rem
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost .cmp-teaser .cmp-teaser__image {
 position:absolute;
 top:0;
 width:100%
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost .cmp-teaser .cmp-teaser__image .cmp-image {
 height:100%
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost .cmp-teaser .cmp-teaser__image .cmp-image .cmp-image__image {
 height:100%;
 max-height:unset
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost .cmp-teaser .cmp-teaser__image:after {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 width:100%;
 height:100%;
 background:rgba(0,0,0,.6);
 content:""
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost .cmp-teaser .cmp-teaser__content {
 width:auto;
 margin:4.8rem;
 padding-right:0;
 padding-left:0;
 background:transparent
}
@media(min-width:768px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost .cmp-teaser .cmp-teaser__content {
  padding-right:3.2rem;
  padding-left:3.2rem
 }
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost.cmp-teaser--brand-element .cmp-teaser .cmp-teaser__content:before {
 left:0
}
@media(min-width:768px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost.cmp-teaser--brand-element .cmp-teaser .cmp-teaser__content:before {
  left:3.2rem
 }
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost.cmp-teaser--shadow .cmp-teaser .cmp-teaser__image:after {
 -webkit-box-shadow:inset 0 0 2.4rem 0 rgba(0,0,0,.3);
 box-shadow:inset 0 0 2.4rem 0 rgba(0,0,0,.3)
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--ghost.cmp-teaser--shadow .cmp-teaser .cmp-teaser__content {
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle .cmp-teaser {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:stretch;
 -ms-flex-align:stretch;
 align-items:stretch;
 min-height:32rem
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle .cmp-teaser .cmp-teaser__image {
 position:absolute;
 top:0;
 width:100%
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle .cmp-teaser .cmp-teaser__image .cmp-image {
 height:100%
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle .cmp-teaser .cmp-teaser__image .cmp-image .cmp-image__image {
 height:100%;
 max-height:unset
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle .cmp-teaser .cmp-teaser__image:after {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 width:100%;
 height:100%;
 background:rgba(1,41,101,.6);
 content:""
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle .cmp-teaser .cmp-teaser__content {
 width:auto;
 margin:4.8rem;
 padding-right:0;
 padding-left:0;
 background:transparent
}
@media(min-width:768px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle .cmp-teaser .cmp-teaser__content {
  padding-right:3.2rem;
  padding-left:3.2rem
 }
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle.cmp-teaser--brand-element .cmp-teaser .cmp-teaser__content:before {
 left:0
}
@media(min-width:768px) {
 .cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle.cmp-teaser--brand-element .cmp-teaser .cmp-teaser__content:before {
  left:3.2rem
 }
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle.cmp-teaser--shadow .cmp-teaser .cmp-teaser__image:after {
 -webkit-box-shadow:inset 0 0 2.4rem 0 rgba(0,0,0,.3);
 box-shadow:inset 0 0 2.4rem 0 rgba(0,0,0,.3)
}
.cmp-teaser--hero.cmp-teaser--hero.cmp-teaser--subtle.cmp-teaser--shadow .cmp-teaser .cmp-teaser__content {
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-teaser--card .cmp-teaser {
 background:transparent
}
.cmp-teaser--card .cmp-teaser .cmp-teaser__content {
 padding:3.2rem 0 0
}
.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link {
 border:0;
 padding:0;
 background:transparent;
 color:#000;
 font-family:SST-Bold,sans-serif;
 text-align:left;
 text-decoration:none
}
.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link:visited {
 color:#609
}
.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link:active,
.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link:hover {
 background:transparent;
 color:#0153cc;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link:active,
.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link:hover {
 text-decoration-thickness:initial
}
.cmp-teaser--card.cmp-teaser--shadow .cmp-teaser {
 -webkit-box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1);
 box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.1);
 background:#fff
}
.cmp-teaser--card.cmp-teaser--shadow .cmp-teaser .cmp-teaser__content {
 padding:3.2rem
}
.cmp-teaser--card.cmp-teaser--shadow.cmp-teaser--ghost .cmp-teaser {
 background:rgba(0,0,0,.6)
}
.cmp-teaser--card.cmp-teaser--card-vertical-image.cmp-teaser--accent .cmp-image__title,
.cmp-teaser--card.cmp-teaser--card-vertical-image.cmp-teaser--assertive .cmp-image__title,
.cmp-teaser--card.cmp-teaser--card-vertical-image.cmp-teaser--shadow .cmp-image__title,
.cmp-teaser--card.cmp-teaser--card-vertical-image.cmp-teaser--subtle .cmp-image__title {
 padding:0 3.2rem
}
.cmp-teaser--card.cmp-teaser--card-vertical-icon .cmp-teaser .cmp-image__image {
 max-width:6.4rem
}
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--shadow .cmp-teaser .cmp-teaser__image {
 padding:3.2rem 3.2rem 0
}
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--shadow .cmp-teaser .cmp-teaser__content {
 padding:3.2rem
}
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--accent:not(.cmp-teaser--shadow) .cmp-teaser .cmp-teaser__image,
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--assertive:not(.cmp-teaser--shadow) .cmp-teaser .cmp-teaser__image,
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--subtle:not(.cmp-teaser--shadow) .cmp-teaser .cmp-teaser__image {
 padding:3.2rem 3.2rem 0
}
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--accent .cmp-teaser .cmp-image__title,
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--assertive .cmp-teaser .cmp-image__title,
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--subtle .cmp-teaser .cmp-image__title {
 padding:0
}
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--accent .cmp-teaser {
 background:#406
}
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--assertive .cmp-teaser {
 background:#000
}
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--ghost .cmp-teaser .cmp-teaser__content {
 background:transparent
}
.cmp-teaser--card.cmp-teaser--card-vertical-icon.cmp-teaser--subtle .cmp-teaser {
 background:#f2f2f2
}
.cmp-teaser--card.cmp-teaser--accent .cmp-teaser {
 background:#406
}
.cmp-teaser--card.cmp-teaser--assertive .cmp-teaser {
 background:#000
}
.cmp-teaser--card.cmp-teaser--ghost .cmp-teaser {
 background:transparent
}
.cmp-teaser--card.cmp-teaser--subtle .cmp-teaser {
 background:#f2f2f2
}
.cmp-teaser--card.cmp-teaser--accent .cmp-teaser .cmp-teaser__content,
.cmp-teaser--card.cmp-teaser--assertive .cmp-teaser .cmp-teaser__content,
.cmp-teaser--card.cmp-teaser--subtle .cmp-teaser .cmp-teaser__content {
 margin-top:0;
 padding:3.2rem
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__description *,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__pretitle,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__title,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__description *,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__pretitle,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__title,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__description *,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__pretitle,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__title,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__description *,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__pretitle,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__title,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__description *,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__pretitle,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__title {
 color:#fff
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__description a,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__description a,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__description a,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__description a,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__description a,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link {
 border:0;
 padding:0;
 background:transparent;
 color:#fff;
 font-family:SST-Bold,sans-serif;
 text-align:left;
 text-decoration:none
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:visited,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:visited,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:visited,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:visited,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:visited,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:visited,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__description a:visited,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:visited,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__description a:visited,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:visited {
 color:#ccc
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:active,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:hover,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:active,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:hover,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:active,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:hover,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__description a:active,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__description a:hover,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__description a:active,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__description a:hover,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover {
 background:transparent;
 color:#999;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:focus,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:focus,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:focus,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:focus,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__description a:focus,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:focus,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__description a:focus,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:focus,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__description a:focus,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline-color:#fff
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:active,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__title>.cmp-teaser__title-link:hover {
 text-decoration-thickness:initial
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:0;
 padding:1.2rem 2.4rem 1.1rem;
 font-family:SST-Bold,sans-serif;
 text-align:center;
 text-decoration:none;
 border:.2rem solid #fff;
 background:transparent;
 color:#fff
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover {
 border-color:transparent;
 background:#012965;
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):active,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):hover {
 border-color:#fff;
 background:hsla(0,0%,100%,.3);
 text-decoration:none;
 cursor:pointer
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):focus,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):focus,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):focus,
.cmp-teaser--hero .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):focus,
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:not([disabled]):focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline-color:#fff
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link[disabled],
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link[disabled],
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link[disabled],
.cmp-teaser--hero .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link[disabled],
.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link[disabled] {
 border-color:#999;
 background:transparent;
 color:#999;
 font-family:SST-Roman,sans-serif;
 cursor:not-allowed
}
.cmp-teaser--accent.cmp-teaser--card .cmp-teaser .cmp-image__title,
.cmp-teaser--assertive.cmp-teaser--card .cmp-teaser .cmp-image__title,
.cmp-teaser--ghost.cmp-teaser--card .cmp-teaser .cmp-image__title {
 color:#fff
}
.cmp-teaser__pretitle--assertive .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
 display:inline;
 padding:.8rem 1.2rem;
 background:#012965;
 color:#fff;
 -webkit-box-decoration-break:clone;
 box-decoration-break:clone
}
.cmp-teaser__pretitle--assertive .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle+.cmp-teaser__title {
 margin-top:2rem
}
.cmp-teaser__pretitle--assertive.cmp-teaser--card.cmp-teaser--accent .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle,
.cmp-teaser__pretitle--assertive.cmp-teaser--card.cmp-teaser--assertive .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle,
.cmp-teaser__pretitle--assertive.cmp-teaser--card.cmp-teaser--ghost .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle,
.cmp-teaser__pretitle--assertive.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
 background:#fff;
 color:#000
}
.cmp-teaser__action--link .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link {
 border:0;
 padding:0;
 background:transparent;
 color:#0153cc;
 font-family:SST-Bold,sans-serif;
 text-decoration:none;
 text-align:left;
 text-decoration:underline
}
.cmp-teaser__action--link .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:visited {
 color:#609
}
.cmp-teaser__action--link .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:active,
.cmp-teaser__action--link .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover {
 background:transparent;
 color:#000;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-teaser__action--link .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none
}
.cmp-teaser__action--link.cmp-teaser--accent .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser__action--link.cmp-teaser--assertive .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser__action--link.cmp-teaser--ghost .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser__action--link.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser__action--link.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link {
 border:0;
 padding:0;
 background:transparent;
 color:#fff;
 font-family:SST-Bold,sans-serif;
 text-align:left;
 text-decoration:none;
 text-decoration:underline
}
.cmp-teaser__action--link.cmp-teaser--accent .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:visited,
.cmp-teaser__action--link.cmp-teaser--assertive .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:visited,
.cmp-teaser__action--link.cmp-teaser--ghost .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:visited,
.cmp-teaser__action--link.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:visited,
.cmp-teaser__action--link.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:visited {
 color:#ccc
}
.cmp-teaser__action--link.cmp-teaser--accent .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:active,
.cmp-teaser__action--link.cmp-teaser--accent .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover,
.cmp-teaser__action--link.cmp-teaser--assertive .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:active,
.cmp-teaser__action--link.cmp-teaser--assertive .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover,
.cmp-teaser__action--link.cmp-teaser--ghost .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:active,
.cmp-teaser__action--link.cmp-teaser--ghost .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover,
.cmp-teaser__action--link.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:active,
.cmp-teaser__action--link.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover,
.cmp-teaser__action--link.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:active,
.cmp-teaser__action--link.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover {
 background:transparent;
 color:#999;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-teaser__action--link.cmp-teaser--accent .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus,
.cmp-teaser__action--link.cmp-teaser--assertive .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus,
.cmp-teaser__action--link.cmp-teaser--ghost .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus,
.cmp-teaser__action--link.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus,
.cmp-teaser__action--link.cmp-teaser--subtle:not(.cmp-teaser--card) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline-color:#fff
}
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element) .cmp-teaser .cmp-teaser__content {
 position:relative;
 padding-bottom:3.2rem
}
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element) .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:after {
 position:absolute;
 right:0;
 bottom:0;
 left:0;
 height:.4rem;
 content:"";
 opacity:0;
 -webkit-transition:opacity .4s linear;
 transition:opacity .4s linear
}
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:active:after,
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:focus:after,
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:hover:after,
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element) .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:active:after,
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element) .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:focus:after,
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element) .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:hover:after {
 opacity:1;
 -webkit-transition:opacity .4s linear;
 transition:opacity .4s linear
}
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element).cmp-teaser--ghost .cmp-teaser .cmp-teaser__content,
.cmp-teaser__interactive-treatment.cmp-teaser--hero:not(.cmp-teaser--brand-element).cmp-teaser--subtle .cmp-teaser .cmp-teaser__content {
 position:unset
}
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser .cmp-teaser__content {
 position:relative;
 padding-bottom:3.2rem
}
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:after {
 position:absolute;
 right:0;
 bottom:0;
 left:0;
 height:.4rem;
 content:"";
 opacity:0;
 -webkit-transition:opacity .4s linear;
 transition:opacity .4s linear
}
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:active:after,
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:focus:after,
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:hover:after,
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:active:after,
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:focus:after,
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:hover:after {
 opacity:1;
 -webkit-transition:opacity .4s linear;
 transition:opacity .4s linear
}
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser.cmp-teaser--shadow:not(.cmp-teaser--accent):not(.cmp-teaser--assertive):not(.cmp-teaser--subtle) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
.cmp-teaser__interactive-treatment.cmp-teaser--card .cmp-teaser.cmp-teaser--shadow:not(.cmp-teaser--accent):not(.cmp-teaser--assertive):not(.cmp-teaser--subtle) .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:after {
 right:-3.2rem;
 bottom:-3.2rem;
 left:-3.2rem
}
.cmp-teaser__interactive-treatment.cmp-teaser__interactive-treatment--gradient-primary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
.cmp-teaser__interactive-treatment.cmp-teaser__interactive-treatment--gradient-primary .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:after {
 background:-webkit-gradient(linear,right top,left top,from(#0153cc),to(#0ef));
 background:linear-gradient(270deg,#0153cc,#0ef)
}
.cmp-teaser__interactive-treatment.cmp-teaser__interactive-treatment--gradient-secondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
.cmp-teaser__interactive-treatment.cmp-teaser__interactive-treatment--gradient-secondary .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:after {
 background:-webkit-gradient(linear,right top,left top,from(#012965),to(#b3f));
 background:linear-gradient(270deg,#012965,#b3f)
}
.cmp-teaser__interactive-treatment.cmp-teaser__interactive-treatment--accent-primary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
.cmp-teaser__interactive-treatment.cmp-teaser__interactive-treatment--accent-primary .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:after {
 background:#b3f
}
.cmp-teaser__interactive-treatment.cmp-teaser__interactive-treatment--accent-secondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:after,
.cmp-teaser__interactive-treatment.cmp-teaser__interactive-treatment--accent-secondary .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link:after {
 background:#0ef
}
.cmp-teaser--margin-top-increase .cmp-teaser {
 margin-top:6.4rem
}
.cmp-teaser--margin-top-decrease .cmp-teaser {
 margin-top:3.2rem
}
.cmp-teaser--margin-top-remove .cmp-teaser {
 margin-top:0
}
.cmp-text ol,
.cmp-text p,
.cmp-text ul {
 margin-top:1.6rem;
 margin-bottom:0
}
.cmp-text li:not(:first-of-type) {
 margin:1.6rem 0 0
}
.cmp-text blockquote {
 margin:1.6rem 0 0;
 font-size:1.856rem
}
@media screen and (min-width:992px) {
 .cmp-text blockquote {
  font-size:2.124rem
 }
}
.cmp-text blockquote+cite,
.cmp-text blockquote+p:first-of-type {
 display:block;
 margin:.8rem 0 0;
 font-size:1.856rem;
 font-style:normal
}
@media screen and (min-width:992px) {
 .cmp-text blockquote+cite,
 .cmp-text blockquote+p:first-of-type {
  font-size:2.124rem
 }
}
.cmp-text blockquote+cite:before,
.cmp-text blockquote+p:first-of-type:before {
 content:"— "
}
.cmp-text a {
 text-decoration:underline
}
.cmp-text a:hover {
 text-decoration-thickness:.2rem
}
.cmp-text--assertive .cmp-text a:hover,
.cmp-text .cmp-text--assertive a:hover {
 text-decoration-thickness:initial
}
.cmp-text table {
 margin:1.6rem 0 0;
 border:0
}
.cmp-text table caption {
 margin-top:.8rem;
 padding:0;
 color:#000;
 font-size:1.2rem
}
.cmp-text table tr {
 border-bottom:.1rem solid #ccc
}
.cmp-text table tr th {
 font-family:SST-Bold,sans-serif
}
.cmp-text table tr td,
.cmp-text table tr th {
 border:0;
 padding:1.6rem
}
.cmp-text table tr:first-of-type>* {
 padding-top:0
}
.cmp-text table tr>:first-child {
 padding-left:0
}
.cmp-text table tr>:last-child {
 padding-right:0
}
.cmp-text--assertive .cmp-text ol,
.cmp-text--assertive .cmp-text p,
.cmp-text--assertive .cmp-text ul {
 font-size:1.856rem
}
@media screen and (min-width:992px) {
 .cmp-text--assertive .cmp-text ol,
 .cmp-text--assertive .cmp-text p,
 .cmp-text--assertive .cmp-text ul {
  font-size:2.124rem
 }
}
.cmp-text--subtle .cmp-text ol,
.cmp-text--subtle .cmp-text p,
.cmp-text--subtle .cmp-text ul {
 font-size:1.45rem
}
.cmp-text--small .cmp-text ol,
.cmp-text--small .cmp-text p,
.cmp-text--small .cmp-text ul {
 font-size:1.2rem
}
.cmp-text--callout .cmp-text p {
 position:relative;
 padding-bottom:1.6rem;
 font-family:SST-Bold,sans-serif;
 font-size:3.898rem;
 line-height:1.5
}
@media screen and (min-width:992px) {
 .cmp-text--callout .cmp-text p {
  font-size:4.859rem
 }
}
.cmp-text--callout .cmp-text p:after {
 content:"";
 position:absolute;
 bottom:0;
 left:0;
 width:12rem;
 height:.4rem;
 background:#b3f
}
.cmp-text--callout .cmp-text p[style*="text-align: center;"]:after {
 left:50%;
 -webkit-transform:translateX(-50%);
 transform:translateX(-50%)
}
.cmp-text--table-responsive .cmp-text {
 display:block;
 width:100%;
 overflow-x:auto
}
.cmp-text--table-responsive .cmp-text table {
 width:100%
}
.cmp-text--ghost .cmp-text * {
 color:#fff
}
.cmp-text--ghost .cmp-text a {
 border:0;
 padding:0;
 background:transparent;
 color:#fff;
 font-family:SST-Bold,sans-serif;
 text-align:left;
 text-decoration:none
}
.cmp-text--ghost .cmp-text a:visited {
 color:#ccc
}
.cmp-text--ghost .cmp-text a:active,
.cmp-text--ghost .cmp-text a:hover {
 background:transparent;
 color:#999;
 text-decoration:underline;
 text-decoration-thickness:.2rem
}
.cmp-text--ghost .cmp-text a:focus {
 outline:.2rem solid #0153cc;
 outline-offset:.2rem;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline-color:#fff
}
.cmp-text--margin-top-increase .cmp-text>:first-child:not(caption) {
 margin-top:2.4rem
}
.cmp-text--margin-top-increase .cmp-text blockquote:first-child {
 margin-top:3.2rem
}
.cmp-text--margin-top-decrease .cmp-text>:first-child:not(caption) {
 margin-top:1.2rem
}
.cmp-text--margin-top-decrease .cmp-text blockquote:first-child {
 margin-top:1.6rem
}
.cmp-text--margin-top-remove .cmp-text>:first-child:not(caption) {
 margin-top:0
}
.cmp-title--ghost .cmp-title h2,
.cmp-title--ghost .cmp-title h3,
.cmp-title--ghost .cmp-title h4,
.cmp-title--ghost .cmp-title h5,
.cmp-title--ghost .cmp-title h6 {
 color:#fff
}
.cmp-title--center .cmp-title>* {
 text-align:center
}
.cmp-title--margin-top-increase .cmp-title h1 {
 margin-top:9.6rem
}
.cmp-title--margin-top-increase .cmp-title h2,
.cmp-title--margin-top-increase .cmp-title h3 {
 margin-top:6.4rem
}
.cmp-title--margin-top-increase .cmp-title h4 {
 margin-top:4.8rem
}
.cmp-title--margin-top-increase .cmp-title h5,
.cmp-title--margin-top-increase .cmp-title h6 {
 margin-top:3.2rem
}
.cmp-title--margin-top-decrease .cmp-title h1 {
 margin-top:4.8rem
}
.cmp-title--margin-top-decrease .cmp-title h2,
.cmp-title--margin-top-decrease .cmp-title h3 {
 margin-top:3.2rem
}
.cmp-title--margin-top-decrease .cmp-title h4 {
 margin-top:2.4rem
}
.cmp-title--margin-top-decrease .cmp-title h5,
.cmp-title--margin-top-decrease .cmp-title h6 {
 margin-top:1.6rem
}
.cmp-title--margin-top-remove .cmp-title h1,
.cmp-title--margin-top-remove .cmp-title h2,
.cmp-title--margin-top-remove .cmp-title h3,
.cmp-title--margin-top-remove .cmp-title h4,
.cmp-title--margin-top-remove .cmp-title h5,
.cmp-title--margin-top-remove .cmp-title h6 {
 margin-top:0
}
.cmp-twitter-vertical,
.cmp-twitter__horizontal {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 width:80%;
 margin:1.2rem auto 0
}
.cmp-twitter-vertical .cmp-twitter__tweets,
.cmp-twitter__horizontal .cmp-twitter__tweets {
 -webkit-box-flex:1;
 -ms-flex:1;
 flex:1
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet {
 -webkit-box-flex:1;
 -ms-flex:1;
 flex:1;
 border:1px solid #999;
 margin-left:1.6rem;
 border-radius:.8rem;
 padding:.8rem
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter_profile_tweettext_wrapper,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter_profile_tweettext_wrapper {
 position:relative
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter_profile_tweettext_wrapper .cmp-twitter__tweet-link,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter_profile_tweettext_wrapper .cmp-twitter__tweet-link {
 position:absolute;
 z-index:20;
 top:0;
 bottom:0;
 left:0;
 right:0
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet:hover,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet:hover {
 background-color:#f2f2f2;
 cursor:pointer
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileNameHandle-wrapper,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileNameHandle-wrapper {
 margin-left:.4rem
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileName,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileName {
 font-size:1.856rem
}
@media screen and (min-width:992px) {
 .cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileName,
 .cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileName {
  font-size:2.124rem
 }
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileName .cmp-twitter__profileName-anchor,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileName .cmp-twitter__profileName-anchor {
 color:#012965;
 font-weight:700
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileHandle,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__profile_Wrapper .cmp-twitter__profileHandle {
 font-size:1.2rem
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__TweetTextWrapper,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__TweetTextWrapper {
 margin-top:1.2rem
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__TweetTextWrapper .cmp-twitter-media-wrapper,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__TweetTextWrapper .cmp-twitter-media-wrapper {
 border-radius:.8rem;
 margin-top:.4rem;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__TweetTextWrapper .cmp-twitter-media-wrapper .cmp-twitter__media,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter__TweetTextWrapper .cmp-twitter-media-wrapper .cmp-twitter__media {
 width:100%;
 border-radius:.8rem
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-dateTime,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-dateTime {
 margin-top:1.6rem;
 font-size:1.45rem
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets {
 margin-top:1.6rem;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-comment-wrapper,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-comment-wrapper {
 position:relative
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-comment-wrapper:hover .cmp-twitter__subTweets-span,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-comment-wrapper:hover .cmp-twitter__subTweets-span {
 position:absolute;
 top:-.25rem;
 height:3rem;
 width:3rem;
 background-color:#99f8ff;
 left:-.25rem;
 border-radius:50%;
 opacity:.3
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-comment-wrapper:hover .cmp-tweet__count,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-comment-wrapper:hover .cmp-tweet__count {
 color:#99f8ff
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-retweet-wrapper,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-retweet-wrapper {
 position:relative
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-retweet-wrapper:hover .cmp-twitter__subTweets-span,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-retweet-wrapper:hover .cmp-twitter__subTweets-span {
 position:absolute;
 top:-.25rem;
 height:3rem;
 width:3rem;
 background-color:#59d97d;
 left:-.25rem;
 border-radius:50%;
 opacity:.3
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-retweet-wrapper:hover .cmp-tweet__count,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-retweet-wrapper:hover .cmp-tweet__count {
 color:#59d97d
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-like-wrapper,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-like-wrapper {
 position:relative
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-like-wrapper:hover .cmp-twitter__subTweets-span,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-like-wrapper:hover .cmp-twitter__subTweets-span {
 position:absolute;
 top:-.25rem;
 height:3rem;
 width:3rem;
 background-color:#f2a6aa;
 left:-.25rem;
 border-radius:50%;
 opacity:.3
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-like-wrapper:hover .cmp-tweet__count,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-like-wrapper:hover .cmp-tweet__count {
 color:#f2a6aa
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-share-wrapper,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-share-wrapper {
 position:relative
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-share-wrapper:hover .cmp-twitter__subTweets-span,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-share-wrapper:hover .cmp-twitter__subTweets-span {
 position:absolute;
 top:-.25rem;
 height:3rem;
 width:3rem;
 background-color:#99f8ff;
 left:-.25rem;
 border-radius:50%;
 opacity:.3
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-share-wrapper:hover .cmp-tweet__count,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter-subTweets-share-wrapper:hover .cmp-tweet__count {
 color:#99f8ff
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter__anchor,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter__anchor {
 text-decoration:none;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 color:#012965
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter__anchor .cmp-twitter-subtweet-svg,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter__anchor .cmp-twitter-subtweet-svg {
 height:2.4rem;
 width:2.4rem
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter__anchor .cmp-tweet__count,
.cmp-twitter__horizontal .cmp-twitter__tweets .cmp-twitter__tweet .cmp-twitter-subTweets .cmp-twitter__anchor .cmp-tweet__count {
 margin-left:.5rem;
 color:#012965
}
@media(max-width:767.98px) {
 .cmp-twitter-vertical,
 .cmp-twitter__horizontal {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  margin-top:6.4rem
 }
 .cmp-twitter-vertical .cmp-twitter__tweet,
 .cmp-twitter__horizontal .cmp-twitter__tweet {
  margin-top:1.2rem
 }
 .cmp-twitter-vertical .cmp-twitter__tweet .cmp-twitter__media,
 .cmp-twitter__horizontal .cmp-twitter__tweet .cmp-twitter__media {
  width:100%;
  border-radius:.8rem
 }
}
.cmp-twitter-vertical {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.cmp-twitter-vertical .cmp-twitter__tweets {
 margin:1.6rem auto 0
}
.cmp-twitter-vertical .cmp-twitter__tweets .cmp-twitter__media {
 width:100%;
 border-radius:.8rem
}
@media(min-width:768px) {
 .cmp-twitter-vertical .cmp-twitter__tweets {
  width:50%
 }
}
