/* @import url('http://example.com/example_style.css');
@font-face{font-family:'Brandon Text';src:url(/fonts/BrandonTextWeb-Black.woff2) format("woff2"),url(/fonts/BrandonTextWeb-Black.woff) format("woff");font-weight:900;font-style:normal}
@font-face{font-family:'Brandon Text';src:url(/fonts/BrandonTextWeb-Bold.woff2) format("woff2"),url(/fonts/BrandonTextWeb-Bold.woff) format("woff");font-weight:700;font-style:normal}
@font-face{font-family:'Brandon Text';src:url(/fonts/BrandonTextWeb-LightItalic.woff2) format("woff2"),url(/fonts/BrandonTextWeb-LightItalic.woff) format("woff");font-weight:300;font-style:italic}
@font-face{font-family:'Brandon Text';src:url(/fonts/BrandonTextWeb-BlackItalic.woff2) format("woff2"),url(/fonts/BrandonTextWeb-BlackItalic.woff) format("woff");font-weight:900;font-style:italic}
@font-face{font-family:'Brandon Text';src:url(/fonts/BrandonTextWeb-BoldItalic.woff2) format("woff2"),url(/fonts/BrandonTextWeb-BoldItalic.woff) format("woff");font-weight:700;font-style:italic}
@font-face{font-family:'Brandon Text';src:url(/fonts/BrandonTextWeb.woff2) format("woff2"),url(/fonts/BrandonTextWeb.woff) format("woff");font-weight:400;font-style:normal}
@font-face{font-family:'Brandon Text';src:url(/fonts/BrandonTextWeb-Light.woff2) format("woff2"),url(/fonts/BrandonTextWeb-Light.woff) format("woff");font-weight:300;font-style:normal}
@font-face{font-family:'Brandon Text';src:url(/fonts/BrandonTextWeb-Italic.woff2) format("woff2"),url(/fonts/BrandonTextWeb-Italic.woff) format("woff");font-weight:400;font-style:italic}
*/

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

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

:root{--blue:#0075c9;--indigo:#6610f2;--purple:#8a1a9b;--pink:#e83e8c;--red:#ff2b00;--orange:#fd7e14;--yellow:#ffc107;--green:#00953b;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#929299;--gray-dark:#454547;--royal:#003e52;--lavendar:#6786b8;--sky:#ebeef7;--bamboo:#b4bd00;--gray-light:#e6e6ed;--primary:#003e52;--secondary:#8a1a9b;--success:#00953b;--info:#00953b;--warning:#ff2b00;--danger:#ff2b00;--light:#ebeef7;--dark:#003e52;--action:#b4bd00;--lavendar:#6786b8;--blue:#0075c9;--white:#fff;--gray-light:#e6e6ed;--gray:#929299;--gray-dark:#454547;--breakpoint-xs:0;--breakpoint-sm:768px;--breakpoint-md:992px;--breakpoint-lg:1232px;--breakpoint-xl:1472px;--font-family-sans-serif:"Brandon Text",Arial,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
*,::before,::after{box-sizing:border-box}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
body{margin:0;font-family:"Brandon Text",Arial,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#313133;text-align:left;background-color:#fff}
[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}
hr{box-sizing:content-box;height:0;overflow:visible}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1.5rem}
p{margin-top:0;margin-bottom:1.5rem}
p+h1,p+.h1,p+h2,p+.h2,p+h3,p+.h3,p+h4,p+.h4,p+h5,p+.h5,p+h6,p+.h6{margin-top:3.5rem}
abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}
address{margin-bottom:1rem;font-style:normal;line-height:inherit}
ol,ul,dl{margin-top:0;margin-bottom:1.5rem}
ol ol,ul ul,ol ul,ul ol{margin-bottom:0}
ul+h1,ul+.h1,ul+h2,ul+.h2,ul+h3,ul+.h3,ul+h4,ul+.h4,ul+h5,ul+.h5,ul+h6,ul+.h6{margin-top:3.5rem}
ol+h1,ol+.h1,ol+h2,ol+.h2,ol+h3,ol+.h3,ol+h4,ol+.h4,ol+h5,ol+.h5,ol+h6,ol+.h6{margin-top:3.5rem}
img+h1,img+.h1,img+h2,img+.h2,img+h3,img+.h3,img+h4,img+.h4,img+h5,img+.h5,img+h6,img+.h6{margin-top:3.5rem}
dt{font-weight:700}
dd{margin-bottom:.5rem;margin-left:0}
blockquote{margin:0 0 1rem}
b,strong{font-weight:700}
small{font-size:80%}
sub,sup{position:relative;font-size:50%;line-height:0;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.75em}
a{color:#0075c9;text-decoration:none;background-color:transparent}
a:hover{color:#4b95cb;text-decoration:underline}
a:not([href]){color:inherit;text-decoration:none}
a:not([href]):hover{color:inherit;text-decoration:none}
pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}
figure{margin:0 0 1rem}
figcaption{line-height:1.05rem}
img{vertical-align:middle;border-style:none}
svg{overflow:hidden;vertical-align:middle}
table{border-collapse:collapse}
caption{padding-top:1rem;padding-bottom:1rem;color:#929299;text-align:left;caption-side:bottom}
th{text-align:inherit}
label{display:inline-block;margin-bottom:.5rem}
button{border-radius:0}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}
input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
button,input{overflow:visible}
button,select{text-transform:none}
[role=button]{cursor:pointer}
select{word-wrap:normal}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}
input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}
textarea{overflow:auto;resize:vertical}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}
progress{vertical-align:baseline}
/*[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}*/
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}
input[type=number]{-moz-appearance:textfield}
[type=search]{outline-offset:-2px;-webkit-appearance:none}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
output{display:inline-block}
summary{display:list-item;cursor:pointer}
template{display:none}
[hidden]{display:none!important}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:1.5rem;font-weight:900;line-height:1.125;color:#003e52}
h1,.h1{font-size:2.5rem}
@media(min-width: 768px) {
h1,.h1{font-size:4rem}
}
h2,.h2{font-size:3rem}
h3,.h3{font-size:2rem}
h4,.h4{font-size:1.5rem}
h5,.h5{font-size:1.25rem}
h6,.h6{font-size:1rem}
.lead{font-size:1.125rem;font-weight:400}
@media(min-width: 768px) {
.lead{font-size:1.5rem;line-height:1.5}
}
.display-1{font-size:4rem;font-weight:300;line-height:1.125}
.display-2{font-size:3rem;font-weight:300;line-height:1.125}
.display-3{font-size:2rem;font-weight:300;line-height:1.125}
.display-4{font-size:1.5rem;font-weight:300;line-height:1.125}
hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #929299}
small,.small{font-size:.75rem;font-weight:400}
mark,.mark{padding:.2em;background-color:#fcf8e3}
.list-unstyled{padding-left:0;list-style:none}
.list-inline{padding-left:0;list-style:none}
.list-inline-item{display:inline-block}
.list-inline-item:not(:last-child){margin-right:.5rem}
.check-list {
  list-style: none;
  padding-left: 0;
}
.check-list li {
  position: relative;
  padding-left: 3.75rem;
  margin-bottom: 1rem;
}
.check-list li:before {
  content: "\e902";
  font-family: kapicons;
  font-size: 1.5rem;
  color: #fff;
  background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/bamboo-icon-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 24px;
}
@media (-webkit-device-pixel-ratio: 2x), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .check-list li:before {
    background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/bamboo-icon-bg-2x.png);
  }
}

.initialism{font-size:90%;text-transform:uppercase}
/* .blockquote{margin-bottom:2.5rem;padding:2.25rem 0 0 1rem;font-size:1.125rem;color:#0075c9;position:relative}
.blockquote:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;background:url(../../images/quote.png) left 1rem no-repeat;background-size:60px;z-index:-1}
.blockquote p:after{content:"\201D"}
.blockquote.blockquote-sm{font-size:1rem;margin-bottom:0;padding-top:.75rem;z-index:1}
.blockquote.blockquote-sm:before{background-position-y:0;background-size:48px} */
/* @media(min-width: 768px) {
.blockquote:before{background-size:70px}
}
@media(min-width: 992px) {
.blockquote{font-size:1.5rem}
.blockquote:before{background-size:80px}
.blockquote.blockquote-sm{font-size:1rem;margin-bottom:0;padding-top:.75rem}
.blockquote.blockquote-sm:before{background-position-y:0;background-size:48px}
}
.blockquote-footer{display:block;font-size:.75rem;color:#929299}
.blockquote-footer::before{content:"\2014\00A0"} */
.img-fluid{max-width:100%;height:auto}
.img-thumbnail{padding:.625rem;background-color:#fff;border:0 solid transparent;border-radius:0;box-shadow:none;max-width:100%;height:auto}
.figure{display:inline-block}
.figure-img{margin-bottom:.5rem;line-height:1}
.figure-caption{font-size:.75rem;color:#313133}
code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}
a>code{color:inherit}
kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#313133;border-radius:.5rem;box-shadow:inset 0 -.1rem 0 rgba(0,0,0,.25)}
kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}
pre{display:block;font-size:87.5%;color:#313133}
pre code{font-size:inherit;color:inherit;word-break:normal}
.pre-scrollable{max-height:340px;overflow-y:scroll}
.container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}
@media(min-width: 768px) {
.container{max-width:732px}
}
@media(min-width: 992px) {
.container{max-width:960px}
}
@media(min-width: 1232px) {
.container{max-width:1164px}
}
@media(min-width: 1472px) {
.container{max-width:1464px}
}
.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}
@media(min-width: 768px) {
.container-sm,.container{max-width:732px}
}
@media(min-width: 992px) {
.container-md,.container-sm,.container{max-width:960px}
}
@media(min-width: 1232px) {
.container-lg,.container-md,.container-sm,.container{max-width:1164px}
}
@media(min-width: 1472px) {
.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1464px}
}
.row{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}
.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:16px;padding-left:16px}
.col{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}
.row-cols-1>*{flex:0 0 100%;max-width:100%}
.row-cols-2>*{flex:0 0 50%;max-width:50%}
.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.row-cols-4>*{flex:0 0 25%;max-width:25%}
.row-cols-5>*{flex:0 0 20%;max-width:20%}
.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-auto{flex:0 0 auto;width:auto;max-width:100%}
.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}
.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-3{flex:0 0 25%;max-width:25%}
.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}
.col-6{flex:0 0 50%;max-width:50%}
.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}
.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}
.col-9{flex:0 0 75%;max-width:75%}
.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}
.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}
.col-12{flex:0 0 100%;max-width:100%}
.order-first{order:-1}
.order-last{order:13}
.order-0{order:0}
.order-1{order:1}
.order-2{order:2}
.order-3{order:3}
.order-4{order:4}
.order-5{order:5}
.order-6{order:6}
.order-7{order:7}
.order-8{order:8}
.order-9{order:9}
.order-10{order:10}
.order-11{order:11}
.order-12{order:12}
.offset-1{margin-left:8.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: 768px) {
.col-sm{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}
.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}
.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}
.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}
.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}
.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}
.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}
.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-sm-3{flex:0 0 25%;max-width:25%}
.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}
.col-sm-6{flex:0 0 50%;max-width:50%}
.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}
.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}
.col-sm-9{flex:0 0 75%;max-width:75%}
.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}
.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}
.col-sm-12{flex:0 0 100%;max-width:100%}
.order-sm-first{order:-1}
.order-sm-last{order:13}
.order-sm-0{order:0}
.order-sm-1{order:1}
.order-sm-2{order:2}
.order-sm-3{order:3}
.order-sm-4{order:4}
.order-sm-5{order:5}
.order-sm-6{order:6}
.order-sm-7{order:7}
.order-sm-8{order:8}
.order-sm-9{order:9}
.order-sm-10{order:10}
.order-sm-11{order:11}
.order-sm-12{order:12}
.offset-sm-0{margin-left:0}
.offset-sm-1{margin-left:8.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: 992px) {
.col-md{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}
.row-cols-md-1>*{flex:0 0 100%;max-width:100%}
.row-cols-md-2>*{flex:0 0 50%;max-width:50%}
.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.row-cols-md-4>*{flex:0 0 25%;max-width:25%}
.row-cols-md-5>*{flex:0 0 20%;max-width:20%}
.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}
.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}
.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-md-3{flex:0 0 25%;max-width:25%}
.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}
.col-md-6{flex:0 0 50%;max-width:50%}
.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}
.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}
.col-md-9{flex:0 0 75%;max-width:75%}
.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}
.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}
.col-md-12{flex:0 0 100%;max-width:100%}
.order-md-first{order:-1}
.order-md-last{order:13}
.order-md-0{order:0}
.order-md-1{order:1}
.order-md-2{order:2}
.order-md-3{order:3}
.order-md-4{order:4}
.order-md-5{order:5}
.order-md-6{order:6}
.order-md-7{order:7}
.order-md-8{order:8}
.order-md-9{order:9}
.order-md-10{order:10}
.order-md-11{order:11}
.order-md-12{order:12}
.offset-md-0{margin-left:0}
.offset-md-1{margin-left:8.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: 1232px) {
.col-lg{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}
.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}
.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}
.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}
.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}
.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}
.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}
.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-lg-3{flex:0 0 25%;max-width:25%}
.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}
.col-lg-6{flex:0 0 50%;max-width:50%}
.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}
.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}
.col-lg-9{flex:0 0 75%;max-width:75%}
.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}
.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}
.col-lg-12{flex:0 0 100%;max-width:100%}
.order-lg-first{order:-1}
.order-lg-last{order:13}
.order-lg-0{order:0}
.order-lg-1{order:1}
.order-lg-2{order:2}
.order-lg-3{order:3}
.order-lg-4{order:4}
.order-lg-5{order:5}
.order-lg-6{order:6}
.order-lg-7{order:7}
.order-lg-8{order:8}
.order-lg-9{order:9}
.order-lg-10{order:10}
.order-lg-11{order:11}
.order-lg-12{order:12}
.offset-lg-0{margin-left:0}
.offset-lg-1{margin-left:8.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: 1472px) {
.col-xl{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}
.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}
.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}
.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}
.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}
.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}
.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}
.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-xl-3{flex:0 0 25%;max-width:25%}
.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}
.col-xl-6{flex:0 0 50%;max-width:50%}
.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}
.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}
.col-xl-9{flex:0 0 75%;max-width:75%}
.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}
.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}
.col-xl-12{flex:0 0 100%;max-width:100%}
.order-xl-first{order:-1}
.order-xl-last{order:13}
.order-xl-0{order:0}
.order-xl-1{order:1}
.order-xl-2{order:2}
.order-xl-3{order:3}
.order-xl-4{order:4}
.order-xl-5{order:5}
.order-xl-6{order:6}
.order-xl-7{order:7}
.order-xl-8{order:8}
.order-xl-9{order:9}
.order-xl-10{order:10}
.order-xl-11{order:11}
.order-xl-12{order:12}
.offset-xl-0{margin-left:0}
.offset-xl-1{margin-left:8.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%;margin-bottom:1rem;color:#313133}
.table th,.table td{padding:1rem;vertical-align:top;border-bottom:1px solid #c1c1c6}
.table thead th{vertical-align:bottom;border-bottom:2px solid #c1c1c6;font-weight:700;font-size:1rem;letter-spacing:.1rem;text-transform:uppercase}
.table tbody+tbody{border-top:2px solid #c1c1c6}
.table-sm th,.table-sm td{padding:.5rem}
.table-bordered{border:1px solid #c1c1c6}
.table-bordered th,.table-bordered td{border:1px solid #c1c1c6}
.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}
.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(49,49,51,.05)}
.table-hover tbody tr:hover{color:#313133;background-color:rgba(103,134,184,.1)}
.table-primary,.table-primary>th,.table-primary>td{background-color:#b8c9cf}
.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7a9ba5}
.table-hover .table-primary:hover{background-color:#a9bdc5}
.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#a9bdc5}
.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#debfe3}
.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#c288cb}
.table-hover .table-secondary:hover{background-color:#d5addb}
.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#d5addb}
.table-success,.table-success>th,.table-success>td{background-color:#b8e1c8}
.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#7ac899}
.table-hover .table-success:hover{background-color:#a6d9ba}
.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#a6d9ba}
.table-info,.table-info>th,.table-info>td{background-color:#b8e1c8}
.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#7ac899}
.table-hover .table-info:hover{background-color:#a6d9ba}
.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a6d9ba}
.table-warning,.table-warning>th,.table-warning>td{background-color:#ffc4b8}
.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ff917a}
.table-hover .table-warning:hover{background-color:#ffaf9f}
.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffaf9f}
.table-danger,.table-danger>th,.table-danger>td{background-color:#ffc4b8}
.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ff917a}
.table-hover .table-danger:hover{background-color:#ffaf9f}
.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ffaf9f}
.table-light,.table-light>th,.table-light>td{background-color:#f5f7f9}
.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#edf0f5}
.table-hover .table-light:hover{background-color:#e5eaef}
.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#e5eaef}
.table-dark,.table-dark>th,.table-dark>td{background-color:#b8c9cf}
.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#7a9ba5}
.table-hover .table-dark:hover{background-color:#a9bdc5}
.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#a9bdc5}
.table-action,.table-action>th,.table-action>td{background-color:#eaedb8}
.table-action th,.table-action td,.table-action thead th,.table-action tbody+tbody{border-color:#d8dd7a}
.table-hover .table-action:hover{background-color:#e4e8a4}
.table-hover .table-action:hover>td,.table-hover .table-action:hover>th{background-color:#e4e8a4}
.table-lavendar,.table-lavendar>th,.table-lavendar>td{background-color:#d4ddeb}
.table-lavendar th,.table-lavendar td,.table-lavendar thead th,.table-lavendar tbody+tbody{border-color:#b0c0da}
.table-hover .table-lavendar:hover{background-color:#c3cfe3}
.table-hover .table-lavendar:hover>td,.table-hover .table-lavendar:hover>th{background-color:#c3cfe3}
.table-blue,.table-blue>th,.table-blue>td{background-color:#b8d8f0}
.table-blue th,.table-blue td,.table-blue thead th,.table-blue tbody+tbody{border-color:#7ab7e3}
.table-hover .table-blue:hover{background-color:#a3ccec}
.table-hover .table-blue:hover>td,.table-hover .table-blue:hover>th{background-color:#a3ccec}
.table-white,.table-white>th,.table-white>td{background-color:#fff}
.table-white th,.table-white td,.table-white thead th,.table-white tbody+tbody{border-color:#fff}
.table-hover .table-white:hover{background-color:#f2f2f2}
.table-hover .table-white:hover>td,.table-hover .table-white:hover>th{background-color:#f2f2f2}
.table-gray-light,.table-gray-light>th,.table-gray-light>td{background-color:#f8f8fa}
.table-gray-light th,.table-gray-light td,.table-gray-light thead th,.table-gray-light tbody+tbody{border-color:#f2f2f6}
.table-hover .table-gray-light:hover{background-color:#e9e9ef}
.table-hover .table-gray-light:hover>td,.table-hover .table-gray-light:hover>th{background-color:#e9e9ef}
.table-gray,.table-gray>th,.table-gray>td{background-color:#e0e0e2}
.table-gray th,.table-gray td,.table-gray thead th,.table-gray tbody+tbody{border-color:#c6c6ca}
.table-hover .table-gray:hover{background-color:#d3d3d6}
.table-hover .table-gray:hover>td,.table-hover .table-gray:hover>th{background-color:#d3d3d6}
.table-gray-dark,.table-gray-dark>th,.table-gray-dark>td{background-color:#cbcbcb}
.table-gray-dark th,.table-gray-dark td,.table-gray-dark thead th,.table-gray-dark tbody+tbody{border-color:#9e9e9f}
.table-hover .table-gray-dark:hover{background-color:#bebebe}
.table-hover .table-gray-dark:hover>td,.table-hover .table-gray-dark:hover>th{background-color:#bebebe}
.table-active,.table-active>th,.table-active>td{background-color:rgba(103,134,184,.1)}
.table-hover .table-active:hover{background-color:rgba(86,120,176,.1)}
.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(86,120,176,.1)}
.table .thead-dark th{color:#fff;background-color:#6786b8;border-color:#819bc4}
.table .thead-light th{color:#313133;background-color:#fff;border-color:#c1c1c6}
.table-dark{color:#fff;background-color:#6786b8}
.table-dark th,.table-dark td,.table-dark thead th{border-color:#819bc4}
.table-dark.table-bordered{border:0}
.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}
.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}
@media(max-width: 767.98px) {
.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive-sm>.table-bordered{border:0}
}
@media(max-width: 991.98px) {
.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive-md>.table-bordered{border:0}
}
@media(max-width: 1231.98px) {
.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive-lg>.table-bordered{border:0}
}
@media(max-width: 1471.98px) {
.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive-xl>.table-bordered{border:0}
}
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive>.table-bordered{border:0}
.form-control{display:block;width:100%;height:calc(1em + 2rem + 2px);padding:1rem 2rem;font-size:1rem;font-weight:400;line-height:1;color:#313133;background-color:#fff;background-clip:padding-box;border:1px solid #929299;border-radius:28px;box-shadow:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion: reduce) {
.form-control{transition:none}
}
.form-control::-ms-expand{background-color:transparent;border:0}
.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #313133}
.form-control:focus{color:#313133;background-color:#fff;border-color:#0075c9;outline:0;box-shadow:3px 4px 8px rgba(0,0,0,.25)}
.form-control::-moz-placeholder{color:#616166;opacity:1}
.form-control:-ms-input-placeholder{color:#616166;opacity:1}
.form-control::-ms-input-placeholder{color:#616166;opacity:1}
.form-control::placeholder{color:#616166;opacity:1}
.form-control:disabled,.form-control[readonly]{background-color:#e6e6ed;opacity:1}
input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}
select.form-control:focus::-ms-value{color:#313133;background-color:#fff}
.form-control-file,.form-control-range{display:block;width:100%}
.col-form-label{padding-top:calc(1rem + 1px);padding-bottom:calc(1rem + 1px);margin-bottom:0;font-size:inherit;line-height:1}
.col-form-label-lg{padding-top:calc(1.25rem + 1px);padding-bottom:calc(1.25rem + 1px);font-size:1.25rem;line-height:1}
.col-form-label-sm{padding-top:calc(0.75rem + 1px);padding-bottom:calc(0.75rem + 1px);font-size:.75rem;line-height:1}
.form-control-plaintext{display:block;width:100%;padding:1rem 0;margin-bottom:0;font-size:1rem;line-height:1;color:#313133;background-color:transparent;border:solid transparent;border-width:1px 0}
.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}
.form-control-sm{height:calc(1em + 1.5rem + 2px);padding:.75rem 1.25rem;font-size:.75rem;line-height:1;border-radius:26px}
.form-control-lg{height:calc(1em + 2.5rem + 2px);padding:1.25rem 2.75rem;font-size:1.25rem;line-height:1;border-radius:34px}
select.form-control[size],select.form-control[multiple]{height:auto}
textarea.form-control{height:auto}
.form-group{margin-bottom:2rem}
.form-text{display:block;margin-top:.25rem}
.form-row{display:flex;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}
.form-row>.col,.form-row>[class*=col-]{padding-right:8px;padding-left:8px}
.form-check{position:relative;display:block;padding-left:1.375rem}
.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.375rem}
.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#929299}
.form-check-label{margin-bottom:0}
.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}
.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}
.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.75rem;color:#00953b}
.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:1rem 1.25rem;margin-top:.1rem;font-size:.75rem;line-height:1.5;color:#fff;background-color:#00953b;border-radius:.5rem}
.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}
.was-validated .form-control:valid,.form-control.is-valid{border-color:#00953b;padding-right:calc(1em + 2rem);background-image:none;background-repeat:no-repeat;background-position:right calc(0.25em + 0.5rem) center;background-size:calc(0.5em + 1rem) calc(0.5em + 1rem)}
.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#00953b;box-shadow:0 0 0 .2rem rgba(0,149,59,.25)}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1em + 2rem);background-position:top calc(0.25em + 0.5rem) right calc(0.25em + 0.5rem)}
.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#00953b;padding-right:calc(0.75em + 4.5rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3e%3cpath fill='%23454547' d='M.22 2.03a.827.827 0 01-.16-.2.533.533 0 01-.06-.24V.33C0 .2.06.1.18.04.3-.02.41-.02.51.05l.02.02c.01 0 .02.01.02.02l3.27 1.95c.12.07.24.07.37 0L7.45.09l.04-.04c.11-.06.22-.07.33-.01.12.06.18.16.18.29v1.26c0 .19-.07.33-.22.44l-3.6 2.89c-.05.05-.1.08-.17.08s-.13-.03-.19-.08L.22 2.03z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px,none #fff no-repeat center right 3rem/calc(0.5em + 1rem) calc(0.5em + 1rem)}
.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#00953b;box-shadow:0 0 0 .2rem rgba(0,149,59,.25)}
.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#00953b}
.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}
.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#00953b}
.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#00953b}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#00c84f;background-color:#00c84f}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,149,59,.25)}
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#00953b}
.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#00953b}
.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#00953b;box-shadow:0 0 0 .2rem rgba(0,149,59,.25)}
.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.75rem;color:#ff2b00}
.invalid-tooltip{position:absolute;top:100%;z-index:5;display:block;max-width:100%;padding:1rem 1.25rem;margin-top:.1rem;font-size:.75rem;line-height:1.5;color:#fff;background-color:#ff2b00;border-radius:.5rem}
.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}
.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#ff2b00;padding-right:calc(1em + 2rem);background-image:none;background-repeat:no-repeat;background-position:right calc(0.25em + 0.5rem) center;background-size:calc(0.5em + 1rem) calc(0.5em + 1rem)}
.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ff2b00;box-shadow:0 0 0 .2rem rgba(255,43,0,.25)}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1em + 2rem);background-position:top calc(0.25em + 0.5rem) right calc(0.25em + 0.5rem)}
.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#ff2b00;padding-right:calc(0.75em + 4.5rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3e%3cpath fill='%23454547' d='M.22 2.03a.827.827 0 01-.16-.2.533.533 0 01-.06-.24V.33C0 .2.06.1.18.04.3-.02.41-.02.51.05l.02.02c.01 0 .02.01.02.02l3.27 1.95c.12.07.24.07.37 0L7.45.09l.04-.04c.11-.06.22-.07.33-.01.12.06.18.16.18.29v1.26c0 .19-.07.33-.22.44l-3.6 2.89c-.05.05-.1.08-.17.08s-.13-.03-.19-.08L.22 2.03z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px,none #fff no-repeat center right 3rem/calc(0.5em + 1rem) calc(0.5em + 1rem)}
.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#ff2b00;box-shadow:0 0 0 .2rem rgba(255,43,0,.25)}
.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#ff2b00}
.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}
.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#ff2b00}
.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#ff2b00}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#f53;background-color:#f53}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(255,43,0,.25)}
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#ff2b00}
.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#ff2b00}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff2b00;box-shadow:0 0 0 .2rem rgba(255,43,0,.25)}
.form-inline{display:flex;flex-flow:row wrap;align-items:center}
.form-inline .form-check{width:100%}
@media(min-width: 768px) {
.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}
.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.form-inline .form-control-plaintext{display:inline-block}
.form-inline .input-group,.form-inline .custom-select{width:auto}
.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}
.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}
.form-inline .custom-control{align-items:center;justify-content:center}
.form-inline .custom-control-label{margin-bottom:0}
}
.form-section{margin-bottom:2rem}
.form-section:last-child{margin-bottom:0}
.form-group.required{position:relative}
.form-group.required .form-text+.invalid-tooltip{margin-bottom:18px}
.form-group.required label:after{content:"*";color:#ff2b00;margin-left:.25rem}
.form-help{padding-left:1rem!important;padding-right:1rem!important}
.invalid-tooltip{padding:.5rem 1rem;box-shadow:3px 4px 8px rgba(0,0,0,.25)}
.custom-control{margin-bottom:.75rem}
select[multiple]{border-radius:.25rem}
textarea.form-control{resize:none;border-radius:.25rem}
select.custom-select{padding:.75rem 2rem;line-height:normal}
select.custom-select-sm{padding:.375rem 2rem .625rem;line-height:normal}
select.custom-select.help{background-position:right 5rem center}
.was-validated .custom-select.arrow-append-5:valid,.was-validated .custom-select.is-valid.arrow-append-5{background-position:right 5rem center,right 6rem center}
.was-validated .custom-select.arrow-append-6:valid,.was-validated .custom-select.is-valid.arrow-append-6{background-position:right 6rem center,right 7rem center}
.was-validated .custom-select.arrow-append-7:valid,.was-validated .custom-select.is-valid.arrow-append-7{background-position:right 7rem center,right 8rem center}
.was-validated .custom-select.arrow-append-8:valid,.was-validated .custom-select.is-valid.arrow-append-8{background-position:right 8rem center,right 9rem center}
.was-validated .custom-select.arrow-append-9:valid,.was-validated .custom-select.is-valid.arrow-append-9{background-position:right 9rem center,right 10rem center}
.was-validated .custom-select.arrow-append-10:valid,.was-validated .custom-select.is-valid.arrow-append-10{background-position:right 10rem center,right 11rem center}
.btn{display:inline-block;font-weight:900;letter-spacing:.2rem;text-transform:uppercase;color:#313133;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:1rem 2rem;font-size:1rem;line-height:1;border-radius:28px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion: reduce) {
.btn{transition:none}
}
.btn:hover{color:#313133;text-decoration:none}
.btn:focus,.btn.focus{outline:0;box-shadow:none}
.btn.disabled,.btn:disabled{opacity:.65;box-shadow:none}
.btn:not(:disabled):not(.disabled){cursor:pointer}
.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{box-shadow:none}
a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}
.btn-primary{color:#fff;background-color:#003e52;border-color:#003e52;box-shadow:none}
.btn-primary:hover{color:#fff;background-color:#006585;border-color:#006585}
.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#006585;border-color:#006585;box-shadow:none}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#003e52;border-color:#003e52}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#006585;border-color:#006585}
.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:none}
.btn-secondary{color:#fff;background-color:#8a1a9b;border-color:#8a1a9b;box-shadow:none}
.btn-secondary:hover{color:#fff;background-color:#b121c7;border-color:#b121c7}
.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#b121c7;border-color:#b121c7;box-shadow:none}
.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#8a1a9b;border-color:#8a1a9b}
.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#b121c7;border-color:#b121c7}
.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:none}
.btn-success{color:#fff;background-color:#00953b;border-color:#00953b;box-shadow:none}
.btn-success:hover{color:#fff;background-color:#00c84f;border-color:#00c84f}
.btn-success:focus,.btn-success.focus{color:#fff;background-color:#00c84f;border-color:#00c84f;box-shadow:none}
.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#00953b;border-color:#00953b}
.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#00c84f;border-color:#00c84f}
.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:none}
.btn-info{color:#fff;background-color:#00953b;border-color:#00953b;box-shadow:none}
.btn-info:hover{color:#fff;background-color:#00c84f;border-color:#00c84f}
.btn-info:focus,.btn-info.focus{color:#fff;background-color:#00c84f;border-color:#00c84f;box-shadow:none}
.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#00953b;border-color:#00953b}
.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#00c84f;border-color:#00c84f}
.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:none}
.btn-warning{color:#fff;background-color:#ff2b00;border-color:#ff2b00;box-shadow:none}
.btn-warning:hover{color:#fff;background-color:#f53;border-color:#f53}
.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#f53;border-color:#f53;box-shadow:none}
.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#ff2b00;border-color:#ff2b00}
.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#f53;border-color:#f53}
.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:none}
.btn-danger{color:#fff;background-color:#ff2b00;border-color:#ff2b00;box-shadow:none}
.btn-danger:hover{color:#fff;background-color:#f53;border-color:#f53}
.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#f53;border-color:#f53;box-shadow:none}
.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#ff2b00;border-color:#ff2b00}
.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#f53;border-color:#f53}
.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:none}
.btn-light{color:#313133;background-color:#ebeef7;border-color:#ebeef7;box-shadow:none}
.btn-light:hover{color:#313133;background-color:#fcfdfe;border-color:#fcfdfe}
.btn-light:focus,.btn-light.focus{color:#313133;background-color:#fcfdfe;border-color:#fcfdfe;box-shadow:none}
.btn-light.disabled,.btn-light:disabled{color:#313133;background-color:#ebeef7;border-color:#ebeef7}
.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#313133;background-color:#fcfdfe;border-color:#fcfdfe}
.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:none}
.btn-dark{color:#fff;background-color:#003e52;border-color:#003e52;box-shadow:none}
.btn-dark:hover{color:#fff;background-color:#006585;border-color:#006585}
.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#006585;border-color:#006585;box-shadow:none}
.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#003e52;border-color:#003e52}
.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#006585;border-color:#006585}
.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:none}
.btn-action{color:#313133;background-color:#b4bd00;border-color:#b4bd00;box-shadow:none}
.btn-action:hover{color:#313133;background-color:#e5f000;border-color:#e5f000}
.btn-action:focus,.btn-action.focus{color:#313133;background-color:#e5f000;border-color:#e5f000;box-shadow:none}
.btn-action.disabled,.btn-action:disabled{color:#313133;background-color:#b4bd00;border-color:#b4bd00}
.btn-action:not(:disabled):not(.disabled):active,.btn-action:not(:disabled):not(.disabled).active,.show>.btn-action.dropdown-toggle{color:#313133;background-color:#e5f000;border-color:#e5f000}
.btn-action:not(:disabled):not(.disabled):active:focus,.btn-action:not(:disabled):not(.disabled).active:focus,.show>.btn-action.dropdown-toggle:focus{box-shadow:none}
.btn-lavendar{color:#fff;background-color:#6786b8;border-color:#6786b8;box-shadow:none}
.btn-lavendar:hover{color:#313133;background-color:#8aa2c8;border-color:#8aa2c8}
.btn-lavendar:focus,.btn-lavendar.focus{color:#313133;background-color:#8aa2c8;border-color:#8aa2c8;box-shadow:none}
.btn-lavendar.disabled,.btn-lavendar:disabled{color:#fff;background-color:#6786b8;border-color:#6786b8}
.btn-lavendar:not(:disabled):not(.disabled):active,.btn-lavendar:not(:disabled):not(.disabled).active,.show>.btn-lavendar.dropdown-toggle{color:#313133;background-color:#8aa2c8;border-color:#8aa2c8}
.btn-lavendar:not(:disabled):not(.disabled):active:focus,.btn-lavendar:not(:disabled):not(.disabled).active:focus,.show>.btn-lavendar.dropdown-toggle:focus{box-shadow:none}
.btn-blue{color:#fff;background-color:#0075c9;border-color:#0075c9;box-shadow:none}
.btn-blue:hover{color:#fff;background-color:#0093fc;border-color:#0093fc}
.btn-blue:focus,.btn-blue.focus{color:#fff;background-color:#0093fc;border-color:#0093fc;box-shadow:none}
.btn-blue.disabled,.btn-blue:disabled{color:#fff;background-color:#0075c9;border-color:#0075c9}
.btn-blue:not(:disabled):not(.disabled):active,.btn-blue:not(:disabled):not(.disabled).active,.show>.btn-blue.dropdown-toggle{color:#fff;background-color:#0093fc;border-color:#0093fc}
.btn-blue:not(:disabled):not(.disabled):active:focus,.btn-blue:not(:disabled):not(.disabled).active:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:none}
.btn-white{color:#313133;background-color:#fff;border-color:#fff;box-shadow:none}
.btn-white:hover{color:#313133;background-color:#fff;border-color:#fff}
.btn-white:focus,.btn-white.focus{color:#313133;background-color:#fff;border-color:#fff;box-shadow:none}
.btn-white.disabled,.btn-white:disabled{color:#313133;background-color:#fff;border-color:#fff}
.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active,.show>.btn-white.dropdown-toggle{color:#313133;background-color:#fff;border-color:#fff}
.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white:not(:disabled):not(.disabled).active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:none}
.btn-gray-light{color:#313133;background-color:#e6e6ed;border-color:#e6e6ed;box-shadow:none}
.btn-gray-light:hover{color:#313133;background-color:#fff;border-color:#fff}
.btn-gray-light:focus,.btn-gray-light.focus{color:#313133;background-color:#fff;border-color:#fff;box-shadow:none}
.btn-gray-light.disabled,.btn-gray-light:disabled{color:#313133;background-color:#e6e6ed;border-color:#e6e6ed}
.btn-gray-light:not(:disabled):not(.disabled):active,.btn-gray-light:not(:disabled):not(.disabled).active,.show>.btn-gray-light.dropdown-toggle{color:#313133;background-color:#fff;border-color:#fff}
.btn-gray-light:not(:disabled):not(.disabled):active:focus,.btn-gray-light:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-light.dropdown-toggle:focus{box-shadow:none}
.btn-gray{color:#fff;background-color:#929299;border-color:#929299;box-shadow:none}
.btn-gray:hover{color:#313133;background-color:#acacb2;border-color:#acacb2}
.btn-gray:focus,.btn-gray.focus{color:#313133;background-color:#acacb2;border-color:#acacb2;box-shadow:none}
.btn-gray.disabled,.btn-gray:disabled{color:#fff;background-color:#929299;border-color:#929299}
.btn-gray:not(:disabled):not(.disabled):active,.btn-gray:not(:disabled):not(.disabled).active,.show>.btn-gray.dropdown-toggle{color:#313133;background-color:#acacb2;border-color:#acacb2}
.btn-gray:not(:disabled):not(.disabled):active:focus,.btn-gray:not(:disabled):not(.disabled).active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:none}
.btn-gray-dark{color:#fff;background-color:#454547;border-color:#454547;box-shadow:none}
.btn-gray-dark:hover{color:#fff;background-color:#5e5e61;border-color:#5e5e61}
.btn-gray-dark:focus,.btn-gray-dark.focus{color:#fff;background-color:#5e5e61;border-color:#5e5e61;box-shadow:none}
.btn-gray-dark.disabled,.btn-gray-dark:disabled{color:#fff;background-color:#454547;border-color:#454547}
.btn-gray-dark:not(:disabled):not(.disabled):active,.btn-gray-dark:not(:disabled):not(.disabled).active,.show>.btn-gray-dark.dropdown-toggle{color:#fff;background-color:#5e5e61;border-color:#5e5e61}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus,.btn-gray-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-gray-dark.dropdown-toggle:focus{box-shadow:none}
.btn-outline-primary{color:#003e52;border-color:#003e52}
.btn-outline-primary:hover{color:#fff;background-color:#003e52;border-color:#003e52}
.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:none}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#003e52;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:#003e52;border-color:#003e52}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:none}
.btn-outline-secondary{color:#8a1a9b;border-color:#8a1a9b}
.btn-outline-secondary:hover{color:#fff;background-color:#8a1a9b;border-color:#8a1a9b}
.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:none}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#8a1a9b;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:#8a1a9b;border-color:#8a1a9b}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:none}
.btn-outline-success{color:#00953b;border-color:#00953b}
.btn-outline-success:hover{color:#fff;background-color:#00953b;border-color:#00953b}
.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:none}
.btn-outline-success.disabled,.btn-outline-success:disabled{color:#00953b;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:#00953b;border-color:#00953b}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:none}
.btn-outline-info{color:#00953b;border-color:#00953b}
.btn-outline-info:hover{color:#fff;background-color:#00953b;border-color:#00953b}
.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:none}
.btn-outline-info.disabled,.btn-outline-info:disabled{color:#00953b;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:#00953b;border-color:#00953b}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:none}
.btn-outline-warning{color:#ff2b00;border-color:#ff2b00}
.btn-outline-warning:hover{color:#fff;background-color:#ff2b00;border-color:#ff2b00}
.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:none}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ff2b00;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:#fff;background-color:#ff2b00;border-color:#ff2b00}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:none}
.btn-outline-danger{color:#ff2b00;border-color:#ff2b00}
.btn-outline-danger:hover{color:#fff;background-color:#ff2b00;border-color:#ff2b00}
.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:none}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ff2b00;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:#ff2b00;border-color:#ff2b00}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:none}
.btn-outline-light{color:#ebeef7;border-color:#ebeef7}
.btn-outline-light:hover{color:#313133;background-color:#ebeef7;border-color:#ebeef7}
.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:none}
.btn-outline-light.disabled,.btn-outline-light:disabled{color:#ebeef7;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:#313133;background-color:#ebeef7;border-color:#ebeef7}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:none}
.btn-outline-dark{color:#003e52;border-color:#003e52}
.btn-outline-dark:hover{color:#fff;background-color:#003e52;border-color:#003e52}
.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:none}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#003e52;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:#003e52;border-color:#003e52}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:none}
.btn-outline-action{color:#b4bd00;border-color:#b4bd00}
.btn-outline-action:hover{color:#313133;background-color:#b4bd00;border-color:#b4bd00}
.btn-outline-action:focus,.btn-outline-action.focus{box-shadow:none}
.btn-outline-action.disabled,.btn-outline-action:disabled{color:#b4bd00;background-color:transparent}
.btn-outline-action:not(:disabled):not(.disabled):active,.btn-outline-action:not(:disabled):not(.disabled).active,.show>.btn-outline-action.dropdown-toggle{color:#313133;background-color:#b4bd00;border-color:#b4bd00}
.btn-outline-action:not(:disabled):not(.disabled):active:focus,.btn-outline-action:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-action.dropdown-toggle:focus{box-shadow:none}
.btn-outline-lavendar{color:#6786b8;border-color:#6786b8}
.btn-outline-lavendar:hover{color:#fff;background-color:#6786b8;border-color:#6786b8}
.btn-outline-lavendar:focus,.btn-outline-lavendar.focus{box-shadow:none}
.btn-outline-lavendar.disabled,.btn-outline-lavendar:disabled{color:#6786b8;background-color:transparent}
.btn-outline-lavendar:not(:disabled):not(.disabled):active,.btn-outline-lavendar:not(:disabled):not(.disabled).active,.show>.btn-outline-lavendar.dropdown-toggle{color:#fff;background-color:#6786b8;border-color:#6786b8}
.btn-outline-lavendar:not(:disabled):not(.disabled):active:focus,.btn-outline-lavendar:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-lavendar.dropdown-toggle:focus{box-shadow:none}
.btn-outline-blue{color:#0075c9;border-color:#0075c9}
.btn-outline-blue:hover{color:#fff;background-color:#0075c9;border-color:#0075c9}
.btn-outline-blue:focus,.btn-outline-blue.focus{box-shadow:none}
.btn-outline-blue.disabled,.btn-outline-blue:disabled{color:#0075c9;background-color:transparent}
.btn-outline-blue:not(:disabled):not(.disabled):active,.btn-outline-blue:not(:disabled):not(.disabled).active,.show>.btn-outline-blue.dropdown-toggle{color:#fff;background-color:#0075c9;border-color:#0075c9}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,.btn-outline-blue:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue.dropdown-toggle:focus{box-shadow:none}
.btn-outline-white{color:#fff;border-color:#fff}
.btn-outline-white:hover{color:#313133;background-color:#fff;border-color:#fff}
.btn-outline-white:focus,.btn-outline-white.focus{box-shadow:none}
.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}
.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.show>.btn-outline-white.dropdown-toggle{color:#313133;background-color:#fff;border-color:#fff}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:none}
.btn-outline-gray-light{color:#e6e6ed;border-color:#e6e6ed}
.btn-outline-gray-light:hover{color:#313133;background-color:#e6e6ed;border-color:#e6e6ed}
.btn-outline-gray-light:focus,.btn-outline-gray-light.focus{box-shadow:none}
.btn-outline-gray-light.disabled,.btn-outline-gray-light:disabled{color:#e6e6ed;background-color:transparent}
.btn-outline-gray-light:not(:disabled):not(.disabled):active,.btn-outline-gray-light:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-light.dropdown-toggle{color:#313133;background-color:#e6e6ed;border-color:#e6e6ed}
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-light.dropdown-toggle:focus{box-shadow:none}
.btn-outline-gray{color:#929299;border-color:#929299}
.btn-outline-gray:hover{color:#fff;background-color:#929299;border-color:#929299}
.btn-outline-gray:focus,.btn-outline-gray.focus{box-shadow:none}
.btn-outline-gray.disabled,.btn-outline-gray:disabled{color:#929299;background-color:transparent}
.btn-outline-gray:not(:disabled):not(.disabled):active,.btn-outline-gray:not(:disabled):not(.disabled).active,.show>.btn-outline-gray.dropdown-toggle{color:#fff;background-color:#929299;border-color:#929299}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,.btn-outline-gray:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray.dropdown-toggle:focus{box-shadow:none}
.btn-outline-gray-dark{color:#454547;border-color:#454547}
.btn-outline-gray-dark:hover{color:#fff;background-color:#454547;border-color:#454547}
.btn-outline-gray-dark:focus,.btn-outline-gray-dark.focus{box-shadow:none}
.btn-outline-gray-dark.disabled,.btn-outline-gray-dark:disabled{color:#454547;background-color:transparent}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active,.btn-outline-gray-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-gray-dark.dropdown-toggle{color:#fff;background-color:#454547;border-color:#454547}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray-dark.dropdown-toggle:focus{box-shadow:none}
.btn-action{color:#313133;background-color:#b4bd00;border-color:#b4bd00;box-shadow:none;color:#fff}
.btn-action:hover{color:#313133;background-color:#ccd700;border-color:#ccd700}
.btn-action:focus,.btn-action.focus{color:#313133;background-color:#ccd700;border-color:#ccd700;box-shadow:none}
.btn-action.disabled,.btn-action:disabled{color:#313133;background-color:#b4bd00;border-color:#b4bd00}
.btn-action:not(:disabled):not(.disabled):active,.btn-action:not(:disabled):not(.disabled).active,.show>.btn-action.dropdown-toggle{color:#313133;background-color:#ccd700;border-color:#ccd700}
.btn-action:not(:disabled):not(.disabled):active:focus,.btn-action:not(:disabled):not(.disabled).active:focus,.show>.btn-action.dropdown-toggle:focus{box-shadow:none}
.btn-action:hover{color:#fff;border-color:#ccd700}
.btn-action:focus,.btn-action.focus{color:#fff;border-color:#ccd700;box-shadow:none}
.btn-action:not(:disabled):not(.disabled):active,.btn-action:not(:disabled):not(.disabled).active,.show>.btn-action.dropdown-toggle{color:#fff;background-color:#ccd700;border-color:#ccd700}
.btn-action:not(:disabled):not(.disabled):active:focus,.btn-action:not(:disabled):not(.disabled).active:focus,.show>.btn-action.dropdown-toggle:focus{box-shadow:none}
.btn-lavendar{color:#fff;background-color:#6786b8;border-color:#6786b8;box-shadow:none;color:#fff}
.btn-lavendar:hover{color:#fff;background-color:#7894c0;border-color:#7894c0}
.btn-lavendar:focus,.btn-lavendar.focus{color:#fff;background-color:#7894c0;border-color:#7894c0;box-shadow:none}
.btn-lavendar.disabled,.btn-lavendar:disabled{color:#fff;background-color:#6786b8;border-color:#6786b8}
.btn-lavendar:not(:disabled):not(.disabled):active,.btn-lavendar:not(:disabled):not(.disabled).active,.show>.btn-lavendar.dropdown-toggle{color:#fff;background-color:#7894c0;border-color:#7894c0}
.btn-lavendar:not(:disabled):not(.disabled):active:focus,.btn-lavendar:not(:disabled):not(.disabled).active:focus,.show>.btn-lavendar.dropdown-toggle:focus{box-shadow:none}
.btn-lavendar:hover{color:#fff;border-color:#8aa2c8}
.btn-lavendar:focus,.btn-lavendar.focus{color:#fff;border-color:#8aa2c8;box-shadow:none}
.btn-lavendar:not(:disabled):not(.disabled):active,.btn-lavendar:not(:disabled):not(.disabled).active,.show>.btn-lavendar.dropdown-toggle{color:#fff;background-color:#8aa2c8;border-color:#8aa2c8}
.btn-lavendar:not(:disabled):not(.disabled):active:focus,.btn-lavendar:not(:disabled):not(.disabled).active:focus,.show>.btn-lavendar.dropdown-toggle:focus{box-shadow:none}
.btn-white{color:#313133;background-color:#fff;border-color:#fff;box-shadow:none;color:#003e52}
.btn-white:hover{color:#313133;background-color:#ccd700;border-color:#ccd700}
.btn-white:focus,.btn-white.focus{color:#313133;background-color:#ccd700;border-color:#ccd700;box-shadow:none}
.btn-white.disabled,.btn-white:disabled{color:#313133;background-color:#fff;border-color:#fff}
.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active,.show>.btn-white.dropdown-toggle{color:#313133;background-color:#ccd700;border-color:#ccd700}
.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white:not(:disabled):not(.disabled).active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:none}
.btn-white:hover{color:#fff;border-color:#ccd700}
.btn-white:focus,.btn-white.focus{color:#fff;border-color:#ccd700;box-shadow:none}
.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active,.show>.btn-white.dropdown-toggle{color:#fff;background-color:#ccd700;border-color:#ccd700}
.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white:not(:disabled):not(.disabled).active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:none}
.btn-outline-white{color:#fff;border-color:#fff}
.btn-outline-white:hover{color:#003e52;background-color:#fff;border-color:#fff}
.btn-outline-white:focus,.btn-outline-white.focus{box-shadow:none}
.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}
.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.show>.btn-outline-white.dropdown-toggle{color:#313133;background-color:#fff;border-color:#fff}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:none}
.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.show>.btn-outline-white.dropdown-toggle{color:#003e52}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:none}
.btn-link{font-weight:400;color:#0075c9;text-decoration:none}
.btn-link:hover{color:#4b95cb;text-decoration:underline}
.btn-link:focus,.btn-link.focus{text-decoration:underline}
.btn-link:disabled,.btn-link.disabled{color:#929299;pointer-events:none}
.btn-lg,.btn-group-lg>.btn{padding:1.25rem 2.75rem;font-size:1.25rem;line-height:1;border-radius:34px}
.btn-sm,.btn-group-sm>.btn{padding:.75rem 1.25rem;font-size:.75rem;line-height:1;border-radius:26px}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:.5rem}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}
.fade{transition:opacity .15s linear}
@media(prefers-reduced-motion: reduce) {
.fade{transition:none}
}
.fade:not(.show){opacity:0}
.collapse:not(.show){display:none}
.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}
@media(prefers-reduced-motion: reduce) {
.collapsing{transition:none}
}
.dropup,.dropright,.dropdown,.dropleft{position:relative}
.dropdown-toggle{white-space:nowrap}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#313133;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #c1c1c6;border-radius:.5rem;box-shadow:3px 4px 8px rgba(0,0,0,.25)}
.dropdown-menu-left{right:auto;left:0}
.dropdown-menu-right{right:0;left:auto}
@media(min-width: 768px) {
.dropdown-menu-sm-left{right:auto;left:0}
.dropdown-menu-sm-right{right:0;left:auto}
}
@media(min-width: 992px) {
.dropdown-menu-md-left{right:auto;left:0}
.dropdown-menu-md-right{right:0;left:auto}
}
@media(min-width: 1232px) {
.dropdown-menu-lg-left{right:auto;left:0}
.dropdown-menu-lg-right{right:0;left:auto}
}
@media(min-width: 1472px) {
.dropdown-menu-xl-left{right:auto;left:0}
.dropdown-menu-xl-right{right:0;left:auto}
}
.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}
.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}
.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::before{vertical-align:0}
.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}
.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #c1c1c6}
.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#313133;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}
.dropdown-item:hover,.dropdown-item:focus{color:#96969a;text-decoration:none;background-color:transparent}
.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#8a1a9b}
.dropdown-item.disabled,.dropdown-item:disabled{color:#929299;pointer-events:none;background-color:transparent}
.dropdown-menu.show{display:block}
.dropdown-header{display:block;padding:.5rem;margin-bottom:0;font-size:.75rem;color:#fff;white-space:nowrap;font-size:.75rem;font-weight:700;letter-spacing:.2rem;background-color:#6786b8;text-transform:uppercase}
.dropdown-item-text{display:block;padding:.25rem 1rem;color:#313133}
@media(min-width: 992px) {
.dropdown-menu.fade{display:block;opacity:0;pointer-events:none}
}
.show>.dropdown-menu.fade{pointer-events:auto;opacity:1}
.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}
.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}
.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}
.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}
.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}
.btn-toolbar .input-group{width:auto}
.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}
.dropdown-toggle-split{padding-right:1.5rem;padding-left:1.5rem}
.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}
.dropleft .dropdown-toggle-split::before{margin-right:0}
.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.9375rem;padding-left:.9375rem}
.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:2.0625rem;padding-left:2.0625rem}
.btn-group.show .dropdown-toggle{box-shadow:none}
.btn-group.show .dropdown-toggle.btn-link{box-shadow:none}
.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}
.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}
.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}
.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}
.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}
.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}
.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}
.input-group>.custom-file .custom-file-input:focus{z-index:4}
.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:28px;border-bottom-right-radius:28px}
.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:28px;border-bottom-left-radius:28px}
.input-group>.custom-file{display:flex;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:28px;border-bottom-right-radius:28px}
.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:28px;border-bottom-left-radius:28px}
.input-group .form-control.input-search{padding-right:7.5rem}
.input-group .form-control.input-news{padding-right:10.875rem}
.input-group-prepend{display:flex;position:absolute;left:0;z-index:3}
.input-group-append{display:flex;position:absolute;right:0;z-index:3}
.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}
.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}
.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}
.input-group-prepend{margin-right:-1px}
.input-group-append{margin-left:-1px}
.input-group-text{display:flex;align-items:center;padding:1rem 2rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1;color:#313133;text-align:center;white-space:nowrap;background-color:#f0f0f5;border:1px solid #929299;border-radius:28px}
.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}
.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1em + 2.5rem + 2px)}
.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:1.25rem 2.75rem;font-size:1.25rem;line-height:1;border-radius:34px}
.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1em + 1.5rem + 2px)}
.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.75rem 1.25rem;font-size:.75rem;line-height:1;border-radius:26px}
.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:3rem}
.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.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){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:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.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){border-top-left-radius:0;border-bottom-left-radius:0}
.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:2.125rem}
.custom-control-inline{display:inline-flex;margin-right:1rem}
.custom-control-input{position:absolute;left:0;z-index:-1;width:1.625rem;height:1.5625rem;opacity:0}
.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#8a1a9b;background-color:#8a1a9b;box-shadow:none}
.custom-control-input:focus~.custom-control-label::before{box-shadow:none,3px 4px 8px rgba(0,0,0,.25)}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#8a1a9b}
.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#db7ee9;border-color:#db7ee9;box-shadow:none}
.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#929299}
.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#e6e6ed}
.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}
.custom-control-label::before{position:absolute;top:-.0625rem;left:-2.125rem;display:block;width:1.625rem;height:1.625rem;pointer-events:none;content:"";background-color:#fff;border:#929299 solid 1px;box-shadow:none}
.custom-control-label::after{position:absolute;top:-.0625rem;left:-2.125rem;display:block;width:1.625rem;height:1.625rem;content:"";background:no-repeat 50%/50% 50%}
.custom-checkbox .custom-control-label::before{border-radius:0}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#8a1a9b;background-color:#8a1a9b;box-shadow:none}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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(138,26,155,.5)}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(138,26,155,.5)}
.custom-radio .custom-control-label::before{border-radius:50%}
.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(138,26,155,.5)}
.custom-switch{padding-left:3.34375rem}
.custom-switch .custom-control-label::before{left:-3.34375rem;width:2.84375rem;pointer-events:all;border-radius:.8125rem}
.custom-switch .custom-control-label::after{top:calc(-0.0625rem + 2px);left:calc(-3.34375rem + 2px);width:calc(1.625rem - 4px);height:calc(1.625rem - 4px);background-color:#929299;border-radius:.8125rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after{transition:none}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(1.21875rem)}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(138,26,155,.5)}
.custom-select{display:inline-block;width:100%;height:calc(1em + 2rem + 2px);padding:1rem 3rem 1rem 2rem;font-size:1rem;font-weight:400;line-height:1;color:#313133;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3e%3cpath fill='%23454547' d='M.22 2.03a.827.827 0 01-.16-.2.533.533 0 01-.06-.24V.33C0 .2.06.1.18.04.3-.02.41-.02.51.05l.02.02c.01 0 .02.01.02.02l3.27 1.95c.12.07.24.07.37 0L7.45.09l.04-.04c.11-.06.22-.07.33-.01.12.06.18.16.18.29v1.26c0 .19-.07.33-.22.44l-3.6 2.89c-.05.05-.1.08-.17.08s-.13-.03-.19-.08L.22 2.03z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px;border:1px solid #929299;border-radius:28px;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.custom-select:focus{border-color:#0075c9;outline:0;box-shadow:3px 4px 8px rgba(0,0,0,.25)}
.custom-select:focus::-ms-value{color:#313133;background-color:#fff}
.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:2rem;background-image:none}
.custom-select:disabled{color:#929299;background-color:#f0f0f5}
.custom-select::-ms-expand{display:none}
.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #313133}
.custom-select-sm{height:calc(1em + 1.5rem + 2px);padding-top:.75rem;padding-bottom:.75rem;padding-left:1.25rem;font-size:.75rem}
.custom-select-lg{height:calc(1em + 2.5rem + 2px);padding-top:1.25rem;padding-bottom:1.25rem;padding-left:2.75rem;font-size:1.25rem}
.custom-file{position:relative;display:inline-block;width:100%;height:calc(1em + 2rem + 2px);margin-bottom:0}
.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1em + 2rem + 2px);margin:0;opacity:0}
.custom-file-input:focus~.custom-file-label{border-color:#0075c9;box-shadow:3px 4px 8px rgba(0,0,0,.25)}
.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e6e6ed}
.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}
.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}
.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1em + 2rem + 2px);padding:1rem 2rem;font-weight:400;line-height:1;color:#313133;background-color:#fff;border:1px solid #929299;border-radius:28px;box-shadow:none}
.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1em + 2rem);padding:1rem 2rem;line-height:1;color:#313133;content:"Browse";background-color:#f0f0f5;border-left:inherit;border-radius:0 28px 28px 0}
.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.custom-range:focus{outline:none}
.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,3px 4px 8px rgba(0,0,0,.25)}
.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,3px 4px 8px rgba(0,0,0,.25)}
.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,3px 4px 8px rgba(0,0,0,.25)}
.custom-range::-moz-focus-outer{border:0}
.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#8a1a9b;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}
@media(prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}
}
.custom-range::-webkit-slider-thumb:active{background-color:#db7ee9}
.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e6e6ed;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}
.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#8a1a9b;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}
@media(prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}
}
.custom-range::-moz-range-thumb:active{background-color:#db7ee9}
.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e6e6ed;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}
.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#8a1a9b;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}
@media(prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb{-ms-transition:none;transition:none}
}
.custom-range::-ms-thumb:active{background-color:#db7ee9}
.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}
.custom-range::-ms-fill-lower{background-color:#e6e6ed;border-radius:1rem}
.custom-range::-ms-fill-upper{margin-right:15px;background-color:#e6e6ed;border-radius:1rem}
.custom-range:disabled::-webkit-slider-thumb{background-color:#c1c1c6}
.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}
.custom-range:disabled::-moz-range-thumb{background-color:#c1c1c6}
.custom-range:disabled::-moz-range-track{cursor:default}
.custom-range:disabled::-ms-thumb{background-color:#c1c1c6}
.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion: reduce) {
.custom-control-label::before,.custom-file-label,.custom-select{transition:none}
}
.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}
.nav-link{display:block;padding:.5rem 1rem}
.nav-link:hover,.nav-link:focus{text-decoration:none}
.nav-link.disabled{color:#929299;pointer-events:none;cursor:default}
.nav-tabs{border-bottom:1px solid #929299}
.nav-tabs .nav-item{margin-bottom:-1px;text-transform:uppercase;font-weight:700;letter-spacing:.1rem}
.nav-tabs .nav-item>a{color:#929299;transition:color .3s ease-in-out}
.nav-tabs .nav-item>a:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:2px;opacity:0;background-color:#8a1a9b;transition:opacity .3s ease-in-out}
.nav-tabs .nav-item>a:hover{color:#8a1a9b}
.nav-tabs .nav-item>a:hover:after{opacity:1}
.nav-tabs .nav-link{position:relative;border:1px solid transparent;border-top-left-radius:.5rem;border-top-right-radius:.5rem}
.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:transparent transparent #929299}
.nav-tabs .nav-link.disabled{color:#929299;background-color:transparent;border-color:transparent}
.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#8a1a9b;background-color:#fff;border-color:transparent transparent #929299}
.nav-tabs .nav-link.active:after,.nav-tabs .nav-item.show .nav-link:after{opacity:1}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
@media(max-width: 1231.98px) {
.tab-content .card{border-radius:26px;margin-bottom:.25rem}
.tab-content .card .card-header{border-bottom:none;background-color:#6786b8;color:#fff;border-radius:26px;transition:background-color .3s ease-in-out}
.tab-content .card .card-header h6{font-weight:700;color:#fff}
.tab-content .card .card-header.active{background-color:#8a1a9b}

.tab-content .card .card-header a.collapsed:before{float:right!important;content:'\e807'}
.tab-content .card .card-header a{color:#fff}
.tab-content .card .card-header>a,.tab-content .card .card-header a:hover,.tab-content .card .card-header a:active,.tab-content .card .card-header a:focus{text-decoration:none;color:#fff}
}
.nav-pills .nav-link{border-radius:.5rem}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#8a1a9b}
.nav-fill .nav-item{flex:1 1 auto;text-align:center}
.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}
.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}
.navbar {
  position: relative;
  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;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  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: 0.125rem;
  padding-bottom: 0.125rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  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: 0.5rem;
  padding-bottom: 0.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: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 28px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    -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-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    -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: 991.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md {
    -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-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    -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: 1231.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1232px) {
  .navbar-expand-lg {
    -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-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    -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: 1471.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1472px) {
  .navbar-expand-xl {
    -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-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    -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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -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 {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.menu-icon {
  display: block;
  padding: 7px 8px;
  border: none;
  background-image: url("../images/purple-icon-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 24px;
  top: 14px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 1;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  opacity: 0;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 24px;
  top: 14px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 1;
}

.meganav .action-link {
  color: #00953B;
  font-weight: 700;
}
.meganav .action-link:hover {
  color: #4b95cb;
  text-decoration: underline;
}

.meganav {
  padding-left: 0;
  padding-right: 0;
}
.meganav .navbar-collapse .nav-item {
  border-bottom: 1px solid #C1C1C6;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 0.25rem 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .meganav .navbar-collapse .nav-item {
    padding: 0.25rem 0;
  }
  .meganav .navbar-collapse .nav-item a {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.meganav .navbar-collapse .nav-item > a {
  font-weight: 700;
  color: #003E52;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.meganav .navbar-collapse .nav-item > a:hover, .meganav .navbar-collapse .nav-item > a:focus, .meganav .navbar-collapse .nav-item > a:active {
  color: #8A1A9B;
}
.meganav .navbar-collapse .nav-item:first-child {
  border-top: 1px solid #C1C1C6;
}
.meganav .navbar-collapse .megamenu-panel {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
}
.meganav .navbar-collapse .megamenu-panel .dropdown-header {
  color: #313133;
  background-color: transparent;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  padding: 0 0.5rem 0.25rem;
  margin-top: 1rem;
  white-space: normal;
}
.meganav .navbar-collapse .megamenu-panel .dropdown-item {
  padding: 0;
}
.meganav .navbar-collapse .megamenu-panel .dropdown-item > ul {
  padding-bottom: 0;
}
.meganav .meganav-link {
  display: block;
  padding: 0.25rem 0.5rem;
}
.meganav .meganav-link:hover, .meganav .meganav-link:focus, .meganav .meganav-link:active {
  background-color: #E6E6ED;
  text-decoration: none;
}
.meganav .meganav-text {
  display: block;
  padding: 0.25rem 0.5rem;
}
@media (min-width: 992px) {
  .meganav {
    padding: 0;
  }
  .meganav .navbar-collapse .nav-item {
    border-bottom: none;
    padding: 0 0.75rem;
  }
  .meganav .navbar-collapse .nav-item > a:after {
    content: "";
    display: block;
    position: relative;
    bottom: -0.5rem;
    width: 100%;
    height: 2px;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  > .meganav .navbar-collapse .nav-item > a:hover:after, > .meganav .navbar-collapse .nav-item > a:focus:after, > .meganav .navbar-collapse .nav-item > a:active:after {
    background-color: #8A1A9B;
  }
  .meganav .navbar-collapse .nav-item.show > a {
    color: #8A1A9B;
  }
  .meganav .navbar-collapse .nav-item.show > a:after {
    background-color: #8A1A9B;
  }
  .meganav .navbar-collapse .nav-item:first-child {
    border-top: none;
  }
  .meganav .navbar-collapse .megamenu-panel {
    border-top: 1px solid #C1C1C6;
    border-bottom: 1px solid #C1C1C6;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .meganav .navbar-collapse .megamenu-panel ul {
    margin-bottom: 1rem;
  }
  .meganav .navbar-collapse .dropdown {
    position: static !important;
  }
  .meganav .navbar-collapse .dropdown .dropdown-menu {
    width: 100%;
    margin-top: 0;
  }
  .meganav .navbar-collapse .dropdown .dropdown-menu .row {
    width: calc(100% + 32px);
  }
  .meganav .navbar-collapse .dropdown .show .dropdown-menu.fade {
    -webkit-animation: myDelay 0.8s forwards;
            animation: myDelay 0.8s forwards;
  }
  @-webkit-keyframes myDelay {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes myDelay {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .meganav .nav-link {
    padding-top: 0;
  }
  .meganav .meganav-link {
    display: block;
    padding: 0.25rem 0.5rem;
  }
  .meganav .meganav-link:hover, .meganav .meganav-link:focus, .meganav .meganav-link:active {
    background-color: #E6E6ED;
    text-decoration: none;
  }
}
@media (min-width: 1232px) {
  .meganav .navbar-collapse .nav-item {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .megamenu-panel ul {
    margin-bottom: 1rem;
  }
}
#mainHeader.shrink .meganav {
  border-bottom: 1px solid #C1C1C6;
}


.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #c1c1c6;border-radius:.5rem}
.card>hr{margin-right:0;margin-left:0}
.card>.list-group{border-top:0;border-bottom:0}
.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0.5rem - 1px);border-top-right-radius:calc(0.5rem - 1px)}
.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0.5rem - 1px);border-bottom-left-radius:calc(0.5rem - 1px)}
.card-body{flex:1 1 auto;min-height:1px;padding:1rem}
.card-title{margin-bottom:1rem}
.card-subtitle{margin-top:-.5rem;margin-bottom:0}
.card-text:last-child{margin-bottom:0}
.card-link:hover{text-decoration:none}
.card-link+.card-link{margin-left:1rem}
.card-header{padding:1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:0}
.card-header:first-child{border-radius:calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0}
.card-header+.list-group{border-top:0}
.card-header+.list-group .list-group-item:first-child{border-top:0}
.card-footer{padding:1rem;background-color:rgba(0,0,0,.03);border-top:1px solid #c1c1c6}
.card-footer:last-child{border-radius:0 0 calc(0.5rem - 1px) calc(0.5rem - 1px)}
.card-header-tabs{margin-right:-.5rem;margin-bottom:-1rem;margin-left:-.5rem;border-bottom:0}
.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}
.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem}
.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}
.card-img,.card-img-top{border-top-left-radius:calc(0.5rem - 1px);border-top-right-radius:calc(0.5rem - 1px)}
.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.5rem - 1px);border-bottom-left-radius:calc(0.5rem - 1px)}
.card-deck .card{margin-bottom:16px}
@media(min-width: 768px) {
.card-deck{display:flex;flex-flow:row wrap;margin-right:-16px;margin-left:-16px}
.card-deck .card{flex:1 0 0;margin-right:16px;margin-bottom:0;margin-left:16px}
}
.card-group>.card{margin-bottom:16px}
@media(min-width: 768px) {
.card-group{display:flex;flex-flow:row wrap}
.card-group>.card{flex:1 0 0;margin-bottom:0}
.card-group>.card+.card{margin-left:0;border-left:0}
.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}
.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}
.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}
.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}
.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}
}
.card-columns .card{margin-bottom:1rem}
@media(min-width: 768px) {
.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1rem;column-gap:1rem;orphans:1;widows:1}
.card-columns .card{display:inline-block;width:100%}
}
.accordion>.card{overflow:hidden}
.card-links .list-group-item{margin-left:16px;position:relative}
.card-links .list-group-item.category-top{font-weight:700}
.card-links .list-group-item.category-sub{margin-left:32px}
.card-links .list-group-item.active{font-weight:700}

.card-links .list-divider{margin-left:16px;margin-right:16px}
.card-links.no-arrow .list-group-item{margin-left:16px;position:relative}
.card-links.no-arrow .list-group-item.active:before{display:none}
.card-links.no-arrow .list-group-item>a:hover:before{display:none}
.breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:0;list-style:none;background-color:transparent;border-radius:0}
.breadcrumb-item{display:flex}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}

.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline;text-decoration:none}
.breadcrumb-item.active{color:#616166}
.pagination{display:flex;padding-left:0;list-style:none;border-radius:.5rem}
.page-link{position:relative;display:block;width:42px;min-width:42px;text-align:center;height:42px;padding:.8125rem;margin-left:0;line-height:1;color:#0075c9;background-color:#fff;border:0 solid transparent}
.page-link:hover{z-index:2;color:#4b95cb;text-decoration:none;background-color:#e6e6ed;border-color:transparent}
.page-link:focus{z-index:3;outline:0;box-shadow:none}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}
.page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}
.page-item.active .page-link{z-index:3;color:#fff;background-color:#8a1a9b;border-color:transparent}
.page-item.disabled .page-link{color:#929299;pointer-events:none;cursor:auto;background-color:#fff;border-color:transparent}
@media(max-width: 991.98px) {
.page-item{display:none}
.page-item:nth-child(-n+2),.page-item:nth-last-child(-n+2){display:list-item}
.page-item.active{display:list-item}
}
.pagination-lg .page-link{padding:1rem 1.75rem;font-size:1.5rem;line-height:1.25}
.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}
.pagination-sm .page-link{padding:.5rem .75rem;font-size:.75rem;line-height:1.5}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}
.badge{display:inline-block;padding:.5em .8em;font-size:50%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:50%;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion: reduce) {
.badge{transition:none}
}
a.badge:hover,a.badge:focus{text-decoration:none}
.badge:empty{display:none}
.btn .badge{position:relative;top:-1px}
.badge-pill{padding-right:1.25em;padding-left:1.25em;border-radius:10rem}
.badge-primary{color:#fff;background-color:#003e52}
a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#00171f}
a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,62,82,.5)}
.badge-secondary{color:#fff;background-color:#8a1a9b}
a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#63136f}
a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(138,26,155,.5)}
.badge-success{color:#fff;background-color:#00953b}
a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#006227}
a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,149,59,.5)}
.badge-info{color:#fff;background-color:#00953b}
a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#006227}
a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,149,59,.5)}
.badge-warning{color:#fff;background-color:#ff2b00}
a.badge-warning:hover,a.badge-warning:focus{color:#fff;background-color:#c20}
a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,43,0,.5)}
.badge-danger{color:#fff;background-color:#ff2b00}
a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#c20}
a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,43,0,.5)}
.badge-light{color:#313133;background-color:#ebeef7}
a.badge-light:hover,a.badge-light:focus{color:#313133;background-color:#bcc9d8}
a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,227,235,.5)}
.badge-dark{color:#fff;background-color:#003e52}
a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#00171f}
a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,62,82,.5)}
.badge-action{color:#313133;background-color:#b4bd00}
a.badge-action:hover,a.badge-action:focus{color:#313133;background-color:#838a00}
a.badge-action:focus,a.badge-action.focus{outline:0;box-shadow:0 0 0 .2rem rgba(180,189,0,.5)}
.badge-lavendar{color:#fff;background-color:#6786b8}
a.badge-lavendar:hover,a.badge-lavendar:focus{color:#fff;background-color:#4b6ca1}
a.badge-lavendar:focus,a.badge-lavendar.focus{outline:0;box-shadow:0 0 0 .2rem rgba(103,134,184,.5)}
.badge-blue{color:#fff;background-color:#0075c9}
a.badge-blue:hover,a.badge-blue:focus{color:#fff;background-color:#005796}
a.badge-blue:focus,a.badge-blue.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,117,201,.5)}
.badge-white{color:#313133;background-color:#fff}
a.badge-white:hover,a.badge-white:focus{color:#313133;background-color:#e6e6e6}
a.badge-white:focus,a.badge-white.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}
.badge-gray-light{color:#313133;background-color:#e6e6ed}
a.badge-gray-light:hover,a.badge-gray-light:focus{color:#313133;background-color:#c8c8d8}
a.badge-gray-light:focus,a.badge-gray-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(230,230,237,.5)}
.badge-gray{color:#fff;background-color:#929299}
a.badge-gray:hover,a.badge-gray:focus{color:#fff;background-color:#787880}
a.badge-gray:focus,a.badge-gray.focus{outline:0;box-shadow:0 0 0 .2rem rgba(146,146,153,.5)}
.badge-gray-dark{color:#fff;background-color:#454547}
a.badge-gray-dark:hover,a.badge-gray-dark:focus{color:#fff;background-color:#2c2c2d}
a.badge-gray-dark:focus,a.badge-gray-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(69,69,71,.5)}
.alert{position:relative;padding:1rem;margin-bottom:1rem;border:0 solid transparent;border-radius:.5rem}
.alert-heading{color:inherit}
.alert-link{font-weight:700}
.alert-dismissible{padding-right:3rem}
.alert-dismissible .close{position:absolute;top:0;right:0;padding:1rem;color:inherit}
.alert-primary{color:#f5f7f8;background-color:#003e52;border-color:#003e52}
.alert-primary hr{border-top-color:#002b39}
.alert-primary .alert-link{color:#d7dfe3}
.alert-secondary{color:#faf6fb;background-color:#8a1a9b;border-color:#8a1a9b}
.alert-secondary hr{border-top-color:#771685}
.alert-secondary .alert-link{color:#e6d3eb}
.alert-success{color:#f5fbf7;background-color:#00953b;border-color:#00953b}
.alert-success hr{border-top-color:#007c31}
.alert-success .alert-link{color:#d1ecda}
.alert-info{color:#f5fbf7;background-color:#00953b;border-color:#00953b}
.alert-info hr{border-top-color:#007c31}
.alert-info .alert-link{color:#d1ecda}
.alert-warning{color:#fff7f5;background-color:#ff2b00;border-color:#ff2b00}
.alert-warning hr{border-top-color:#e62700}
.alert-warning .alert-link{color:#ffcec2}
.alert-danger{color:#fff7f5;background-color:#ff2b00;border-color:#ff2b00}
.alert-danger hr{border-top-color:#e62700}
.alert-danger .alert-link{color:#ffcec2}
.alert-light{color:#fefefe;background-color:#ebeef7;border-color:#ebeef7}
.alert-light hr{border-top-color:#ccd6e2}
.alert-light .alert-link{color:#e5e5e5}
.alert-dark{color:#f5f7f8;background-color:#003e52;border-color:#003e52}
.alert-dark hr{border-top-color:#002b39}
.alert-dark .alert-link{color:#d7dfe3}
.alert-action{color:#fcfcf5;background-color:#b4bd00;border-color:#b4bd00}
.alert-action hr{border-top-color:#9ca400}
.alert-action .alert-link{color:#f0f0ce}
.alert-lavendar{color:#f9fafc;background-color:#6786b8;border-color:#6786b8}
.alert-lavendar hr{border-top-color:#5678b0}
.alert-lavendar .alert-link{color:#d7deeb}
.alert-blue{color:#f5f9fd;background-color:#0075c9;border-color:#0075c9}
.alert-blue hr{border-top-color:#0066b0}
.alert-blue .alert-link{color:#cbe0f5}
.alert-white{color:#fff;background-color:#fff;border-color:#fff}
.alert-white hr{border-top-color:#f2f2f2}
.alert-white .alert-link{color:#e6e6e6}
.alert-gray-light{color:#fefefe;background-color:#e6e6ed;border-color:#e6e6ed}
.alert-gray-light hr{border-top-color:#d7d7e2}
.alert-gray-light .alert-link{color:#e5e5e5}
.alert-gray{color:#fbfbfb;background-color:#929299;border-color:#929299}
.alert-gray hr{border-top-color:#85858d}
.alert-gray .alert-link{color:#e2e2e2}
.alert-gray-dark{color:#f8f8f8;background-color:#454547;border-color:#454547}
.alert-gray-dark hr{border-top-color:#38383a}
.alert-gray-dark .alert-link{color:#dfdfdf}
.media{display:flex;align-items:flex-start}
.media-body{flex:1}
.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.5rem}
.list-group-item-action{width:100%;color:#616166;text-align:inherit}
.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#616166;text-decoration:none;background-color:#e6e6ed}
.list-group-item-action:active{color:#fff;background-color:#8a1a9b}
.list-group-item{position:relative;display:block;padding:.25rem 1rem;background-color:#fff;border:0 solid transparent}
.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}
.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}
.list-group-item.disabled,.list-group-item:disabled{color:#929299;pointer-events:none;background-color:#fff}
.list-group-item.active{z-index:2;color:#8a1a9b;background-color:#fff;border-color:#fff}
.list-group-item+.list-group-item{border-top-width:0}
.list-group-item+.list-group-item.active{margin-top:0;border-top-width:0}
.list-group-item.list-group-header h6{text-transform:uppercase;letter-spacing:.1rem;margin-bottom:0}
.list-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #c2c2cc!important}
.list-group-horizontal{flex-direction:row}
.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}
.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.5rem;border-bottom-left-radius:0}
.list-group-horizontal>.list-group-item.active{margin-top:0}
.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}
.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}
@media(min-width: 768px) {
.list-group-horizontal-sm{flex-direction:row}
.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}
.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.5rem;border-bottom-left-radius:0}
.list-group-horizontal-sm>.list-group-item.active{margin-top:0}
.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}
}
@media(min-width: 992px) {
.list-group-horizontal-md{flex-direction:row}
.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}
.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.5rem;border-bottom-left-radius:0}
.list-group-horizontal-md>.list-group-item.active{margin-top:0}
.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}
.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}
}
@media(min-width: 1232px) {
.list-group-horizontal-lg{flex-direction:row}
.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}
.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.5rem;border-bottom-left-radius:0}
.list-group-horizontal-lg>.list-group-item.active{margin-top:0}
.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}
}
@media(min-width: 1472px) {
.list-group-horizontal-xl{flex-direction:row}
.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}
.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.5rem;border-bottom-left-radius:0}
.list-group-horizontal-xl>.list-group-item.active{margin-top:0}
.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:0;border-left-width:0}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:0;border-left-width:0}
}
.list-group-flush{border-radius:0}
.list-group-flush>.list-group-item{border-width:0}
.list-group-flush>.list-group-item:last-child{border-bottom-width:0}
.list-group-item-primary{color:#00202b;background-color:#b8c9cf}
.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#00202b;background-color:#a9bdc5}
.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#00202b;border-color:#00202b}
.list-group-item-secondary{color:#480e51;background-color:#debfe3}
.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#480e51;background-color:#d5addb}
.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#480e51;border-color:#480e51}
.list-group-item-success{color:#004d1f;background-color:#b8e1c8}
.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#004d1f;background-color:#a6d9ba}
.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#004d1f;border-color:#004d1f}
.list-group-item-info{color:#004d1f;background-color:#b8e1c8}
.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#004d1f;background-color:#a6d9ba}
.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#004d1f;border-color:#004d1f}
.list-group-item-warning{color:#851600;background-color:#ffc4b8}
.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#851600;background-color:#ffaf9f}
.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#851600;border-color:#851600}
.list-group-item-danger{color:#851600;background-color:#ffc4b8}
.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#851600;background-color:#ffaf9f}
.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#851600;border-color:#851600}
.list-group-item-light{color:#72767a;background-color:#f5f7f9}
.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#72767a;background-color:#e5eaef}
.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#72767a;border-color:#72767a}
.list-group-item-dark{color:#00202b;background-color:#b8c9cf}
.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#00202b;background-color:#a9bdc5}
.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#00202b;border-color:#00202b}
.list-group-item-action{color:#5e6200;background-color:#eaedb8}
.list-group-item-action.list-group-item-action:hover,.list-group-item-action.list-group-item-action:focus{color:#5e6200;background-color:#e4e8a4}
.list-group-item-action.list-group-item-action.active{color:#fff;background-color:#5e6200;border-color:#5e6200}
.list-group-item-lavendar{color:#364660;background-color:#d4ddeb}
.list-group-item-lavendar.list-group-item-action:hover,.list-group-item-lavendar.list-group-item-action:focus{color:#364660;background-color:#c3cfe3}
.list-group-item-lavendar.list-group-item-action.active{color:#fff;background-color:#364660;border-color:#364660}
.list-group-item-blue{color:#003d69;background-color:#b8d8f0}
.list-group-item-blue.list-group-item-action:hover,.list-group-item-blue.list-group-item-action:focus{color:#003d69;background-color:#a3ccec}
.list-group-item-blue.list-group-item-action.active{color:#fff;background-color:#003d69;border-color:#003d69}
.list-group-item-white{color:#858585;background-color:#fff}
.list-group-item-white.list-group-item-action:hover,.list-group-item-white.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}
.list-group-item-white.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}
.list-group-item-gray-light{color:#78787b;background-color:#f8f8fa}
.list-group-item-gray-light.list-group-item-action:hover,.list-group-item-gray-light.list-group-item-action:focus{color:#78787b;background-color:#e9e9ef}
.list-group-item-gray-light.list-group-item-action.active{color:#fff;background-color:#78787b;border-color:#78787b}
.list-group-item-gray{color:#4c4c50;background-color:#e0e0e2}
.list-group-item-gray.list-group-item-action:hover,.list-group-item-gray.list-group-item-action:focus{color:#4c4c50;background-color:#d3d3d6}
.list-group-item-gray.list-group-item-action.active{color:#fff;background-color:#4c4c50;border-color:#4c4c50}
.list-group-item-gray-dark{color:#242425;background-color:#cbcbcb}
.list-group-item-gray-dark.list-group-item-action:hover,.list-group-item-gray-dark.list-group-item-action:focus{color:#242425;background-color:#bebebe}
.list-group-item-gray-dark.list-group-item-action.active{color:#fff;background-color:#242425;border-color:#242425}

.close span:before,.close i:before{transform:rotate(45deg);display:block}
.close:hover{color:#616166;text-decoration:none}
.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}
button.close{padding:0;background-color:transparent;border:0}
a.close.disabled{pointer-events:none}
.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}
.toast:not(:last-child){margin-bottom:.75rem}
.toast.showing{opacity:1}
.toast.show{display:block;opacity:1}
.toast.hide{display:none}
.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#929299;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}
.toast-body{padding:.75rem}
.modal-open{overflow:hidden}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}
.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}
@media(prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog{transition:none}
}
.modal.show .modal-dialog{transform:none}
.modal.modal-static .modal-dialog{transform:scale(1.02)}
.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}
.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}
.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}
.modal-dialog-scrollable .modal-body{overflow-y:auto}
.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}
.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}
.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}
.modal-dialog-centered.modal-dialog-scrollable::before{content:none}
.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid transparent;border-radius:.5rem;box-shadow:3px 7px 14px rgba(0,0,0,.25);outline:0}
.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}
.modal-backdrop.fade{opacity:0}
.modal-backdrop.show{opacity:.3}
.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 0;margin:0 1rem;border-bottom:1px solid #c1c1c6;border-top-left-radius:.5rem;border-top-right-radius:.5rem}
.modal-header .close{padding:1rem 0;margin:-1rem 0 -1rem auto}
.modal-title{margin-bottom:0;line-height:1}
.modal-body{position:relative;flex:1 1 auto;padding:1rem}
.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;background-color:#ebeef7;border-top:0 solid transparent;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}
.modal-footer>*{margin:.25rem}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media(min-width: 768px) {
.modal-dialog{max-width:500px;margin:1.75rem auto}
.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}
.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}
.modal-dialog-centered{min-height:calc(100% - 3.5rem)}
.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}
.modal-content{box-shadow:3px 4px 8px rgba(0,0,0,.25)}
.modal-sm{max-width:300px}
}
@media(min-width: 1232px) {
.modal-lg,.modal-xl{max-width:800px}
}
@media(min-width: 1472px) {
.modal-xl{max-width:1140px}
}
#ModalBoxContent .shopProductGrid{margin-left:0!important;margin-right:0!important}
.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Brandon Text",Arial,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.75rem;word-wrap:break-word;opacity:0}
.tooltip.show{opacity:1}
.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}
.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}
.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}
.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}
.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#003e52}
.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}
.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}
.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#003e52}
.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}
.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}
.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#003e52}
.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}
.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}
.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#003e52}
.tooltip-inner{max-width:200px;padding:1rem 1.25rem;color:#ebeef7;text-align:center;background-color:#003e52;border-radius:.5rem;box-shadow:3px 4px 8px rgba(0,0,0,.25)}
.img-tooltip .bs-tooltip-top .arrow::before,.img-tooltip .bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color:#ebeef7}
.img-tooltip .bs-tooltip-right .arrow::before,.img-tooltip .bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color:#ebeef7}
.img-tooltip .bs-tooltip-bottom .arrow::before,.img-tooltip .bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color:#ebeef7}
.img-tooltip .bs-tooltip-left .arrow::before,.img-tooltip .bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color:#003e52}
.img-tooltip .tooltip-inner{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:1rem 1.25rem;color:#313133;text-align:center;background-color:#ebeef7;border-radius:.5rem;box-shadow:3px 4px 8px rgba(0,0,0,.25)}
.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Brandon Text",Arial,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.75rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #c1c1c6;border-radius:.5rem;box-shadow:3px 4px 8px rgba(0,0,0,.25)}
.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .5rem}
.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}
.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}
.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-0.5rem - 1px)}
.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#c1c1c6}
.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}
.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}
.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.5rem 0}
.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#c1c1c6}
.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}
.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}
.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-0.5rem - 1px)}
.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before{top:0;border-width:0 .5rem .5rem;border-bottom-color:#c1c1c6}
.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}
.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #ebeef7}
.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}
.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.5rem 0}
.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#c1c1c6}
.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}
.popover-header{padding:1rem 1.25rem;margin-bottom:0;font-size:1rem;color:#003e52;background-color:#ebeef7;border-bottom:1px solid #ccd6e2;border-top-left-radius:calc(0.5rem - 1px);border-top-right-radius:calc(0.5rem - 1px)}
.popover-header:empty{display:none}
.popover-body{padding:1rem 1.25rem;color:#313133}
.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:#003e52!important}
a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#00171f!important}
.bg-secondary{background-color:#8a1a9b!important}
a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#63136f!important}
.bg-success{background-color:#00953b!important}
a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#006227!important}
.bg-info{background-color:#00953b!important}
a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#006227!important}
.bg-warning{background-color:#ff2b00!important}
a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#c20!important}
.bg-danger{background-color:#ff2b00!important}
a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#c20!important}
.bg-light{background-color:#ebeef7!important}
a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#bcc9d8!important}
.bg-dark{background-color:#003e52!important}
a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#00171f!important}
.bg-action{background-color:#b4bd00!important}
a.bg-action:hover,a.bg-action:focus,button.bg-action:hover,button.bg-action:focus{background-color:#838a00!important}
.bg-lavendar{background-color:#6786b8!important}
a.bg-lavendar:hover,a.bg-lavendar:focus,button.bg-lavendar:hover,button.bg-lavendar:focus{background-color:#4b6ca1!important}
.bg-blue{background-color:#0075c9!important}
a.bg-blue:hover,a.bg-blue:focus,button.bg-blue:hover,button.bg-blue:focus{background-color:#005796!important}
.bg-white{background-color:#fff!important}
a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus{background-color:#e6e6e6!important}
.bg-gray-light{background-color:#e6e6ed!important}
a.bg-gray-light:hover,a.bg-gray-light:focus,button.bg-gray-light:hover,button.bg-gray-light:focus{background-color:#c8c8d8!important}
.bg-gray{background-color:#929299!important}
a.bg-gray:hover,a.bg-gray:focus,button.bg-gray:hover,button.bg-gray:focus{background-color:#787880!important}
.bg-gray-dark{background-color:#454547!important}
a.bg-gray-dark:hover,a.bg-gray-dark:focus,button.bg-gray-dark:hover,button.bg-gray-dark:focus{background-color:#2c2c2d!important}
.bg-white{background-color:#fff!important}
.bg-transparent{background-color:transparent!important}
.border{border:1px solid #c1c1c6!important}
.border-top{border-top:1px solid #c1c1c6!important}
.border-right{border-right:1px solid #c1c1c6!important}
.border-bottom{border-bottom:1px solid #c1c1c6!important}
.border-left{border-left:1px solid #c1c1c6!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:#003e52!important}
.border-secondary{border-color:#8a1a9b!important}
.border-success{border-color:#00953b!important}
.border-info{border-color:#00953b!important}
.border-warning{border-color:#ff2b00!important}
.border-danger{border-color:#ff2b00!important}
.border-light{border-color:#ebeef7!important}
.border-dark{border-color:#003e52!important}
.border-action{border-color:#b4bd00!important}
.border-lavendar{border-color:#6786b8!important}
.border-blue{border-color:#0075c9!important}
.border-white{border-color:#fff!important}
.border-gray-light{border-color:#e6e6ed!important}
.border-gray{border-color:#929299!important}
.border-gray-dark{border-color:#454547!important}
.border-white{border-color:#fff!important}
.rounded-sm{border-radius:.5rem!important}
.rounded{border-radius:.5rem!important}
.rounded-top{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}
.rounded-right{border-top-right-radius:.5rem!important;border-bottom-right-radius:.5rem!important}
.rounded-bottom{border-bottom-right-radius:.5rem!important;border-bottom-left-radius:.5rem!important}
.rounded-left{border-top-left-radius:.5rem!important;border-bottom-left-radius:.5rem!important}
.rounded-lg{border-radius:.5rem!important}
.rounded-circle{border-radius:50%!important}
.rounded-pill{border-radius:50rem!important}
.rounded-0{border-radius:0!important}
.clearfix::after{display:block;clear:both;content:""}
.d-none{display:none!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-table{display:table!important}
.d-table-row{display:table-row!important}
.d-table-cell{display:table-cell!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
@media(min-width: 768px) {
.d-sm-none{display:none!important}
.d-sm-inline{display:inline!important}
.d-sm-inline-block{display:inline-block!important}
.d-sm-block{display:block!important}
.d-sm-table{display:table!important}
.d-sm-table-row{display:table-row!important}
.d-sm-table-cell{display:table-cell!important}
.d-sm-flex{display:flex!important}
.d-sm-inline-flex{display:inline-flex!important}
}
@media(min-width: 992px) {
.d-md-none{display:none!important}
.d-md-inline{display:inline!important}
.d-md-inline-block{display:inline-block!important}
.d-md-block{display:block!important}
.d-md-table{display:table!important}
.d-md-table-row{display:table-row!important}
.d-md-table-cell{display:table-cell!important}
.d-md-flex{display:flex!important}
.d-md-inline-flex{display:inline-flex!important}
}
@media(min-width: 1232px) {
.d-lg-none{display:none!important}
.d-lg-inline{display:inline!important}
.d-lg-inline-block{display:inline-block!important}
.d-lg-block{display:block!important}
.d-lg-table{display:table!important}
.d-lg-table-row{display:table-row!important}
.d-lg-table-cell{display:table-cell!important}
.d-lg-flex{display:flex!important}
.d-lg-inline-flex{display:inline-flex!important}
}
@media(min-width: 1472px) {
.d-xl-none{display:none!important}
.d-xl-inline{display:inline!important}
.d-xl-inline-block{display:inline-block!important}
.d-xl-block{display:block!important}
.d-xl-table{display:table!important}
.d-xl-table-row{display:table-row!important}
.d-xl-table-cell{display:table-cell!important}
.d-xl-flex{display:flex!important}
.d-xl-inline-flex{display:inline-flex!important}
}
@media print {
.d-print-none{display:none!important}
.d-print-inline{display:inline!important}
.d-print-inline-block{display:inline-block!important}
.d-print-block{display:block!important}
.d-print-table{display:table!important}
.d-print-table-row{display:table-row!important}
.d-print-table-cell{display:table-cell!important}
.d-print-flex{display:flex!important}
.d-print-inline-flex{display:inline-flex!important}
}
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}
.embed-responsive::before{display:block;content:""}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.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-4by3::before{padding-top:75%}
.embed-responsive-1by1::before{padding-top:100%}
.flex-row{flex-direction:row!important}
.flex-column{flex-direction:column!important}
.flex-row-reverse{flex-direction:row-reverse!important}
.flex-column-reverse{flex-direction:column-reverse!important}
.flex-wrap{flex-wrap:wrap!important}
.flex-nowrap{flex-wrap:nowrap!important}
.flex-wrap-reverse{flex-wrap:wrap-reverse!important}
.flex-fill{flex:1 1 auto!important}
.flex-grow-0{flex-grow:0!important}
.flex-grow-1{flex-grow:1!important}
.flex-shrink-0{flex-shrink:0!important}
.flex-shrink-1{flex-shrink:1!important}
.justify-content-start{justify-content:flex-start!important}
.justify-content-end{justify-content:flex-end!important}
.justify-content-center{justify-content:center!important}
.justify-content-between{justify-content:space-between!important}
.justify-content-around{justify-content:space-around!important}
.align-items-start{align-items:flex-start!important}
.align-items-end{align-items:flex-end!important}
.align-items-center{align-items:center!important}
.align-items-baseline{align-items:baseline!important}
.align-items-stretch{align-items:stretch!important}
.align-content-start{align-content:flex-start!important}
.align-content-end{align-content:flex-end!important}
.align-content-center{align-content:center!important}
.align-content-between{align-content:space-between!important}
.align-content-around{align-content:space-around!important}
.align-content-stretch{align-content:stretch!important}
.align-self-auto{align-self:auto!important}
.align-self-start{align-self:flex-start!important}
.align-self-end{align-self:flex-end!important}
.align-self-center{align-self:center!important}
.align-self-baseline{align-self:baseline!important}
.align-self-stretch{align-self:stretch!important}
@media(min-width: 768px) {
.flex-sm-row{flex-direction:row!important}
.flex-sm-column{flex-direction:column!important}
.flex-sm-row-reverse{flex-direction:row-reverse!important}
.flex-sm-column-reverse{flex-direction:column-reverse!important}
.flex-sm-wrap{flex-wrap:wrap!important}
.flex-sm-nowrap{flex-wrap:nowrap!important}
.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}
.flex-sm-fill{flex:1 1 auto!important}
.flex-sm-grow-0{flex-grow:0!important}
.flex-sm-grow-1{flex-grow:1!important}
.flex-sm-shrink-0{flex-shrink:0!important}
.flex-sm-shrink-1{flex-shrink:1!important}
.justify-content-sm-start{justify-content:flex-start!important}
.justify-content-sm-end{justify-content:flex-end!important}
.justify-content-sm-center{justify-content:center!important}
.justify-content-sm-between{justify-content:space-between!important}
.justify-content-sm-around{justify-content:space-around!important}
.align-items-sm-start{align-items:flex-start!important}
.align-items-sm-end{align-items:flex-end!important}
.align-items-sm-center{align-items:center!important}
.align-items-sm-baseline{align-items:baseline!important}
.align-items-sm-stretch{align-items:stretch!important}
.align-content-sm-start{align-content:flex-start!important}
.align-content-sm-end{align-content:flex-end!important}
.align-content-sm-center{align-content:center!important}
.align-content-sm-between{align-content:space-between!important}
.align-content-sm-around{align-content:space-around!important}
.align-content-sm-stretch{align-content:stretch!important}
.align-self-sm-auto{align-self:auto!important}
.align-self-sm-start{align-self:flex-start!important}
.align-self-sm-end{align-self:flex-end!important}
.align-self-sm-center{align-self:center!important}
.align-self-sm-baseline{align-self:baseline!important}
.align-self-sm-stretch{align-self:stretch!important}
}
@media(min-width: 992px) {
.flex-md-row{flex-direction:row!important}
.flex-md-column{flex-direction:column!important}
.flex-md-row-reverse{flex-direction:row-reverse!important}
.flex-md-column-reverse{flex-direction:column-reverse!important}
.flex-md-wrap{flex-wrap:wrap!important}
.flex-md-nowrap{flex-wrap:nowrap!important}
.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}
.flex-md-fill{flex:1 1 auto!important}
.flex-md-grow-0{flex-grow:0!important}
.flex-md-grow-1{flex-grow:1!important}
.flex-md-shrink-0{flex-shrink:0!important}
.flex-md-shrink-1{flex-shrink:1!important}
.justify-content-md-start{justify-content:flex-start!important}
.justify-content-md-end{justify-content:flex-end!important}
.justify-content-md-center{justify-content:center!important}
.justify-content-md-between{justify-content:space-between!important}
.justify-content-md-around{justify-content:space-around!important}
.align-items-md-start{align-items:flex-start!important}
.align-items-md-end{align-items:flex-end!important}
.align-items-md-center{align-items:center!important}
.align-items-md-baseline{align-items:baseline!important}
.align-items-md-stretch{align-items:stretch!important}
.align-content-md-start{align-content:flex-start!important}
.align-content-md-end{align-content:flex-end!important}
.align-content-md-center{align-content:center!important}
.align-content-md-between{align-content:space-between!important}
.align-content-md-around{align-content:space-around!important}
.align-content-md-stretch{align-content:stretch!important}
.align-self-md-auto{align-self:auto!important}
.align-self-md-start{align-self:flex-start!important}
.align-self-md-end{align-self:flex-end!important}
.align-self-md-center{align-self:center!important}
.align-self-md-baseline{align-self:baseline!important}
.align-self-md-stretch{align-self:stretch!important}
}
@media(min-width: 1232px) {
.flex-lg-row{flex-direction:row!important}
.flex-lg-column{flex-direction:column!important}
.flex-lg-row-reverse{flex-direction:row-reverse!important}
.flex-lg-column-reverse{flex-direction:column-reverse!important}
.flex-lg-wrap{flex-wrap:wrap!important}
.flex-lg-nowrap{flex-wrap:nowrap!important}
.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}
.flex-lg-fill{flex:1 1 auto!important}
.flex-lg-grow-0{flex-grow:0!important}
.flex-lg-grow-1{flex-grow:1!important}
.flex-lg-shrink-0{flex-shrink:0!important}
.flex-lg-shrink-1{flex-shrink:1!important}
.justify-content-lg-start{justify-content:flex-start!important}
.justify-content-lg-end{justify-content:flex-end!important}
.justify-content-lg-center{justify-content:center!important}
.justify-content-lg-between{justify-content:space-between!important}
.justify-content-lg-around{justify-content:space-around!important}
.align-items-lg-start{align-items:flex-start!important}
.align-items-lg-end{align-items:flex-end!important}
.align-items-lg-center{align-items:center!important}
.align-items-lg-baseline{align-items:baseline!important}
.align-items-lg-stretch{align-items:stretch!important}
.align-content-lg-start{align-content:flex-start!important}
.align-content-lg-end{align-content:flex-end!important}
.align-content-lg-center{align-content:center!important}
.align-content-lg-between{align-content:space-between!important}
.align-content-lg-around{align-content:space-around!important}
.align-content-lg-stretch{align-content:stretch!important}
.align-self-lg-auto{align-self:auto!important}
.align-self-lg-start{align-self:flex-start!important}
.align-self-lg-end{align-self:flex-end!important}
.align-self-lg-center{align-self:center!important}
.align-self-lg-baseline{align-self:baseline!important}
.align-self-lg-stretch{align-self:stretch!important}
}
@media(min-width: 1472px) {
.flex-xl-row{flex-direction:row!important}
.flex-xl-column{flex-direction:column!important}
.flex-xl-row-reverse{flex-direction:row-reverse!important}
.flex-xl-column-reverse{flex-direction:column-reverse!important}
.flex-xl-wrap{flex-wrap:wrap!important}
.flex-xl-nowrap{flex-wrap:nowrap!important}
.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}
.flex-xl-fill{flex:1 1 auto!important}
.flex-xl-grow-0{flex-grow:0!important}
.flex-xl-grow-1{flex-grow:1!important}
.flex-xl-shrink-0{flex-shrink:0!important}
.flex-xl-shrink-1{flex-shrink:1!important}
.justify-content-xl-start{justify-content:flex-start!important}
.justify-content-xl-end{justify-content:flex-end!important}
.justify-content-xl-center{justify-content:center!important}
.justify-content-xl-between{justify-content:space-between!important}
.justify-content-xl-around{justify-content:space-around!important}
.align-items-xl-start{align-items:flex-start!important}
.align-items-xl-end{align-items:flex-end!important}
.align-items-xl-center{align-items:center!important}
.align-items-xl-baseline{align-items:baseline!important}
.align-items-xl-stretch{align-items:stretch!important}
.align-content-xl-start{align-content:flex-start!important}
.align-content-xl-end{align-content:flex-end!important}
.align-content-xl-center{align-content:center!important}
.align-content-xl-between{align-content:space-between!important}
.align-content-xl-around{align-content:space-around!important}
.align-content-xl-stretch{align-content:stretch!important}
.align-self-xl-auto{align-self:auto!important}
.align-self-xl-start{align-self:flex-start!important}
.align-self-xl-end{align-self:flex-end!important}
.align-self-xl-center{align-self:center!important}
.align-self-xl-baseline{align-self:baseline!important}
.align-self-xl-stretch{align-self:stretch!important}
}
.float-left{float:left!important}
.float-right{float:right!important}
.float-none{float:none!important}
@media(min-width: 768px) {
.float-sm-left{float:left!important}
.float-sm-right{float:right!important}
.float-sm-none{float:none!important}
}
@media(min-width: 992px) {
.float-md-left{float:left!important}
.float-md-right{float:right!important}
.float-md-none{float:none!important}
}
@media(min-width: 1232px) {
.float-lg-left{float:left!important}
.float-lg-right{float:right!important}
.float-lg-none{float:none!important}
}
@media(min-width: 1472px) {
.float-xl-left{float:left!important}
.float-xl-right{float:right!important}
.float-xl-none{float:none!important}
}
.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}
.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}
.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}
.overflow-auto{overflow:auto!important}
.overflow-hidden{overflow:hidden!important}
.position-static{position:static!important}
.position-relative{position:relative!important}
.position-absolute{position:absolute!important}
.position-fixed{position:fixed!important}
.position-sticky{position:-webkit-sticky!important;position:sticky!important}
.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}
.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}
.shadow-sm{box-shadow:3px 4px 8px rgba(0,0,0,.25)!important}
.shadow{box-shadow:3px 7px 14px rgba(0,0,0,.25)!important}
.shadow-lg{box-shadow:3px 7px 14px rgba(0,0,0,.25)!important}
.shadow-none{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}
.w-10{width:10%!important}
.w-15{width:15%!important}
.w-20{width:25%!important}
.w-30{width:30%!important}
.w-35{width:35%!important}
.w-40{width:40%!important}
.w-45{width:45%!important}
.w-55{width:55%!important}
.w-60{width:60%!important}
.w-65{width:65%!important}
.w-70{width:70%!important}
.w-80{width:80%!important}
.w-85{width:85%!important}
.w-90{width:90%!important}
.w-95{width:95%!important}
.w-none{width:none!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}
.h-10{height:10%!important}
.h-15{height:15%!important}
.h-20{height:25%!important}
.h-30{height:30%!important}
.h-35{height:35%!important}
.h-40{height:40%!important}
.h-45{height:45%!important}
.h-55{height:55%!important}
.h-60{height:60%!important}
.h-65{height:65%!important}
.h-70{height:70%!important}
.h-80{height:80%!important}
.h-85{height:85%!important}
.h-90{height:90%!important}
.h-95{height:95%!important}
.h-none{height:none!important}
.mw-100{max-width:100%!important}
.mh-100{max-height:100%!important}
.min-vw-100{min-width:100vw!important}
.min-vh-100{min-height:100vh!important}
.vw-100{width:100vw!important}
.vh-100{height:100vh!important}
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:2rem!important}
.mt-5,.my-5{margin-top:2rem!important}
.mr-5,.mx-5{margin-right:2rem!important}
.mb-5,.my-5{margin-bottom:2rem!important}
.ml-5,.mx-5{margin-left:2rem!important}
.m-6{margin:3rem!important}
.mt-6,.my-6{margin-top:3rem!important}
.mr-6,.mx-6{margin-right:3rem!important}
.mb-6,.my-6{margin-bottom:3rem!important}
.ml-6,.mx-6{margin-left:3rem!important}
.m-7{margin:4rem!important}
.mt-7,.my-7{margin-top:4rem!important}
.mr-7,.mx-7{margin-right:4rem!important}
.mb-7,.my-7{margin-bottom:4rem!important}
.ml-7,.mx-7{margin-left:4rem!important}
.m-8{margin:6rem!important}
.mt-8,.my-8{margin-top:6rem!important}
.mr-8,.mx-8{margin-right:6rem!important}
.mb-8,.my-8{margin-bottom:6rem!important}
.ml-8,.mx-8{margin-left:6rem!important}
.m-9{margin:8rem!important}
.mt-9,.my-9{margin-top:8rem!important}
.mr-9,.mx-9{margin-right:8rem!important}
.mb-9,.my-9{margin-bottom:8rem!important}
.ml-9,.mx-9{margin-left:8rem!important}
.m-10{margin:10rem!important}
.mt-10,.my-10{margin-top:10rem!important}
.mr-10,.mx-10{margin-right:10rem!important}
.mb-10,.my-10{margin-bottom:10rem!important}
.ml-10,.mx-10{margin-left:10rem!important}
.m-11{margin:12rem!important}
.mt-11,.my-11{margin-top:12rem!important}
.mr-11,.mx-11{margin-right:12rem!important}
.mb-11,.my-11{margin-bottom:12rem!important}
.ml-11,.mx-11{margin-left:12rem!important}
.m-12{margin:14rem!important}
.mt-12,.my-12{margin-top:14rem!important}
.mr-12,.mx-12{margin-right:14rem!important}
.mb-12,.my-12{margin-bottom:14rem!important}
.ml-12,.mx-12{margin-left:14rem!important}
.m-13{margin:16rem!important}
.mt-13,.my-13{margin-top:16rem!important}
.mr-13,.mx-13{margin-right:16rem!important}
.mb-13,.my-13{margin-bottom:16rem!important}
.ml-13,.mx-13{margin-left:16rem!important}
.m-14{margin:18rem!important}
.mt-14,.my-14{margin-top:18rem!important}
.mr-14,.mx-14{margin-right:18rem!important}
.mb-14,.my-14{margin-bottom:18rem!important}
.ml-14,.mx-14{margin-left:18rem!important}
.m-15{margin:20rem!important}
.mt-15,.my-15{margin-top:20rem!important}
.mr-15,.mx-15{margin-right:20rem!important}
.mb-15,.my-15{margin-bottom:20rem!important}
.ml-15,.mx-15{margin-left:20rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:2rem!important}
.pt-5,.py-5{padding-top:2rem!important}
.pr-5,.px-5{padding-right:2rem!important}
.pb-5,.py-5{padding-bottom:2rem!important}
.pl-5,.px-5{padding-left:2rem!important}
.p-6{padding:3rem!important}
.pt-6,.py-6{padding-top:3rem!important}
.pr-6,.px-6{padding-right:3rem!important}
.pb-6,.py-6{padding-bottom:3rem!important}
.pl-6,.px-6{padding-left:3rem!important}
.p-7{padding:4rem!important}
.pt-7,.py-7{padding-top:4rem!important}
.pr-7,.px-7{padding-right:4rem!important}
.pb-7,.py-7{padding-bottom:4rem!important}
.pl-7,.px-7{padding-left:4rem!important}
.p-8{padding:6rem!important}
.pt-8,.py-8{padding-top:6rem!important}
.pr-8,.px-8{padding-right:6rem!important}
.pb-8,.py-8{padding-bottom:6rem!important}
.pl-8,.px-8{padding-left:6rem!important}
.p-9{padding:8rem!important}
.pt-9,.py-9{padding-top:8rem!important}
.pr-9,.px-9{padding-right:8rem!important}
.pb-9,.py-9{padding-bottom:8rem!important}
.pl-9,.px-9{padding-left:8rem!important}
.p-10{padding:10rem!important}
.pt-10,.py-10{padding-top:10rem!important}
.pr-10,.px-10{padding-right:10rem!important}
.pb-10,.py-10{padding-bottom:10rem!important}
.pl-10,.px-10{padding-left:10rem!important}
.p-11{padding:12rem!important}
.pt-11,.py-11{padding-top:12rem!important}
.pr-11,.px-11{padding-right:12rem!important}
.pb-11,.py-11{padding-bottom:12rem!important}
.pl-11,.px-11{padding-left:12rem!important}
.p-12{padding:14rem!important}
.pt-12,.py-12{padding-top:14rem!important}
.pr-12,.px-12{padding-right:14rem!important}
.pb-12,.py-12{padding-bottom:14rem!important}
.pl-12,.px-12{padding-left:14rem!important}
.p-13{padding:16rem!important}
.pt-13,.py-13{padding-top:16rem!important}
.pr-13,.px-13{padding-right:16rem!important}
.pb-13,.py-13{padding-bottom:16rem!important}
.pl-13,.px-13{padding-left:16rem!important}
.p-14{padding:18rem!important}
.pt-14,.py-14{padding-top:18rem!important}
.pr-14,.px-14{padding-right:18rem!important}
.pb-14,.py-14{padding-bottom:18rem!important}
.pl-14,.px-14{padding-left:18rem!important}
.p-15{padding:20rem!important}
.pt-15,.py-15{padding-top:20rem!important}
.pr-15,.px-15{padding-right:20rem!important}
.pb-15,.py-15{padding-bottom:20rem!important}
.pl-15,.px-15{padding-left:20rem!important}
.m-n1{margin:-.25rem!important}
.mt-n1,.my-n1{margin-top:-.25rem!important}
.mr-n1,.mx-n1{margin-right:-.25rem!important}
.mb-n1,.my-n1{margin-bottom:-.25rem!important}
.ml-n1,.mx-n1{margin-left:-.25rem!important}
.m-n2{margin:-.5rem!important}
.mt-n2,.my-n2{margin-top:-.5rem!important}
.mr-n2,.mx-n2{margin-right:-.5rem!important}
.mb-n2,.my-n2{margin-bottom:-.5rem!important}
.ml-n2,.mx-n2{margin-left:-.5rem!important}
.m-n3{margin:-1rem!important}
.mt-n3,.my-n3{margin-top:-1rem!important}
.mr-n3,.mx-n3{margin-right:-1rem!important}
.mb-n3,.my-n3{margin-bottom:-1rem!important}
.ml-n3,.mx-n3{margin-left:-1rem!important}
.m-n4{margin:-1.5rem!important}
.mt-n4,.my-n4{margin-top:-1.5rem!important}
.mr-n4,.mx-n4{margin-right:-1.5rem!important}
.mb-n4,.my-n4{margin-bottom:-1.5rem!important}
.ml-n4,.mx-n4{margin-left:-1.5rem!important}
.m-n5{margin:-2rem!important}
.mt-n5,.my-n5{margin-top:-2rem!important}
.mr-n5,.mx-n5{margin-right:-2rem!important}
.mb-n5,.my-n5{margin-bottom:-2rem!important}
.ml-n5,.mx-n5{margin-left:-2rem!important}
.m-n6{margin:-3rem!important}
.mt-n6,.my-n6{margin-top:-3rem!important}
.mr-n6,.mx-n6{margin-right:-3rem!important}
.mb-n6,.my-n6{margin-bottom:-3rem!important}
.ml-n6,.mx-n6{margin-left:-3rem!important}
.m-n7{margin:-4rem!important}
.mt-n7,.my-n7{margin-top:-4rem!important}
.mr-n7,.mx-n7{margin-right:-4rem!important}
.mb-n7,.my-n7{margin-bottom:-4rem!important}
.ml-n7,.mx-n7{margin-left:-4rem!important}
.m-n8{margin:-6rem!important}
.mt-n8,.my-n8{margin-top:-6rem!important}
.mr-n8,.mx-n8{margin-right:-6rem!important}
.mb-n8,.my-n8{margin-bottom:-6rem!important}
.ml-n8,.mx-n8{margin-left:-6rem!important}
.m-n9{margin:-8rem!important}
.mt-n9,.my-n9{margin-top:-8rem!important}
.mr-n9,.mx-n9{margin-right:-8rem!important}
.mb-n9,.my-n9{margin-bottom:-8rem!important}
.ml-n9,.mx-n9{margin-left:-8rem!important}
.m-n10{margin:-10rem!important}
.mt-n10,.my-n10{margin-top:-10rem!important}
.mr-n10,.mx-n10{margin-right:-10rem!important}
.mb-n10,.my-n10{margin-bottom:-10rem!important}
.ml-n10,.mx-n10{margin-left:-10rem!important}
.m-n11{margin:-12rem!important}
.mt-n11,.my-n11{margin-top:-12rem!important}
.mr-n11,.mx-n11{margin-right:-12rem!important}
.mb-n11,.my-n11{margin-bottom:-12rem!important}
.ml-n11,.mx-n11{margin-left:-12rem!important}
.m-n12{margin:-14rem!important}
.mt-n12,.my-n12{margin-top:-14rem!important}
.mr-n12,.mx-n12{margin-right:-14rem!important}
.mb-n12,.my-n12{margin-bottom:-14rem!important}
.ml-n12,.mx-n12{margin-left:-14rem!important}
.m-n13{margin:-16rem!important}
.mt-n13,.my-n13{margin-top:-16rem!important}
.mr-n13,.mx-n13{margin-right:-16rem!important}
.mb-n13,.my-n13{margin-bottom:-16rem!important}
.ml-n13,.mx-n13{margin-left:-16rem!important}
.m-n14{margin:-18rem!important}
.mt-n14,.my-n14{margin-top:-18rem!important}
.mr-n14,.mx-n14{margin-right:-18rem!important}
.mb-n14,.my-n14{margin-bottom:-18rem!important}
.ml-n14,.mx-n14{margin-left:-18rem!important}
.m-n15{margin:-20rem!important}
.mt-n15,.my-n15{margin-top:-20rem!important}
.mr-n15,.mx-n15{margin-right:-20rem!important}
.mb-n15,.my-n15{margin-bottom:-20rem!important}
.ml-n15,.mx-n15{margin-left:-20rem!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: 768px) {
.m-sm-0{margin:0!important}
.mt-sm-0,.my-sm-0{margin-top:0!important}
.mr-sm-0,.mx-sm-0{margin-right:0!important}
.mb-sm-0,.my-sm-0{margin-bottom:0!important}
.ml-sm-0,.mx-sm-0{margin-left:0!important}
.m-sm-1{margin:.25rem!important}
.mt-sm-1,.my-sm-1{margin-top:.25rem!important}
.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}
.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}
.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}
.m-sm-2{margin:.5rem!important}
.mt-sm-2,.my-sm-2{margin-top:.5rem!important}
.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}
.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}
.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}
.m-sm-3{margin:1rem!important}
.mt-sm-3,.my-sm-3{margin-top:1rem!important}
.mr-sm-3,.mx-sm-3{margin-right:1rem!important}
.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}
.ml-sm-3,.mx-sm-3{margin-left:1rem!important}
.m-sm-4{margin:1.5rem!important}
.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}
.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}
.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}
.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}
.m-sm-5{margin:2rem!important}
.mt-sm-5,.my-sm-5{margin-top:2rem!important}
.mr-sm-5,.mx-sm-5{margin-right:2rem!important}
.mb-sm-5,.my-sm-5{margin-bottom:2rem!important}
.ml-sm-5,.mx-sm-5{margin-left:2rem!important}
.m-sm-6{margin:3rem!important}
.mt-sm-6,.my-sm-6{margin-top:3rem!important}
.mr-sm-6,.mx-sm-6{margin-right:3rem!important}
.mb-sm-6,.my-sm-6{margin-bottom:3rem!important}
.ml-sm-6,.mx-sm-6{margin-left:3rem!important}
.m-sm-7{margin:4rem!important}
.mt-sm-7,.my-sm-7{margin-top:4rem!important}
.mr-sm-7,.mx-sm-7{margin-right:4rem!important}
.mb-sm-7,.my-sm-7{margin-bottom:4rem!important}
.ml-sm-7,.mx-sm-7{margin-left:4rem!important}
.m-sm-8{margin:6rem!important}
.mt-sm-8,.my-sm-8{margin-top:6rem!important}
.mr-sm-8,.mx-sm-8{margin-right:6rem!important}
.mb-sm-8,.my-sm-8{margin-bottom:6rem!important}
.ml-sm-8,.mx-sm-8{margin-left:6rem!important}
.m-sm-9{margin:8rem!important}
.mt-sm-9,.my-sm-9{margin-top:8rem!important}
.mr-sm-9,.mx-sm-9{margin-right:8rem!important}
.mb-sm-9,.my-sm-9{margin-bottom:8rem!important}
.ml-sm-9,.mx-sm-9{margin-left:8rem!important}
.m-sm-10{margin:10rem!important}
.mt-sm-10,.my-sm-10{margin-top:10rem!important}
.mr-sm-10,.mx-sm-10{margin-right:10rem!important}
.mb-sm-10,.my-sm-10{margin-bottom:10rem!important}
.ml-sm-10,.mx-sm-10{margin-left:10rem!important}
.m-sm-11{margin:12rem!important}
.mt-sm-11,.my-sm-11{margin-top:12rem!important}
.mr-sm-11,.mx-sm-11{margin-right:12rem!important}
.mb-sm-11,.my-sm-11{margin-bottom:12rem!important}
.ml-sm-11,.mx-sm-11{margin-left:12rem!important}
.m-sm-12{margin:14rem!important}
.mt-sm-12,.my-sm-12{margin-top:14rem!important}
.mr-sm-12,.mx-sm-12{margin-right:14rem!important}
.mb-sm-12,.my-sm-12{margin-bottom:14rem!important}
.ml-sm-12,.mx-sm-12{margin-left:14rem!important}
.m-sm-13{margin:16rem!important}
.mt-sm-13,.my-sm-13{margin-top:16rem!important}
.mr-sm-13,.mx-sm-13{margin-right:16rem!important}
.mb-sm-13,.my-sm-13{margin-bottom:16rem!important}
.ml-sm-13,.mx-sm-13{margin-left:16rem!important}
.m-sm-14{margin:18rem!important}
.mt-sm-14,.my-sm-14{margin-top:18rem!important}
.mr-sm-14,.mx-sm-14{margin-right:18rem!important}
.mb-sm-14,.my-sm-14{margin-bottom:18rem!important}
.ml-sm-14,.mx-sm-14{margin-left:18rem!important}
.m-sm-15{margin:20rem!important}
.mt-sm-15,.my-sm-15{margin-top:20rem!important}
.mr-sm-15,.mx-sm-15{margin-right:20rem!important}
.mb-sm-15,.my-sm-15{margin-bottom:20rem!important}
.ml-sm-15,.mx-sm-15{margin-left:20rem!important}
.p-sm-0{padding:0!important}
.pt-sm-0,.py-sm-0{padding-top:0!important}
.pr-sm-0,.px-sm-0{padding-right:0!important}
.pb-sm-0,.py-sm-0{padding-bottom:0!important}
.pl-sm-0,.px-sm-0{padding-left:0!important}
.p-sm-1{padding:.25rem!important}
.pt-sm-1,.py-sm-1{padding-top:.25rem!important}
.pr-sm-1,.px-sm-1{padding-right:.25rem!important}
.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}
.pl-sm-1,.px-sm-1{padding-left:.25rem!important}
.p-sm-2{padding:.5rem!important}
.pt-sm-2,.py-sm-2{padding-top:.5rem!important}
.pr-sm-2,.px-sm-2{padding-right:.5rem!important}
.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}
.pl-sm-2,.px-sm-2{padding-left:.5rem!important}
.p-sm-3{padding:1rem!important}
.pt-sm-3,.py-sm-3{padding-top:1rem!important}
.pr-sm-3,.px-sm-3{padding-right:1rem!important}
.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}
.pl-sm-3,.px-sm-3{padding-left:1rem!important}
.p-sm-4{padding:1.5rem!important}
.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}
.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}
.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}
.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}
.p-sm-5{padding:2rem!important}
.pt-sm-5,.py-sm-5{padding-top:2rem!important}
.pr-sm-5,.px-sm-5{padding-right:2rem!important}
.pb-sm-5,.py-sm-5{padding-bottom:2rem!important}
.pl-sm-5,.px-sm-5{padding-left:2rem!important}
.p-sm-6{padding:3rem!important}
.pt-sm-6,.py-sm-6{padding-top:3rem!important}
.pr-sm-6,.px-sm-6{padding-right:3rem!important}
.pb-sm-6,.py-sm-6{padding-bottom:3rem!important}
.pl-sm-6,.px-sm-6{padding-left:3rem!important}
.p-sm-7{padding:4rem!important}
.pt-sm-7,.py-sm-7{padding-top:4rem!important}
.pr-sm-7,.px-sm-7{padding-right:4rem!important}
.pb-sm-7,.py-sm-7{padding-bottom:4rem!important}
.pl-sm-7,.px-sm-7{padding-left:4rem!important}
.p-sm-8{padding:6rem!important}
.pt-sm-8,.py-sm-8{padding-top:6rem!important}
.pr-sm-8,.px-sm-8{padding-right:6rem!important}
.pb-sm-8,.py-sm-8{padding-bottom:6rem!important}
.pl-sm-8,.px-sm-8{padding-left:6rem!important}
.p-sm-9{padding:8rem!important}
.pt-sm-9,.py-sm-9{padding-top:8rem!important}
.pr-sm-9,.px-sm-9{padding-right:8rem!important}
.pb-sm-9,.py-sm-9{padding-bottom:8rem!important}
.pl-sm-9,.px-sm-9{padding-left:8rem!important}
.p-sm-10{padding:10rem!important}
.pt-sm-10,.py-sm-10{padding-top:10rem!important}
.pr-sm-10,.px-sm-10{padding-right:10rem!important}
.pb-sm-10,.py-sm-10{padding-bottom:10rem!important}
.pl-sm-10,.px-sm-10{padding-left:10rem!important}
.p-sm-11{padding:12rem!important}
.pt-sm-11,.py-sm-11{padding-top:12rem!important}
.pr-sm-11,.px-sm-11{padding-right:12rem!important}
.pb-sm-11,.py-sm-11{padding-bottom:12rem!important}
.pl-sm-11,.px-sm-11{padding-left:12rem!important}
.p-sm-12{padding:14rem!important}
.pt-sm-12,.py-sm-12{padding-top:14rem!important}
.pr-sm-12,.px-sm-12{padding-right:14rem!important}
.pb-sm-12,.py-sm-12{padding-bottom:14rem!important}
.pl-sm-12,.px-sm-12{padding-left:14rem!important}
.p-sm-13{padding:16rem!important}
.pt-sm-13,.py-sm-13{padding-top:16rem!important}
.pr-sm-13,.px-sm-13{padding-right:16rem!important}
.pb-sm-13,.py-sm-13{padding-bottom:16rem!important}
.pl-sm-13,.px-sm-13{padding-left:16rem!important}
.p-sm-14{padding:18rem!important}
.pt-sm-14,.py-sm-14{padding-top:18rem!important}
.pr-sm-14,.px-sm-14{padding-right:18rem!important}
.pb-sm-14,.py-sm-14{padding-bottom:18rem!important}
.pl-sm-14,.px-sm-14{padding-left:18rem!important}
.p-sm-15{padding:20rem!important}
.pt-sm-15,.py-sm-15{padding-top:20rem!important}
.pr-sm-15,.px-sm-15{padding-right:20rem!important}
.pb-sm-15,.py-sm-15{padding-bottom:20rem!important}
.pl-sm-15,.px-sm-15{padding-left:20rem!important}
.m-sm-n1{margin:-.25rem!important}
.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}
.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}
.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}
.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}
.m-sm-n2{margin:-.5rem!important}
.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}
.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}
.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}
.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}
.m-sm-n3{margin:-1rem!important}
.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}
.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}
.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}
.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}
.m-sm-n4{margin:-1.5rem!important}
.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}
.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}
.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}
.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}
.m-sm-n5{margin:-2rem!important}
.mt-sm-n5,.my-sm-n5{margin-top:-2rem!important}
.mr-sm-n5,.mx-sm-n5{margin-right:-2rem!important}
.mb-sm-n5,.my-sm-n5{margin-bottom:-2rem!important}
.ml-sm-n5,.mx-sm-n5{margin-left:-2rem!important}
.m-sm-n6{margin:-3rem!important}
.mt-sm-n6,.my-sm-n6{margin-top:-3rem!important}
.mr-sm-n6,.mx-sm-n6{margin-right:-3rem!important}
.mb-sm-n6,.my-sm-n6{margin-bottom:-3rem!important}
.ml-sm-n6,.mx-sm-n6{margin-left:-3rem!important}
.m-sm-n7{margin:-4rem!important}
.mt-sm-n7,.my-sm-n7{margin-top:-4rem!important}
.mr-sm-n7,.mx-sm-n7{margin-right:-4rem!important}
.mb-sm-n7,.my-sm-n7{margin-bottom:-4rem!important}
.ml-sm-n7,.mx-sm-n7{margin-left:-4rem!important}
.m-sm-n8{margin:-6rem!important}
.mt-sm-n8,.my-sm-n8{margin-top:-6rem!important}
.mr-sm-n8,.mx-sm-n8{margin-right:-6rem!important}
.mb-sm-n8,.my-sm-n8{margin-bottom:-6rem!important}
.ml-sm-n8,.mx-sm-n8{margin-left:-6rem!important}
.m-sm-n9{margin:-8rem!important}
.mt-sm-n9,.my-sm-n9{margin-top:-8rem!important}
.mr-sm-n9,.mx-sm-n9{margin-right:-8rem!important}
.mb-sm-n9,.my-sm-n9{margin-bottom:-8rem!important}
.ml-sm-n9,.mx-sm-n9{margin-left:-8rem!important}
.m-sm-n10{margin:-10rem!important}
.mt-sm-n10,.my-sm-n10{margin-top:-10rem!important}
.mr-sm-n10,.mx-sm-n10{margin-right:-10rem!important}
.mb-sm-n10,.my-sm-n10{margin-bottom:-10rem!important}
.ml-sm-n10,.mx-sm-n10{margin-left:-10rem!important}
.m-sm-n11{margin:-12rem!important}
.mt-sm-n11,.my-sm-n11{margin-top:-12rem!important}
.mr-sm-n11,.mx-sm-n11{margin-right:-12rem!important}
.mb-sm-n11,.my-sm-n11{margin-bottom:-12rem!important}
.ml-sm-n11,.mx-sm-n11{margin-left:-12rem!important}
.m-sm-n12{margin:-14rem!important}
.mt-sm-n12,.my-sm-n12{margin-top:-14rem!important}
.mr-sm-n12,.mx-sm-n12{margin-right:-14rem!important}
.mb-sm-n12,.my-sm-n12{margin-bottom:-14rem!important}
.ml-sm-n12,.mx-sm-n12{margin-left:-14rem!important}
.m-sm-n13{margin:-16rem!important}
.mt-sm-n13,.my-sm-n13{margin-top:-16rem!important}
.mr-sm-n13,.mx-sm-n13{margin-right:-16rem!important}
.mb-sm-n13,.my-sm-n13{margin-bottom:-16rem!important}
.ml-sm-n13,.mx-sm-n13{margin-left:-16rem!important}
.m-sm-n14{margin:-18rem!important}
.mt-sm-n14,.my-sm-n14{margin-top:-18rem!important}
.mr-sm-n14,.mx-sm-n14{margin-right:-18rem!important}
.mb-sm-n14,.my-sm-n14{margin-bottom:-18rem!important}
.ml-sm-n14,.mx-sm-n14{margin-left:-18rem!important}
.m-sm-n15{margin:-20rem!important}
.mt-sm-n15,.my-sm-n15{margin-top:-20rem!important}
.mr-sm-n15,.mx-sm-n15{margin-right:-20rem!important}
.mb-sm-n15,.my-sm-n15{margin-bottom:-20rem!important}
.ml-sm-n15,.mx-sm-n15{margin-left:-20rem!important}
.m-sm-auto{margin:auto!important}
.mt-sm-auto,.my-sm-auto{margin-top:auto!important}
.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}
.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}
.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}
}
@media(min-width: 992px) {
.m-md-0{margin:0!important}
.mt-md-0,.my-md-0{margin-top:0!important}
.mr-md-0,.mx-md-0{margin-right:0!important}
.mb-md-0,.my-md-0{margin-bottom:0!important}
.ml-md-0,.mx-md-0{margin-left:0!important}
.m-md-1{margin:.25rem!important}
.mt-md-1,.my-md-1{margin-top:.25rem!important}
.mr-md-1,.mx-md-1{margin-right:.25rem!important}
.mb-md-1,.my-md-1{margin-bottom:.25rem!important}
.ml-md-1,.mx-md-1{margin-left:.25rem!important}
.m-md-2{margin:.5rem!important}
.mt-md-2,.my-md-2{margin-top:.5rem!important}
.mr-md-2,.mx-md-2{margin-right:.5rem!important}
.mb-md-2,.my-md-2{margin-bottom:.5rem!important}
.ml-md-2,.mx-md-2{margin-left:.5rem!important}
.m-md-3{margin:1rem!important}
.mt-md-3,.my-md-3{margin-top:1rem!important}
.mr-md-3,.mx-md-3{margin-right:1rem!important}
.mb-md-3,.my-md-3{margin-bottom:1rem!important}
.ml-md-3,.mx-md-3{margin-left:1rem!important}
.m-md-4{margin:1.5rem!important}
.mt-md-4,.my-md-4{margin-top:1.5rem!important}
.mr-md-4,.mx-md-4{margin-right:1.5rem!important}
.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}
.ml-md-4,.mx-md-4{margin-left:1.5rem!important}
.m-md-5{margin:2rem!important}
.mt-md-5,.my-md-5{margin-top:2rem!important}
.mr-md-5,.mx-md-5{margin-right:2rem!important}
.mb-md-5,.my-md-5{margin-bottom:2rem!important}
.ml-md-5,.mx-md-5{margin-left:2rem!important}
.m-md-6{margin:3rem!important}
.mt-md-6,.my-md-6{margin-top:3rem!important}
.mr-md-6,.mx-md-6{margin-right:3rem!important}
.mb-md-6,.my-md-6{margin-bottom:3rem!important}
.ml-md-6,.mx-md-6{margin-left:3rem!important}
.m-md-7{margin:4rem!important}
.mt-md-7,.my-md-7{margin-top:4rem!important}
.mr-md-7,.mx-md-7{margin-right:4rem!important}
.mb-md-7,.my-md-7{margin-bottom:4rem!important}
.ml-md-7,.mx-md-7{margin-left:4rem!important}
.m-md-8{margin:6rem!important}
.mt-md-8,.my-md-8{margin-top:6rem!important}
.mr-md-8,.mx-md-8{margin-right:6rem!important}
.mb-md-8,.my-md-8{margin-bottom:6rem!important}
.ml-md-8,.mx-md-8{margin-left:6rem!important}
.m-md-9{margin:8rem!important}
.mt-md-9,.my-md-9{margin-top:8rem!important}
.mr-md-9,.mx-md-9{margin-right:8rem!important}
.mb-md-9,.my-md-9{margin-bottom:8rem!important}
.ml-md-9,.mx-md-9{margin-left:8rem!important}
.m-md-10{margin:10rem!important}
.mt-md-10,.my-md-10{margin-top:10rem!important}
.mr-md-10,.mx-md-10{margin-right:10rem!important}
.mb-md-10,.my-md-10{margin-bottom:10rem!important}
.ml-md-10,.mx-md-10{margin-left:10rem!important}
.m-md-11{margin:12rem!important}
.mt-md-11,.my-md-11{margin-top:12rem!important}
.mr-md-11,.mx-md-11{margin-right:12rem!important}
.mb-md-11,.my-md-11{margin-bottom:12rem!important}
.ml-md-11,.mx-md-11{margin-left:12rem!important}
.m-md-12{margin:14rem!important}
.mt-md-12,.my-md-12{margin-top:14rem!important}
.mr-md-12,.mx-md-12{margin-right:14rem!important}
.mb-md-12,.my-md-12{margin-bottom:14rem!important}
.ml-md-12,.mx-md-12{margin-left:14rem!important}
.m-md-13{margin:16rem!important}
.mt-md-13,.my-md-13{margin-top:16rem!important}
.mr-md-13,.mx-md-13{margin-right:16rem!important}
.mb-md-13,.my-md-13{margin-bottom:16rem!important}
.ml-md-13,.mx-md-13{margin-left:16rem!important}
.m-md-14{margin:18rem!important}
.mt-md-14,.my-md-14{margin-top:18rem!important}
.mr-md-14,.mx-md-14{margin-right:18rem!important}
.mb-md-14,.my-md-14{margin-bottom:18rem!important}
.ml-md-14,.mx-md-14{margin-left:18rem!important}
.m-md-15{margin:20rem!important}
.mt-md-15,.my-md-15{margin-top:20rem!important}
.mr-md-15,.mx-md-15{margin-right:20rem!important}
.mb-md-15,.my-md-15{margin-bottom:20rem!important}
.ml-md-15,.mx-md-15{margin-left:20rem!important}
.p-md-0{padding:0!important}
.pt-md-0,.py-md-0{padding-top:0!important}
.pr-md-0,.px-md-0{padding-right:0!important}
.pb-md-0,.py-md-0{padding-bottom:0!important}
.pl-md-0,.px-md-0{padding-left:0!important}
.p-md-1{padding:.25rem!important}
.pt-md-1,.py-md-1{padding-top:.25rem!important}
.pr-md-1,.px-md-1{padding-right:.25rem!important}
.pb-md-1,.py-md-1{padding-bottom:.25rem!important}
.pl-md-1,.px-md-1{padding-left:.25rem!important}
.p-md-2{padding:.5rem!important}
.pt-md-2,.py-md-2{padding-top:.5rem!important}
.pr-md-2,.px-md-2{padding-right:.5rem!important}
.pb-md-2,.py-md-2{padding-bottom:.5rem!important}
.pl-md-2,.px-md-2{padding-left:.5rem!important}
.p-md-3{padding:1rem!important}
.pt-md-3,.py-md-3{padding-top:1rem!important}
.pr-md-3,.px-md-3{padding-right:1rem!important}
.pb-md-3,.py-md-3{padding-bottom:1rem!important}
.pl-md-3,.px-md-3{padding-left:1rem!important}
.p-md-4{padding:1.5rem!important}
.pt-md-4,.py-md-4{padding-top:1.5rem!important}
.pr-md-4,.px-md-4{padding-right:1.5rem!important}
.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}
.pl-md-4,.px-md-4{padding-left:1.5rem!important}
.p-md-5{padding:2rem!important}
.pt-md-5,.py-md-5{padding-top:2rem!important}
.pr-md-5,.px-md-5{padding-right:2rem!important}
.pb-md-5,.py-md-5{padding-bottom:2rem!important}
.pl-md-5,.px-md-5{padding-left:2rem!important}
.p-md-6{padding:3rem!important}
.pt-md-6,.py-md-6{padding-top:3rem!important}
.pr-md-6,.px-md-6{padding-right:3rem!important}
.pb-md-6,.py-md-6{padding-bottom:3rem!important}
.pl-md-6,.px-md-6{padding-left:3rem!important}
.p-md-7{padding:4rem!important}
.pt-md-7,.py-md-7{padding-top:4rem!important}
.pr-md-7,.px-md-7{padding-right:4rem!important}
.pb-md-7,.py-md-7{padding-bottom:4rem!important}
.pl-md-7,.px-md-7{padding-left:4rem!important}
.p-md-8{padding:6rem!important}
.pt-md-8,.py-md-8{padding-top:6rem!important}
.pr-md-8,.px-md-8{padding-right:6rem!important}
.pb-md-8,.py-md-8{padding-bottom:6rem!important}
.pl-md-8,.px-md-8{padding-left:6rem!important}
.p-md-9{padding:8rem!important}
.pt-md-9,.py-md-9{padding-top:8rem!important}
.pr-md-9,.px-md-9{padding-right:8rem!important}
.pb-md-9,.py-md-9{padding-bottom:8rem!important}
.pl-md-9,.px-md-9{padding-left:8rem!important}
.p-md-10{padding:10rem!important}
.pt-md-10,.py-md-10{padding-top:10rem!important}
.pr-md-10,.px-md-10{padding-right:10rem!important}
.pb-md-10,.py-md-10{padding-bottom:10rem!important}
.pl-md-10,.px-md-10{padding-left:10rem!important}
.p-md-11{padding:12rem!important}
.pt-md-11,.py-md-11{padding-top:12rem!important}
.pr-md-11,.px-md-11{padding-right:12rem!important}
.pb-md-11,.py-md-11{padding-bottom:12rem!important}
.pl-md-11,.px-md-11{padding-left:12rem!important}
.p-md-12{padding:14rem!important}
.pt-md-12,.py-md-12{padding-top:14rem!important}
.pr-md-12,.px-md-12{padding-right:14rem!important}
.pb-md-12,.py-md-12{padding-bottom:14rem!important}
.pl-md-12,.px-md-12{padding-left:14rem!important}
.p-md-13{padding:16rem!important}
.pt-md-13,.py-md-13{padding-top:16rem!important}
.pr-md-13,.px-md-13{padding-right:16rem!important}
.pb-md-13,.py-md-13{padding-bottom:16rem!important}
.pl-md-13,.px-md-13{padding-left:16rem!important}
.p-md-14{padding:18rem!important}
.pt-md-14,.py-md-14{padding-top:18rem!important}
.pr-md-14,.px-md-14{padding-right:18rem!important}
.pb-md-14,.py-md-14{padding-bottom:18rem!important}
.pl-md-14,.px-md-14{padding-left:18rem!important}
.p-md-15{padding:20rem!important}
.pt-md-15,.py-md-15{padding-top:20rem!important}
.pr-md-15,.px-md-15{padding-right:20rem!important}
.pb-md-15,.py-md-15{padding-bottom:20rem!important}
.pl-md-15,.px-md-15{padding-left:20rem!important}
.m-md-n1{margin:-.25rem!important}
.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}
.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}
.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}
.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}
.m-md-n2{margin:-.5rem!important}
.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}
.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}
.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}
.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}
.m-md-n3{margin:-1rem!important}
.mt-md-n3,.my-md-n3{margin-top:-1rem!important}
.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}
.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}
.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}
.m-md-n4{margin:-1.5rem!important}
.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}
.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}
.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}
.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}
.m-md-n5{margin:-2rem!important}
.mt-md-n5,.my-md-n5{margin-top:-2rem!important}
.mr-md-n5,.mx-md-n5{margin-right:-2rem!important}
.mb-md-n5,.my-md-n5{margin-bottom:-2rem!important}
.ml-md-n5,.mx-md-n5{margin-left:-2rem!important}
.m-md-n6{margin:-3rem!important}
.mt-md-n6,.my-md-n6{margin-top:-3rem!important}
.mr-md-n6,.mx-md-n6{margin-right:-3rem!important}
.mb-md-n6,.my-md-n6{margin-bottom:-3rem!important}
.ml-md-n6,.mx-md-n6{margin-left:-3rem!important}
.m-md-n7{margin:-4rem!important}
.mt-md-n7,.my-md-n7{margin-top:-4rem!important}
.mr-md-n7,.mx-md-n7{margin-right:-4rem!important}
.mb-md-n7,.my-md-n7{margin-bottom:-4rem!important}
.ml-md-n7,.mx-md-n7{margin-left:-4rem!important}
.m-md-n8{margin:-6rem!important}
.mt-md-n8,.my-md-n8{margin-top:-6rem!important}
.mr-md-n8,.mx-md-n8{margin-right:-6rem!important}
.mb-md-n8,.my-md-n8{margin-bottom:-6rem!important}
.ml-md-n8,.mx-md-n8{margin-left:-6rem!important}
.m-md-n9{margin:-8rem!important}
.mt-md-n9,.my-md-n9{margin-top:-8rem!important}
.mr-md-n9,.mx-md-n9{margin-right:-8rem!important}
.mb-md-n9,.my-md-n9{margin-bottom:-8rem!important}
.ml-md-n9,.mx-md-n9{margin-left:-8rem!important}
.m-md-n10{margin:-10rem!important}
.mt-md-n10,.my-md-n10{margin-top:-10rem!important}
.mr-md-n10,.mx-md-n10{margin-right:-10rem!important}
.mb-md-n10,.my-md-n10{margin-bottom:-10rem!important}
.ml-md-n10,.mx-md-n10{margin-left:-10rem!important}
.m-md-n11{margin:-12rem!important}
.mt-md-n11,.my-md-n11{margin-top:-12rem!important}
.mr-md-n11,.mx-md-n11{margin-right:-12rem!important}
.mb-md-n11,.my-md-n11{margin-bottom:-12rem!important}
.ml-md-n11,.mx-md-n11{margin-left:-12rem!important}
.m-md-n12{margin:-14rem!important}
.mt-md-n12,.my-md-n12{margin-top:-14rem!important}
.mr-md-n12,.mx-md-n12{margin-right:-14rem!important}
.mb-md-n12,.my-md-n12{margin-bottom:-14rem!important}
.ml-md-n12,.mx-md-n12{margin-left:-14rem!important}
.m-md-n13{margin:-16rem!important}
.mt-md-n13,.my-md-n13{margin-top:-16rem!important}
.mr-md-n13,.mx-md-n13{margin-right:-16rem!important}
.mb-md-n13,.my-md-n13{margin-bottom:-16rem!important}
.ml-md-n13,.mx-md-n13{margin-left:-16rem!important}
.m-md-n14{margin:-18rem!important}
.mt-md-n14,.my-md-n14{margin-top:-18rem!important}
.mr-md-n14,.mx-md-n14{margin-right:-18rem!important}
.mb-md-n14,.my-md-n14{margin-bottom:-18rem!important}
.ml-md-n14,.mx-md-n14{margin-left:-18rem!important}
.m-md-n15{margin:-20rem!important}
.mt-md-n15,.my-md-n15{margin-top:-20rem!important}
.mr-md-n15,.mx-md-n15{margin-right:-20rem!important}
.mb-md-n15,.my-md-n15{margin-bottom:-20rem!important}
.ml-md-n15,.mx-md-n15{margin-left:-20rem!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: 1232px) {
.m-lg-0{margin:0!important}
.mt-lg-0,.my-lg-0{margin-top:0!important}
.mr-lg-0,.mx-lg-0{margin-right:0!important}
.mb-lg-0,.my-lg-0{margin-bottom:0!important}
.ml-lg-0,.mx-lg-0{margin-left:0!important}
.m-lg-1{margin:.25rem!important}
.mt-lg-1,.my-lg-1{margin-top:.25rem!important}
.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}
.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}
.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}
.m-lg-2{margin:.5rem!important}
.mt-lg-2,.my-lg-2{margin-top:.5rem!important}
.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}
.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}
.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}
.m-lg-3{margin:1rem!important}
.mt-lg-3,.my-lg-3{margin-top:1rem!important}
.mr-lg-3,.mx-lg-3{margin-right:1rem!important}
.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}
.ml-lg-3,.mx-lg-3{margin-left:1rem!important}
.m-lg-4{margin:1.5rem!important}
.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}
.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}
.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}
.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}
.m-lg-5{margin:2rem!important}
.mt-lg-5,.my-lg-5{margin-top:2rem!important}
.mr-lg-5,.mx-lg-5{margin-right:2rem!important}
.mb-lg-5,.my-lg-5{margin-bottom:2rem!important}
.ml-lg-5,.mx-lg-5{margin-left:2rem!important}
.m-lg-6{margin:3rem!important}
.mt-lg-6,.my-lg-6{margin-top:3rem!important}
.mr-lg-6,.mx-lg-6{margin-right:3rem!important}
.mb-lg-6,.my-lg-6{margin-bottom:3rem!important}
.ml-lg-6,.mx-lg-6{margin-left:3rem!important}
.m-lg-7{margin:4rem!important}
.mt-lg-7,.my-lg-7{margin-top:4rem!important}
.mr-lg-7,.mx-lg-7{margin-right:4rem!important}
.mb-lg-7,.my-lg-7{margin-bottom:4rem!important}
.ml-lg-7,.mx-lg-7{margin-left:4rem!important}
.m-lg-8{margin:6rem!important}
.mt-lg-8,.my-lg-8{margin-top:6rem!important}
.mr-lg-8,.mx-lg-8{margin-right:6rem!important}
.mb-lg-8,.my-lg-8{margin-bottom:6rem!important}
.ml-lg-8,.mx-lg-8{margin-left:6rem!important}
.m-lg-9{margin:8rem!important}
.mt-lg-9,.my-lg-9{margin-top:8rem!important}
.mr-lg-9,.mx-lg-9{margin-right:8rem!important}
.mb-lg-9,.my-lg-9{margin-bottom:8rem!important}
.ml-lg-9,.mx-lg-9{margin-left:8rem!important}
.m-lg-10{margin:10rem!important}
.mt-lg-10,.my-lg-10{margin-top:10rem!important}
.mr-lg-10,.mx-lg-10{margin-right:10rem!important}
.mb-lg-10,.my-lg-10{margin-bottom:10rem!important}
.ml-lg-10,.mx-lg-10{margin-left:10rem!important}
.m-lg-11{margin:12rem!important}
.mt-lg-11,.my-lg-11{margin-top:12rem!important}
.mr-lg-11,.mx-lg-11{margin-right:12rem!important}
.mb-lg-11,.my-lg-11{margin-bottom:12rem!important}
.ml-lg-11,.mx-lg-11{margin-left:12rem!important}
.m-lg-12{margin:14rem!important}
.mt-lg-12,.my-lg-12{margin-top:14rem!important}
.mr-lg-12,.mx-lg-12{margin-right:14rem!important}
.mb-lg-12,.my-lg-12{margin-bottom:14rem!important}
.ml-lg-12,.mx-lg-12{margin-left:14rem!important}
.m-lg-13{margin:16rem!important}
.mt-lg-13,.my-lg-13{margin-top:16rem!important}
.mr-lg-13,.mx-lg-13{margin-right:16rem!important}
.mb-lg-13,.my-lg-13{margin-bottom:16rem!important}
.ml-lg-13,.mx-lg-13{margin-left:16rem!important}
.m-lg-14{margin:18rem!important}
.mt-lg-14,.my-lg-14{margin-top:18rem!important}
.mr-lg-14,.mx-lg-14{margin-right:18rem!important}
.mb-lg-14,.my-lg-14{margin-bottom:18rem!important}
.ml-lg-14,.mx-lg-14{margin-left:18rem!important}
.m-lg-15{margin:20rem!important}
.mt-lg-15,.my-lg-15{margin-top:20rem!important}
.mr-lg-15,.mx-lg-15{margin-right:20rem!important}
.mb-lg-15,.my-lg-15{margin-bottom:20rem!important}
.ml-lg-15,.mx-lg-15{margin-left:20rem!important}
.p-lg-0{padding:0!important}
.pt-lg-0,.py-lg-0{padding-top:0!important}
.pr-lg-0,.px-lg-0{padding-right:0!important}
.pb-lg-0,.py-lg-0{padding-bottom:0!important}
.pl-lg-0,.px-lg-0{padding-left:0!important}
.p-lg-1{padding:.25rem!important}
.pt-lg-1,.py-lg-1{padding-top:.25rem!important}
.pr-lg-1,.px-lg-1{padding-right:.25rem!important}
.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}
.pl-lg-1,.px-lg-1{padding-left:.25rem!important}
.p-lg-2{padding:.5rem!important}
.pt-lg-2,.py-lg-2{padding-top:.5rem!important}
.pr-lg-2,.px-lg-2{padding-right:.5rem!important}
.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}
.pl-lg-2,.px-lg-2{padding-left:.5rem!important}
.p-lg-3{padding:1rem!important}
.pt-lg-3,.py-lg-3{padding-top:1rem!important}
.pr-lg-3,.px-lg-3{padding-right:1rem!important}
.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}
.pl-lg-3,.px-lg-3{padding-left:1rem!important}
.p-lg-4{padding:1.5rem!important}
.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}
.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}
.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}
.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}
.p-lg-5{padding:2rem!important}
.pt-lg-5,.py-lg-5{padding-top:2rem!important}
.pr-lg-5,.px-lg-5{padding-right:2rem!important}
.pb-lg-5,.py-lg-5{padding-bottom:2rem!important}
.pl-lg-5,.px-lg-5{padding-left:2rem!important}
.p-lg-6{padding:3rem!important}
.pt-lg-6,.py-lg-6{padding-top:3rem!important}
.pr-lg-6,.px-lg-6{padding-right:3rem!important}
.pb-lg-6,.py-lg-6{padding-bottom:3rem!important}
.pl-lg-6,.px-lg-6{padding-left:3rem!important}
.p-lg-7{padding:4rem!important}
.pt-lg-7,.py-lg-7{padding-top:4rem!important}
.pr-lg-7,.px-lg-7{padding-right:4rem!important}
.pb-lg-7,.py-lg-7{padding-bottom:4rem!important}
.pl-lg-7,.px-lg-7{padding-left:4rem!important}
.p-lg-8{padding:6rem!important}
.pt-lg-8,.py-lg-8{padding-top:6rem!important}
.pr-lg-8,.px-lg-8{padding-right:6rem!important}
.pb-lg-8,.py-lg-8{padding-bottom:6rem!important}
.pl-lg-8,.px-lg-8{padding-left:6rem!important}
.p-lg-9{padding:8rem!important}
.pt-lg-9,.py-lg-9{padding-top:8rem!important}
.pr-lg-9,.px-lg-9{padding-right:8rem!important}
.pb-lg-9,.py-lg-9{padding-bottom:8rem!important}
.pl-lg-9,.px-lg-9{padding-left:8rem!important}
.p-lg-10{padding:10rem!important}
.pt-lg-10,.py-lg-10{padding-top:10rem!important}
.pr-lg-10,.px-lg-10{padding-right:10rem!important}
.pb-lg-10,.py-lg-10{padding-bottom:10rem!important}
.pl-lg-10,.px-lg-10{padding-left:10rem!important}
.p-lg-11{padding:12rem!important}
.pt-lg-11,.py-lg-11{padding-top:12rem!important}
.pr-lg-11,.px-lg-11{padding-right:12rem!important}
.pb-lg-11,.py-lg-11{padding-bottom:12rem!important}
.pl-lg-11,.px-lg-11{padding-left:12rem!important}
.p-lg-12{padding:14rem!important}
.pt-lg-12,.py-lg-12{padding-top:14rem!important}
.pr-lg-12,.px-lg-12{padding-right:14rem!important}
.pb-lg-12,.py-lg-12{padding-bottom:14rem!important}
.pl-lg-12,.px-lg-12{padding-left:14rem!important}
.p-lg-13{padding:16rem!important}
.pt-lg-13,.py-lg-13{padding-top:16rem!important}
.pr-lg-13,.px-lg-13{padding-right:16rem!important}
.pb-lg-13,.py-lg-13{padding-bottom:16rem!important}
.pl-lg-13,.px-lg-13{padding-left:16rem!important}
.p-lg-14{padding:18rem!important}
.pt-lg-14,.py-lg-14{padding-top:18rem!important}
.pr-lg-14,.px-lg-14{padding-right:18rem!important}
.pb-lg-14,.py-lg-14{padding-bottom:18rem!important}
.pl-lg-14,.px-lg-14{padding-left:18rem!important}
.p-lg-15{padding:20rem!important}
.pt-lg-15,.py-lg-15{padding-top:20rem!important}
.pr-lg-15,.px-lg-15{padding-right:20rem!important}
.pb-lg-15,.py-lg-15{padding-bottom:20rem!important}
.pl-lg-15,.px-lg-15{padding-left:20rem!important}
.m-lg-n1{margin:-.25rem!important}
.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}
.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}
.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}
.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}
.m-lg-n2{margin:-.5rem!important}
.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}
.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}
.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}
.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}
.m-lg-n3{margin:-1rem!important}
.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}
.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}
.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}
.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}
.m-lg-n4{margin:-1.5rem!important}
.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}
.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}
.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}
.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}
.m-lg-n5{margin:-2rem!important}
.mt-lg-n5,.my-lg-n5{margin-top:-2rem!important}
.mr-lg-n5,.mx-lg-n5{margin-right:-2rem!important}
.mb-lg-n5,.my-lg-n5{margin-bottom:-2rem!important}
.ml-lg-n5,.mx-lg-n5{margin-left:-2rem!important}
.m-lg-n6{margin:-3rem!important}
.mt-lg-n6,.my-lg-n6{margin-top:-3rem!important}
.mr-lg-n6,.mx-lg-n6{margin-right:-3rem!important}
.mb-lg-n6,.my-lg-n6{margin-bottom:-3rem!important}
.ml-lg-n6,.mx-lg-n6{margin-left:-3rem!important}
.m-lg-n7{margin:-4rem!important}
.mt-lg-n7,.my-lg-n7{margin-top:-4rem!important}
.mr-lg-n7,.mx-lg-n7{margin-right:-4rem!important}
.mb-lg-n7,.my-lg-n7{margin-bottom:-4rem!important}
.ml-lg-n7,.mx-lg-n7{margin-left:-4rem!important}
.m-lg-n8{margin:-6rem!important}
.mt-lg-n8,.my-lg-n8{margin-top:-6rem!important}
.mr-lg-n8,.mx-lg-n8{margin-right:-6rem!important}
.mb-lg-n8,.my-lg-n8{margin-bottom:-6rem!important}
.ml-lg-n8,.mx-lg-n8{margin-left:-6rem!important}
.m-lg-n9{margin:-8rem!important}
.mt-lg-n9,.my-lg-n9{margin-top:-8rem!important}
.mr-lg-n9,.mx-lg-n9{margin-right:-8rem!important}
.mb-lg-n9,.my-lg-n9{margin-bottom:-8rem!important}
.ml-lg-n9,.mx-lg-n9{margin-left:-8rem!important}
.m-lg-n10{margin:-10rem!important}
.mt-lg-n10,.my-lg-n10{margin-top:-10rem!important}
.mr-lg-n10,.mx-lg-n10{margin-right:-10rem!important}
.mb-lg-n10,.my-lg-n10{margin-bottom:-10rem!important}
.ml-lg-n10,.mx-lg-n10{margin-left:-10rem!important}
.m-lg-n11{margin:-12rem!important}
.mt-lg-n11,.my-lg-n11{margin-top:-12rem!important}
.mr-lg-n11,.mx-lg-n11{margin-right:-12rem!important}
.mb-lg-n11,.my-lg-n11{margin-bottom:-12rem!important}
.ml-lg-n11,.mx-lg-n11{margin-left:-12rem!important}
.m-lg-n12{margin:-14rem!important}
.mt-lg-n12,.my-lg-n12{margin-top:-14rem!important}
.mr-lg-n12,.mx-lg-n12{margin-right:-14rem!important}
.mb-lg-n12,.my-lg-n12{margin-bottom:-14rem!important}
.ml-lg-n12,.mx-lg-n12{margin-left:-14rem!important}
.m-lg-n13{margin:-16rem!important}
.mt-lg-n13,.my-lg-n13{margin-top:-16rem!important}
.mr-lg-n13,.mx-lg-n13{margin-right:-16rem!important}
.mb-lg-n13,.my-lg-n13{margin-bottom:-16rem!important}
.ml-lg-n13,.mx-lg-n13{margin-left:-16rem!important}
.m-lg-n14{margin:-18rem!important}
.mt-lg-n14,.my-lg-n14{margin-top:-18rem!important}
.mr-lg-n14,.mx-lg-n14{margin-right:-18rem!important}
.mb-lg-n14,.my-lg-n14{margin-bottom:-18rem!important}
.ml-lg-n14,.mx-lg-n14{margin-left:-18rem!important}
.m-lg-n15{margin:-20rem!important}
.mt-lg-n15,.my-lg-n15{margin-top:-20rem!important}
.mr-lg-n15,.mx-lg-n15{margin-right:-20rem!important}
.mb-lg-n15,.my-lg-n15{margin-bottom:-20rem!important}
.ml-lg-n15,.mx-lg-n15{margin-left:-20rem!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: 1472px) {
.m-xl-0{margin:0!important}
.mt-xl-0,.my-xl-0{margin-top:0!important}
.mr-xl-0,.mx-xl-0{margin-right:0!important}
.mb-xl-0,.my-xl-0{margin-bottom:0!important}
.ml-xl-0,.mx-xl-0{margin-left:0!important}
.m-xl-1{margin:.25rem!important}
.mt-xl-1,.my-xl-1{margin-top:.25rem!important}
.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}
.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}
.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}
.m-xl-2{margin:.5rem!important}
.mt-xl-2,.my-xl-2{margin-top:.5rem!important}
.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}
.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}
.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}
.m-xl-3{margin:1rem!important}
.mt-xl-3,.my-xl-3{margin-top:1rem!important}
.mr-xl-3,.mx-xl-3{margin-right:1rem!important}
.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}
.ml-xl-3,.mx-xl-3{margin-left:1rem!important}
.m-xl-4{margin:1.5rem!important}
.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}
.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}
.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}
.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}
.m-xl-5{margin:2rem!important}
.mt-xl-5,.my-xl-5{margin-top:2rem!important}
.mr-xl-5,.mx-xl-5{margin-right:2rem!important}
.mb-xl-5,.my-xl-5{margin-bottom:2rem!important}
.ml-xl-5,.mx-xl-5{margin-left:2rem!important}
.m-xl-6{margin:3rem!important}
.mt-xl-6,.my-xl-6{margin-top:3rem!important}
.mr-xl-6,.mx-xl-6{margin-right:3rem!important}
.mb-xl-6,.my-xl-6{margin-bottom:3rem!important}
.ml-xl-6,.mx-xl-6{margin-left:3rem!important}
.m-xl-7{margin:4rem!important}
.mt-xl-7,.my-xl-7{margin-top:4rem!important}
.mr-xl-7,.mx-xl-7{margin-right:4rem!important}
.mb-xl-7,.my-xl-7{margin-bottom:4rem!important}
.ml-xl-7,.mx-xl-7{margin-left:4rem!important}
.m-xl-8{margin:6rem!important}
.mt-xl-8,.my-xl-8{margin-top:6rem!important}
.mr-xl-8,.mx-xl-8{margin-right:6rem!important}
.mb-xl-8,.my-xl-8{margin-bottom:6rem!important}
.ml-xl-8,.mx-xl-8{margin-left:6rem!important}
.m-xl-9{margin:8rem!important}
.mt-xl-9,.my-xl-9{margin-top:8rem!important}
.mr-xl-9,.mx-xl-9{margin-right:8rem!important}
.mb-xl-9,.my-xl-9{margin-bottom:8rem!important}
.ml-xl-9,.mx-xl-9{margin-left:8rem!important}
.m-xl-10{margin:10rem!important}
.mt-xl-10,.my-xl-10{margin-top:10rem!important}
.mr-xl-10,.mx-xl-10{margin-right:10rem!important}
.mb-xl-10,.my-xl-10{margin-bottom:10rem!important}
.ml-xl-10,.mx-xl-10{margin-left:10rem!important}
.m-xl-11{margin:12rem!important}
.mt-xl-11,.my-xl-11{margin-top:12rem!important}
.mr-xl-11,.mx-xl-11{margin-right:12rem!important}
.mb-xl-11,.my-xl-11{margin-bottom:12rem!important}
.ml-xl-11,.mx-xl-11{margin-left:12rem!important}
.m-xl-12{margin:14rem!important}
.mt-xl-12,.my-xl-12{margin-top:14rem!important}
.mr-xl-12,.mx-xl-12{margin-right:14rem!important}
.mb-xl-12,.my-xl-12{margin-bottom:14rem!important}
.ml-xl-12,.mx-xl-12{margin-left:14rem!important}
.m-xl-13{margin:16rem!important}
.mt-xl-13,.my-xl-13{margin-top:16rem!important}
.mr-xl-13,.mx-xl-13{margin-right:16rem!important}
.mb-xl-13,.my-xl-13{margin-bottom:16rem!important}
.ml-xl-13,.mx-xl-13{margin-left:16rem!important}
.m-xl-14{margin:18rem!important}
.mt-xl-14,.my-xl-14{margin-top:18rem!important}
.mr-xl-14,.mx-xl-14{margin-right:18rem!important}
.mb-xl-14,.my-xl-14{margin-bottom:18rem!important}
.ml-xl-14,.mx-xl-14{margin-left:18rem!important}
.m-xl-15{margin:20rem!important}
.mt-xl-15,.my-xl-15{margin-top:20rem!important}
.mr-xl-15,.mx-xl-15{margin-right:20rem!important}
.mb-xl-15,.my-xl-15{margin-bottom:20rem!important}
.ml-xl-15,.mx-xl-15{margin-left:20rem!important}
.p-xl-0{padding:0!important}
.pt-xl-0,.py-xl-0{padding-top:0!important}
.pr-xl-0,.px-xl-0{padding-right:0!important}
.pb-xl-0,.py-xl-0{padding-bottom:0!important}
.pl-xl-0,.px-xl-0{padding-left:0!important}
.p-xl-1{padding:.25rem!important}
.pt-xl-1,.py-xl-1{padding-top:.25rem!important}
.pr-xl-1,.px-xl-1{padding-right:.25rem!important}
.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}
.pl-xl-1,.px-xl-1{padding-left:.25rem!important}
.p-xl-2{padding:.5rem!important}
.pt-xl-2,.py-xl-2{padding-top:.5rem!important}
.pr-xl-2,.px-xl-2{padding-right:.5rem!important}
.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}
.pl-xl-2,.px-xl-2{padding-left:.5rem!important}
.p-xl-3{padding:1rem!important}
.pt-xl-3,.py-xl-3{padding-top:1rem!important}
.pr-xl-3,.px-xl-3{padding-right:1rem!important}
.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}
.pl-xl-3,.px-xl-3{padding-left:1rem!important}
.p-xl-4{padding:1.5rem!important}
.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}
.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}
.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}
.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}
.p-xl-5{padding:2rem!important}
.pt-xl-5,.py-xl-5{padding-top:2rem!important}
.pr-xl-5,.px-xl-5{padding-right:2rem!important}
.pb-xl-5,.py-xl-5{padding-bottom:2rem!important}
.pl-xl-5,.px-xl-5{padding-left:2rem!important}
.p-xl-6{padding:3rem!important}
.pt-xl-6,.py-xl-6{padding-top:3rem!important}
.pr-xl-6,.px-xl-6{padding-right:3rem!important}
.pb-xl-6,.py-xl-6{padding-bottom:3rem!important}
.pl-xl-6,.px-xl-6{padding-left:3rem!important}
.p-xl-7{padding:4rem!important}
.pt-xl-7,.py-xl-7{padding-top:4rem!important}
.pr-xl-7,.px-xl-7{padding-right:4rem!important}
.pb-xl-7,.py-xl-7{padding-bottom:4rem!important}
.pl-xl-7,.px-xl-7{padding-left:4rem!important}
.p-xl-8{padding:6rem!important}
.pt-xl-8,.py-xl-8{padding-top:6rem!important}
.pr-xl-8,.px-xl-8{padding-right:6rem!important}
.pb-xl-8,.py-xl-8{padding-bottom:6rem!important}
.pl-xl-8,.px-xl-8{padding-left:6rem!important}
.p-xl-9{padding:8rem!important}
.pt-xl-9,.py-xl-9{padding-top:8rem!important}
.pr-xl-9,.px-xl-9{padding-right:8rem!important}
.pb-xl-9,.py-xl-9{padding-bottom:8rem!important}
.pl-xl-9,.px-xl-9{padding-left:8rem!important}
.p-xl-10{padding:10rem!important}
.pt-xl-10,.py-xl-10{padding-top:10rem!important}
.pr-xl-10,.px-xl-10{padding-right:10rem!important}
.pb-xl-10,.py-xl-10{padding-bottom:10rem!important}
.pl-xl-10,.px-xl-10{padding-left:10rem!important}
.p-xl-11{padding:12rem!important}
.pt-xl-11,.py-xl-11{padding-top:12rem!important}
.pr-xl-11,.px-xl-11{padding-right:12rem!important}
.pb-xl-11,.py-xl-11{padding-bottom:12rem!important}
.pl-xl-11,.px-xl-11{padding-left:12rem!important}
.p-xl-12{padding:14rem!important}
.pt-xl-12,.py-xl-12{padding-top:14rem!important}
.pr-xl-12,.px-xl-12{padding-right:14rem!important}
.pb-xl-12,.py-xl-12{padding-bottom:14rem!important}
.pl-xl-12,.px-xl-12{padding-left:14rem!important}
.p-xl-13{padding:16rem!important}
.pt-xl-13,.py-xl-13{padding-top:16rem!important}
.pr-xl-13,.px-xl-13{padding-right:16rem!important}
.pb-xl-13,.py-xl-13{padding-bottom:16rem!important}
.pl-xl-13,.px-xl-13{padding-left:16rem!important}
.p-xl-14{padding:18rem!important}
.pt-xl-14,.py-xl-14{padding-top:18rem!important}
.pr-xl-14,.px-xl-14{padding-right:18rem!important}
.pb-xl-14,.py-xl-14{padding-bottom:18rem!important}
.pl-xl-14,.px-xl-14{padding-left:18rem!important}
.p-xl-15{padding:20rem!important}
.pt-xl-15,.py-xl-15{padding-top:20rem!important}
.pr-xl-15,.px-xl-15{padding-right:20rem!important}
.pb-xl-15,.py-xl-15{padding-bottom:20rem!important}
.pl-xl-15,.px-xl-15{padding-left:20rem!important}
.m-xl-n1{margin:-.25rem!important}
.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}
.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}
.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}
.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}
.m-xl-n2{margin:-.5rem!important}
.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}
.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}
.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}
.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}
.m-xl-n3{margin:-1rem!important}
.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}
.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}
.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}
.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}
.m-xl-n4{margin:-1.5rem!important}
.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}
.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}
.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}
.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}
.m-xl-n5{margin:-2rem!important}
.mt-xl-n5,.my-xl-n5{margin-top:-2rem!important}
.mr-xl-n5,.mx-xl-n5{margin-right:-2rem!important}
.mb-xl-n5,.my-xl-n5{margin-bottom:-2rem!important}
.ml-xl-n5,.mx-xl-n5{margin-left:-2rem!important}
.m-xl-n6{margin:-3rem!important}
.mt-xl-n6,.my-xl-n6{margin-top:-3rem!important}
.mr-xl-n6,.mx-xl-n6{margin-right:-3rem!important}
.mb-xl-n6,.my-xl-n6{margin-bottom:-3rem!important}
.ml-xl-n6,.mx-xl-n6{margin-left:-3rem!important}
.m-xl-n7{margin:-4rem!important}
.mt-xl-n7,.my-xl-n7{margin-top:-4rem!important}
.mr-xl-n7,.mx-xl-n7{margin-right:-4rem!important}
.mb-xl-n7,.my-xl-n7{margin-bottom:-4rem!important}
.ml-xl-n7,.mx-xl-n7{margin-left:-4rem!important}
.m-xl-n8{margin:-6rem!important}
.mt-xl-n8,.my-xl-n8{margin-top:-6rem!important}
.mr-xl-n8,.mx-xl-n8{margin-right:-6rem!important}
.mb-xl-n8,.my-xl-n8{margin-bottom:-6rem!important}
.ml-xl-n8,.mx-xl-n8{margin-left:-6rem!important}
.m-xl-n9{margin:-8rem!important}
.mt-xl-n9,.my-xl-n9{margin-top:-8rem!important}
.mr-xl-n9,.mx-xl-n9{margin-right:-8rem!important}
.mb-xl-n9,.my-xl-n9{margin-bottom:-8rem!important}
.ml-xl-n9,.mx-xl-n9{margin-left:-8rem!important}
.m-xl-n10{margin:-10rem!important}
.mt-xl-n10,.my-xl-n10{margin-top:-10rem!important}
.mr-xl-n10,.mx-xl-n10{margin-right:-10rem!important}
.mb-xl-n10,.my-xl-n10{margin-bottom:-10rem!important}
.ml-xl-n10,.mx-xl-n10{margin-left:-10rem!important}
.m-xl-n11{margin:-12rem!important}
.mt-xl-n11,.my-xl-n11{margin-top:-12rem!important}
.mr-xl-n11,.mx-xl-n11{margin-right:-12rem!important}
.mb-xl-n11,.my-xl-n11{margin-bottom:-12rem!important}
.ml-xl-n11,.mx-xl-n11{margin-left:-12rem!important}
.m-xl-n12{margin:-14rem!important}
.mt-xl-n12,.my-xl-n12{margin-top:-14rem!important}
.mr-xl-n12,.mx-xl-n12{margin-right:-14rem!important}
.mb-xl-n12,.my-xl-n12{margin-bottom:-14rem!important}
.ml-xl-n12,.mx-xl-n12{margin-left:-14rem!important}
.m-xl-n13{margin:-16rem!important}
.mt-xl-n13,.my-xl-n13{margin-top:-16rem!important}
.mr-xl-n13,.mx-xl-n13{margin-right:-16rem!important}
.mb-xl-n13,.my-xl-n13{margin-bottom:-16rem!important}
.ml-xl-n13,.mx-xl-n13{margin-left:-16rem!important}
.m-xl-n14{margin:-18rem!important}
.mt-xl-n14,.my-xl-n14{margin-top:-18rem!important}
.mr-xl-n14,.mx-xl-n14{margin-right:-18rem!important}
.mb-xl-n14,.my-xl-n14{margin-bottom:-18rem!important}
.ml-xl-n14,.mx-xl-n14{margin-left:-18rem!important}
.m-xl-n15{margin:-20rem!important}
.mt-xl-n15,.my-xl-n15{margin-top:-20rem!important}
.mr-xl-n15,.mx-xl-n15{margin-right:-20rem!important}
.mb-xl-n15,.my-xl-n15{margin-bottom:-20rem!important}
.ml-xl-n15,.mx-xl-n15{margin-left:-20rem!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}
}
.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}
.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}
.text-justify{text-align:justify!important}
.text-wrap{white-space:normal!important}
.text-nowrap{white-space:nowrap!important}
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
@media(min-width: 768px) {
.text-sm-left{text-align:left!important}
.text-sm-right{text-align:right!important}
.text-sm-center{text-align:center!important}
}
@media(min-width: 992px) {
.text-md-left{text-align:left!important}
.text-md-right{text-align:right!important}
.text-md-center{text-align:center!important}
}
@media(min-width: 1232px) {
.text-lg-left{text-align:left!important}
.text-lg-right{text-align:right!important}
.text-lg-center{text-align:center!important}
}
@media(min-width: 1472px) {
.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}
.letter-space{letter-spacing:.1rem}
.font-weight-light{font-weight:300!important}
.font-weight-lighter{font-weight:lighter!important}
.font-weight-normal{font-weight:400!important}
.font-weight-bold{font-weight:700!important}
.font-weight-bolder{font-weight:900!important}
.font-italic{font-style:italic!important}
.text-white{color:#fff!important}
.text-primary{color:#003e52!important}
a.text-primary:hover,a.text-primary:focus{color:#00789f!important}
.text-secondary{color:#8a1a9b!important}
a.text-secondary:hover,a.text-secondary:focus{color:#c327db!important}
.text-success{color:#00953b!important}
a.text-success:hover,a.text-success:focus{color:#00e259!important}
.text-info{color:#00953b!important}
a.text-info:hover,a.text-info:focus{color:#00e259!important}
.text-warning{color:#ff2b00!important}
a.text-warning:hover,a.text-warning:focus{color:#ff6b4d!important}
.text-danger{color:#ff2b00!important}
a.text-danger:hover,a.text-danger:focus{color:#ff6b4d!important}
.text-light{color:#ebeef7!important}
a.text-light:hover,a.text-light:focus{color:#fff!important}
.text-dark{color:#003e52!important}
a.text-dark:hover,a.text-dark:focus{color:#00789f!important}
.text-action{color:#b4bd00!important}
a.text-action:hover,a.text-action:focus{color:#f3ff0b!important}
.text-lavendar{color:#6786b8!important}
a.text-lavendar:hover,a.text-lavendar:focus{color:#9bb0d0!important}
.text-blue{color:#0075c9!important}
a.text-blue:hover,a.text-blue:focus{color:#179eff!important}
.text-white{color:#fff!important}
a.text-white:hover,a.text-white:focus{color:#fff!important}
.text-gray-light{color:#e6e6ed!important}
a.text-gray-light:hover,a.text-gray-light:focus{color:#fff!important}
.text-gray{color:#929299!important}
a.text-gray:hover,a.text-gray:focus{color:#bababe!important}
.text-gray-dark{color:#454547!important}
a.text-gray-dark:hover,a.text-gray-dark:focus{color:#6b6b6e!important}
.text-body{color:#313133!important}
.text-muted{color:#929299!important}
.text-black-50{color:rgba(0,0,0,.5)!important}
.text-white-50{color:rgba(255,255,255,.5)!important}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.text-decoration-none{text-decoration:none!important}
.text-break{word-wrap:break-word!important}
.text-reset{color:inherit!important}
.text-outline-primary{color:#003e52!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#003e52!important}
a.text-outline-primary:hover,a.text-outline-primary:focus{color:#00789f!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#00789f!important}
.text-outline-secondary{color:#8a1a9b!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#8a1a9b!important}
a.text-outline-secondary:hover,a.text-outline-secondary:focus{color:#c327db!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#c327db!important}
.text-outline-success{color:#00953b!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#00953b!important}
a.text-outline-success:hover,a.text-outline-success:focus{color:#00e259!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#00e259!important}
.text-outline-info{color:#00953b!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#00953b!important}
a.text-outline-info:hover,a.text-outline-info:focus{color:#00e259!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#00e259!important}
.text-outline-warning{color:#ff2b00!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#ff2b00!important}
a.text-outline-warning:hover,a.text-outline-warning:focus{color:#ff6b4d!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#ff6b4d!important}
.text-outline-danger{color:#ff2b00!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#ff2b00!important}
a.text-outline-danger:hover,a.text-outline-danger:focus{color:#ff6b4d!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#ff6b4d!important}
.text-outline-light{color:#ebeef7!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#ebeef7!important}
a.text-outline-light:hover,a.text-outline-light:focus{color:#fff!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#fff!important}
.text-outline-dark{color:#003e52!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#003e52!important}
a.text-outline-dark:hover,a.text-outline-dark:focus{color:#00789f!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#00789f!important}
.text-outline-action{color:#b4bd00!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#b4bd00!important}
a.text-outline-action:hover,a.text-outline-action:focus{color:#f3ff0b!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#f3ff0b!important}
.text-outline-lavendar{color:#6786b8!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#6786b8!important}
a.text-outline-lavendar:hover,a.text-outline-lavendar:focus{color:#9bb0d0!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#9bb0d0!important}
.text-outline-blue{color:#0075c9!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#0075c9!important}
a.text-outline-blue:hover,a.text-outline-blue:focus{color:#179eff!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#179eff!important}
.text-outline-white{color:#fff!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#fff!important}
a.text-outline-white:hover,a.text-outline-white:focus{color:#fff!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#fff!important}
.text-outline-gray-light{color:#e6e6ed!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#e6e6ed!important}
a.text-outline-gray-light:hover,a.text-outline-gray-light:focus{color:#fff!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#fff!important}
.text-outline-gray{color:#929299!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#929299!important}
a.text-outline-gray:hover,a.text-outline-gray:focus{color:#bababe!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#bababe!important}
.text-outline-gray-dark{color:#454547!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-width:2px!important;-webkit-text-stroke-color:#454547!important}
a.text-outline-gray-dark:hover,a.text-outline-gray-dark:focus{color:#6b6b6e!important;-webkit-text-fill-color:transparent!important;-webkit-text-stroke-color:#6b6b6e!important}
.visible{visibility:visible!important}
.invisible{visibility:hidden!important}
.bg-dark a,.bg-dark a:visited{color:#fff}
.social-icons a:hover{color:#6786b8}
.social-icons a:hover,.social-icons a:active,.social-icons a:focus{text-transform:none}
.card-footer{background-color:#ebeef7;border-top:none}
@media(min-width: 992px) {
.lp-content{padding-top:42px}
}
.trash{color:#ff2b00;font-size:1.25em;line-height:1em;display:inline-block}
.trash:hover{text-decoration:none;color:#f08a75}
.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image:url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/icon-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
}
.icon:before{margin:0!important}
.icon.icon-sm {
  width: 48px;
  height: 48px;
  font-size: 1.75rem;
}
.icon.icon-md {
  width: 64px;
  height: 64px;
  font-size: 2.25rem;
}
.icon.icon-lg {
  width: 72px;
  height: 72px;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .icon.icon-lg {
    width: 80px;
    height: 80px;
    font-size: 2.875rem;
  }
}
.icon.icon-xl {
  width: 80px;
  height: 80px;
  font-size: 2.875rem;
}
@media (min-width: 992px) {
  .icon.icon-xl {
    width: 96px;
    height: 96px;
    font-size: 3.625rem;
  }
}
/* .icon.icon-sm{width:32px;height:32px;padding:.25rem .25rem .25rem .3rem;font-size:1.25rem}
.icon.icon-md{width:48px;height:48px;padding:.5rem .5rem .5rem .6rem;font-size:1.75rem}
.icon.icon-lg{width:56px;height:56px;padding:.5rem;font-size:2rem}
@media(min-width: 992px) {
.icon.icon-lg{width:64px;height:64px;padding:.875rem;font-size:2.2rem}
} */
.icon-bamboo,
.icon-blue,
.icon-green,
.icon-lavender,
.icon-purple,
.icon-royal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-bamboo:before,
.icon-blue:before,
.icon-green:before,
.icon-lavender:before,
.icon-purple:before,
.icon-royal:before {
  margin: 0 !important;
}
.icon-bamboo.icon-sm,
.icon-blue.icon-sm,
.icon-green.icon-sm,
.icon-lavender.icon-sm,
.icon-purple.icon-sm,
.icon-royal.icon-sm {
  width: 64px;
  height: 64px;
  font-size: 2rem;
}
.icon-bamboo.icon-md,
.icon-blue.icon-md,
.icon-green.icon-md,
.icon-lavender.icon-md,
.icon-purple.icon-md,
.icon-royal.icon-md {
  width: 80px;
  height: 80px;
  font-size: 2.75rem;
}
.icon-bamboo.icon-lg,
.icon-blue.icon-lg,
.icon-green.icon-lg,
.icon-lavender.icon-lg,
.icon-purple.icon-lg,
.icon-royal.icon-lg {
  width: 112px;
  height: 112px;
  font-size: 4rem;
}
.icon-bamboo.icon-xl,
.icon-blue.icon-xl,
.icon-green.icon-xl,
.icon-lavender.icon-xl,
.icon-purple.icon-xl,
.icon-royal.icon-xl {
  width: 144px;
  height: 144px;
  font-size: 5.25rem;
}

.icon-bamboo {
  background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/bamboo-icon-bg.png);
}
@media (-webkit-device-pixel-ratio: 2x), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-bamboo {
    background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/bamboo-icon-bg-2x.png);
  }
}

.icon-blue {
  background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/blue-icon-bg.png);
}
@media (-webkit-device-pixel-ratio: 2x), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-blue {
    background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/blue-icon-bg-2x.png);
  }
}

.icon-green {
  background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/green-icon-bg.png);
}
@media (-webkit-device-pixel-ratio: 2x), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-green {
    background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/green-icon-bg-2x.png);
  }
}

.icon-lavender {
  background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/lavender-icon-bg.png);
}
@media (-webkit-device-pixel-ratio: 2x), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-lavender {
    background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/lavender-icon-bg-2x.png);
  }
}

.icon-purple {
  background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/purple-icon-bg.png);
}
@media (-webkit-device-pixel-ratio: 2x), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-purple {
    background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/purple-icon-bg-2x.png);
  }
}

.icon-royal {
  background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/royal-icon-bg.png);
}
@media (-webkit-device-pixel-ratio: 2x), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-royal {
    background-image: url(//4344835.fs1.hubspotusercontent-na1.net/hubfs/4344835/raw_assets/public/Kaplan_May_2022/images/royal-icon-bg-2x.png);
  }
}
.overflow-hidden{overflow:hidden}
.overflowx-hidden{overflow-x:hidden}
.overflowy-hidden{overflow-y:hidden}
@media(min-width: 768px) {
.overflow-xs-hidden{overflow:hidden}
.overflowx-xs-hidden{overflow-x:hidden}
.overflowy-xs-hidden{overflow-y:hidden}
}
@media(min-width: 992px) {
.overflow-md-hidden{overflow:hidden}
.overflowx-md-hidden{overflow-x:hidden}
.overflowy-md-hidden{overflow-y:hidden}
}
@media(min-width: 1232px) {
.overflow-lg-hidden{overflow:hidden}
.overflowx-lg-hidden{overflow-x:hidden}
.overflowy-lg-hidden{overflow-y:hidden}
}
@media(min-width: 1472px) {
.overflow-xl-hidden{overflow:hidden}
.overflowx-xl-hidden{overflow-x:hidden}
.overflowy-xl-hidden{overflow-y:hidden}
}
.mw-none{max-width:none!important}
.mh-none{max-height:none!important}
.bg-purple-texture,.bg-green-texture,.bg-blue-texture,.bg-royal-texture{background-position:center;background-size:cover;background-repeat:no-repeat}
/* .bg-purple-texture{background-image:url(/images/elements/bg-purple.png)}
.bg-green-texture{background-image:url(/images/elements/bg-green.png)}
.bg-blue-texture{background-image:url(/images/elements/bg-blue.png)}
.bg-royal-texture{background-image:url(/images/elements/bg-royal.png)} */
.list-3-col,.list-2-col,.double_column_list,.triple_column_list{-moz-column-gap:48px;column-gap:48px}
@media(min-width: 768px) {
.list-3-col,.triple_column_list{-moz-column-count:2;column-count:2}
.list-2-col,.double_column_list{-moz-column-count:2;column-count:2}
}
@media(min-width: 1232px) {
.list-3-col,.triple_column_list{-moz-column-count:3;column-count:3}
}
.bg-overlay:after{content:"";display:block;width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,.2);top:0;left:0}
.to-top{position:fixed;right:32px;bottom:32px;z-index:10}
/* .to-top a{position:relative;font-size:2rem;width:52px;height:52px;border-radius:50rem;display:block;color:#fff;background-color:rgba(138,26,155,.25);background-image:url(/images/elements/bg-purple.png);background-repeat:no-repeat;background-position:90%;background-size:900%;box-shadow:3px 4px 8px rgba(0,0,0,.25)} */

.to-top a:hover:after{background-color:rgba(255,255,255,.25)}

.card.card-collapse .card-header>a.collapsed:before{float:right!important;content:'\e807'}
.card.card-collapse .card-header>a{display:block}
.card.card-collapse .card-header>a,.card.card-collapse .card-header a:hover,.card.card-collapse .card-header a:active,.card.card-collapse .card-header a:focus{text-decoration:none;color:#003e52}
#sidebar{background:#fff}
#sidebar .sidebar-close{font-size:2rem;border:none;padding:0}
#sidebar .sidebar-close>i:before{transform:rotate(45deg)}
#sidebar .sidebar-close:hover,#sidebar .sidebar-close:active{background-color:transparent;color:#57acc7}
@media(max-width: 991.98px) {
#sidebar{display:block;position:fixed;top:0;left:-100vw;bottom:0;width:100%;max-height:100%;height:100vh;overflow-x:auto;opacity:.2;background:#fff;padding-top:4rem;padding-bottom:2rem;z-index:1050;transition:.3s ease-in-out}
#sidebar.slide{left:0;opacity:1;overflow-y:auto}
}
.accordion > .card {
  overflow: hidden;
  margin-bottom: 0.25rem;
  border-radius: 26px;
}
.accordion > .card > .card-header {
  border-bottom: none;
  background-color: #6786B8;
  color: #fff;
  border-radius: 26px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.accordion > .card > .card-header h6 {
  font-weight: 700;
  color: #fff;
}
.accordion > .card > .card-header.active {
  background-color: #8A1A9B;
}
.accordion > .card > .card-header a:before {
  float: right !important;
  font-family: kapicons;
  font-size: 1rem;
  color: #fff;
  content: "";
  margin-left: 1rem;
}
.accordion > .card > .card-header a.collapsed:before {
  float: right !important;
  content: "";
}
.accordion > .card > .card-header > a {
  color: #fff;
}
.accordion > .card > .card-header > a,
.accordion > .card > .card-header a:hover,
.accordion > .card > .card-header a:active,
.accordion > .card > .card-header a:focus {
  text-decoration: none;
  color: #fff;
}
.content-box.card.card-collapse .list-group{margin-bottom:1rem}
.content-box.card.card-collapse .nav-link{border-radius:50em}
.content-box.card.card-collapse .nav-link:hover{background-color:#e6e6ed}
.content-box.card.card-collapse .nav-link.active{background-color:#8a1a9b;color:#fff}
@media(min-width: 768px) {
.content-box.card.card-collapse .card-header>a:before{display:none}
}
.content-box{position:-webkit-sticky;position:sticky;top:calc(42px + 1.5rem);z-index:20}
@media(max-width: 767.98px) {
.content-box.scroll-fix{position:fixed!important;top:1rem;left:50%;width:calc(100% - 2rem);margin-left:calc((100% - 2rem) / 2 * -1);box-shadow:3px 4px 8px rgba(0,0,0,.25)}
}
.top-info-links{font-size:.75rem;line-height:1}
.top-promo{font-size:.75rem;text-align:center;padding:.5rem 0}
.top-promo a{color:#003e52}
@media(min-width: 768px) {
.top-promo{font-size:1rem}
}
.brand-tab-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.brand-tab-nav .brand-tab{max-width:100%}
@media(min-width: 768px) {
.brand-tab-nav{width:100%}
}
@media(min-width: 992px) {
.brand-tab-nav{width:389px}
}
@media(min-width: 1232px) {
.brand-tab-nav{width:496px}
}
.brand-tab-link{display:block;transition: background-color .2s ease;}
.brand-tab-link .brand-tab-bg{fill:#003e52;-webkit-transition:fill .2s ease;transition:fill .2s ease}
.brand-tab-link .brand-tab-logo{fill:#ebeef7;-webkit-transition:fill .2s ease;transition:fill .2s ease}
.brand-tab-link:hover{background-color:#2c6273}
.brand-tab-link:hover .brand-tab-bg{fill:#2c6273}
.brand-tab-link.active{background-color:#fff}
.brand-tab-link.active .brand-tab-bg{fill:#fff}
.brand-tab-link.active .brand-tab-logo{fill:#003e52}
.account-btn img,.cart-btn img{max-width:48px}
@media(min-width: 570px) {
.account-btn img,.cart-btn img{max-width:56px}
}
@media(min-width: 1200px) {
.account-btn img,.cart-btn img{max-width:64px}
}
.account-btn,.cart-btn{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion: reduce) {
.account-btn,.cart-btn{transition:none}
}
.account-btn:hover,.account-btn:focus,.account-btn:active,.cart-btn:hover,.cart-btn:focus,.cart-btn:active{border-color:#c1c1c6}
.account-btn{text-decoration:none}
.account-btn:hover,.account-btn:focus,.account-btn:active{text-decoration:none}
.account-btn .account-btn-text{color:#003e52;margin-top:-2px}
.account-btn .welcome-user{font-size:.75rem;line-height:1}
.account-btn .register-login{font-size:.75rem;line-height:1rem;font-weight:700}
@media(min-width: 1200px) {
.account-btn .register-login{font-size:1rem}
}
@media(min-width: 992px) {
.account-btn{border:1px solid #fff;border-radius:.5rem;padding:.5rem}
}
.account-btn{margin-right:1rem}
.account-btn img{margin-right:.5rem}
.cart-btn{position:relative}
.cart-btn .badge{position:absolute;bottom:0;right:0;color:#003e52;font-weight:700;letter-spacing:.05rem}
@media(min-width: 992px) {
.cart-btn .badge{bottom:.5rem;right:.5rem}
}
@media(min-width: 992px) {
.cart-btn{border:1px solid #fff;border-radius:.5rem;padding:.5rem}
}
.header .search-form {
  padding-bottom: 0;
}
.header .input-group > .input-group-append > .btn {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  letter-spacing: normal;
  font-size: 1.25rem;
  padding: 0.875rem 2rem;
}
@media (max-width: 991px) {
  .header .search-form .input-group .form-control {
    padding: 0.75rem 1.25rem;
    font-size: 0.75rem;
    height: calc(1em + 1.5rem + 2px);
  }
  .header .input-group > .input-group-append > .btn {
    padding: 0.675rem 1.25rem;
    font-size: 0.84375rem;
  }
}
.account-cart .dropdown-menu{margin-top:0}
.account-menu.dropdown-menu{min-width:250px;margin-right:1rem}
.cart-menu.dropdown-menu{min-width:455px;padding:0;overflow:hidden}
.cart-menu.dropdown-menu .card{margin:0;padding:0;border-radius:0;border:none}
.cart-menu.dropdown-menu .card img{margin-right:1.5rem}
.cart-menu.dropdown-menu .card .card-body{padding:0}
.cart-menu.dropdown-menu .card .card-body .cart-title{font-weight:700;color:#003e52}
.cart-menu.dropdown-menu .card .card-body .quantity{width:50%}
.cart-menu.dropdown-menu .card .card-body .price{font-weight:700;color:#8a1a9b}
@media(min-width: 992px) {
.cart-menu.dropdown-menu .card .card-body .cart-menu-list{max-height:305px;overflow-y:auto}
}
@media(min-width: 1232px) {
.cart-menu.dropdown-menu .card .card-body .cart-menu-list{max-height:611px}
}
.cart-menu.dropdown-menu .card .list-group-flush .list-group-item{border-bottom:1px solid #c1c1c6}
.cart-menu.dropdown-menu .card .list-group-flush .list-group-item:last-child{border-bottom:0 solid #c1c1c6}
.autocomplete-suggestions{position:absolute;z-index:9999;opacity:1;width:100%;margin-top:0;overflow:hidden;padding:0}
.autocomplete-suggestions .media img{margin-right:8px}
.autocomplete-suggestions .dropdown-header{padding:.5rem 1rem}
.autocomplete-suggestions .dropdown-item{padding:.5rem 1rem;border-bottom:1px solid #c1c1c6}
.autocomplete-suggestions .dropdown-item .autocomplete-title{color:#0075c9;white-space:normal}
.autocomplete-suggestions .dropdown-item .autocomplete-product{font-size:.75rem}
.autocomplete-suggestions .dropdown-item .autocomplete-price{color:#8a1a9b}
.autocomplete-suggestions .dropdown-item .autocomplete-price .product-price{font-size:1rem}
.autocomplete-suggestions .dropdown-item strong{color:#8a1a9b}
.autocomplete-suggestions .dropdown-item:last-child{border-bottom:none}
.autocomplete-suggestions .dropdown-item:hover{color:initial}
.autocomplete-suggestions .autocomplete-selected{background-color:rgba(103,134,184,.1)}
.meganav.navbar.shrink{border-bottom:1px solid #c1c1c6}
.meganav.navbar.shrink .nav-link{padding-top:.5rem}
@media(max-width: 991.98px) {
#siteHeader{position:absolute;top:0;width:100%;z-index:1050}
#siteHeader .meganav{padding-bottom:0}
}
/*
/* INSIGHTS AND INSPIRATIONS HEADER
*/
.account-search .blog-search .icon-sm,
.account-search .account-link .icon-sm {
  width: 46px;
  height: 46px;
  font-size: 1.25rem;
}
@media (min-width: 570px) {
  .account-search .blog-search .icon-sm,
.account-search .account-link .icon-sm {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .account-search .blog-search .icon-sm,
.account-search .account-link .icon-sm {
    width: 56px;
    height: 56px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1232px) {
  .account-search .blog-search .icon-sm,
.account-search .account-link .icon-sm {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
}
.account-search .account-link {
  text-decoration: none;
}
.account-search .account-link .account-link-text {
  color: #003E52;
  margin-top: -2px;
}
.account-search .account-link .welcome-user {
  font-size: 0.75rem;
  line-height: 1;
}
.account-search .account-link .register-login {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
@media (min-width: 1232px) {
  .account-search .account-link .register-login {
    font-size: 1rem;
  }
}

.main-menu {
  position: unset;
}
@media (min-width: 992px) {
  .main-menu {
    position: relative;
  }
}
footer .border-light{border-color:rgba(220,227,235,.5)!important;overflow-x:hidden}
footer h6{color:#ebeef7;text-transform:uppercase;letter-spacing:.1rem}
footer .newsletter-form{padding-bottom:0}
@media(max-width: 991px) {
footer .newsletter-form .input-group>.form-control{padding:.75rem 1.25rem;font-size:.75rem;height:calc(1em + 1.5rem + 2px)}
footer .newsletter-form .btn{padding:.75rem 1.25rem;font-size:.75rem}
}
footer .quick-link{width:100%}
footer .quick-link .quick-link-icon{margin-right:1rem;width:56px}
@media(min-width: 1232px) {
footer .quick-link .quick-link-icon{width:69px}
}
footer .quick-link .quick-link-text{color:#ebeef7;text-transform:uppercase;letter-spacing:.1rem;font-weight:900;font-size:.875rem}
footer .quick-link:hover,footer .quick-link:focus,footer .quick-link:active{text-decoration:none!important}
footer .quick-link:hover .quick-link-text,footer .quick-link:focus .quick-link-text,footer .quick-link:active .quick-link-text{color:#fff}
footer .quick-link{color:#EBEEF7}
footer .quick-link:hover,footer .quick-link:focus{color:#FFF;text-decoration:none}
footer .info-links ul{margin-bottom:0}
footer .info-links li{font-size:.875rem;margin-bottom:.5rem}
@media(min-width: 992px) {
footer .info-links li:last-child{margin-bottom:0}
}
footer .social-icons li{font-size:1.5rem}
footer .bottom-footer{font-size:.875rem}
.footer-links a {color:#fff}
.footer-links a:hover {color:#fff;text-decoration:underline}
.social-icons a {color:#fff;text-decoration:none}
.social-icons a:hover {color:#6786B8}
.shop-promo{height:100%}
.shop-promo .shop-promo-content .shop-promo-img{width:248px}
/* .shop-promo .shop-promo-content .shop-promo-title{font-weight:700;color:#fff;text-align:center;font-size:1.375rem;background-image:url(/images/elements/blue-rectangle.png);background-repeat:no-repeat;background-size:100% 100%} */
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
/* .shop-promo .shop-promo-content .shop-promo-title{background-image:url(/images/elements/blue-rectangle-2x.png)}
} */
@media (min-width: 1232px) {
.shop-promo .shop-promo-content{height:294px}
.shop-promo .shop-promo-content .shop-promo-img{width:229px}
.shop-promo .shop-promo-content .shop-promo-title{width:257px;font-size:1.5rem}
.shop-promo .shop-promo-content .shop-promo-cta{width:257px}
.shop-promo .shop-promo-content .shop-promo-featured{width:257px}
}
@media (min-width: 1472px) {
.shop-promo .shop-promo-content{height:327px}
.shop-promo .shop-promo-content .shop-promo-img{width:254px}
.shop-promo .shop-promo-content .shop-promo-title{width:393px;font-size:1.875rem}
.shop-promo .shop-promo-content .shop-promo-cta{width:393px}
.shop-promo .shop-promo-content .shop-promo-featured{width:393px}
}
@media(min-width: 992px) {
.shop-menu-promo .b-ddb-content {background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.6)));background-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%)}
.shop-menu-promo .b-ddb-content .h2{font-size:2.475rem}
.shop-menu-promo .b-ddb-fine-print{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0)));background-image:linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%)}
}
@media(min-width: 1232px) {
.shop-menu-promo{min-height:450px}
.shop-menu-promo .b-ddb-content .h2{font-size:3rem}
}
@media(min-width: 1472px) {
.shop-menu-promo{min-height:400px}
.shop-menu-promo .b-ddb-content .h2{font-size:4.5rem}
}
.product-grid-item{margin-bottom:2rem}
.product-img{margin-bottom:.5rem}
.product-price{font-size:1.25rem}
.product-title{font-weight:700;margin-bottom:.5rem;display:inline-block}
.product-price{font-weight:700;color:#8a1a9b}
.product-price.sale-price{color:#ff2b00!important}
.product-price.promo-price{color:#00953b!important}
.product-price.price-strike{font-size:1rem!important;font-weight:400!important;text-decoration:line-through;color:#313133!important}
.product-stars,.product-stars-nr{margin-bottom:.5rem}
.product-stars-nr a,.product-stars-nr a:hover,.product-stars-nr a:focus,.product-stars-nr a:active{color:#313133!important;}
.carousel-container .product-grid-item{margin-bottom:0}
.product-row{position:relative}
.product-row:before,.product-row:after{content:"";display:block;width:56px;height:100%;position:absolute;top:0;z-index:50}
.product-row:before{background:linear-gradient(to right,#fff 0%,#fff 15%,rgba(255,255,255,0) 100%);left:0}
.product-row:after{background:linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 85%,#fff 100%);right:0}
@media(min-width: 600px) {
.product-row:before,.product-row:after{display:none}
}
.product-row .product-grid-column{padding-left:1rem;padding-right:1rem}
.shop-banner{position:relative}
.shop-banner .shop-banner-img{background-position:right -8rem center;background-size:861px;background-repeat:no-repeat;height:318px;width:100%}
/* .shop-banner .shop-banner-content{background-color:rgba(180,189,0,.25);background-image:url(/images/elements/product-list-header.png);background-position:center;background-repeat:no-repeat;background-size:640px} */
.shop-banner .shop-title{color:#fff;font-size:3rem}
@media(min-width: 480px) {
.shop-banner .shop-banner-content{background-size:150%}
}
@media(min-width: 768px) {
.shop-banner .shop-banner-img{height:350px}
.shop-banner .shop-banner-content{position:absolute;top:0;left:0;width:415px;height:100%;background-color:transparent;background-position:-224px -72px;background-size:640px}
.shop-banner .shop-title{font-size:3rem}
}
@media(min-width: 1232px) {
.shop-banner .shop-banner-img{background-size:972px;height:375px}
.shop-banner .shop-banner-content{width:450px;background-position:-192px -54px;background-size:640px}
.shop-banner .shop-title{font-size:3.5rem}
}
@media(min-width: 1472px) {
.shop-banner .shop-banner-img{background-position:center;background-size:cover;height:375px}
.shop-banner .shop-banner-content{width:548px;background-position:-102px -10px;background-size:640px}
.shop-banner .shop-title{font-size:3.5rem}
}
@media(max-width: 1231.98px) {
.shop-page-controls{flex-wrap:wrap}
}
@media(max-width: 1231.98px) {
.shop-filter-toggle .btn-sm,.shop-filter-toggle .btn-group-sm>.btn{padding:.25rem 1rem;height:32px}
}
@media(max-width: 1231.98px) {
.shop-sortby .custom-select-sm{padding:.25rem .5rem;height:32px;width:130px;background-position:right 1rem center;margin-left:1rem}
}
.shop-view{width:50%}
.shop-view i{font-size:1.25rem}
.shop-view a{color:#313133;display:inline-block;cursor:pointer}
.shop-view a:hover,.shop-view a:focus,.shop-view a:active{color:#4b95cb;text-decoration:none}
.shop-view a.active{color:#4b95cb}
@media(min-width: 480px)and (max-width: 991px) {
.shop-view{width:auto;margin-left:1rem!important;margin-right:0!important;margin-top:0!important}
}
@media(min-width: 768px) {
.shop-view i{font-size:1rem}
}
@media(min-width: 992px) {
.shop-view{width:auto}
}
.shop-view span{display:none}
@media(min-width: 768px) {
.shop-view span{display:inline-block}
}
@media(min-width: 480px)and (max-width: 991px) {
.shop-item-count{width:auto;margin-left:auto!important;margin-right:auto!important}
}
@media(min-width: 592px)and (max-width: 991px) {
.shop-item-count{width:auto;margin-left:1rem!important;margin-right:0!important;margin-top:0!important}
}
@media(min-width: 768px) {
.shop-item-count{width:auto}
}
@media(min-width: 1472px) {
#shopListContent{overflow-x:hidden}
}
.shopProductGrid div[class*="col-"] {padding-left:16px;padding-right:16px;}
@media(min-width: 1472px) {
.shopProductGrid{margin-left:-72px;margin-right:-72px}
.shopProductGrid div[class*="col-"]{padding-left:72px;padding-right:72px}
}
.shopProductGrid.product-list.grid-view .product-number-stock,.shopProductGrid.product-list.grid-view .product-description-short{display:none}
.shopProductGrid.product-list.grid-view .product-img{max-width:100%;height:auto}
.shopProductGrid.product-list.list-view .product-grid-column{border-bottom:1px solid #c1c1c6}
.shopProductGrid.product-list.list-view .product-grid-column:first-of-type .product-grid-item{margin-top:0}
.shopProductGrid.product-list.list-view .product-grid-column .product-grid-item{margin-top:2rem}
.shopProductGrid.product-list.list-view .product-grid-column:last-of-type{border-bottom:0}
.shopProductGrid.product-list.list-view .product-info{flex-grow:1}
.shopProductGrid.product-list.list-view .product-description-short{display:block;margin-top:1rem}
.shopProductGrid.product-list.list-view .product-number-stock{display:flex;margin-bottom:.5rem}
.shopProductGrid.product-list.list-view .product-number-stock .product-number{margin-right:1.5rem}
.shopProductGrid.product-list.list-view .product-grid-item{display:flex;align-items:flex-start;flex-wrap:wrap}
.shopProductGrid.product-list.list-view .product-grid-item .product-img-link{margin-right:auto;margin-left:auto;margin-bottom:1rem}
@media(min-width: 768px) {
.shopProductGrid.product-list.list-view .product-grid-item .product-img-link{margin-right:1rem;margin-left:0;margin-bottom:0}
}
@media(min-width: 768px) {
.shopProductGrid.product-list.list-view .product-grid-item{flex-wrap:nowrap}
}
@media(min-width: 992px) {
.product-box .product-header,.product-box .product-purchase,.product-box .product-img-carousel,.product-box .product-img-single{width:50%}
}
@media(min-width: 1472px) {
.product-box .product-header,.product-box .product-purchase{width:51%}
}
.product-box .product-img-carousel .product-img-nav img:first-child,.product-box .product-img-carousel .product-img-lg img:first-child, .product-box .product-img-single .product-img-lg img{width:100%}
.product-box .product-img-carousel .product-img-lg{position:relative}
.product-box .product-img-carousel .product-img-lg .warranty-badge,.product-box .product-img-single .product-img-lg .warranty-badge,.product-box .product-img-single .warranty-badge{position:absolute;right:0;bottom:0;width:45%;max-width:194px}
@media(min-width: 768px)and (max-width: 991.98px) {
.product-box .product-img-carousel .product-img-lg, .product-box .product-img-single .product-img-lg{width:678px;margin-left:auto;margin-right:auto}
}
.product-box .product-img-carousel .product-img-nav{margin-left:24px;margin-right:24px}
.product-box .product-img-carousel .product-img-nav .slick-slide{position:relative}
.product-box .product-img-carousel .product-img-nav .warranty-badge, .product-box .product-img-single .product-img-nav .warranty-badge{position:absolute;right:7px;bottom:5px;width:45%}
.product-box .product-img-carousel .product-img-nav .slick-slide{padding:0 .5rem;position:relative}
.product-box .product-img-carousel .product-img-nav .slick-slide img{padding:.5rem;opacity:.5}
.product-box .product-img-carousel .product-img-nav .slick-slide:after{content:"";display:block;width:calc(100% - 1rem);height:2px;background-color:#8a1a9b;position:absolute;bottom:0;left:.5rem;opacity:0}
.product-box .product-img-carousel .product-img-nav .slick-slide:hover{cursor:pointer}
.product-box .product-img-carousel .product-img-nav .slick-slide:hover:after{opacity:1}
.product-box .product-img-carousel .product-img-nav .slick-slide.slick-current img{opacity:1}
.product-box .product-img-carousel .product-img-nav .slick-slide.slick-current:after{opacity:1}
@media(min-width: 1472px) {
.product-box .product-img-carousel,.product-box .product-img-single{width:49%}
}
.product-box .product-title{display:block;font-size:2rem;margin-bottom:1rem}
.product-box .product-price{font-size:1.25rem}
.product-box .product-options select{width:100%}
@media(min-width: 768px) {
.product-box .product-options select{width:75%}
}
.product-box .product-qty input{width:94px}
.product-box .product-add-to-cart .btn{display:block;width:100%}
@media(min-width: 768px) {
.product-box .product-add-to-cart .btn{display:inline-block;width:auto}
}
.product-box .product-badges{display:flex;flex-direction:row-reverse}
@media(min-width: 992px) {
.product-box .product-badges{flex-direction:column}
}
.product-box .product-compliance{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:50%;padding-left:1rem}
@media(min-width: 992px) {
.product-box .product-compliance{align-items:center;justify-content:flex-start;padding-left:0;width:auto}
}
.product-box .compliance-badge{width:64px;margin-right:.5rem;margin-bottom:.5rem}
.product-box .compliance-badge:last-child{margin-right:0}
.product-box .product-attributes{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;flex-wrap:wrap;width:50%;padding-right:1rem}
.product-box .product-attributes .attribute-badge{display:inline-flex;align-items:center;justify-content:center;font-weight:900;text-transform:uppercase;letter-spacing:.1rem;color:#6786b8;font-size:.75rem;margin-right:1rem;margin-bottom:.5rem}
.product-box .product-attributes .attribute-badge:last-child{margin-right:0}
.product-box .product-attributes .attribute-badge i{margin-right:.25rem}
@media(min-width: 992px) {
.product-box .product-attributes .attribute-badge{margin-bottom:0}
}
@media(min-width: 992px) {
.product-box .product-attributes{align-items:center;justify-content:flex-start;flex-direction:row;padding-right:0;width:auto}
}
.product-description .nav-tabs{display:none}
@media(min-width: 768px) {
.product-description .nav-tabs{display:flex}
}
@media(min-width: 768px) {
.product-description .card{border:none}
.product-description .card .card-header{display:none}
.product-description .card .collapse{display:block}
}
@media(max-width: 767.98px) {
.product-description .tab-content>.tab-pane{display:block!important;opacity:1}
}
.meganav-lp-banner{position:relative}
.meganav-lp-banner .meganav-lp-banner-img{background-position:center;background-size:cover;background-repeat:no-repeat;height:318px;width:100%}
/* .meganav-lp-banner .meganav-lp-banner-content{background-color:rgba(180,189,0,.25);background-image:url(/images/elements/bg-bamboo.png);background-position:center;background-repeat:no-repeat;background-size:640px} */
.meganav-lp-banner .meganav-lp-title{color:#fff;font-size:3rem}
.meganav-lp-banner .meganav-lp-description{color:#fff}
@media(min-width: 480px) {
.meganav-lp-banner .meganav-lp-banner-content{background-size:150%}
}
@media(min-width: 768px) {
.meganav-lp-banner .meganav-lp-banner-img{height:350px}
.meganav-lp-banner .meganav-lp-banner-content{position:absolute;top:0;left:0;width:415px;height:100%;background-color:transparent;background-position:-224px -72px;background-size:640px}
.meganav-lp-banner .meganav-lp-title{font-size:3rem}
}
@media(min-width: 1232px) {
.meganav-lp-banner .meganav-lp-banner-img{height:375px}
.meganav-lp-banner .meganav-lp-banner-content{width:450px;background-position:-192px -54px;background-size:640px}
.meganav-lp-banner .meganav-lp-title{font-size:3.5rem}
}
@media(min-width: 1472px) {
.meganav-lp-banner .meganav-lp-banner-img{height:375px}
.meganav-lp-banner .meganav-lp-banner-content{width:548px;background-position:-92px -24px;background-size:640px}
.meganav-lp-banner .meganav-lp-title{font-size:3.5rem}
}
.lp-showcase .showcase-header{background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(3rem,white),color-stop(3rem,#ebeef7),to(#ebeef7));background:linear-gradient(white 0%,white 3rem,#ebeef7 3rem,#ebeef7 100%);padding:0 1rem 1rem;margin-bottom:1rem}
.lp-showcase .showcase-header .row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.lp-showcase .showcase-title{position:relative;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;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;z-index:2}
.lp-showcase .showcase-title .showcase-title-bg{position:relative;width:193px;max-width:193px;max-height:187px;margin-left:-10rem;margin-top:-2rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transform:translateX(0.5rem);transform:translateX(0.5rem)}
.lp-showcase .showcase-title h3{position:relative;font-size:2rem;margin-bottom:0;z-index:1}
.lp-showcase .showcase-img{text-align:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.lp-showcase .showcase-img-img{border-width:8px!important;margin-bottom:-1rem}
@media(min-width: 768px) {
.lp-showcase .showcase-header{padding:0 1rem 1rem;margin-bottom:0}
.lp-showcase .showcase-header .row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.lp-showcase .showcase-title{position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;z-index:1}
.lp-showcase .showcase-title .showcase-title-bg{width:193px;max-width:193px;max-height:187px;margin-left:-10rem;margin-top:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transform:translateX(0.5rem);transform:translateX(0.5rem)}
.lp-showcase .showcase-title h3{position:relative;font-size:2.25rem;margin-bottom:1rem;width:100%;z-index:1}
.lp-showcase .showcase-img{text-align:center;margin-left:-15rem;margin-bottom:2rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.lp-showcase .showcase-img-img{border-width:8px!important;margin-bottom:0}
.lp-showcase .showcase-links{margin-top:3rem}
.lp-showcase:nth-child(even)>div[class*=col]:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.lp-showcase:nth-child(even) .showcase-title{margin-left:-15rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.lp-showcase:nth-child(even) .showcase-title .showcase-title-bg{margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-transform:translateX(-0.5rem);transform:translateX(-0.5rem)}
.lp-showcase:nth-child(even) .showcase-title h3{margin-left:-10rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.lp-showcase:nth-child(even) .showcase-img{margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
}
@media(min-width: 1232px) {
.lp-showcase .showcase-header{background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(4rem,white),color-stop(4rem,#ebeef7),to(#ebeef7));background:linear-gradient(white 0%,white 4rem,#ebeef7 4rem,#ebeef7 100%);padding:0 1.5rem 1.5rem}
.lp-showcase .showcase-title{margin-bottom:0}
.lp-showcase .showcase-title .showcase-title-bg{width:220px;max-width:220px;max-height:213px}
.lp-showcase .showcase-title h3{font-size:2.5rem}
.lp-showcase .showcase-img{width:400px;margin-left:-17rem}
.lp-showcase .showcase-img-img{border-width:10px!important;margin-bottom:0}
.lp-showcase .showcase-links{margin-top:4rem}
.lp-showcase:nth-child(even) .showcase-title{margin-left:-17rem}
}
@media(min-width: 1472px) {
.lp-showcase .showcase-header{padding:0 3rem 1.5rem 1.5rem}
.lp-showcase .showcase-title .showcase-title-bg{width:285px;max-width:285px;max-height:276px}
.lp-showcase .showcase-title h3{margin-right:-2rem;font-size:3.5rem}
.lp-showcase .showcase-img{width:485px;margin-left:-21rem;margin-bottom:2rem}
.lp-showcase .showcase-img-img{border-width:12px!important}
.lp-showcase:nth-child(even) .showcase-header{padding:0 1.5rem 1.5rem 3rem}
.lp-showcase:nth-child(even) .showcase-title .showcase-title-bg{margin-right:-3rem}
.lp-showcase:nth-child(even) .showcase-title h3{margin-right:0}
.lp-showcase:nth-child(even) .showcase-img{margin-left:0;margin-right:-21rem}
}
.cart-header{font-weight:700;text-transform:uppercase;letter-spacing:.1rem;line-height:1rem}
.cart-table .cart-row:first-of-type{border-top:1px solid #c1c1c6}
@media(min-width: 768px) {
.cart-table .cart-row:first-of-type{border-top:none}
}
.cart-table .cart-row:hover{background-color:rgba(103,134,184,.1)}
.cart-table .product-img{width:75px;margin-bottom:0;height:auto}
@media(min-width: 992px) {
.cart-table .product-img{width:120px}
}
.cart-table .product-number,.cart-table .product-qty-update{font-size:.75rem}
.cart-table .form-group{margin-bottom:0}
.cart-table #productQty{width:80%;max-width:80px;text-align:center;margin-bottom:0}
.cart-table .product-price{font-size:1rem;color:#313133}
.cart-table .cart-mobile-label{font-size:.75rem;text-transform:uppercase;margin-bottom:.25rem}
@media(min-width: 992px) {
.cart-table>tbody>tr>td:first-child{width:50%}
}
.cart-control i{font-size:1.25rem;width:46px;height:46px;text-align:center}
.order-summary button, .order-summary a{display:block;width:100%;margin-bottom:.5rem}
@media(min-width: 768px) and (max-width: 1231.98px) {
.order-summary button, .order-summary a{display:inline;width:auto;margin-bottom:0}
}
.checkout-header h1{font-size:1.5rem}
@media(min-width: 580px) {
.checkout-header h1{font-size:1.875rem}
}
@media(min-width: 660px) {
.checkout-header h1{font-size:2.0625rem}
}
@media(min-width: 768px) {
.checkout-header h1{font-size:2rem}
}
@media(min-width: 992px) {
.checkout-header h1{font-size:2.625rem}
}
@media(min-width: 1232px) {
.checkout-header h1{font-size:3rem}
}
.checkout-breadcrumb{text-transform:uppercase;font-weight:700;letter-spacing:.1rem;color:#929299}
.checkout-breadcrumb .breadcrumb-item.active{color:#8a1a9b}
.checkout-breadcrumb .breadcrumb-item.active a{color:#8a1a9b}
.checkout-breadcrumb .breadcrumb-item.active a:hover{color:#b05fbc}
.checkout-breadcrumb a{color:#929299}
.checkout-breadcrumb a:hover{text-decoration:none;color:#b05fbc}
.checkout-breadcrumb .breadcrumb{flex-wrap:nowrap;overflow-x:hidden}
.checkout-breadcrumb .breadcrumb .breadcrumb-item{white-space:nowrap;display:none}
.checkout-breadcrumb .breadcrumb .breadcrumb-item.active{display:flex;align-items:center;justify-content:space-between;text-align:center;width:100%}
.checkout-breadcrumb .breadcrumb .breadcrumb-item.active .cart-breadcrumb-mobile-arrow{display:inline-block;width:48px;height:48px;text-align:center;color:#929299}
.checkout-breadcrumb .breadcrumb .breadcrumb-item.active .cart-breadcrumb-mobile-arrow i{font-size:2rem}
.checkout-breadcrumb .breadcrumb .breadcrumb-item.active:not(:first-child):before{display:none}
@media(min-width: 992px) {
.checkout-breadcrumb .breadcrumb{flex-wrap:wrap;overflow-x:auto}
.checkout-breadcrumb .breadcrumb .breadcrumb-item{white-space:wrap;display:inline-block}
.checkout-breadcrumb .breadcrumb .breadcrumb-item .cart-breadcrumb-mobile-arrow{display:none}
.checkout-breadcrumb .breadcrumb .breadcrumb-item.active{display:block;text-align:left;width:auto}
.checkout-breadcrumb .breadcrumb .breadcrumb-item.active .cart-breadcrumb-mobile-arrow{display:none}
.checkout-breadcrumb .breadcrumb .breadcrumb-item.active:not(:first-child):before{display:inline-block}
}
.checkout-giftcard-list{padding-left:1rem}
.checkout-giftcard-list li{margin-bottom:.5rem;padding-top:.25rem;padding-bottom:.25rem}
.checkout-giftcard-list li:hover{background-color:rgba(103,134,184,.1)}
.checkout-giftcard-list li:last-child{margin-bottom:0}
.checkout-giftcard-list li>.row>div{padding-left:2rem;padding-right:2rem}
.order-summary .order-summ-label{font-size:.75rem;text-transform:uppercase;margin-right:.25rem}
.order-summary .cart-summary-list ul>li{border-bottom:1px solid #c1c1c6}
.order-summary .cart-summary-list ul>li:last-child{border-bottom:0}
@media(min-width: 992px) {
.order-summary .cart-summary-list{max-height:500px;overflow-y:auto}
}
@media(min-width: 1232px) {
.order-summary .cart-summary-list{max-height:700px;overflow-y:auto}
}
.order-summary .product-price{color:#313133;font-size:1rem}
.order-summary .total{font-size:1.25rem;font-weight:700;color:#8a1a9b}
.checkout-footer h6{color:#003e52;text-transform:none;letter-spacing:normal}
/* .confirmation-banner{height:200px;background-image:url(/images/content/home/order-confirmation.jpg);background-position:left 45%;background-repeat:no-repeat;background-size:120%;padding:1rem 0;position:relative;overflow:hidden;display:flex;align-items:flex-end} */
.confirmation-banner .col{display:flex;align-items:flex-end}
.confirmation-banner .confirmation-header-bg{position:absolute;width:380px;left:-5rem;bottom:-7rem;z-index:10}
.confirmation-banner .confirmation-title{color:#fff;position:relative;font-size:3rem;left:0;margin-bottom:0;width:340px;z-index:15}
.confirmation-banner .confirmation-header-flair{width:56px;position:absolute;right:1rem;top:1rem;z-index:10}
.confirmation-banner:after{content:"";display:block;width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,.2);top:0;left:0}
@media(min-width: 480px) {
.confirmation-banner{background-position:left 45%;background-size:110%}
.confirmation-banner .confirmation-title{font-size:3.5rem}
}
@media(min-width: 768px) {
.confirmation-banner{height:250px;padding:1.5rem;background-position:center center}
.confirmation-banner .confirmation-header-bg{width:430px;bottom:-8rem;left:-8rem}
.confirmation-banner .confirmation-title{font-size:3.5rem;width:60%;margin-bottom:1rem}
}
@media(min-width: 992px) {
.confirmation-banner{height:400px}
.confirmation-banner .confirmation-header-bg{width:670px;bottom:-12rem;left:-16rem}
.confirmation-banner .confirmation-title{width:60%;font-size:4.5rem;margin-bottom:2rem}
.confirmation-banner .confirmation-header-flair{width:160px;right:1rem}
}
@media(min-width: 1232px) {
.confirmation-banner .confirmation-header-bg{width:760px;bottom:-17rem;left:-16rem}
.confirmation-banner .confirmation-title{width:60%;font-size:5.5rem;margin-bottom:2rem}
}
@media(min-width: 1472px) {
.confirmation-banner{background-position:center;background-size:cover}
.confirmation-banner .confirmation-header-bg{width:760px;bottom:-15rem;left:-10rem}
.confirmation-banner .confirmation-title{width:50%}
}
.lp-banner{height:320px;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative;display:flex}
.lp-banner .container,.lp-banner .lp-title{display:flex}
.lp-banner .container{position:relative;z-index:10}
.lp-banner .container .row{margin-left:-8rem;flex-grow:1}
.lp-banner .lp-title{color:#fff;align-items:center;padding-left:8rem;flex-direction:column;align-items:flex-start;justify-content:center}
.lp-banner .lp-title h1{color:#fff;font-size:3rem;margin-bottom:0}
@media(min-width: 768px) {
.lp-banner{height:300px}
.lp-banner .container .row{margin-left:-6rem}
.lp-banner .lp-title{padding-left:6rem}
.lp-banner .lp-title h1{font-size:3.5rem}
}
@media(min-width: 992px) {
.lp-banner{height:350px}
.lp-banner .container .row{margin-left:-5rem}
.lp-banner .lp-title{padding-left:5rem}
.lp-banner .lp-title h1{font-size:4.25rem}
}
@media(min-width: 1232px) {
.lp-banner{height:400px;background-position:center}
.lp-banner .container .row{margin-left:-6rem}
.lp-banner .lp-title{padding-left:6rem}
.lp-banner .lp-title h1{font-size:5rem}
}
/* .lp-banner .lp-green-title,.lp-banner .lp-blue-title,.lp-banner .lp-purple-title,.lp-banner .lp-royal-title,.lp-banner .lp-bamboo-title{background-repeat:no-repeat;background-position:left center}
.lp-banner .lp-green-title{background-image:url(/images/elements/bg-green-lp.png);background-size:400px}
.lp-banner .lp-blue-title{background-image:url(/images/elements/bg-blue-lp.png);background-size:370px}
.lp-banner .lp-purple-title{background-image:url(/images/elements/bg-purple-lp.png);background-size:370px}
.lp-banner .lp-royal-title{background-image:url(/images/elements/bg-royal-lp.png);background-size:400px}
.lp-banner .lp-bamboo-title{background-image:url(/images/elements/bg-bamboo-lp.png);background-size:370px}
@media(min-width: 992px) {
.lp-banner .lp-green-title{background-image:url(/images/elements/bg-green-lp.png);background-size:500px}
.lp-banner .lp-blue-title{background-image:url(/images/elements/bg-blue-lp.png);background-size:470px}
.lp-banner .lp-purple-title{background-image:url(/images/elements/bg-purple-lp.png);background-size:470px}
.lp-banner .lp-royal-title{background-image:url(/images/elements/bg-royal-lp.png);background-size:500px}
.lp-banner .lp-bamboo-title{background-image:url(/images/elements/bg-bamboo-lp.png);background-size:470px}
}
@media(min-width: 1232px) {
.lp-banner .lp-green-title{background-image:url(/images/elements/bg-green-lp.png);background-size:600px}
.lp-banner .lp-blue-title{background-image:url(/images/elements/bg-blue-lp.png);background-size:570px}
.lp-banner .lp-purple-title{background-image:url(/images/elements/bg-purple-lp.png);background-size:570px}
.lp-banner .lp-royal-title{background-image:url(/images/elements/bg-royal-lp.png);background-size:600px}
.lp-banner .lp-bamboo-title{background-image:url(/images/elements/bg-bamboo-lp.png);background-size:570px}
}
@media(min-width: 1472px) {
.lp-banner .lp-green-title{background-image:url(/images/elements/bg-green-lp.png);background-size:700px}
.lp-banner .lp-blue-title{background-image:url(/images/elements/bg-blue-lp.png);background-size:670px}
.lp-banner .lp-purple-title{background-image:url(/images/elements/bg-purple-lp.png);background-size:670px}
.lp-banner .lp-royal-title{background-image:url(/images/elements/bg-royal-lp.png);background-size:700px}
.lp-banner .lp-bamboo-title{background-image:url(/images/elements/bg-bamboo-lp.png);background-size:670px}
} */
@media(min-width: 1472px) {
.lp-banner .lp-header-flair{right:6rem}
}
.lp-banner .fp-header-logo{max-width:250px}
@media(min-width: 992px) {
.lp-banner .fp-header-logo{max-width:300px}
}
@media(min-width: 1232px) {
.lp-banner .fp-header-logo{max-width:350px}
}
.fp-logo{max-width:250px}
.fp-room{position:relative;overflow:hidden}
.fp-version-1{display:none}
.fp-room.legacy .fp-version-1{display:block}
.fp-version-1{position:absolute;top:22px;left:-32px;background-color:#ff2b00;transform:rotate(-45deg);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1rem;padding:.5rem 2.5rem}
.fp-room .fp-room-thumb{height:450px;background-position:center;background-size:cover;position:relative;display:flex;justify-content:center;align-items:center}
.fp-room .fp-room-thumb .fp-room-thumb-overlay{background-color:rgba(0,0,0,.5);position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;transition:all .2s}
.fp-room .fp-room-thumb .fp-room-buttons{position:absolute;padding:1rem;text-align:center}
.fp-room .fp-room-thumb .fp-room-buttons a{display:inline-block;opacity:0;transform:scale(0);position:relative;transition:transform .2s,opacity .2s,background-color .2s,color .2s,border .2s}
@media(min-width: 768px) {
.fp-room .fp-room-thumb{height:330px}
}
@media(min-width: 992px) {
.fp-room .fp-room-thumb{height:285px}
}
@media(min-width: 1232px) {
.fp-room .fp-room-thumb{height:354px}
}
@media(min-width: 1472px) {
.fp-room .fp-room-thumb{height:332px}
}
.fp-room:hover .fp-room-thumb .fp-room-thumb-overlay{opacity:1}
.fp-room:hover .fp-room-thumb .fp-room-buttons a{opacity:1;transform:scale(1)}
.fp-add-room{font-size:2rem;display:block;background-color:#8a1a9b;padding:1rem;border-radius:50%;color:#fff;transition:background-color .2s ease}
.fp-add-room:hover,.fp-add-room:focus{background-color:#c327db;color:#fff}
#homepageBanner{min-height:500px}
@media(min-width: 768px) and (max-width: 991.98px) {
#homepageChiclets.container{max-width:753px}
}
.homepage-chiclet .card-img-overlay{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(35%,rgba(0,0,0,0)),color-stop(79%,rgba(0,0,0,0)),to(rgba(0,0,0,0.3)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 79%,rgba(0,0,0,0.3) 100%)}
.homepage-chiclet .chiclet-title{text-shadow:0 0 6px rgba(0,0,0,.3);font-size:3rem;line-height:3rem;max-width:296px}
.homepage-chiclet .chiclet-product{text-shadow:0 0 6px rgba(0,0,0,.3);font-size:.75rem}
@media(min-width: 480px) {
.homepage-chiclet .chiclet-title{font-size:4.25rem;line-height:4.25rem;max-width:418px}
}
@media(min-width: 580px) {
.homepage-chiclet .chiclet-title{font-size:5.25rem;line-height:5.25rem;max-width:516px}
}
@media(min-width: 680px) {
.homepage-chiclet .chiclet-title{font-size:6.25rem;line-height:6.25rem;max-width:616px}
}
@media(min-width: 768px) {
.homepage-chiclet .chiclet-title{font-size:3.375rem;line-height:3.375rem;max-width:338px}
}
@media(min-width: 992px) {
.homepage-chiclet .chiclet-title{font-size:2.625rem;line-height:2.625rem;max-width:100%}
.homepage-chiclet .btn{padding:.75rem 1.25rem;font-size:.75rem;line-height:1;border-radius:50rem}
}
@media(min-width: 1232px) {
.homepage-chiclet .chiclet-title{font-size:3.25rem;line-height:3.25rem}
.homepage-chiclet .btn{padding:.9375rem 1.5625rem;font-size:.9375rem;line-height:1.25;border-radius:50rem}
}
@media(min-width: 1472px) {
.homepage-chiclet .chiclet-title{font-size:4.25rem;line-height:4.25rem}
.homepage-chiclet .btn{padding:1rem 2rem;font-size:1rem;line-height:1;border-radius:50rem}
}
.homepage-banner .homepage-banner-img{height:500px}
.homepage-banner .homepage-banner-body{max-width:400px;margin-right:auto;margin-left:auto;z-index:1}
.homepage-banner .card-title{font-size:2.5rem}
.homepage-banner .card-text,.homepage-banner .home-banner-content{position:relative}
.homepage-banner .card-text .homepage-banner-shape,.homepage-banner .home-banner-content .homepage-banner-shape{position:absolute;top:-4rem;right:1rem;width:80%}
@media(min-width: 768px) {
.homepage-banner .homepage-banner-body{max-width:100%;margin-right:0;margin-left:0}
.homepage-banner .card-text .homepage-banner-shape,.homepage-banner .home-banner-content .homepage-banner-shape{width:300px}
}
@media(min-width: 992px) {
.homepage-banner .homepage-banner-img{height:400px}
.homepage-banner .card-title{font-size:2.75rem}
.homepage-banner .card-text .homepage-banner-shape,.homepage-banner .home-banner-content .homepage-banner-shape{top:auto;bottom:-.5rem;left:-6rem;width:250px}
.homepage-banner .order-md-1 .homepage-banner-shape{top:auto;bottom:-.5rem;left:auto;right:-6rem}
}
@media(min-width: 1232px) {
.homepage-banner .card-title{font-size:3.125rem}
.homepage-banner .card-text .homepage-banner-shape,.homepage-banner .home-banner-content .homepage-banner-shape{width:300px;left:-9rem}
.homepage-banner .order-md-1 .homepage-banner-shape{top:auto;bottom:-1rem;left:auto;right:-9rem}
}
@media(min-width: 1472px) {
.homepage-banner .homepage-banner-img{height:500px}
.homepage-banner .card-text .homepage-banner-shape,.homepage-banner .home-banner-content .homepage-banner-shape{width:300px;left:-12rem}
.homepage-banner .order-md-1 .homepage-banner-shape{top:auto;bottom:-1rem;left:auto;right:-12rem}
}
.sidebar-rep .card-body{padding-top:0}
.sidebar-rep .media img{height:auto;width:100%;max-width:250px;min-width:85px}
.sidebar-rep .rep-name{font-size:1.25rem}
.sidebar-rep .rep-contact{font-size:.75rem;color:#616166;font-weight:700}
.results-list .product-grid-column,.results-list .product-grid-item{display:flex}
.results-list .product-grid-item{display:flex;border:1px solid #c1c1c6;padding:1rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}
.results-list .product-grid-item .product-img{margin-right:auto;margin-left:auto;margin-bottom:1rem}
@media(min-width: 768px) {
.results-list .product-grid-item .product-img-link{max-width:33%}
.results-list .product-grid-item .product-img{margin-right:1rem;margin-left:0;margin-bottom:0}
}
.results-list .product-grid-item .product-info>a{width:100%}
@media(min-width: 768px) {
.results-list .product-grid-item{border:0;padding:0;flex-direction:row;flex-wrap:nowrap;margin-top:2rem}
}
.results-list .product-info{flex-grow:1}
@media(min-width: 768px) {
.results-list .product-title{font-size:1.25rem}
.results-list .product-info{width:66%}
}
.results-list .product-description-short{display:block;margin-top:1rem}
.results-list .product-number-stock{display:flex;flex-direction:column;margin-bottom:.5rem}
.results-list .product-number-stock .product-number{margin-right:1.5rem}
@media(min-width: 768px) {
.results-list .product-number-stock{flex-direction:row}
}
@media(min-width: 768px) {
.results-list .product-grid-column{display:block;border-bottom:1px solid #c1c1c6}
.results-list .product-grid-column:first-of-type .product-grid-item{margin-top:0}
.results-list .product-grid-column:last-of-type{border-bottom:0}
}
.ii-article-card{border:0;border-radius:0}
.ii-article-card .card-img-top{border-radius:0}
.ii-article-card .card-title{font-weight:900;margin-bottom:0}
.ii-article-card .card-subtitle{font-weight:900;font-size:.75rem;letter-spacing:.1rem;margin-bottom:.25rem;margin-top:0;text-transform:uppercase}
.ii-article-grid{margin-bottom:-32px}
.ii-article-grid .ii-article-card{margin-bottom:32px}
.ii-article-grid .ii-article-card .card-body{background-color:#ebeef7;margin-left:1.5rem;margin-right:1.5rem;margin-top:-3rem}
.ii-article-grid .ii-article-card .card-title{font-weight:700;color:#003e52}
.ii-article-grid .ii-article-card .card-title a{color:#003e52}
.ii-article-grid .ii-article-card .card-subtitle{font-weight:700;color:#003e52}
@media(min-width: 768px) {
.ii-article-grid .ii-article-card .card-body{margin-left:1.5rem;margin-right:1.5rem;margin-top:-2rem}
}
@media(min-width: 768px) {
.ii-article-grid div[class*=col-]{display:flex}
}
#artCarNewArt .ii-article-row,#artCarNewArt .slick-list,#artCarNewArt .slick-track,#artCarNewArt .slick-slide,#artCarNewArt .slick-slide>div{display:flex}
#artCarNewArt .ii-article-grid-column{display:inline-flex!important}
/* #artCarNewArt .ii-article-card .card-body{background-color:#497988;background-image:url(/images/elements/bg-royal.png);background-repeat:no-repeat;background-size:cover} */
#artCarNewArt .ii-article-card .card-title{color:#fff}
@media(min-width: 1472px) {
#artCarNewArt .ii-article-card .card-title{font-size:1.25rem}
}
#artCarNewArt .ii-article-card .card-subtitle{color:#fff}
#artCarNewArt .ii-article-row{position:relative}
#artCarNewArt .ii-article-row .ii-article-grid-column{padding-left:.5rem;padding-right:.5rem}
@media(min-width: 768px) {
#artCarNewArt .ii-article-row .ii-article-grid-column{padding-left:1rem;padding-right:1rem}
}
#artCarNewArt .ii-article-row .slick-list.draggable{padding:0 90px 0 0 !important}
@media(min-width: 768px) {
#artCarNewArt .ii-article-row .slick-list.draggable{padding:0!important}
}
.ii-feature .card-img,.ii-feature-sm .card-img{-o-object-fit:cover;object-fit:cover;height:300px}
.ii-feature .ii-feature-category,.ii-feature-sm .ii-feature-category{font-size:.75rem}
.ii-feature .card-title,.ii-feature-sm .card-title{font-weight:700}
@media(min-width: 768px) {
.ii-feature .card-img{height:400px}
.ii-feature .card-title{font-size:1.25rem}
}
@media(min-width: 992px) {
.ii-feature .card-img{height:400px}
.ii-feature .card-title{font-size:1.25rem}
}
@media(min-width: 1232px) {
.ii-feature .card-img{height:450px}
.ii-feature .ii-feature-category{font-size:1rem}
.ii-feature .card-title{font-size:1.5rem}
}
@media(min-width: 1472px) {
.ii-feature .card-img{height:500px}
.ii-feature .card-title{font-size:2rem}
}
@media(min-width: 768px) {
.ii-feature-sm .card-img{height:300px}
}
@media(min-width: 992px) {
.ii-feature-sm .card-img{height:184px}
}
@media(min-width: 1232px) {
.ii-feature-sm .card-img{height:209px}
}
@media(min-width: 1472px) {
.ii-feature-sm .card-img{height:234px}
.ii-feature-sm .card-title{font-size:1.25rem}
}
.ii-social-share{padding:1rem 0;margin:4rem 0;border-top:1px solid #c1c1c6;border-bottom:1px solid #c1c1c6}
.ii-social-share .social-icons{list-style:none;padding:0;margin:0 0 -6px;display:flex;align-items:center}
.ii-social-share .social-icons li{position:relative;margin:0 .5rem}
.ii-social-share .social-icons li:first-child{margin-left:0}
.ii-social-share .social-icons li:last-child{margin-right:0}
.ii-social-share .social-icons li>a:hover>span.facebook-bg{-webkit-filter:brightness(0) saturate(100) invert(32%) sepia(11%) saturate(3050%) hue-rotate(183deg) brightness(96%) contrast(87%);filter:brightness(0) saturate(100) invert(32%) sepia(11%) saturate(3050%) hue-rotate(183deg) brightness(96%) contrast(87%)}
.ii-social-share .social-icons li>a:hover>span.pinterest-bg{-webkit-filter:brightness(0) saturate(100) invert(11%) sepia(71%) saturate(6173%) hue-rotate(347deg) brightness(89%) contrast(102%);filter:brightness(0) saturate(100) invert(11%) sepia(71%) saturate(6173%) hue-rotate(347deg) brightness(89%) contrast(102%)}
.ii-social-share .social-icons li>a:hover>span.twitter-bg{-webkit-filter:brightness(0) saturate(100) invert(67%) sepia(63%) saturate(4957%) hue-rotate(159deg) brightness(92%) contrast(114%);filter:brightness(0) saturate(100) invert(67%) sepia(63%) saturate(4957%) hue-rotate(159deg) brightness(92%) contrast(114%)}
.ii-social-share .social-icons li>a:hover>span.mail-bg{-webkit-filter:brightness(0) saturate(100) invert(14%) sepia(74%) saturate(3069%) hue-rotate(280deg) brightness(108%) contrast(101%);filter:brightness(0) saturate(100) invert(14%) sepia(74%) saturate(3069%) hue-rotate(280deg) brightness(108%) contrast(101%)}
.ii-social-share .social-icons li>a>i{position:absolute;font-size:1.5rem;top:5px;left:7px}

.ii-related-products .product-title{margin-bottom:0}
.ii-related-products .product-number,.ii-related-products .product-stars,.ii-related-products .product-price{margin-bottom:.5rem}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px;display:none}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url(/images/css/ajax-loader.gif) center center no-repeat}
.slick-prev,.slick-next{position:absolute;display:block;height:32px;width:32px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;top:50%;transform:translate(0,-50%);padding:0;border:none;outline:none}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}

.slick-prev{left:-25px}
[dir=rtl] .slick-prev{left:auto;right:-25px}
.slick-prev:before{content:'\e801'}
[dir=rtl] .slick-prev:before{content:'\e801'}
.slick-next{right:-25px}
[dir=rtl] .slick-next{left:-25px;right:auto}
.slick-next:before{content:'\e802'}
[dir=rtl] .slick-next:before{content:'\e802'}
.slick-dotted.slick-slider{margin-bottom:30px}
.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}
.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}

.slick-dots li.slick-active button:before{color:#fff;opacity:.75}
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:none}
.glightbox-container.inactive{display:none}
.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}
.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;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;opacity:0}
.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}
.glightbox-container .gslide.prev{opacity:1;z-index:9999}
.glightbox-container .gslide-inner-content{width:100%}
.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}
.glightbox-container .ginner-container.gvideo-container{width:100%}
.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}
.gslide iframe,.gslide video{outline:none!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}
.gslide:not(.current){pointer-events:none}
.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:none;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}
.desc-top .gslide-image img,.desc-bottom .gslide-image img{width:auto}
.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}
.gslide-image img.zoomable{position:relative}
.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}
.gslide-video{position:relative;max-width:100vh;width:100%!important}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}
.gslide-video .gvideo-wrapper{width:100%;margin:auto}
.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,0.34);display:none}
.gslide-video.playing::before{display:none}
.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}
.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}
.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}
.gslide-inline .ginlined-content{padding:20px;width:100%}
.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}
.ginlined-content{overflow:auto;display:block!important;opacity:1}
.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}
.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}
.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}
.desc-top .gslide-media,.desc-bottom .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}
.gslide-description.description-left,.gslide-description.description-right{max-width:100%}
.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}
.gslide-description p{margin-bottom:12px}
.gslide-description p:last-child{margin-bottom:0}
.zoomed .gslide-description{display:none}
.glightbox-button-hidden{display:none}
.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}
.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}
.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}
.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}
.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}
.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}
.gdesc-open .gdesc-inner{padding-bottom:30px}
.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}
.greset{-webkit-transition:all .3s ease;transition:all .3s ease}
.gabsolute{position:absolute}
.grelative{position:relative}
.glightbox-desc{display:none!important}
.glightbox-open{overflow:hidden}
.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}
.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}
.glightbox-mobile .goverlay{background:#000}
.gprev,.gnext,.gclose{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.gprev svg,.gnext svg,.gclose svg{display:block;width:25px;height:auto;margin:0;padding:0}
.gprev.disabled,.gnext.disabled,.gclose.disabled{opacity:.1}
.gprev .garrow,.gnext .garrow,.gclose .garrow{stroke:#fff}
.gbtn.focused{outline:2px solid #0f3d81}
iframe.wait-autoplay{opacity:0}
.glightbox-closing .gnext,.glightbox-closing .gprev,.glightbox-closing .gclose{opacity:0!important}
.glightbox-clean .gslide-description{background:#fff}
.glightbox-clean .gdesc-inner{padding:22px 20px}
.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}
.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}
.glightbox-clean .gslide-video{background:#000}
.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:rgba(0,0,0,0.75);border-radius:4px}
.glightbox-clean .gprev path,.glightbox-clean .gnext path,.glightbox-clean .gclose path{fill:#fff}
.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}
.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}
.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}
.glightbox-clean .gclose svg{width:18px;height:auto}
.glightbox-clean .gclose:hover{opacity:1}
.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}
.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}
.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}
.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}
.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}
.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}
.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}
.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}
@-webkit-keyframes lightboxLoader {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes lightboxLoader {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes gfadeIn {
from{opacity:0}
to{opacity:1}
}
@keyframes gfadeIn {
from{opacity:0}
to{opacity:1}
}
@-webkit-keyframes gfadeOut {
from{opacity:1}
to{opacity:0}
}
@keyframes gfadeOut {
from{opacity:1}
to{opacity:0}
}
@-webkit-keyframes gslideInLeft {
from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}
to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
@keyframes gslideInLeft {
from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}
to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
@-webkit-keyframes gslideOutLeft {
from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}
}
@keyframes gslideOutLeft {
from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}
}
@-webkit-keyframes gslideInRight {
from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
@keyframes gslideInRight {
from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
@-webkit-keyframes gslideOutRight {
from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}
}
@keyframes gslideOutRight {
from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}
}
@-webkit-keyframes gzoomIn {
from{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}
to{opacity:1}
}
@keyframes gzoomIn {
from{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}
to{opacity:1}
}
@-webkit-keyframes gzoomOut {
from{opacity:1}
50%{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}
to{opacity:0}
}
@keyframes gzoomOut {
from{opacity:1}
50%{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}
to{opacity:0}
}
@media (min-width: 769px) {
.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.gslide-image img{max-height:97vh;max-width:100%}
.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}
.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}
.gslide-inline{max-height:95vh}
.gslide-external{max-height:100vh}
.gslide-description.description-left,.gslide-description.description-right{max-width:275px}
.glightbox-open{height:auto}
.goverlay{background:rgba(0,0,0,0.92)}
.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,0.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,0.65)}
.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}
.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:rgba(0,0,0,0.32)}
.glightbox-clean .gprev:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gclose:hover{background-color:rgba(0,0,0,0.7)}
.glightbox-clean .gprev{top:45%}
.glightbox-clean .gnext{top:45%}
}
@media (min-width: 992px) {
.glightbox-clean .gclose{opacity:.7;right:20px}
}
@media screen and (max-height: 420px) {
.goverlay{background:#000}
}
.download{max-width:374px;margin-right:auto;margin-left:auto}
.download .download-link{position:relative}
.download .download-link .img-fluid{width:100%}
.download .download-link .link-overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.05);top:0;left:0;-webkit-transition:all .2s;transition:all .2s}
.download .download-link .link-overlay a{display:inline-block;opacity:0;-webkit-transform:scale(0);transform:scale(0);position:relative;-webkit-transition:opacity .2s,background-color .2s,color .2s,border .2s,-webkit-transform .2s;transition:opacity .2s,background-color .2s,color .2s,border .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s,background-color .2s,color .2s,border .2s;transition:transform .2s,opacity .2s,background-color .2s,color .2s,border .2s,-webkit-transform .2s}
@media(hover: none)and (pointer: coarse) {
.download .download-link{position:static}
.download .download-link .link-overlay{position:static;width:100%;height:auto;background-color:transparent;top:auto;left:auto;-webkit-transition:none;transition:none;padding:1rem}
.download .download-link .link-overlay a{display:inline-block;opacity:1;-webkit-transform:none;transform:none;position:static;-webkit-transition:inherit;transition:inherit;background-color:#b4bd00;color:#fff}
.download .download-link .link-overlay:hover{background-color:transparent}
.download .download-link .link-overlay:hover a{opacity:inherit;-webkit-transform:none;transform:none}
}
.download:hover .download-link .link-overlay{background-color:rgba(0,0,0,.5)}
.download:hover .download-link .link-overlay a{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
@media(min-width: 768px) {
.download{max-width:100%;width:100%;margin-left:0;margin-right:0}
}
.video{max-width:578px;margin-right:auto;margin-left:auto}
.video .video-link{position:relative}
.video .video-link .link-overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.05);top:0;left:0;-webkit-transition:all .2s;transition:all .2s}
.video .video-link .link-overlay .img-fluid{max-width:80px}
.video .video-link .link-overlay a{display:inline-block;opacity:0;-webkit-transform:scale(0);transform:scale(0);position:relative;-webkit-transition:opacity .2s,background-color .2s,color .2s,border .2s,-webkit-transform .2s;transition:opacity .2s,background-color .2s,color .2s,border .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s,background-color .2s,color .2s,border .2s;transition:transform .2s,opacity .2s,background-color .2s,color .2s,border .2s,-webkit-transform .2s}
@media(hover: none)and (pointer: coarse) {
.video .video-link .link-overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.05);top:0;left:0}
.video .video-link .link-overlay a{display:inline-block;opacity:1;-webkit-transform:none;transform:none;-webkit-transition:inherit;transition:inherit;color:#fff}
.video .video-link .link-overlay:hover a{opacity:inherit;-webkit-transform:none;transform:none}
}
.video:hover .video-link .link-overlay{background-color:rgba(0,0,0,.5)}
.video:hover .video-link .link-overlay a{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
@media(min-width: 768px) {
.video{max-width:100%;margin-left:0;margin-right:0}
}
@media print {
*,::before,::after{text-shadow:none!important;box-shadow:none!important}
a:not(.btn){text-decoration:underline}
abbr[title]::after{content:" (" attr(title) ")"}
pre{white-space:pre-wrap!important}
pre,blockquote{border:1px solid #c1c1c6;page-break-inside:avoid}
thead{display:table-header-group}
tr,img{page-break-inside:avoid}
p,h2,h3{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
@page{size:a3}
body{min-width:1232px!important}
.container{min-width:1232px!important}
.navbar{display:none}
.badge{border:1px solid #000}
.table{border-collapse:collapse!important}
.table td,.table th{background-color:#fff!important}
.table-bordered th,.table-bordered td{border:1px solid #e6e6ed!important}
.table-dark{color:inherit}
.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#c1c1c6}
.table .thead-dark th{color:inherit;border-color:#c1c1c6}
}

.matrixChecked{text-indent:-5000px;text-align:center;min-width:50%;background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2019.3%2019.3%22%20style%3D%22enable-background%3Anew%200%200%2019.3%2019.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%230073BD%3B%22%20d%3D%22M1.2%2C8.7C0.7%2C8.2%2C2%2C7.6%2C3.3%2C8.2C5%2C8.8%2C6.4%2C9.9%2C7.4%2C11.4c1.1-1.9%2C5-7.3%2C9.3-8.2c1-0.3%2C1.8%2C0%2C0.8%2C0.8%0A%09c-2%2C1.9-4%2C4-5.7%2C6.2c-1.5%2C1.9-2.7%2C4-3.6%2C6.2c-0.3%2C0.5-0.9%2C0.6-1.3%2C0.3c-0.1-0.1-0.3-0.2-0.3-0.3c-0.2-0.3-0.1-0.9-0.6-2%0A%09C4.8%2C12.1%2C3.2%2C10.1%2C1.2%2C8.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");background-repeat:no-repeat;background-position:50% 1.2rem;background-size:20px}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.matrixChecked {background:url(/images/css/checkmark.gif) no-repeat center;text-indent:-3000px; text-align:center;}
}

tbody tr.markfor, tbody tr.markfor:hover, div.markfor{color:#fff;background-color:#8a1a9b!important;font-weight:700;font-size:1rem}

.contentShopMore {width:100%;text-align:center;}
.contentShopMore a{display:inline-block;font-weight:900;letter-spacing:.2rem;text-transform:uppercase;color:#fff;background-color:#8a1a9b;border:1px solid #8a1a9b;box-shadow:none;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:1rem 2rem;font-size:1rem;line-height:1;border-radius:28px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion: reduce) {
.contentShopMore a{transition:none}
}
.contentShopMore a:hover{background-color:#b121c7;border-color:#b121c;text-decoration:none}

.MB_PROD2 > div:first-child, .MB_CART2 > div:first-child {display:none}

.eg-recs{position:relative}
.eg-recs:before,.eg-recs:after{content:'';display:block;width:56px;height:100%;position:absolute;top:0;z-index:50}
.eg-recs:before{background:linear-gradient(to right,#fff 0%,#fff 15%,rgba(255,255,255,0) 100%);left:0}
.eg-recs:after{background:linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 85%,#fff 100%);right:0}
@media (min-width: 600px) {
.eg-recs:before,.eg-recs:after{display:none}
}

.MB_PRODUCTSLOT{padding-left:1rem;padding-right:1rem;margin-bottom:2rem}
.MB_PRODUCTIMAGE{margin-bottom:.5rem;max-width:100%;height:auto}
.MB_PRODUCTNAME{font-weight:700;margin-bottom:.5rem;display:inline-block}
.MB_PRODUCTPRICE{font-size:1.25rem;font-weight:700;color:#8A1A9B}

.capl_cart_promobox{color:#fff;background-color:#0075C9;padding:16px;text-align:center;margin:.5em auto}
.capl_cart_promotext{font-size:24px;font-weight:700;margin:0 auto 32px;line-height:30px;width:75%}
.capl_cart_promolink .button{border-color:#fff;background-color:#FFF;color:#0075C9!important}
.capl_cart_promolink .button:hover{background-color:#0075C9;color:#fff!important}
@media (max-width: 1000px) {
.capl_cart_promotext{font-size:22px;line-height:26px;margin:0 0 32px;width:100%}
}

.video_iframe{position:relative;display:block;width:100%;padding:0;overflow:hidden}
.video_iframe::before{display:block;content:"";padding-top:56.25%}
.video_iframe iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
@-webkit-keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: spinner-border .75s linear infinite; animation: spinner-border .75s linear infinite; }
.spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; }
.btn.has-spinner-sm{ padding: 0.6rem 1.1rem; }
.has-spinner-sm .spinner{ vertical-align: sub; }

/* Magic Zoom Plus v5.3.7 */
.MagicZoom,.mz-figure,.mz-lens,.mz-zoom-window,.mz-loading,.mz-hint,.mz-expand .mz-expand-stage,.mz-expand .mz-expand-stage .mz-image-stage,.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,.mz-thumb img,.mz-expand-thumbnails,.mz-expand-controls,.mz-button{-webkit-box-sizing:border-box;box-sizing:border-box}
.MagicZoom,.mz-figure{display:inline-block;outline:0!important;font-size:0!important;line-height:100%!important;direction:ltr!important;position:relative;z-index:1;margin:0 auto;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.MagicZoom{-webkit-transform:translate3d(0,0,0);-ms-touch-action:pan-y;touch-action:pan-y}
figure.mz-figure{overflow:hidden;margin:0!important;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.MagicZoom img,.mz-figure img{border:0!important;margin:0!important;outline:0!important;padding:0!important}
.MagicZoom > img,.mz-figure > img{width:100%;height:auto}
.ie8-magic .MagicZoom > img,.ie8-magic .mz-figure > img{width:100%;max-width:none!important}
.mz-figure.mz-no-zoom.mz-no-expand,.mz-expand .mz-figure.mz-no-zoom{cursor:default!important}
.mz-figure.mz-active,.mz-expand{-ms-touch-action:none;touch-action:none}
.mz-lens,.mz-zoom-window{position:absolute!important;overflow:hidden!important;pointer-events:none!important}
.mz-lens img,.mz-zoom-window img{position:absolute!important;max-width:none!important;max-height:none!important}
.mz-lens img{-webkit-transition:none!important;transition:none!important}
.mz-zoom-window{z-index:2000000000;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mz-zoom-window.mz-magnifier{-webkit-mask-image:-webkit-radial-gradient(circle,white,black);-webkit-mask-clip:content;cursor:none}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier{pointer-events:auto!important;cursor:inherit!important}
.mz-zoom-window.mz-magnifier.mz-expanded{z-index:2147483647}
.mz-zoom-window img{width:auto;height:auto;left:-1000%;right:-1000%;top:-1000%;bottom:-1000%;margin:auto!important;-webkit-transition:none!important;transition:none!important;-webkit-transform-origin:50% 50%!important;-ms-transform-origin:50% 50%!important;transform-origin:50% 50%!important}
.mz-zoom-window.mz-preview img{top:0!important;bottom:0!important;left:0!important;right:0!important;margin:0!important;width:100%!important;height:auto!important;-webkit-transform:none!important;transform:none!important}
.lt-ie9-magic .mz-zoom-window img{margin:0!important}
.mz-expand-controls{z-index:2147483647}
.mz-fade{-webkit-transition:opacity .25s;transition:opacity .25s}
.mz-hidden{opacity:0}
.mz-visible{opacity:1}
.mobile-magic .mz-expand .mz-expand-bg{-webkit-transform-style:flat!important;transform-style:flat!important}
.mobile-magic .mz-expand-controls.mz-fade{transition:none!important}
.mobile-magic .mz-expand > .mz-zoom-window{top:0!important;left:0!important}
@media not screen and (max-device-width: 767px) {
.mz-expanded-view-open,.mz-expanded-view-open body{overflow:hidden!important}
.mz-expanded-view-open body{height:auto!important}
}
@media screen and (max-device-width: 767px) {
:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body{overflow:hidden!important}
:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body{height:auto!important}
}
.mz-figure.mz-active{background:#fff}
.mz-figure.mz-no-zoom,.mz-figure.mz-click-zoom,.mz-figure.mz-active{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mz-figure.mz-active.mz-no-expand{cursor:crosshair}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand{cursor:crosshair;cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand{cursor:none}
.mz-figure.mz-magnifier-zoom.mz-active{overflow:visible!important}
.mz-figure.mz-active > img{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");-webkit-filter:grayscale(80%) opacity(60%);filter:grayscale(80%) opacity(60%)}
.no-cssfilters-magic .mz-figure.mz-active > img{opacity:.6}
.lt-ie10-magic .mz-figure.mz-active > img{opacity:1;filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6)}
.mz-expand .mz-figure.mz-active.mz-inner-zoom,:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img{opacity:0}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img{filter:alpha(opacity=0)}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom{background:transparent}
.mz-lens{border:1px solid #aaa;border-color:rgba(170,170,170,0.7);box-shadow:0 0 5px rgba(0,0,0,.3);cursor:none;z-index:10;opacity:0}
.mz-figure.mz-active .mz-lens{opacity:1;-webkit-transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9) .1s;transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9) .1s}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens{border-radius:50%;opacity:0;cursor:none}
.mz-zoom-window{background:#fff;box-shadow:0 0 3px rgba(0,0,0,.2)}
.mz-zoom-window.mz-magnifier{border-radius:100%;border:0;background:rgba(255,255,255,.3)}
.mz-zoom-window.mz-magnifier:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;border:1px solid rgba(170,170,170,0.7);box-shadow:inset 0 0 20px 1px rgba(0,0,0,.3);background:transparent;z-index:1}
.mz-zoom-window.mz-magnifier.mz-square,.mz-zoom-window.mz-magnifier.mz-square:before{border-radius:0!important}
.lt-ie9-magic .mz-zoom-window{border:1px solid #e5e5e5}
.mz-zoom-window.mz-inner{border:none;box-shadow:none}
.mz-zoom-window.mz-inner:not(.mz-expanded){z-index:80}
.mz-zoom-window .mz-caption{background:#777;color:#fff;font-size:10pt;opacity:.8;position:absolute;top:0;z-index:150;padding:3px;width:100%;line-height:normal!important;text-align:center!important}
.lt-ie9-magic .mz-zoom-window .mz-caption{filter:alpha(opacity=80)}
.mz-zoom-window.caption-bottom .mz-caption{top:auto;bottom:0}
.mz-zoom-window.mz-expanded > .mz-caption{display:none}
.mz-zoom-window.mz-deactivating,.mz-zoom-window.mz-activating{-webkit-transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9),-webkit-transform .3s cubic-bezier(0.25,0.5,0.5,0.9);transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9),transform .3s cubic-bezier(0.25,0.5,0.5,0.9)}
.mz-zoom-window.mz-deactivating{-webkit-transition-duration:.25s,.25s,.25s;transition-duration:.25s,.25s,.25s}
.mz-zoom-window.mz-p-right,.mz-zoom-window.mz-p-left,.mz-zoom-window.mz-p-top,.mz-zoom-window.mz-p-bottom{opacity:0;z-index:-100}
.mz-zoom-window.mz-p-right{-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}
.mz-zoom-window.mz-p-left{-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}
.mz-zoom-window.mz-p-top{-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}
.mz-zoom-window.mz-p-bottom{-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}
.mz-zoom-window > img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,.mz-zoom-window.mz-p-inner.mz-activating > img{-webkit-transition:-webkit-transform .22s cubic-bezier(0.25,0.5,0.5,0.9)!important;transition:transform .22s cubic-bezier(0.25,0.5,0.5,0.9)!important}
.mz-zoom-window.mz-p-magnifier{-webkit-transform:scale(.1);transform:scale(.1)}
.mz-zoom-window.mz-preview.mz-deactivating,.mz-zoom-window.mz-preview.mz-activating,.mz-zoom-window.mz-custom.mz-deactivating,.mz-zoom-window.mz-custom.mz-activating{-webkit-transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9);transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9)}
.mz-zoom-window.mz-preview.mz-deactivating,.mz-zoom-window.mz-custom.mz-deactivating{-webkit-transition-duration:.2s;transition-duration:.2s}
.mz-zoom-window.mz-p-preview,.mz-zoom-window.mz-p-custom{opacity:0}
.mz-hint,.mz-loading{color:#eee;background:rgba(49,51,61,0.7);font:normal 12px/1.2em 'Lucida Grande','Lucida Sans Unicode',Verdana,'Helvetica Neue',Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;direction:ltr;display:inline-block;margin:0;position:absolute;z-index:1000;pointer-events:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}
.mz-hint{bottom:8px;left:0;right:0;padding:0 10%;background-color:transparent;-webkit-transition:opacity .4s ease,z-index .4s ease;transition:opacity .4s ease,z-index .4s ease}
.mz-hint-message{display:inline-block;background:rgba(49,51,61,0.7);border-radius:2em;padding:.7em 1.1em}
.mz-hint-message:before{content:'\02295';font-family:serif;font-size:1.5em;speak:none;text-align:center;vertical-align:-2px;margin-right:6px}
.mobile-magic .mz-hint-message:before{display:none}
.mz-hint-hidden{opacity:0;z-index:-1;-webkit-transition-delay:.6s;transition-delay:.6s}
.mz-expand .mz-hint{font-size:18px;line-height:1.1em;top:50%;bottom:auto;margin:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}
.mz-expand .mz-hint-message{padding:1.1em}
.mz-expand .mz-hint-message:before{display:none}
.mz-expand .mz-hint-hidden{opacity:0;-webkit-transition-delay:1.5s;transition-delay:1.5s}
.mz-loading{font-size:0;border-radius:100%;opacity:0;padding:0;width:36px;height:36px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.mz-loading:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;width:24px;height:24px;margin:auto;text-indent:-9999em;border-radius:50%;border:2px solid rgba(255,255,255,1);border-top-color:transparent;box-sizing:border-box}
.mz-loading.shown{opacity:1;z-index:1;-webkit-transition:opacity 0;transition:opacity 0}
.mz-loading.shown:after{-webkit-animation:spin-loading .9s infinite linear;animation:spin-loading .9s infinite linear}
@-webkit-keyframes spin-loading {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spin-loading {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.lt-ie10-magic .mz-loading{border-radius:2em;font-size:12px;padding:.7em 1.1em;width:auto;height:auto}
.lt-ie10-magic .mz-loading:after{content:'Loading...';text-indent:0;border:none;position:relative}
.lt-ie9-magic .mz-loading{filter:alpha(opacity=0);right:0;left:0;width:126px;margin:auto}
.lt-ie9-magic .mz-hint-message,.lt-ie9-magic .mz-loading.shown{background:transparent!important;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D',EndColorStr='#7c31333D')}
.lt-ie9-magic .mz-hint-hidden{filter:alpha(opacity=0)}
.mz-expand,.mz-expand .mz-expand-bg,.mz-expand .mz-expand-bg > img,.mz-expand .mz-expand-bg > svg,.mz-expand .mz-expand-stage{position:absolute;top:0;right:0;bottom:0;left:0}
.mz-expand .mz-expand-bg,.mz-expand .mz-expand-bg > img,.mz-expand .mz-expand-bg > svg{width:auto!important;height:auto!important}
.mz-expand .mz-expand-bg,.mz-expand .mz-expand-bg > svg{min-width:100%!important;min-height:100%!important}
.mz-expand{background-color:rgba(0,0,0,1);text-align:center;vertical-align:middle;display:block;overflow:hidden;z-index:2100000000;position:fixed;width:auto;height:auto;-webkit-perspective:600px;perspective:600px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-overflow-style:none}
.mz-expand .mz-expand-bg{display:inline-block;max-width:none!important;max-height:none!important;margin:auto;vertical-align:middle;z-index:-100;background-repeat:no-repeat;background-size:cover;-webkit-perspective:600px;perspective:600px;-webkit-transform:translate3d(0,0,0) scale(7) rotate(0.01deg);transform:translate3d(0,0,0) scale(7) rotate(0.01deg)}
.mz-expand .mz-expand-bg > img{margin:auto;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");-webkit-filter:blur(20px) brightness(60%);filter:blur(20px) brightness(60%)}
.mz-expand .mz-expand-bg > svg{margin:auto;opacity:.6}
[data-magic-ua=edge] .mz-expand .mz-expand-bg,.lt-ie10-magic .mz-expand .mz-expand-bg{display:none!important}
.lt-ie9-magic .mz-expand{background:#1f1f1f}
[data-magic-ua=edge] .mz-expand{background-color:rgba(31,31,31,.96)}
.mz-expand.plain-bg .mz-expand-bg,.mz-expand.dark-bg .mz-expand-bg,.mz-expand.white-bg .mz-expand-bg{display:none!important}
.mz-expand.dark-bg{background-color:#1f1f1f;background-color:rgba(31,31,31,.96)}
.mz-expand.white-bg{background-color:#fff}
.mz-expand .mz-expand-stage{display:flex;flex-direction:column;padding:0;z-index:2100000000}
.mz-expand .mz-expand-stage .mz-image-stage{display:flex;flex-direction:column;flex:1 1;position:relative;margin:0;padding:20px 0;overflow:hidden;text-align:center;vertical-align:middle;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage{padding:0!important;left:0;right:0}
.mz-expand .mz-image-stage > figure{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1;width:100%;height:100%;max-width:100%;max-height:100%;margin:0;padding:0;font-size:0;overflow:hidden}
.mz-expand .mz-figure{max-width:100%!important;overflow:visible}
.mz-expand .mz-figure > img{max-width:100%;width:auto;height:auto}
.mz-expand .mz-zoom-in .mz-image-stage > figure,.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active{flex:1 0;width:100%;height:100%}
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img{pointer-events:none}
.mz-expand .mz-figure{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mz-expand .mz-figure.mz-active{cursor:crosshair;cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img{z-index:1;position:absolute!important;top:-5000px!important;bottom:-5000px!important;left:-5000px!important;right:-5000px!important;margin:auto!important}
.lt-ie10-magic .mz-zoom-window.mz-expanded img{filter:alpha(opacity=100)}
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom{overflow:hidden;filter:alpha(opacity=100)}
.mz-expand .mz-caption{flex:0 0;color:#fff;text-shadow:0 0 46px #000;padding:10px 30px;font:normal 10pt/1.25 'Lucida Grande','Lucida Sans Unicode',Verdana,'Helvetica Neue',Arial,Helvetica,sans-serif;text-align:center;width:100%;opacity:0}
.mz-expand .mz-caption.mz-show{-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out;opacity:1}
.mz-expand .mz-zoom-in .mz-image-stage .mz-caption{display:none}
.mz-expand .mz-caption a{color:inherit;cursor:pointer}
.mz-expand.white-bg .mz-caption{color:#555;text-shadow:none}
.lt-ie9-magic .mz-expand .mz-caption{top:100%}
.mz-expand .mz-zoom-window{box-shadow:none;background:transparent}
.lt-ie9-magic .mz-expand .mz-zoom-window{border:0}
@media screen and (max-device-width: 767px) {
.mobile-magic .mz-expand .mz-image-stage .mz-caption{display:none!important}
}
.mz-nav-controls,.mz-expand-controls,button.mz-button{margin:0!important;padding:0!important;outline:0!important}
.mz-nav-controls{z-index:2100000000}
button.mz-button{color:rgba(180,180,180,.6)!important;font-size:0;cursor:pointer;z-index:2100000000!important;background-color:transparent!important;border:0 solid transparent!important;border-radius:100%!important;box-shadow:none!important;position:absolute!important;text-transform:none!important;text-align:center;speak:none;width:60px!important;height:60px!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;-webkit-transition:color .25s,background-color .25s!important;transition:color .25s,background-color .25s!important}
button.mz-button:before{display:block;position:static;height:100%;transform:scale(.9);-webkit-transition:-webkit-transform .25s!important;transition:transform .25s!important}
:root:not(.mobile-magic) button.mz-button:hover,button.mz-button:active{color:rgba(180,180,180,1)!important}
button.mz-button:active:before{-webkit-transform:scale(.7)!important;transform:scale(.7)!important}
.mobile-magic .mz-expand button.mz-button:active{background-color:rgba(49,51,61,.7)!important}
button.mz-button.mz-button-prev,button.mz-button.mz-button-next{margin:auto 10px!important;top:0!important;bottom:0!important;overflow:hidden!important}
button.mz-button.mz-button-prev{left:0!important;transform:rotateZ(180deg)!important}
button.mz-button.mz-button-next{right:0!important}
button.mz-button.mz-button-close{margin:10px!important;top:0!important;right:0!important;z-index:95!important}
button.mz-button.mz-button-close:before{content:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")}
button.mz-button.mz-button-prev:before,button.mz-button.mz-button-next:before{content:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")}
button.mz-button.mz-button-close:before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=)}
button.mz-button.mz-button-prev:before,button.mz-button.mz-button-next:before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=)}
@media screen and (max-device-width: 767px) {
button.mz-button-prev,button.mz-button-next{display:none!important}
.mobile-magic .mz-expand button.mz-button.mz-button-close{width:50px!important;height:50px!important;color:#b4b4b4!important}
.mobile-magic .mz-expand button.mz-button:before{transform:scale(.8)}
}
.lt-ie9-magic button.mz-button{border:0;filter:alpha(opacity=75)}
.lt-ie9-magic button.mz-button:hover{filter:alpha(opacity=100)}
.mz-figure .mz-nav-controls button.mz-button{display:none;width:32px!important;height:56px!important;margin:auto 0!important;padding:0!important;border:0!important}
.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button{display:block}
a[data-zoom-id],.mz-thumb,.mz-thumb:focus{display:inline-block;line-height:0;outline:none}
a[data-zoom-id] img,.mz-thumb img{padding-bottom:4px;border:0;border-bottom:2px solid transparent;box-sizing:border-box}
.mz-thumb:not(.mz-thumb-selected):hover img{border-bottom-color:rgba(180,180,180,.3)}
.mz-thumb.mz-thumb-selected img{border-bottom-color:#b4b4b4}
.mz-expand-thumbnails{flex:0 0 80px;position:relative;width:100%;height:100%;margin:0 auto;padding:10px 0;z-index:50;overflow:hidden}
.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,:root[data-magic-ua=firefox] .mz-expand-thumbnails{height:80px}
.mz-expand-thumbnails .magic-thumb > img{cursor:pointer;padding-bottom:4px;border:0;border-bottom:2px solid transparent}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img{border-bottom-color:rgba(180,180,180,.3)}
.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img{border-bottom-color:#b4b4b4}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button{box-shadow:none}
@media not screen and (max-device-width: 767px) and (orientation: portrait) {
.mz-expand.expand-thumbnails-left .mz-expand-stage{flex-direction:row-reverse}
.mz-expand.expand-thumbnails-left .mz-expand-thumbnails{padding:0 10px;height:100%;overflow:hidden}
.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,:root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails{width:80px;height:100%}
}
@media not screen and (max-device-width: 767px) {
.mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical{height:calc(100% - 40px);margin-top:20px;margin-bottom:20px}
}
@media screen and (max-device-width: 767px) {
.mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons{height:calc(100% - 40px);margin-top:20px;margin-bottom:20px}
}
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails{display:none}
.thumbnails-style-shaded.mz-thumb img{border:0!important;padding-bottom:0;box-shadow:0 0 1px 0 rgba(0,0,0,.3)}
.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img{-webkit-filter:brightness(.7);filter:brightness(.7)}
.thumbnails-style-shaded.mz-thumb-selected img{-webkit-filter:brightness(.7) opacity(.7);filter:brightness(.7) opacity(.7)}
.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img{border:0;padding-bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.3)}
.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover{-webkit-filter:brightness(.75);filter:brightness(.75)}
.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img{-webkit-filter:brightness(.7) opacity(.7);filter:brightness(.7) opacity(.7)}
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected{background:#000}
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img{opacity:.75;filter:alpha(opacity=75)}
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img{opacity:.7;filter:alpha(opacity=70)}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb{position:relative}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;z-index:100;pointer-events:none;background-color:rgba(0,0,0,0)}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after{background-color:rgba(0,0,0,0.2)}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after{background-color:rgba(0,0,0,0.3)}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img{position:relative;z-index:1}
.ie9-magic .thumbnails-style-shaded.mz-thumb img{box-shadow:0 0 4px 0 rgba(0,0,0,.3)}
.magic-thumbs,.magic-thumbs .magic-thumbs-wrapper,.magic-thumbs ul,.magic-thumbs li,.magic-thumbs li:before,.magic-thumbs li:after,.magic-thumbs li img,.magic-thumbs .magic-thumbs-button{margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.magic-thumbs{direction:ltr;overflow:visible;z-index:100;position:relative;left:0;top:0;padding:0 40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-ms-touch-action:none;touch-action:none;width:100%;height:100%;white-space:nowrap}
.magic-thumbs.no-buttons{padding:0!important}
.magic-thumbs-wrapper{display:block;width:100%;height:100%;position:relative;overflow:hidden;text-align:center}
.magic-thumbs ul{list-style:none;font-size:0;display:inline-block;vertical-align:middle;height:100%;position:relative;white-space:nowrap}
.magic-thumbs.no-buttons ul{left:0!important;padding:0!important;-webkit-transition:none!important;transition:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}
.magic-thumbs ul li{margin:0 4px;height:100%;width:auto;vertical-align:top;line-height:0;display:inline-block}
.magic-thumbs ul li:after{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}
.magic-thumbs ul li > img{width:auto;height:auto;max-width:none!important;max-height:100%!important;vertical-align:middle}
.ie8-magic .magic-thumbs ul li > img{max-width:none!important;max-height:none!important}
.magic-thumbs.magic-thumbs-vertical{height:100%}
.magic-thumbs-vertical{padding:40px 0}
.magic-thumbs-vertical ul{height:auto;width:100%;white-space:normal}
.magic-thumbs-vertical ul li{width:100%;height:auto;margin:4px 0}
.magic-thumbs-vertical ul li > img{max-width:100%!important;max-height:none!important}
.ie8-magic .magic-thumbs-vertical ul li > img{width:100%}
.magic-thumbs button.magic-thumbs-button{color:rgba(180,180,180,.6)!important;font-size:0;cursor:pointer;z-index:90!important;background-repeat:no-repeat;background-color:transparent!important;background-image:none;border:0;border-radius:100%;box-shadow:none!important;overflow:hidden;position:absolute;text-transform:none!important;speak:none;text-align:center;width:33px;height:33px;top:0;bottom:0;margin:auto 3px;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;-webkit-transition:color .25s,background-color .25s!important;transition:color .25s,background-color .25s!important}
.magic-thumbs button.magic-thumbs-button:before{display:block;position:static;height:100%;transform:scale(1);-webkit-transition:-webkit-transform .25s!important;transition:transform .25s!important}
.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active{color:rgba(180,180,180,1)!important}
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before{-webkit-transform:scale(.7)!important;transform:scale(.7)!important}
.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active{background-color:rgba(49,51,61,.7)!important}
.magic-thumbs .magic-thumbs-button-prev{left:0;transform:rotateZ(180deg)!important}
.magic-thumbs .magic-thumbs-button-next{right:0}
.magic-thumbs-vertical button.magic-thumbs-button{top:auto;right:0;bottom:auto;left:0;margin:3px auto}
.magic-thumbs-vertical button.magic-thumbs-button-prev{top:0;transform:rotateZ(-90deg)!important}
.magic-thumbs-vertical button.magic-thumbs-button-next{bottom:0;transform:rotateZ(90deg)!important}
.magic-thumbs .magic-thumbs-button-prev:before,.magic-thumbs .magic-thumbs-button-next:before{content:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=)}
.magic-thumbs.no-buttons .magic-thumbs-button{display:none!important}
.magic-thumbs-button-disabled{opacity:.2;filter:alpha(opacity = 20)}
/* Magic Scroll v2.0.53 */
.MagicScroll,.mcs-caption,.mcs-button,.mcs-item,.mcs-item img,.mcs-item > *,.mcs-bullet,.mcs-bullet:before,.mcs-bullet:after,.mcs-wrapper,.mcs-items-container{margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.MagicScroll,.mcs-item,.mcs-item a,.mcs-item img,.mcs-items-container{position:relative}
.MagicScroll,.mcs-item,.mcs-wrapper,.mcs-items-container{overflow:hidden;direction:ltr}
.mcs-wrapper,.mcs-item img{line-height:100%}
.MagicScroll{z-index:1;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}
.MagicScroll.mcs-height-auto .mcs-item > a{width:100%}
.MagicScroll > a{height:100%}
.MagicScroll > a > img{max-height:100%}
.MagicScroll.mcs-height-auto{height:auto!important}
.MagicScroll.MagicScroll-horizontal{-moz-touch-action:pan-y;-ms-touch-action:pan-y;touch-action:pan-y}
.MagicScroll.MagicScroll-vertical{-moz-touch-action:pan-x;-ms-touch-action:pan-x;touch-action:pan-x}
body.mcs-dragging{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
body.mcs-dragging .MagicScroll,body.mcs-dragging button.mcs-button.mcs-horizontal.mcs-button-arrow{cursor:inherit}
.mcs-item,.MagicScroll figure,/.mcs-item img,*/
.mcs-item .mcs-caption{display:inline-block}
.MagicScroll .mcs-item img{pointer-events:none}
.mcs-item img{display:inline-block!important}
.MagicScroll > *{display:inline-block;max-width:100%}
.MagicScroll > :first-child{visibility:hidden}
.MagicScroll > :nth-child(n+2){display:none}
.MagicScroll > a{line-height:100%}
.MagicScroll img{visibility:hidden}
.MagicScroll .mcs-item img{visibility:visible;float:none!important}
.mcs-button,.mcs-bullets,.mcs-wrapper{position:absolute}
.MagicScroll:before,.MagicScroll figcaption:before{content:'';display:inline-block;vertical-align:top;height:0}
.mcs-wrapper{top:0;right:0;bottom:0;left:0;vertical-align:top;z-index:100}
.mcs-items-container{text-align:center;overflow:visible;width:100%;height:100%}
.mcs-item{top:0;left:0;zoom:1;font-size:0;line-height:100%;max-width:100%}
.mcs-item:after,.mcs-item > a:after{content:'';display:inline-block;height:100%;vertical-align:middle}
.MagicScroll-horizontal .mcs-item{height:100%}
.MagicScroll-vertical .mcs-item{display:block;width:100%}
.mcs-item > a,.MagicScroll-horizontal .mcs-items-container > *{display:inline-block}
.mcs-item a,.mcs-item img{border:none;max-width:100%;max-height:100%}
.mcs-item a{height:100%}
.mcs-item img{width:auto;height:auto;vertical-align:middle}
.MagicScroll figure{position:relative;vertical-align:middle;font-size:0;margin:0;max-width:100%;max-height:100%;line-height:normal}
.lt-ie9-magic .mcs-item > a > img{position:static}
.lt-ie9-magic figcaption{display:block}
.lt-ie10-magic .mcs-item a img{border:none}
.ie7-magic .mcs-item img,.ie7-magic .MagicScroll-vertical .mcs-item a{display:inline-block}
.ie7-magic .MagicScroll-horizontal .mcs-item{display:inline}
.mcs-button{display:block}
.MagicScroll .mcs-hidden{display:none!important;visibility:hidden!important}
.ie11-magic .MagicScroll[data-mode="scroll"] .mcs-items-container,.MagicScroll[data-mode="carousel"] .mcs-items-container,.MagicScroll[data-mode="cover-flow"] .mcs-items-container{-webkit-perspective:1000px;-moz-perspective:1000px;-o-perspective:1000px;perspective:1000px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%}
.MagicScroll[data-mode="carousel"] .mcs-item,.MagicScroll[data-mode="cover-flow"] .mcs-item{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}
.MagicScroll figcaption{display:inline-block;position:relative;left:0;float:left;width:100%;line-height:100%;clear:both;z-index:150}
.MagicScroll figcaption,.MagicScroll[data-mode="carousel"] .mcs-item .mcs-caption,.MagicScroll[data-mode="cover-flow"] .mcs-item .mcs-caption{left:50%;-webkit-transform:translateZ(1px) translateX(-50%);transform:translateZ(1px) translateX(-50%);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.lt-ie9-magic .MagicScroll figcaption,.lt-ie9-magic .MagicScroll figure img{float:right}
.MagicScroll .mcs-reflection{-webkit-transform:translateZ(-1px);position:absolute;display:inline-block;left:0;z-index:1}
.MagicScroll .mcs-item.mcs-noimg{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAGB0lEQVRIS5WXa2wUVRTH/3dmn2136b5a2u2LsoogEiGGBGnlYUJMiEpi1MSYGNHvoAjfNEQ/iaL4XTAmxkQSE3zFaESQrZIQIxHlaVtK22273Udhtt3nPDx3Zmc7u9ttdZLN7s6ce37nf885995h+G8X+yXUMSho4l4wbTtjiADMZwzV5jQNw0xjvylM+XZHYjrKb67kli1ncBQQHg+GDzKRHW/u74F3QwTNa7rhDPogNrn0oUo2j0JyDgu3JyFd+wcLo+PQFO3Q2WTsBI1XG/lvCI6GOl9mgnjKv3UT2h7fBpudZKSTUKW70HJZaHJJ98noAXM3QfC2gvmD4Ldnz15E+tIVaKqyfzAx9clS8CXBF9rCb7v8vjd7XnwaTocKZWJUh9EUG7AaT+a80pTrQYjd/SgUBYx/9hXy6bl3HpuNvVULrwNHQ+ETnkjvge5n9wBjN6Fm7ulAVsY1mqIKnNLLAxA8q4C+dRg//QPmR8Y/GkzEDlrhVX6iwa53vev6jvTs2wHlxp+AXKwDmqprFXCYXmrlB4QHbA6I6x/G+JnzyNwYe28gOXnEHFcB85y62gKn+l94Asr1ywTUdGjt9K6suBwAcTmcexHXb8Ho598jP5uq5Fz3cxoQw6u75f6XnoIYuwGmyBVoOplERpJ0b16vF4Fg0MhzOSLNlEr3UmQrlW09ZOsLBA24aIMSfgCjn36N2MyE7TlqBh0cDYZfDzzy4PFQ2AEtcxdCWWk6nUYmk0H7lxd1WPyZbfB6PAgGAnWFmkylINXYesjW5/NTT5FuTysSsSJSv189NJiMfcDBbKi9S408vxtC7JahVFcE3JmMVaAmSYe3tCDka63AE3N3Ic3PL2nbEw7reefK1fB9GP7iHAbikwK7EFy9w7Om53w44gaoZYQylMPHpuN1zirKm5sQWuVF4p4EaSHb0K63o12vcn0loVaLDeeQuT2+k/FKXj340BGvHDeUWsDpzAIyuVxjuNsNaZnnHrcLPk+LDjZUA5KtHTPRv44x6tto3+6NAw5pSocKes8u9m06m4OULzSEm/m3Jp2nw+N0ItDsLlc2KS7DC95OjP98NcqG2sIza7f3tQsLcxaoATZbKZXLQyqU0HnmUl1R1d6Y2rcVXqcdAVJrKNU7Wv9wuNrsw8ivY3ECdxUiW/wOFPNVas0p11uHtwqBpZKM3u8uN4Tf2bsZXrsNfgLza3GKDTgHw+HC8B/pog5eu8HlYJq6LJg7SpUUSLKKyI9/18GH92yE1yYgYBcXV69KbhfBGhMwci3PweGZ7vud7TaBes2S31rFcyUV84qK9eduNlR8fdc6tIgCWu28N+oV8xmQVYaJW4W4XlxtkeYBp61UDbbsRFxljqCbhkZXzPGVgX64Ce4h9Yvwcp4JXJDtSAxnqbiCXce8fd7DTS5j2zPXYrO4sgTNU3I2X7xTB728rbfhfSe1RxMFYCDL7UQ/s3k37o1ljukLiCu46rzHX6hqJx5CgfJeXAbKnReWeW4nJS6yMQuLf2fSTuST93YaS2Zbl+rpESFSMS7mmRayFZya4BIlr9GMmGCeX4VOJ5kJFT/FJ8TKJuEIOI47fIpFNcNSDvn08lE2y8Ysk1eFHNfCua2NbM3FozgnopgqVjYJfVvsbO+WHR0MgnNRtZlU0yF3ZKxu1buyvkAQnH9bba25VQtAcVrDVNyyLXIDOgjsF9z2k2IbLedUkOaUi/TDxJgr0JKlzc9bluLkm4LCg9ETTL9nqdBypVcHElMn+fiq0HmFo4UdBt/ruZOaKq8bYImg6shjqWJ9GpL0mdeWPvqYPvhhD03CASVIC4rRivplbbOlFFvbxnxOTQExSSOz6vKHPXMAV645cbjkJ3cOQ7n1qvlb99qgH3OLgD1NaSqgSmmtkDoRQ6HOV0jyx3IzUPLQ6cFWH0DtIP1YKxMww2Bb4POtVnJaa1sbfNXzo8YrzGtMYO/LVO2yS4PsMILQzCW1DLMVCZanD1Wvpmpv0CvMhzT+/7/CWCPgAewKdQwwTXySMe1Rmvq1NS9tIxq9tGlM+eZcYnpoOaDp91/hrs4Y2r7FDQAAAABJRU5ErkJggg==) center center no-repeat}
.mcs-item .mcs-caption{display:inline-block;vertical-align:bottom;position:absolute;z-index:150}
.MagicScroll[data-mode="cover-flow"] .mcs-item figcaption.mcs-caption,.MagicScroll[data-mode="carousel"] .mcs-item figcaption.mcs-caption{top:100%}
.MagicScroll[data-mode="scroll"] .mcs-item figure,.MagicScroll[data-mode="animation"] .mcs-item figure{overflow:hidden}
.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption{left:0;width:100%;bottom:0;-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-transform:translateY(150%);-ms-transform:translate(0,150%);transform:translateY(150%)}
.MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,.MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption{-webkit-transform:translateY(0%);-ms-transform:translate(0,0%);transform:translateY(0%)}
.MagicScroll[data-mode="scroll"].caption-below .mcs-caption,.MagicScroll[data-mode="animation"].caption-below .mcs-caption{-webkit-transition:none;transition:none;-webkit-transform:none;-ms-transform:none;transform:none}
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption{bottom:-150%}
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption{bottom:0}
.mcs-button{cursor:pointer;z-index:1000;background-repeat:no-repeat;background-color:transparent;border:0;border-radius:0;-webkit-transition:opacity .25s linear;transition:opacity .25s linear}
.MagicScroll:hover > .mcs-button:hover{opacity:1}
.mcs-button-arrow{z-index:120}
.MagicScroll-horizontal .mcs-button-arrow{width:40px;height:100%;top:0}
.MagicScroll-vertical .mcs-button-arrow{width:100%;height:40px;left:0}
.MagicScroll-horizontal .mcs-button-arrow-prev{left:0;right:auto;top:0;bottom:0}
.MagicScroll-horizontal .mcs-button-arrow-next{left:auto;right:0;top:0;bottom:0}
.MagicScroll-vertical .mcs-button-arrow-prev{top:0;bottom:auto;left:0;right:0}
.MagicScroll-vertical .mcs-button-arrow-next{top:auto;bottom:0;left:0;right:0}
.MagicScroll[data-mode="carousel"] .mcs-item,.MagicScroll[data-mode="cover-flow"] .mcs-item{overflow:visible}
.mcs-bullets{text-align:center;display:inline-block!important;opacity:0;top:100%}
.mcs-bullets.show{opacity:1;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}
.MagicScroll-horizontal .mcs-bullets{width:100%;left:0}
.MagicScroll-vertical .mcs-bullets{top:0;left:100%;display:inline-block;vertical-align:middle}
.mcs-bullet{border-radius:50%;margin:4px;cursor:pointer;display:inline-block;position:relative;text-indent:9999px;vertical-align:middle;font:0/0 a;color:transparent;outline:none}
.mcs-bullet.active{cursor:default}
[data-mode="animation"] div[data-action="exit"],[data-mode="animation"] div[data-action="enter"]{-webkit-animation-duration:.35s;animation-duration:.35s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
[data-mode="animation"] div[data-action="enter"]{-webkit-animation-timing-function:cubic-bezier(.12,.37,.25,1);animation-timing-function:cubic-bezier(.12,.37,.25,1)}
[data-mode="animation"] .mcs-item{-webkit-animation-duration:0;-webkit-transform:none;animation-name:none;animation-duration:0}
[data-mode="animation"] .mcs-item[data-animation-nth="1"]{-webkit-animation-delay:.15s;animation-delay:.15s}
[data-mode="animation"] .mcs-item[data-animation-nth="2"]{-webkit-animation-delay:.2s;animation-delay:.2s}
[data-mode="animation"] .mcs-item[data-animation-nth="3"]{-webkit-animation-delay:.25s;animation-delay:.25s}
[data-mode="animation"] .mcs-item[data-animation-nth="4"]{-webkit-animation-delay:.3s;animation-delay:.3s}
[data-mode="animation"] .mcs-item[data-animation-nth="5"]{-webkit-animation-delay:.35s;animation-delay:.35s}
[data-mode="animation"] .mcs-item[data-animation-nth="6"]{-webkit-animation-delay:.4s;animation-delay:.4s}
[data-mode="animation"] .mcs-item[data-animation-nth="7"]{-webkit-animation-delay:.45s;animation-delay:.45s}
[data-mode="animation"] .mcs-item[data-animation-nth="8"]{-webkit-animation-delay:.5s;animation-delay:.5s}
[data-mode="animation"] .mcs-item[data-animation-nth="9"]{-webkit-animation-delay:.55s;animation-delay:.55s}
[data-mode="animation"] .mcs-item[data-animation-nth="10"]{-webkit-animation-delay:.6s;animation-delay:.6s}
.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-entering],.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-exited]{-webkit-transform:translateX(100000px);transform:translateX(100000px)}
.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-entering],.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-exited]{-webkit-transform:translateX(-100000px);transform:translateX(-100000px)}
.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering],.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited]{-webkit-transform:translateY(100000px);transform:translateY(100000px)}
.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-entering],.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-exited]{-webkit-transform:translateY(-100000px);transform:translateY(-100000px)}
[data-mode="animation"] .mcs-item[data-action="exit"],.mcs-slidein[data-mode="animation"] .mcs-item[data-action="exit"]{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.3s;animation-duration:.3s}
[data-mode="animation"] .mcs-item[data-action="enter"],.mcs-slidein[data-mode="animation"] .mcs-item[data-action="enter"]{-webkit-animation-timing-function:cubic-bezier(.12,.37,.25,1);animation-timing-function:cubic-bezier(.12,.37,.25,1);-webkit-animation-duration:.35s;animation-duration:.35s}
.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"]{-webkit-animation-name:h-forward-exit-slidein;animation-name:h-forward-exit-slidein}
.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"]{-webkit-animation-name:h-forward-enter-slidein;animation-name:h-forward-enter-slidein}
@-webkit-keyframes h-forward-exit-slidein {
0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
100%{opacity:0;-webkit-transform:translateX(-600px);transform:translateX(-600px)}
}
@keyframes h-forward-exit-slidein {
0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
100%{opacity:0;-webkit-transform:translateX(-600px);transform:translateX(-600px)}
}
@-webkit-keyframes h-forward-enter-slidein {
0%{opacity:0;-webkit-transform:translateX(180px);transform:translateX(180px)}
100%{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px)}
}
@keyframes h-forward-enter-slidein {
0%{opacity:0;-webkit-transform:translateX(180px);transform:translateX(180px)}
100%{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px)}
}
.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"]{-webkit-animation-name:h-backward-exit-slidein;animation-name:h-backward-exit-slidein}
.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"]{-webkit-animation-name:h-backward-enter-slidein;animation-name:h-backward-enter-slidein}
@-webkit-keyframes h-backward-exit-slidein {
0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
100%{opacity:0;-webkit-transform:translateX(600px);transform:translateX(600px)}
}
@keyframes h-backward-exit-slidein {
0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
100%{opacity:0;-webkit-transform:translateX(600px);transform:translateX(600px)}
}
@-webkit-keyframes h-backward-enter-slidein {
0%{opacity:0;-webkit-transform:translateX(-180px);transform:translateX(-180px)}
100%{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px)}
}
@keyframes h-backward-enter-slidein {
0%{opacity:0;-webkit-transform:translateX(-180px);transform:translateX(-180px)}
100%{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px)}
}
.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"]{-webkit-animation-name:v-forward-exit-slidein;animation-name:v-forward-exit-slidein}
.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"]{-webkit-animation-name:v-forward-enter-slidein;animation-name:v-forward-enter-slidein}
@-webkit-keyframes v-forward-exit-slidein {
0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(-600px);transform:translateY(-600px)}
}
@keyframes v-forward-exit-slidein {
0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(-600px);transform:translateY(-600px)}
}
@-webkit-keyframes v-forward-enter-slidein {
0%{opacity:0;-webkit-transform:translateY(180px);transform:translateY(180px)}
100%{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}
}
@keyframes v-forward-enter-slidein {
0%{opacity:0;-webkit-transform:translateY(180px);transform:translateY(180px)}
100%{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}
}
.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"]{-webkit-animation-name:v-backward-exit-slidein;animation-name:v-backward-exit-slidein}
.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"]{-webkit-animation-name:v-backward-enter-slidein;animation-name:v-backward-enter-slidein}
@-webkit-keyframes v-backward-exit-slidein {
0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(600px);transform:translateY(600px)}
}
@keyframes v-backward-exit-slidein {
0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(600px);transform:translateY(600px)}
}
@-webkit-keyframes v-backward-enter-slidein {
0%{opacity:0;-webkit-transform:translateY(-180px);transform:translateY(-180px)}
100%{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}
}
@keyframes v-backward-enter-slidein {
0%{opacity:0;-webkit-transform:translateY(-180px);transform:translateY(-180px)}
100%{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}
}
.mcs-bounce[data-mode="animation"] .mcs-item[data-action="exit"]{-webkit-animation-timing-function:cubic-bezier(.84,0,1,1);animation-timing-function:cubic-bezier(.84,0,1,1);-webkit-animation-duration:.4s;animation-duration:.4s}
.mcs-bounce[data-mode="animation"] .mcs-item[data-action="enter"]{-webkit-animation-timing-function:cubic-bezier(.12,.37,.25,1);animation-timing-function:cubic-bezier(.12,.37,.25,1);-webkit-animation-duration:.4s;animation-duration:.4s}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"]{-webkit-animation-name:h-forward-exit-bounce;animation-name:h-forward-exit-bounce}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"]{-webkit-animation-name:h-forward-enter-bounce;animation-name:h-forward-enter-bounce}
@-webkit-keyframes h-forward-exit-bounce {
0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0) translateZ(-1px)}
40%{opacity:.6}
100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px) translateZ(-1px)}
}
@keyframes h-forward-exit-bounce {
0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0) translateZ(-1px)}
40%{opacity:.6}
100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px) translateZ(-1px)}
}
@-webkit-keyframes h-forward-enter-bounce {
0%{opacity:0;-webkit-transform:translateX(3000px);transform:translateX(3000px)}
60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}
75%{-webkit-transform:translateX(10px);transform:translateX(10px)}
90%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}
100%{-webkit-transform:translateX(0px);transform:translateX(0px)}
}
@keyframes h-forward-enter-bounce {
0%{opacity:0;-webkit-transform:translateX(3000px);transform:translateX(3000px)}
60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}
75%{-webkit-transform:translateX(10px);transform:translateX(10px)}
90%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}
100%{-webkit-transform:translateX(0px);transform:translateX(0px)}
}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"]{-webkit-animation-name:h-backward-exit-bounce;animation-name:h-backward-exit-bounce}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"]{-webkit-animation-name:h-backward-enter-bounce;animation-name:h-backward-enter-bounce}
@-webkit-keyframes h-backward-exit-bounce {
0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0) translateZ(-1px)}
40%{opacity:.6}
100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px) translateZ(-1px)}
}
@keyframes h-backward-exit-bounce {
0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0) translateZ(-1px)}
40%{opacity:.6}
100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px) translateZ(-1px)}
}
@-webkit-keyframes h-backward-enter-bounce {
0%{opacity:0;-webkit-transform:translateX(-3000px);transform:translateX(-3000px)}
60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}
75%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}
90%{-webkit-transform:translateX(5px);transform:translateX(5px)}
100%{-webkit-transform:translateX(0px);transform:translateX(0px)}
}
@keyframes h-backward-enter-bounce {
0%{opacity:0;-webkit-transform:translateX(-3000px);transform:translateX(-3000px)}
60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}
75%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}
90%{-webkit-transform:translateX(5px);transform:translateX(5px)}
100%{-webkit-transform:translateX(0px);transform:translateX(0px)}
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="exit"]{-webkit-animation-name:v-forward-exit-bounce;animation-name:v-forward-exit-bounce}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="enter"]{-webkit-animation-name:v-forward-enter-bounce;animation-name:v-forward-enter-bounce}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering]{-webkit-transform:translateY(100000px);transform:translateY(100000px)}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited]{-webkit-transform:translateY(100000px);transform:translateY(100000px)}
@-webkit-keyframes v-forward-exit-bounce {
0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
40%{opacity:.6}
100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}
}
@keyframes v-forward-exit-bounce {
0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
40%{opacity:.6}
100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}
}
@-webkit-keyframes v-forward-enter-bounce {
0%{opacity:0;-webkit-transform:translateY(3000px);transform:translateY(3000px)}
60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}
75%{-webkit-transform:translateY(10px);transform:translateY(10px)}
90%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}
100%{-webkit-transform:translateY(0px);transform:translateY(0px)}
}
@keyframes v-forward-enter-bounce {
0%{opacity:0;-webkit-transform:translateY(3000px);transform:translateY(3000px)}
60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}
75%{-webkit-transform:translateY(10px);transform:translateY(10px)}
90%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}
100%{-webkit-transform:translateY(0px);transform:translateY(0px)}
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="exit"]{-webkit-animation-name:v-backward-exit-bounce;animation-name:v-backward-exit-bounce}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="enter"]{-webkit-animation-name:v-backward-enter-bounce;animation-name:v-backward-enter-bounce}
@-webkit-keyframes v-backward-exit-bounce {
0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
40%{opacity:.6}
100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}
}
@keyframes v-backward-exit-bounce {
0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
40%{opacity:.6}
100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}
}
@-webkit-keyframes v-backward-enter-bounce {
0%{opacity:0;-webkit-transform:translateY(-3000px);transform:translateY(-3000px)}
60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}
75%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}
90%{-webkit-transform:translateY(5px);transform:translateY(5px)}
100%{-webkit-transform:translateY(0px);transform:translateY(0px)}
}
@keyframes v-backward-enter-bounce {
0%{opacity:0;-webkit-transform:translateY(-3000px);transform:translateY(-3000px)}
60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}
75%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}
90%{-webkit-transform:translateY(5px);transform:translateY(5px)}
100%{-webkit-transform:translateY(0px);transform:translateY(0px)}
}
.MagicScroll-horizontal .mcs-button-arrow-prev:before,.MagicScroll-horizontal .mcs-button-arrow-next:before,.MagicScroll-vertical .mcs-button-arrow-prev:before,.MagicScroll-vertical .mcs-button-arrow-next:before{content:"";top:50%;left:50%;width:12px;height:12px;position:absolute;border-width:3px;border-color:rgba(49,51,61,0.6);border-style:solid;border-right:none;border-bottom:none;-webkit-transition:border-color .15s linear;transition:border-color .15s linear}
.MagicScroll-horizontal .mcs-button-arrow-prev:before{left:62%;-webkit-transform:translate(-50%,-50%) rotateZ(-45deg);transform:translate(-50%,-50%) rotateZ(-45deg)}
.MagicScroll-horizontal .mcs-button-arrow-next:before{left:40%;-webkit-transform:translate(-50%,-50%) rotateZ(135deg);transform:translate(-50%,-50%) rotateZ(135deg)}
.MagicScroll-vertical .mcs-button-arrow-prev:before{top:62%;-webkit-transform:translate(-50%,-50%) rotateZ(45deg);transform:translate(-50%,-50%) rotateZ(45deg)}
.MagicScroll-vertical .mcs-button-arrow-next:before{top:40%;-webkit-transform:translate(-50%,-50%) rotateZ(-135deg);transform:translate(-50%,-50%) rotateZ(-135deg)}
.mcs-button-arrow.mcs-disabled{opacity:.01!important}
.MagicScroll > .mcs-button-arrow{width:30px;height:30px;margin:auto;opacity:.6;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}
.MagicScroll-horizontal .mcs-button-arrow-prev{left:0;right:auto;top:0;bottom:0}
.MagicScroll-horizontal .mcs-button-arrow-next{left:auto;right:0;top:0;bottom:0}
.MagicScroll-vertical .mcs-button-arrow-prev{top:0;bottom:auto;left:0;right:0}
.MagicScroll-vertical .mcs-button-arrow-next{top:auto;bottom:0;left:0;right:0}
.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled){opacity:1}
.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled):before{border-color:rgba(49,51,61,1)}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow{width:24px;height:24px;border-radius:3px;background:rgba(255,255,255,.75);box-shadow:0 0 1px rgba(153,153,153,.5);-webkit-transition:background-color .15s linear;transition:background-color .15s linear}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before{width:8px;height:8px}
.MagicScroll-horizontal.MagicScroll-arrows-inside:hover > .mcs-button-arrow:hover:not(.mcs-disabled){background-color:rgba(255,255,255,.96)}
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev{left:5px}
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next{right:5px}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev{top:5px}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next{bottom:5px}
.lt-ie10-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow{border:1px solid rgba(153,153,153,.5)}
.lt-ie9-magic .mcs-button-arrow:before{border-color:#83858B}
.lt-ie9-magic .MagicScroll:hover > .mcs-button-arrow:hover:before{border-color:#31333D}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before{border-color:#31333D}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow{background:#fff;border:1px solid #999;filter:alpha(opacity = 60)}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover{filter:alpha(opacity = 96)}
.lt-ie9-magic .mcs-button-arrow.mcs-disabled{filter:alpha(opacity = 0.01)!important}
.MagicScroll-horizontal .mcs-bullets{margin-top:10px}
.MagicScroll-horizontal.MagicScroll-bullets{margin-bottom:35px}
.MagicScroll-vertical .mcs-bullets{margin-left:10px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}
.MagicScroll-vertical.MagicScroll-bullets{margin-right:35px}
.mcs-bullet{width:10px;height:10px;background-color:#83858B}
.mcs-bullet:hover{background-color:#5a5a5a}
.mcs-bullet.active{background-color:transparent;border:1px solid #5a5a5a}
.mcs-item .mcs-caption{color:#fff;padding:5px 0;font:normal 9pt/1.2em 'Helvetica Neue',Helvetica,'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif;text-rendering:geometricPrecision}
.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption{background-color:#31333D;background-color:rgba(49,51,61,0.7)}
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption{filter:alpha(opacity=60)}
.MagicScroll[data-mode="carousel"],.MagicScroll[data-mode="cover-flow"]{background:#4f4f4f}
.MagicScroll[data-mode="carousel"] img,.MagicScroll[data-mode="cover-flow"] img{box-shadow:0 15px 30px -10px #000}
.MagicScroll[data-mode="carousel"] figcaption,.MagicScroll[data-mode="cover-flow"] figcaption{padding:4px 0 0;font-size:10pt;font-family:'Lucida Grande','Lucida Sans Unicode','Helvetica Neue',Arial,Helvetica,sans-serif}
.MagicScroll.mcs-shadows{box-shadow:0 1px 6px 1px rgba(0,0,0,0.15)}
.MagicScroll.mcs-border .mcs-item{background:#fff;border:1px solid #efefef}
.MagicScroll-horizontal.mcs-border .mcs-item{margin:0 3px}
.MagicScroll-vertical.mcs-border .mcs-item{margin:3px 0}
.mcs-loader{pointer-events:none;position:absolute;z-index:1000;top:0;left:0;right:0;bottom:0}
.mcs-loader .mcs-loader-text{position:absolute;top:50%;left:50%;margin-top:-10px;margin-left:-35px;width:70px;height:20px}
.mcs-loader-circles{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:60px;height:60px;opacity:1;-webkit-transform:scale(0.6);transform:scale(0.6)}
.mcs-loader-circle{position:absolute;background-color:#fff;height:11px;width:11px;border-radius:50%;-webkit-animation-name:MagicCircle;-webkit-animation-duration:.48s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;animation-name:MagicCircle;animation-duration:.48s;animation-iteration-count:infinite;animation-direction:linear}
.mcs-loader-circle_01{left:0;top:25px;-webkit-animation-delay:.18s;animation-delay:.18s}
.mcs-loader-circle_02{left:7px;top:7px;-webkit-animation-delay:.24s;animation-delay:.24s}
.mcs-loader-circle_03{left:25px;top:0;-webkit-animation-delay:.3s;animation-delay:.3s}
.mcs-loader-circle_04{right:7px;top:7px;-webkit-animation-delay:.36s;animation-delay:.36s}
.mcs-loader-circle_05{right:0;top:25px;-webkit-animation-delay:.42s;animation-delay:.42s}
.mcs-loader-circle_06{right:7px;bottom:7px;-webkit-animation-delay:.48s;animation-delay:.48s}
.mcs-loader-circle_07{left:25px;bottom:0;-webkit-animation-delay:.54s;animation-delay:.54s}
.mcs-loader-circle_08{left:7px;bottom:7px;-webkit-animation-delay:.6s;animation-delay:.6s}
@-webkit-keyframes MagicCircle {
0%{background-color:#000}
100%{background-color:#fff}
}
@keyframes MagicCircle {
0%{background-color:#000}
100%{background-color:#fff}
}
.mcs-item-loader{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:40px;height:40px;background-size:cover;background-repeat:no-repeat;background:url(data:image/gif;base64,R0lGODlhKgAqAOZyAFlWV/X09ERAQS0pKt7d3rKwscjHyJyam3BtboaDhOfm5vf399XV1XNwcdbW1rW0tIOBgcXExGJfYJSSkj46O/b29pGPj+Pj48jHx/39/eDf39vb26Sio7u6uqyqq8rJyfHx8fn5+a2rrO3s7c/Oz+rq6qinp0dEReLi4ltYWbq4ufDw8JCOj/v7+/Pz825sbOjo6IKAgZWTlPj4+NDP0Obl5vX19fz8/Pr6+vz7+9fW1+Hg4Ozs7Le2tuTk5GdlZY2LjNrZ2djX18vKyujn556cnaGgoJaUlb28vMLBwjAsLe/v7+/u7sTDw87Nze7t7eXl5cG/wNLR0d3d3dnY2HVzc398fW9tbdTT06OhorCvrzo3OLSys7a1tWRhYlBNTuLh4dHQ0KKhofLy8rm4uJ2bnMzLy8nIyXl2d5iWlp+dnaakpXx6eoqIiMHAwdzc3M7OziIeH////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgByACwAAAAAKgAqAAAH/4BygoOEhYaHiImKhipxcSqLkZKCAI4Ak5gMPywghZVxl4U4MxmYhRSOLJ6WogEBFaaESo5xF4SfoYIZrgE2sYNFtLlyuIQLvC2/g6iOGIPFgje8sMqCGLQUz6yCFbw31drNggwUFAzRvAuYOidbWYUXtOeHu66lhCsaKCGGVwP/Jz4QUlHFg6IWIXIQqoCCgEMYho78mygBSrUWChxqZGJojMSJ/5D8CqBx4z1DUCSAZPOrREkFyRZ9OPFPyy8XDlFQm/RBR7UQO8EJHUpUTpMGSJM22CA0gIOnUB08ESSgqtWqKYSSMMC1K1eqV61mBbfVa1dBR5UiZQrOadSnU9aLyp2bSUO1FTxMMXgBAECUX2AKFOiQd1EJCH37pvn1QbDgCL4OBfCQOPGQXwocOxaCwxDlyhBKVLMRQXMBIYaAJH4xT5CUMmcUBXFjdxCPDo4FFtLwwkuXQiMQCPeBaMSB4y4KTenRYQWmCcIRsC2hRo1oOTWOH3gwdEP0GINEWLAgYpAJ7TWExojOVo548oOyHzcBLkr0CYTelx/0QDuWamhEN0J+4+0niAvaiVHNegj0UIh+hTgxXzU+lNFDUO4VWEgITnQwIF0Q0pXIG+O9IeKJggQCACH5BAUKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGKnFxKouRkoIAjgCTmDpXR2OFlXGXhCAsPwyYhScDA0eeloUsjhSnhFuqA1CEn6GCF45xSrODWbYSua6Dn3FFwYOpqh/Ix3IYvrLMgh+2J9GggxS+GNeDErbQcgwUFKbTvruRGylfIoVQtjqIDL4XhS02FRmGrAgYmIIGISRstCjyUAXSoBsVAkicYcjIwIsNiFzLsECiRxyGXFi8OLBJsBwePyYi0oBkm2AhUi4AuIhGioFkgrWQWOHGKRobNvoUR7So0UFDIChdCkED0RAKokpVEIASgKtYAbwgioKA169erWa9ulVcV7BfBSVlqtSpOKhT2qNWPUq3LqYNPq4FAHFqQwwECM4EK2HAAAm+i0ZMAAx4TbAghQs7oHioQg/GjKUEexI58oUchi5jnjDi2gwHnQ3sK1SGcYygg6h4CKMIDAkFokhEDmLIRww0UQotSUAcBqIVBZLbKKTADIm5kjgQT7BD0AgTJkrL4ZG8QISiO6bLGPTgwIEHgzp050FUxvTqgsqfH8Q9eQdxH6ZzICQf/aAI3U1xDRDTLcGfef4JYkN3PVzjXgJJFNJfIULYdw0MHiSxgIQIFoKDEB+sYJccE46IiAbmuWXiiIEAACH5BAkKAHIALAEAAQAoACgAAAf/gHKCg4SFg0gDA0iGjI2OhhKJEo+UhhtWRi6FkQOTlZ9yKQICRpuSoJ9fowJEhJyeqI8iqw2up7GUoqM0g6+4lDSrKb23v44Nq7xyOicnOsZyGi9eXYVEqxu/RUoUDIRAAOEv3oNNbWS4GBRx7D+EHuHxECXQFwDs+CyEAfDx4UO/VODLB8JQCQj+0vyqMhDAhUcMXoSL8ssDOwoYQDHQAI1BRmggQ4qUI2WCyZMTfITMsKClywU5EMicKTNGyAoBcurMSZOmTZA4d+osidKkSpAsX7bMMbKp0087YEALUQHUDhkJEoT55YIAARRVHS3hkDUrl18wvHpV0MLQgiRlpstS+RVArVomGQjBjcthCbQWCuwSYPKurIwdhDR0CPKoxJQnhCqgUCt1EAwZQD4UcnGg84hGAQyInlFohQYUIT496HyghqAVHTqsEARCtAEHIGuwNjEoQoECEQaRsF3QmAnWrgX5Bj6otmgSxrCwfkBoefBBDmwr+CWGtabev68LmmHbzK/jB5wUsl7owvNfIzo4SV09fKEcF4IEeMr+aSMFv22HSyAAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZNAgJNi5GSgg2ODZOYGkAeAYWVApeEY0dXOpiFLwAAHp6WhUcDAyenhF6qACWEn6GCULEDW7SDXbcQuq6DEr9ZwoOpqgyDu4Mfv7PNggy3L9LIcie/H9iDELfRchspKRuC1bESmD4xaFGFJbcaiDq/UIVFShTOESqDoGAMdoOGpKmXSAsbJIQwUIhD8YehHgUzThiB7QIAiiBZGKqAMWNBKcJUgAwJAtGICSbXCKuyEsCFSBtiFDwjzANFChhObfCBjUHQcUiTKh1EhYPTpxxgINV265YKQQmyas0qA+nElSCxbtXaddxXsHEENYXqVOo4qlXXAVxdSrcuphocm2W4caqGiQMHgghrESBABb6LXDwADNiNsBmFCy/IgCiEE8aM89HKETkyjkOXMT9wgS3Dgs4BPhfqwNhEDUIKPoBR5KJEp0E3KkSeYWiECTFYCtkoQHxFZQLIWxRqYaMC5UkRiBfgISgACRK3KyAnoCApD+kdBjkwYMDBIBTbKyDtIJ26oPHlB2lHjmLcFOkRCME3P0jBduPN9CCdDfqRx58gLWynmTDsFSBEIfsVwgR92KzwgRCqiWdgIRkwAUMIdskRYYiIPEHeEySmGAgAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZDAABDi5GSghCOEJOYPmU9FYWVAJeELkZWG5iFMQgIPZ6WhUYCAimnhGiqCCOEn6GCRLECX7SDUbcTuq6DDb8iwoOpqqaUyHI0v7PNghu3MYO7gym/NNiDE7fRGi8vGoLVsQ2YMDJAH4Ujtz6IG79EhVlbJzoMeUhAUMYOQlLWnFFEpk0TQh9ODJh4xVASghg5LMEGRcLEj0cMLbiIkSAVYUg+ghyDaAmHklyEsVEpAUqkHTIIhhGmZeIJeph2wMCmA+i4o0iTCtLwoKnTB7nGMXBE1ZEKQQeyas1q4iiFOGDDgsW6VWvXcV/Fhl361GlUbFPTq1pVSrfuKR4r4GK426FAATDCPIClsHeRjQh+/ZIQ9kMsgAuIcAhJnFiBMBVq47AAYWgy5Qg2sF0AoJaFoQ+JO/Ag9CRICUUtQuQghCFtnB+GVnToMaXQDAPAAyDKEKB4hkJFlFBggMkBcAOc5YRAgSKEoBvFAyxACuL5YkEKCBCwLKhC9htHSTyPLif8+EHYi3fCpuC5A0LuyQtakL0FNjPPzYCfePrJQVxxoTWjngGQDfgeITjIh00AQVwwm4MFCoLDDMfZlZ9digQgnnAglihHIAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYNSCAhShoyNjoYTiROPlIYwHkkLhZEIk4QBHkAalYYyCQlJm5KFHgAAL6SFQKcJS4ScnoIlrgBesYQftBy3q4MQvF2/hKanO4O4gwy8sMqDO7Qyz8VyL7wM1YQctM5yPjExPoLSrhCkIyZiWIVLtDCNGrwlhSJfKRuEHQ4INFGDEBUuYR5FSTOEEI0UAiJaIeREoMUHLsAJItIgokcjhEJUtChwVLUmHj9mLOTiAUk34NqkbEDkUQ0TAoOAIxMxBY1YNUZolLPh59CjSJPKURChqdMIK5DqkEC1qgQkBbJqzdoB6YkBYMOC3bq169GvYsMyfdo06tGpVq6pIlFKty4pEAHsOgJBwoABfXoJzXDg1++UwIJyXChc+AliOYsZO5jxWE6QwiRAfIKxspGHKipiBSBhRkGhFgRSh2jEII7rC0gVpCZQQVCGChUyCMLgOg6AoxVmoxi0IEAATYIo9MYwFMXs2oKKHx/E2zUFjStmmyZuHLkgAL2LgNMwuwUh6d4h91YCzjkBJoXQF2JhHVwIGEx0n+9eCASLH9/UJV9lg+RgXA7gBAIAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZUCQlUi5GSghyOHJOYIx1OIYWVCZeEFT1lPpiFJgcHTp6WhT0ICDGnhGKqBy6En6GCI7EIaLSDWLcPuq6DE79RwoOpqjWDu4Mbv7PNgjW3JtLIcjG/G9iDD7fRcjAyMjCC1bETmCsdPVOFLrcjiD6/+YRdXi80GPpQoGAHHoQ0uAmi6MwaKYQYvABAEYghIQUzRrCBrQQEiiA9GMKBMWNBBcKGgAwZAJGNCCZJCEuzEkKJSDw6FAQjLArFFwxO8ViBTUPQcUiTKh30xIHTpw5ajtvQoKrVBk0EGdjKdavMcSkEiB0rVmtXrl+xhSU7VlBTqE7apWKjerVq1qV482Kq0KmZjg+nKqAgQCAXLS0DBpwAvKiFAsKEb9K6kjixBCiIMjCBDFkuJiSVKx8ZY2gzZwUtsEGREHrAEUMwIKOoQCjHjNSJPFRRQejDicpXDIVAoYEooQwBkmdAxCCO8wuFsmw5oQPTguQBbghiQIHCUQzO4wBIegM7bUEAnI8XRCE8BqQVsGtHr34QeOcUxrXAvoBQevH+hVcENjZgt9wg/60nyAXhKYFNfAHgUEiChbCAHzYZzCDhhPURAgILPxyVF4V6JaKCc7yVqKIcgQAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYaBwcai5GSgg+OD5OYKx9COIWVB5eEC0keMJiFHQUFQp6WhUkJCTKnhD2qBTaEn6GCS7EJQLSDU7cRuq6DHL8fwoOpqjyDu4M7v7PNgjy3HdLIcjK/O9iDEbfRciMmJiOC1bEcmAEkZgqFNrcriDC/S4VRaDF8GApioCAJEIQUkACjKAwXKoQ2xEBAsYyhCwUzOpiBbcQEiiB7GMqBMWPBJ8KkgAxZAdEMByanCFuzcgK7RSBIFCwh7AzFGBtOgQiAzUfQcUiTKh0UQIHTpwpCINUAoapVCEMEEdjKdSsKpC8AiB0rVmtXrl/HhSU7VlBTqE7cpY6jerVq1qV482K6kQHbBhqnblQIEKCFMDICBKQAvCjDAsKE5Z6ykjhxAyKJcECGnENYk8qVjbgwpHnzgr7NiDQALcCIoRmQK9wgpOKHB0Va2CAhRCNFZSuGMlSwYZjQhTjIGSDSMaA5lEIivqQ4KgkA8jgYBDGgQEG5nA/NB0hIiuE6hUHW4wAYdCI8s3EUrmcXlH69IPDNT4wrct0+feT+ySFBeFlgo8R1FxBSHyFQhLcFNvHFwUIhCxJyRH7YMPADCwgpCGAhYxxxhQ56yVFhiYeogJwKKLYYCAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYMKBQUKhoyNjoYRiRGPlIYBQRc5hZEFk4QhTh0jlYYkBgYXm5KFTgcHJqSFZqcGM4ScnoIurgdisYQKtA63q4MPvFi/hKanIIO4gzW8sMqDILQkz8VyJrw11YQOtM5yKx0dK4LSrg+kISga6YQztAGNI7wuhR9AMjCEMAgIRFGB0JMpJR4FcaOB0A4ZCSJ6IMREoEUFLcAJWsIhosckhDJUtCjQXjUqHj8uMNRCAcmE1bik5LDkUQUUAvVVCxNRxo5YFUJolAPj59CjSJPKybGgqdMFGZD6mEC16gQpAbJqzVrwaAwEYMOC3bq169CvYsMyfdo06tGpVqapSlFKty4pDAyGash7l0KcOBOrRQEA4AXfRhcA/P1bBRwQwoQhwCQEgsXixSrADYEM2YNJQZYvA0ilsQQEzgACC/qxmAKGamTaNCHE4AVkILQpKCkCboOA30QKdfHyoqFGHSdO6BBE47eABnYFSRgwQMKgFM5pRJ9efVDz3ym2U7c+qIFzEXa5kxdExPmX9OMLGQEPvzshF0asbKi/PnohJNQhAU4gACH5BAkKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGTwYGT4uRkoIOjg6TmCEwTBmFlQaXhDhCHyuYhSgEBEyeloVCBQUdp4QaqgQthJ+hgjaxBT20gyu3CrqugxG/U8KDqaoVg7uDPL+zzYIVtyjSyHIdvzzYgwq30XIBJCQBgtWxEZgZFTa5hC23IYgrvzaFWGImRhiaEaBghRuEApRwoQgMCWODapg4QPGaqIIYF3Rq5uIBxY9ODuHAiDGHMA0fQeY7lGEByZWn3KR8wHDRjQoF650KQtFEjVM3Ngob8XOc0aNIB6kAwLQpAAZGS4iYSlXEG0FxsmrNSsGoGgtgw4LFulVr13FfxYYVtNQpU6jj06RWnXo1qd27mDDAFVbiwikMFLJ6EMYArBq/iy4A2FpFGBexIkAgAsGibBwVwt6otYBhhqHKWwEgFgZChFoMhn6YRT0IyRUtiqKkGULoQloLXAwxoKCkSCEoA4LrQKShaYlCcNKoOT5JQvABHwRtSJFigyAGTSEc/fD8xKAGAgQ0GPSi6d5mJ55HFwRe/CDsTF+My/JcAqH24wdBaNoF25bnUNwXXn6ClNCUF9ikN8ARheBXiAfxYaPDFUeM0eCAhQTgARAa4CWHgx4i0kR4TYRoYiAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYBBAQBi5GSggqOCpOYGTM4hpUEl4Q5F0GQmIQVAQGchJ6ggxcGBiSmhDapARmsloQzsQZmtIMttwu6n4QOvq7BqKk3g62DIL6zwYM3txXQu4IkviDWhAu3z3IhKCghgtOxDpgMFEpFhRm3uYcBvjOFUz0dK4Z+xBlIAUOoEC0UlZjyhBCPDgUifjDEYqBFABfC2YgQsaMQQyAqWhyoIpiCjh5XGboAYGSVYCRQRrARCQOFgR6CgYnYgYcpDAzCrfAZrqjRo4dUAFjKFEDQoiMeSJ36QIOgkSMpGDVxoKvXrlexEtz69asgpU2XPg0XlapUq0jV48oN9kFHOBg7TH04MWCAlmBhEiSQkXcRFAl9+7IJ5kGwYA5LEI05kjgxkmBUHDtOUqwQ5coSoIRbwkFzgiSGriQ+MXFQEytkFJ1ZI4XQDhmOcxbScWJLlkJEBAjfgMgHguMjCn0AIgMGpgbCBdAQpOHFC7gbjiOYcJRG9BSDICyFMCiGduJFU0SfLkg8APKCsh+PUVRE9AaE3MMXNEF7lHBfREdEfuMRMoJ2aISjngBGFKJfIT3MF84GVhjhgoMFntJDGT7M1V6GHiIyxFJDhGiiIIEAACH5BAUKAHIALAEAAQAoACgAAAf/gHKCg4SFgzkBATmGjI2OhguJC4+Uhgw/LCCFkQGThBlMMCGVhhRxcSybkoVMBAQopIVKp3EXhJyegi2uBBqxhEW0ALergwq8K7+EpqcYg7iDFbywyoMYtBTPxXIovBXVhAC0znIZFRUZgtKuCuCEF7QMjSG8LYUKZiQBsSpVHo8uSuwbBIKEgYNB3JGa4eCgQ1sKHz1x+HBRREdTKDqYcZFSiYMkNHWsFEDkyJMoKSGRwLKlBB0XV0SYSTOCggE4c+I8cbFDgZ9Af+rUyTOiz6BAV7pkCTOizJoz26WcSnUQjQ0KR9SIRSOFAAFkwAU5cMDEVkdEGnz92gZcB7JkrR+4MOTCyNq1TcBpgAvXyahBdu82IKLQxQO+B5wQsrI2BQ1CQ4BEeRSGCxVCNUzA7UBoQ4ovIgqVAEDaFyMYCVIvKYRFjIkRpCCQBiBPjo8YMXwI2pE6AYeIDGa/GDQBAYIJg2T03qHwxezacoofH8Q7tQx3XWZDICQd+SAOvT+A8zK7BHfj3gUt6Q0EnHMA/85PJ5TEul4gHgYSR78piQcYKXVXlSFSGCcFOIEAADs=) no-repeat center center}
.MagicScroll.mcs-rounded{border:1px solid #e1e1e1;border-radius:10px;overflow:hidden!important}
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside{overflow:hidden!important}
.MagicScroll.mcs-rounded.MagicScroll-arrows-outside{overflow:visible!important}
.MagicScroll.mcs-rounded .mcs-button-arrow{color:rgba(49,51,61,0.6);-webkit-transition:color .15s linear,background-color .15s linear;transition:color .15s linear,background-color .15s linear}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow{width:30px;height:100%}
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow{width:100%;height:30px}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-prev{left:0;border-radius:10px 0 0 10px}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-next{right:0;border-radius:0 10px 10px 0}
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-prev{top:0;border-radius:10px 10px 0 0}
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-next{bottom:0;border-radius:0 0 10px 10px}
.MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled{opacity:1!important;color:rgba(49,51,61,.1);text-shadow:none!important}
.MagicScroll.mcs-rounded.MagicScroll-arrows-outside .mcs-button-arrow{background:#efefef;opacity:1;box-shadow:0 0 1px rgba(153,153,153,.5)}
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow:hover:not(.mcs-disabled){background-color:rgba(255,255,255,.96);color:rgba(49,51,61,1)}
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow{background-color:rgba(255,255,255,.75);box-shadow:0 0 1px rgba(153,153,153,.5)}
.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev{border-width:0 1px 0 0}
.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next{border-width:0 0 0 1px}
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev{border-width:0 0 1px}
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next{border-width:1px 0 0}
.lt-ie9-magic .mcs-rounded.MagicScroll .mcs-button-arrow{color:#83858B}
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow{background:#fff;filter:alpha(opacity = 75)}
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover{filter:alpha(opacity = 96)}
.lt-ie9-magic .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled{filter:alpha(opacity = 75)!important;color:#ccc}