/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

@font-face{font-family:'Nexa';src:url(../fonts/nexa-light-webfont.woff2) format("woff2"),url(../fonts/nexa-light-webfont.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Nexa';src:url(../fonts/nexa-regular-webfont.woff2) format("woff2"),url(../fonts/nexa-regular-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Nexa';src:url(../fonts/nexa-bold-webfont.woff2) format("woff2"),url(../fonts/nexa-bold-webfont.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}svg:not(:root) .svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-w-1{width:0.0625em}.svg-inline--fa.fa-w-2{width:0.125em}.svg-inline--fa.fa-w-3{width:0.1875em}.svg-inline--fa.fa-w-4{width:0.25em}.svg-inline--fa.fa-w-5{width:0.3125em}.svg-inline--fa.fa-w-6{width:0.375em}.svg-inline--fa.fa-w-7{width:0.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:0.625em}.svg-inline--fa.fa-w-11{width:0.6875em}.svg-inline--fa.fa-w-12{width:0.75em}.svg-inline--fa.fa-w-13{width:0.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:0.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.fa-2x{font-size:2em}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.barba-leave-active,.barba-enter-active{transition:opacity 450ms ease}.barba-leave,.barba-enter-to{opacity:1}.barba-enter,.barba-leave-to{opacity:0}.hamburger{padding:0 0;display:inline-block;cursor:pointer;transition-property:opacity, -webkit-filter;transition-property:opacity, filter;transition-property:opacity, filter, -webkit-filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#6f7271}.hamburger-box{width:34px;height:20px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:34px;height:2px;background-color:#6f7271;border-radius:0;position:absolute;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-9px}.hamburger-inner::after{bottom:-9px}.hamburger--squeeze .hamburger-inner{transition-duration:0.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 0.075s 0.12s ease, opacity 0.075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 0.075s 0.12s ease,-webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{-webkit-transform:rotate(45deg);transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.075s ease, opacity 0.075s 0.12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:bottom 0.075s ease,-webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}*,*::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:"Nexa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1.4rem;font-weight:400;line-height:1.5;color:#6f7271;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-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:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#6f7271;text-decoration:none;background-color:transparent}a:hover{color:#494b4b;text-decoration:none}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}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}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}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}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-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}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1440px){.container{max-width:1380px}}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xx{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-xm,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-xm,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-xm,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-xm,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width: 1440px){.container,.container-xm,.container-sm,.container-md,.container-lg,.container-xl,.container-xx{max-width:1380px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-xm-1,.col-xm-2,.col-xm-3,.col-xm-4,.col-xm-5,.col-xm-6,.col-xm-7,.col-xm-8,.col-xm-9,.col-xm-10,.col-xm-11,.col-xm-12,.col-xm,.col-xm-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-xx-1,.col-xx-2,.col-xx-3,.col-xx-4,.col-xx-5,.col-xx-6,.col-xx-7,.col-xx-8,.col-xx-9,.col-xx-10,.col-xx-11,.col-xx-12,.col-xx,.col-xx-auto,.col-mx-1,.col-mx-2,.col-mx-3,.col-mx-4,.col-mx-5,.col-mx-6,.col-mx-7,.col-mx-8,.col-mx-9,.col-mx-10,.col-mx-11,.col-mx-12,.col-mx,.col-mx-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 375px){.col-xm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xm-1>*{flex:0 0 100%;max-width:100%}.row-cols-xm-2>*{flex:0 0 50%;max-width:50%}.row-cols-xm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xm-4>*{flex:0 0 25%;max-width:25%}.row-cols-xm-5>*{flex:0 0 20%;max-width:20%}.row-cols-xm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xm-3{flex:0 0 25%;max-width:25%}.col-xm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xm-6{flex:0 0 50%;max-width:50%}.col-xm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xm-9{flex:0 0 75%;max-width:75%}.col-xm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xm-12{flex:0 0 100%;max-width:100%}.order-xm-first{order:-1}.order-xm-last{order:13}.order-xm-0{order:0}.order-xm-1{order:1}.order-xm-2{order:2}.order-xm-3{order:3}.order-xm-4{order:4}.order-xm-5{order:5}.order-xm-6{order:6}.order-xm-7{order:7}.order-xm-8{order:8}.order-xm-9{order:9}.order-xm-10{order:10}.order-xm-11{order:11}.order-xm-12{order:12}.offset-xm-0{margin-left:0}.offset-xm-1{margin-left:8.33333%}.offset-xm-2{margin-left:16.66667%}.offset-xm-3{margin-left:25%}.offset-xm-4{margin-left:33.33333%}.offset-xm-5{margin-left:41.66667%}.offset-xm-6{margin-left:50%}.offset-xm-7{margin-left:58.33333%}.offset-xm-8{margin-left:66.66667%}.offset-xm-9{margin-left:75%}.offset-xm-10{margin-left:83.33333%}.offset-xm-11{margin-left:91.66667%}}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width: 1440px){.col-xx{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xx-1>*{flex:0 0 100%;max-width:100%}.row-cols-xx-2>*{flex:0 0 50%;max-width:50%}.row-cols-xx-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xx-4>*{flex:0 0 25%;max-width:25%}.row-cols-xx-5>*{flex:0 0 20%;max-width:20%}.row-cols-xx-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xx-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xx-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xx-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xx-3{flex:0 0 25%;max-width:25%}.col-xx-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xx-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xx-6{flex:0 0 50%;max-width:50%}.col-xx-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xx-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xx-9{flex:0 0 75%;max-width:75%}.col-xx-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xx-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xx-12{flex:0 0 100%;max-width:100%}.order-xx-first{order:-1}.order-xx-last{order:13}.order-xx-0{order:0}.order-xx-1{order:1}.order-xx-2{order:2}.order-xx-3{order:3}.order-xx-4{order:4}.order-xx-5{order:5}.order-xx-6{order:6}.order-xx-7{order:7}.order-xx-8{order:8}.order-xx-9{order:9}.order-xx-10{order:10}.order-xx-11{order:11}.order-xx-12{order:12}.offset-xx-0{margin-left:0}.offset-xx-1{margin-left:8.33333%}.offset-xx-2{margin-left:16.66667%}.offset-xx-3{margin-left:25%}.offset-xx-4{margin-left:33.33333%}.offset-xx-5{margin-left:41.66667%}.offset-xx-6{margin-left:50%}.offset-xx-7{margin-left:58.33333%}.offset-xx-8{margin-left:66.66667%}.offset-xx-9{margin-left:75%}.offset-xx-10{margin-left:83.33333%}.offset-xx-11{margin-left:91.66667%}}@media (min-width: 1600px){.col-mx{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-mx-1>*{flex:0 0 100%;max-width:100%}.row-cols-mx-2>*{flex:0 0 50%;max-width:50%}.row-cols-mx-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-mx-4>*{flex:0 0 25%;max-width:25%}.row-cols-mx-5>*{flex:0 0 20%;max-width:20%}.row-cols-mx-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-mx-auto{flex:0 0 auto;width:auto;max-width:100%}.col-mx-1{flex:0 0 8.33333%;max-width:8.33333%}.col-mx-2{flex:0 0 16.66667%;max-width:16.66667%}.col-mx-3{flex:0 0 25%;max-width:25%}.col-mx-4{flex:0 0 33.33333%;max-width:33.33333%}.col-mx-5{flex:0 0 41.66667%;max-width:41.66667%}.col-mx-6{flex:0 0 50%;max-width:50%}.col-mx-7{flex:0 0 58.33333%;max-width:58.33333%}.col-mx-8{flex:0 0 66.66667%;max-width:66.66667%}.col-mx-9{flex:0 0 75%;max-width:75%}.col-mx-10{flex:0 0 83.33333%;max-width:83.33333%}.col-mx-11{flex:0 0 91.66667%;max-width:91.66667%}.col-mx-12{flex:0 0 100%;max-width:100%}.order-mx-first{order:-1}.order-mx-last{order:13}.order-mx-0{order:0}.order-mx-1{order:1}.order-mx-2{order:2}.order-mx-3{order:3}.order-mx-4{order:4}.order-mx-5{order:5}.order-mx-6{order:6}.order-mx-7{order:7}.order-mx-8{order:8}.order-mx-9{order:9}.order-mx-10{order:10}.order-mx-11{order:11}.order-mx-12{order:12}.offset-mx-0{margin-left:0}.offset-mx-1{margin-left:8.33333%}.offset-mx-2{margin-left:16.66667%}.offset-mx-3{margin-left:25%}.offset-mx-4{margin-left:33.33333%}.offset-mx-5{margin-left:41.66667%}.offset-mx-6{margin-left:50%}.offset-mx-7{margin-left:58.33333%}.offset-mx-8{margin-left:66.66667%}.offset-mx-9{margin-left:75%}.offset-mx-10{margin-left:83.33333%}.offset-mx-11{margin-left:91.66667%}}.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: 375px){.d-xm-none{display:none !important}.d-xm-inline{display:inline !important}.d-xm-inline-block{display:inline-block !important}.d-xm-block{display:block !important}.d-xm-table{display:table !important}.d-xm-table-row{display:table-row !important}.d-xm-table-cell{display:table-cell !important}.d-xm-flex{display:flex !important}.d-xm-inline-flex{display:inline-flex !important}}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width: 1440px){.d-xx-none{display:none !important}.d-xx-inline{display:inline !important}.d-xx-inline-block{display:inline-block !important}.d-xx-block{display:block !important}.d-xx-table{display:table !important}.d-xx-table-row{display:table-row !important}.d-xx-table-cell{display:table-cell !important}.d-xx-flex{display:flex !important}.d-xx-inline-flex{display:inline-flex !important}}@media (min-width: 1600px){.d-mx-none{display:none !important}.d-mx-inline{display:inline !important}.d-mx-inline-block{display:inline-block !important}.d-mx-block{display:block !important}.d-mx-table{display:table !important}.d-mx-table-row{display:table-row !important}.d-mx-table-cell{display:table-cell !important}.d-mx-flex{display:flex !important}.d-mx-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}}.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: 375px){.flex-xm-row{flex-direction:row !important}.flex-xm-column{flex-direction:column !important}.flex-xm-row-reverse{flex-direction:row-reverse !important}.flex-xm-column-reverse{flex-direction:column-reverse !important}.flex-xm-wrap{flex-wrap:wrap !important}.flex-xm-nowrap{flex-wrap:nowrap !important}.flex-xm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xm-fill{flex:1 1 auto !important}.flex-xm-grow-0{flex-grow:0 !important}.flex-xm-grow-1{flex-grow:1 !important}.flex-xm-shrink-0{flex-shrink:0 !important}.flex-xm-shrink-1{flex-shrink:1 !important}.justify-content-xm-start{justify-content:flex-start !important}.justify-content-xm-end{justify-content:flex-end !important}.justify-content-xm-center{justify-content:center !important}.justify-content-xm-between{justify-content:space-between !important}.justify-content-xm-around{justify-content:space-around !important}.align-items-xm-start{align-items:flex-start !important}.align-items-xm-end{align-items:flex-end !important}.align-items-xm-center{align-items:center !important}.align-items-xm-baseline{align-items:baseline !important}.align-items-xm-stretch{align-items:stretch !important}.align-content-xm-start{align-content:flex-start !important}.align-content-xm-end{align-content:flex-end !important}.align-content-xm-center{align-content:center !important}.align-content-xm-between{align-content:space-between !important}.align-content-xm-around{align-content:space-around !important}.align-content-xm-stretch{align-content:stretch !important}.align-self-xm-auto{align-self:auto !important}.align-self-xm-start{align-self:flex-start !important}.align-self-xm-end{align-self:flex-end !important}.align-self-xm-center{align-self:center !important}.align-self-xm-baseline{align-self:baseline !important}.align-self-xm-stretch{align-self:stretch !important}}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width: 1440px){.flex-xx-row{flex-direction:row !important}.flex-xx-column{flex-direction:column !important}.flex-xx-row-reverse{flex-direction:row-reverse !important}.flex-xx-column-reverse{flex-direction:column-reverse !important}.flex-xx-wrap{flex-wrap:wrap !important}.flex-xx-nowrap{flex-wrap:nowrap !important}.flex-xx-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xx-fill{flex:1 1 auto !important}.flex-xx-grow-0{flex-grow:0 !important}.flex-xx-grow-1{flex-grow:1 !important}.flex-xx-shrink-0{flex-shrink:0 !important}.flex-xx-shrink-1{flex-shrink:1 !important}.justify-content-xx-start{justify-content:flex-start !important}.justify-content-xx-end{justify-content:flex-end !important}.justify-content-xx-center{justify-content:center !important}.justify-content-xx-between{justify-content:space-between !important}.justify-content-xx-around{justify-content:space-around !important}.align-items-xx-start{align-items:flex-start !important}.align-items-xx-end{align-items:flex-end !important}.align-items-xx-center{align-items:center !important}.align-items-xx-baseline{align-items:baseline !important}.align-items-xx-stretch{align-items:stretch !important}.align-content-xx-start{align-content:flex-start !important}.align-content-xx-end{align-content:flex-end !important}.align-content-xx-center{align-content:center !important}.align-content-xx-between{align-content:space-between !important}.align-content-xx-around{align-content:space-around !important}.align-content-xx-stretch{align-content:stretch !important}.align-self-xx-auto{align-self:auto !important}.align-self-xx-start{align-self:flex-start !important}.align-self-xx-end{align-self:flex-end !important}.align-self-xx-center{align-self:center !important}.align-self-xx-baseline{align-self:baseline !important}.align-self-xx-stretch{align-self:stretch !important}}@media (min-width: 1600px){.flex-mx-row{flex-direction:row !important}.flex-mx-column{flex-direction:column !important}.flex-mx-row-reverse{flex-direction:row-reverse !important}.flex-mx-column-reverse{flex-direction:column-reverse !important}.flex-mx-wrap{flex-wrap:wrap !important}.flex-mx-nowrap{flex-wrap:nowrap !important}.flex-mx-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-mx-fill{flex:1 1 auto !important}.flex-mx-grow-0{flex-grow:0 !important}.flex-mx-grow-1{flex-grow:1 !important}.flex-mx-shrink-0{flex-shrink:0 !important}.flex-mx-shrink-1{flex-shrink:1 !important}.justify-content-mx-start{justify-content:flex-start !important}.justify-content-mx-end{justify-content:flex-end !important}.justify-content-mx-center{justify-content:center !important}.justify-content-mx-between{justify-content:space-between !important}.justify-content-mx-around{justify-content:space-around !important}.align-items-mx-start{align-items:flex-start !important}.align-items-mx-end{align-items:flex-end !important}.align-items-mx-center{align-items:center !important}.align-items-mx-baseline{align-items:baseline !important}.align-items-mx-stretch{align-items:stretch !important}.align-content-mx-start{align-content:flex-start !important}.align-content-mx-end{align-content:flex-end !important}.align-content-mx-center{align-content:center !important}.align-content-mx-between{align-content:space-between !important}.align-content-mx-around{align-content:space-around !important}.align-content-mx-stretch{align-content:stretch !important}.align-self-mx-auto{align-self:auto !important}.align-self-mx-start{align-self:flex-start !important}.align-self-mx-end{align-self:flex-end !important}.align-self-mx-center{align-self:center !important}.align-self-mx-baseline{align-self:baseline !important}.align-self-mx-stretch{align-self:stretch !important}}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 375px){.m-xm-0{margin:0 !important}.mt-xm-0,.my-xm-0{margin-top:0 !important}.mr-xm-0,.mx-xm-0{margin-right:0 !important}.mb-xm-0,.my-xm-0{margin-bottom:0 !important}.ml-xm-0,.mx-xm-0{margin-left:0 !important}.m-xm-1{margin:.25rem !important}.mt-xm-1,.my-xm-1{margin-top:.25rem !important}.mr-xm-1,.mx-xm-1{margin-right:.25rem !important}.mb-xm-1,.my-xm-1{margin-bottom:.25rem !important}.ml-xm-1,.mx-xm-1{margin-left:.25rem !important}.m-xm-2{margin:.5rem !important}.mt-xm-2,.my-xm-2{margin-top:.5rem !important}.mr-xm-2,.mx-xm-2{margin-right:.5rem !important}.mb-xm-2,.my-xm-2{margin-bottom:.5rem !important}.ml-xm-2,.mx-xm-2{margin-left:.5rem !important}.m-xm-3{margin:1rem !important}.mt-xm-3,.my-xm-3{margin-top:1rem !important}.mr-xm-3,.mx-xm-3{margin-right:1rem !important}.mb-xm-3,.my-xm-3{margin-bottom:1rem !important}.ml-xm-3,.mx-xm-3{margin-left:1rem !important}.m-xm-4{margin:1.5rem !important}.mt-xm-4,.my-xm-4{margin-top:1.5rem !important}.mr-xm-4,.mx-xm-4{margin-right:1.5rem !important}.mb-xm-4,.my-xm-4{margin-bottom:1.5rem !important}.ml-xm-4,.mx-xm-4{margin-left:1.5rem !important}.m-xm-5{margin:3rem !important}.mt-xm-5,.my-xm-5{margin-top:3rem !important}.mr-xm-5,.mx-xm-5{margin-right:3rem !important}.mb-xm-5,.my-xm-5{margin-bottom:3rem !important}.ml-xm-5,.mx-xm-5{margin-left:3rem !important}.p-xm-0{padding:0 !important}.pt-xm-0,.py-xm-0{padding-top:0 !important}.pr-xm-0,.px-xm-0{padding-right:0 !important}.pb-xm-0,.py-xm-0{padding-bottom:0 !important}.pl-xm-0,.px-xm-0{padding-left:0 !important}.p-xm-1{padding:.25rem !important}.pt-xm-1,.py-xm-1{padding-top:.25rem !important}.pr-xm-1,.px-xm-1{padding-right:.25rem !important}.pb-xm-1,.py-xm-1{padding-bottom:.25rem !important}.pl-xm-1,.px-xm-1{padding-left:.25rem !important}.p-xm-2{padding:.5rem !important}.pt-xm-2,.py-xm-2{padding-top:.5rem !important}.pr-xm-2,.px-xm-2{padding-right:.5rem !important}.pb-xm-2,.py-xm-2{padding-bottom:.5rem !important}.pl-xm-2,.px-xm-2{padding-left:.5rem !important}.p-xm-3{padding:1rem !important}.pt-xm-3,.py-xm-3{padding-top:1rem !important}.pr-xm-3,.px-xm-3{padding-right:1rem !important}.pb-xm-3,.py-xm-3{padding-bottom:1rem !important}.pl-xm-3,.px-xm-3{padding-left:1rem !important}.p-xm-4{padding:1.5rem !important}.pt-xm-4,.py-xm-4{padding-top:1.5rem !important}.pr-xm-4,.px-xm-4{padding-right:1.5rem !important}.pb-xm-4,.py-xm-4{padding-bottom:1.5rem !important}.pl-xm-4,.px-xm-4{padding-left:1.5rem !important}.p-xm-5{padding:3rem !important}.pt-xm-5,.py-xm-5{padding-top:3rem !important}.pr-xm-5,.px-xm-5{padding-right:3rem !important}.pb-xm-5,.py-xm-5{padding-bottom:3rem !important}.pl-xm-5,.px-xm-5{padding-left:3rem !important}.m-xm-n1{margin:-.25rem !important}.mt-xm-n1,.my-xm-n1{margin-top:-.25rem !important}.mr-xm-n1,.mx-xm-n1{margin-right:-.25rem !important}.mb-xm-n1,.my-xm-n1{margin-bottom:-.25rem !important}.ml-xm-n1,.mx-xm-n1{margin-left:-.25rem !important}.m-xm-n2{margin:-.5rem !important}.mt-xm-n2,.my-xm-n2{margin-top:-.5rem !important}.mr-xm-n2,.mx-xm-n2{margin-right:-.5rem !important}.mb-xm-n2,.my-xm-n2{margin-bottom:-.5rem !important}.ml-xm-n2,.mx-xm-n2{margin-left:-.5rem !important}.m-xm-n3{margin:-1rem !important}.mt-xm-n3,.my-xm-n3{margin-top:-1rem !important}.mr-xm-n3,.mx-xm-n3{margin-right:-1rem !important}.mb-xm-n3,.my-xm-n3{margin-bottom:-1rem !important}.ml-xm-n3,.mx-xm-n3{margin-left:-1rem !important}.m-xm-n4{margin:-1.5rem !important}.mt-xm-n4,.my-xm-n4{margin-top:-1.5rem !important}.mr-xm-n4,.mx-xm-n4{margin-right:-1.5rem !important}.mb-xm-n4,.my-xm-n4{margin-bottom:-1.5rem !important}.ml-xm-n4,.mx-xm-n4{margin-left:-1.5rem !important}.m-xm-n5{margin:-3rem !important}.mt-xm-n5,.my-xm-n5{margin-top:-3rem !important}.mr-xm-n5,.mx-xm-n5{margin-right:-3rem !important}.mb-xm-n5,.my-xm-n5{margin-bottom:-3rem !important}.ml-xm-n5,.mx-xm-n5{margin-left:-3rem !important}.m-xm-auto{margin:auto !important}.mt-xm-auto,.my-xm-auto{margin-top:auto !important}.mr-xm-auto,.mx-xm-auto{margin-right:auto !important}.mb-xm-auto,.my-xm-auto{margin-bottom:auto !important}.ml-xm-auto,.mx-xm-auto{margin-left:auto !important}}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1440px){.m-xx-0{margin:0 !important}.mt-xx-0,.my-xx-0{margin-top:0 !important}.mr-xx-0,.mx-xx-0{margin-right:0 !important}.mb-xx-0,.my-xx-0{margin-bottom:0 !important}.ml-xx-0,.mx-xx-0{margin-left:0 !important}.m-xx-1{margin:.25rem !important}.mt-xx-1,.my-xx-1{margin-top:.25rem !important}.mr-xx-1,.mx-xx-1{margin-right:.25rem !important}.mb-xx-1,.my-xx-1{margin-bottom:.25rem !important}.ml-xx-1,.mx-xx-1{margin-left:.25rem !important}.m-xx-2{margin:.5rem !important}.mt-xx-2,.my-xx-2{margin-top:.5rem !important}.mr-xx-2,.mx-xx-2{margin-right:.5rem !important}.mb-xx-2,.my-xx-2{margin-bottom:.5rem !important}.ml-xx-2,.mx-xx-2{margin-left:.5rem !important}.m-xx-3{margin:1rem !important}.mt-xx-3,.my-xx-3{margin-top:1rem !important}.mr-xx-3,.mx-xx-3{margin-right:1rem !important}.mb-xx-3,.my-xx-3{margin-bottom:1rem !important}.ml-xx-3,.mx-xx-3{margin-left:1rem !important}.m-xx-4{margin:1.5rem !important}.mt-xx-4,.my-xx-4{margin-top:1.5rem !important}.mr-xx-4,.mx-xx-4{margin-right:1.5rem !important}.mb-xx-4,.my-xx-4{margin-bottom:1.5rem !important}.ml-xx-4,.mx-xx-4{margin-left:1.5rem !important}.m-xx-5{margin:3rem !important}.mt-xx-5,.my-xx-5{margin-top:3rem !important}.mr-xx-5,.mx-xx-5{margin-right:3rem !important}.mb-xx-5,.my-xx-5{margin-bottom:3rem !important}.ml-xx-5,.mx-xx-5{margin-left:3rem !important}.p-xx-0{padding:0 !important}.pt-xx-0,.py-xx-0{padding-top:0 !important}.pr-xx-0,.px-xx-0{padding-right:0 !important}.pb-xx-0,.py-xx-0{padding-bottom:0 !important}.pl-xx-0,.px-xx-0{padding-left:0 !important}.p-xx-1{padding:.25rem !important}.pt-xx-1,.py-xx-1{padding-top:.25rem !important}.pr-xx-1,.px-xx-1{padding-right:.25rem !important}.pb-xx-1,.py-xx-1{padding-bottom:.25rem !important}.pl-xx-1,.px-xx-1{padding-left:.25rem !important}.p-xx-2{padding:.5rem !important}.pt-xx-2,.py-xx-2{padding-top:.5rem !important}.pr-xx-2,.px-xx-2{padding-right:.5rem !important}.pb-xx-2,.py-xx-2{padding-bottom:.5rem !important}.pl-xx-2,.px-xx-2{padding-left:.5rem !important}.p-xx-3{padding:1rem !important}.pt-xx-3,.py-xx-3{padding-top:1rem !important}.pr-xx-3,.px-xx-3{padding-right:1rem !important}.pb-xx-3,.py-xx-3{padding-bottom:1rem !important}.pl-xx-3,.px-xx-3{padding-left:1rem !important}.p-xx-4{padding:1.5rem !important}.pt-xx-4,.py-xx-4{padding-top:1.5rem !important}.pr-xx-4,.px-xx-4{padding-right:1.5rem !important}.pb-xx-4,.py-xx-4{padding-bottom:1.5rem !important}.pl-xx-4,.px-xx-4{padding-left:1.5rem !important}.p-xx-5{padding:3rem !important}.pt-xx-5,.py-xx-5{padding-top:3rem !important}.pr-xx-5,.px-xx-5{padding-right:3rem !important}.pb-xx-5,.py-xx-5{padding-bottom:3rem !important}.pl-xx-5,.px-xx-5{padding-left:3rem !important}.m-xx-n1{margin:-.25rem !important}.mt-xx-n1,.my-xx-n1{margin-top:-.25rem !important}.mr-xx-n1,.mx-xx-n1{margin-right:-.25rem !important}.mb-xx-n1,.my-xx-n1{margin-bottom:-.25rem !important}.ml-xx-n1,.mx-xx-n1{margin-left:-.25rem !important}.m-xx-n2{margin:-.5rem !important}.mt-xx-n2,.my-xx-n2{margin-top:-.5rem !important}.mr-xx-n2,.mx-xx-n2{margin-right:-.5rem !important}.mb-xx-n2,.my-xx-n2{margin-bottom:-.5rem !important}.ml-xx-n2,.mx-xx-n2{margin-left:-.5rem !important}.m-xx-n3{margin:-1rem !important}.mt-xx-n3,.my-xx-n3{margin-top:-1rem !important}.mr-xx-n3,.mx-xx-n3{margin-right:-1rem !important}.mb-xx-n3,.my-xx-n3{margin-bottom:-1rem !important}.ml-xx-n3,.mx-xx-n3{margin-left:-1rem !important}.m-xx-n4{margin:-1.5rem !important}.mt-xx-n4,.my-xx-n4{margin-top:-1.5rem !important}.mr-xx-n4,.mx-xx-n4{margin-right:-1.5rem !important}.mb-xx-n4,.my-xx-n4{margin-bottom:-1.5rem !important}.ml-xx-n4,.mx-xx-n4{margin-left:-1.5rem !important}.m-xx-n5{margin:-3rem !important}.mt-xx-n5,.my-xx-n5{margin-top:-3rem !important}.mr-xx-n5,.mx-xx-n5{margin-right:-3rem !important}.mb-xx-n5,.my-xx-n5{margin-bottom:-3rem !important}.ml-xx-n5,.mx-xx-n5{margin-left:-3rem !important}.m-xx-auto{margin:auto !important}.mt-xx-auto,.my-xx-auto{margin-top:auto !important}.mr-xx-auto,.mx-xx-auto{margin-right:auto !important}.mb-xx-auto,.my-xx-auto{margin-bottom:auto !important}.ml-xx-auto,.mx-xx-auto{margin-left:auto !important}}@media (min-width: 1600px){.m-mx-0{margin:0 !important}.mt-mx-0,.my-mx-0{margin-top:0 !important}.mr-mx-0,.mx-mx-0{margin-right:0 !important}.mb-mx-0,.my-mx-0{margin-bottom:0 !important}.ml-mx-0,.mx-mx-0{margin-left:0 !important}.m-mx-1{margin:.25rem !important}.mt-mx-1,.my-mx-1{margin-top:.25rem !important}.mr-mx-1,.mx-mx-1{margin-right:.25rem !important}.mb-mx-1,.my-mx-1{margin-bottom:.25rem !important}.ml-mx-1,.mx-mx-1{margin-left:.25rem !important}.m-mx-2{margin:.5rem !important}.mt-mx-2,.my-mx-2{margin-top:.5rem !important}.mr-mx-2,.mx-mx-2{margin-right:.5rem !important}.mb-mx-2,.my-mx-2{margin-bottom:.5rem !important}.ml-mx-2,.mx-mx-2{margin-left:.5rem !important}.m-mx-3{margin:1rem !important}.mt-mx-3,.my-mx-3{margin-top:1rem !important}.mr-mx-3,.mx-mx-3{margin-right:1rem !important}.mb-mx-3,.my-mx-3{margin-bottom:1rem !important}.ml-mx-3,.mx-mx-3{margin-left:1rem !important}.m-mx-4{margin:1.5rem !important}.mt-mx-4,.my-mx-4{margin-top:1.5rem !important}.mr-mx-4,.mx-mx-4{margin-right:1.5rem !important}.mb-mx-4,.my-mx-4{margin-bottom:1.5rem !important}.ml-mx-4,.mx-mx-4{margin-left:1.5rem !important}.m-mx-5{margin:3rem !important}.mt-mx-5,.my-mx-5{margin-top:3rem !important}.mr-mx-5,.mx-mx-5{margin-right:3rem !important}.mb-mx-5,.my-mx-5{margin-bottom:3rem !important}.ml-mx-5,.mx-mx-5{margin-left:3rem !important}.p-mx-0{padding:0 !important}.pt-mx-0,.py-mx-0{padding-top:0 !important}.pr-mx-0,.px-mx-0{padding-right:0 !important}.pb-mx-0,.py-mx-0{padding-bottom:0 !important}.pl-mx-0,.px-mx-0{padding-left:0 !important}.p-mx-1{padding:.25rem !important}.pt-mx-1,.py-mx-1{padding-top:.25rem !important}.pr-mx-1,.px-mx-1{padding-right:.25rem !important}.pb-mx-1,.py-mx-1{padding-bottom:.25rem !important}.pl-mx-1,.px-mx-1{padding-left:.25rem !important}.p-mx-2{padding:.5rem !important}.pt-mx-2,.py-mx-2{padding-top:.5rem !important}.pr-mx-2,.px-mx-2{padding-right:.5rem !important}.pb-mx-2,.py-mx-2{padding-bottom:.5rem !important}.pl-mx-2,.px-mx-2{padding-left:.5rem !important}.p-mx-3{padding:1rem !important}.pt-mx-3,.py-mx-3{padding-top:1rem !important}.pr-mx-3,.px-mx-3{padding-right:1rem !important}.pb-mx-3,.py-mx-3{padding-bottom:1rem !important}.pl-mx-3,.px-mx-3{padding-left:1rem !important}.p-mx-4{padding:1.5rem !important}.pt-mx-4,.py-mx-4{padding-top:1.5rem !important}.pr-mx-4,.px-mx-4{padding-right:1.5rem !important}.pb-mx-4,.py-mx-4{padding-bottom:1.5rem !important}.pl-mx-4,.px-mx-4{padding-left:1.5rem !important}.p-mx-5{padding:3rem !important}.pt-mx-5,.py-mx-5{padding-top:3rem !important}.pr-mx-5,.px-mx-5{padding-right:3rem !important}.pb-mx-5,.py-mx-5{padding-bottom:3rem !important}.pl-mx-5,.px-mx-5{padding-left:3rem !important}.m-mx-n1{margin:-.25rem !important}.mt-mx-n1,.my-mx-n1{margin-top:-.25rem !important}.mr-mx-n1,.mx-mx-n1{margin-right:-.25rem !important}.mb-mx-n1,.my-mx-n1{margin-bottom:-.25rem !important}.ml-mx-n1,.mx-mx-n1{margin-left:-.25rem !important}.m-mx-n2{margin:-.5rem !important}.mt-mx-n2,.my-mx-n2{margin-top:-.5rem !important}.mr-mx-n2,.mx-mx-n2{margin-right:-.5rem !important}.mb-mx-n2,.my-mx-n2{margin-bottom:-.5rem !important}.ml-mx-n2,.mx-mx-n2{margin-left:-.5rem !important}.m-mx-n3{margin:-1rem !important}.mt-mx-n3,.my-mx-n3{margin-top:-1rem !important}.mr-mx-n3,.mx-mx-n3{margin-right:-1rem !important}.mb-mx-n3,.my-mx-n3{margin-bottom:-1rem !important}.ml-mx-n3,.mx-mx-n3{margin-left:-1rem !important}.m-mx-n4{margin:-1.5rem !important}.mt-mx-n4,.my-mx-n4{margin-top:-1.5rem !important}.mr-mx-n4,.mx-mx-n4{margin-right:-1.5rem !important}.mb-mx-n4,.my-mx-n4{margin-bottom:-1.5rem !important}.ml-mx-n4,.mx-mx-n4{margin-left:-1.5rem !important}.m-mx-n5{margin:-3rem !important}.mt-mx-n5,.my-mx-n5{margin-top:-3rem !important}.mr-mx-n5,.mx-mx-n5{margin-right:-3rem !important}.mb-mx-n5,.my-mx-n5{margin-bottom:-3rem !important}.ml-mx-n5,.mx-mx-n5{margin-left:-3rem !important}.m-mx-auto{margin:auto !important}.mt-mx-auto,.my-mx-auto{margin-top:auto !important}.mr-mx-auto,.mx-mx-auto{margin-right:auto !important}.mb-mx-auto,.my-mx-auto{margin-bottom:auto !important}.ml-mx-auto,.mx-mx-auto{margin-left:auto !important}}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:3.5rem}h2,.h2{font-size:2.8rem}h3,.h3{font-size:2.45rem}h4,.h4{font-size:2.1rem}h5,.h5{font-size:1.75rem}h6,.h6{font-size:1.4rem}.lead{font-size:1.75rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;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}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.75rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.fade{transition:opacity 0.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 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 375px){.m-xm-0{margin:0 !important}.mt-xm-0,.my-xm-0{margin-top:0 !important}.mr-xm-0,.mx-xm-0{margin-right:0 !important}.mb-xm-0,.my-xm-0{margin-bottom:0 !important}.ml-xm-0,.mx-xm-0{margin-left:0 !important}.m-xm-1{margin:.25rem !important}.mt-xm-1,.my-xm-1{margin-top:.25rem !important}.mr-xm-1,.mx-xm-1{margin-right:.25rem !important}.mb-xm-1,.my-xm-1{margin-bottom:.25rem !important}.ml-xm-1,.mx-xm-1{margin-left:.25rem !important}.m-xm-2{margin:.5rem !important}.mt-xm-2,.my-xm-2{margin-top:.5rem !important}.mr-xm-2,.mx-xm-2{margin-right:.5rem !important}.mb-xm-2,.my-xm-2{margin-bottom:.5rem !important}.ml-xm-2,.mx-xm-2{margin-left:.5rem !important}.m-xm-3{margin:1rem !important}.mt-xm-3,.my-xm-3{margin-top:1rem !important}.mr-xm-3,.mx-xm-3{margin-right:1rem !important}.mb-xm-3,.my-xm-3{margin-bottom:1rem !important}.ml-xm-3,.mx-xm-3{margin-left:1rem !important}.m-xm-4{margin:1.5rem !important}.mt-xm-4,.my-xm-4{margin-top:1.5rem !important}.mr-xm-4,.mx-xm-4{margin-right:1.5rem !important}.mb-xm-4,.my-xm-4{margin-bottom:1.5rem !important}.ml-xm-4,.mx-xm-4{margin-left:1.5rem !important}.m-xm-5{margin:3rem !important}.mt-xm-5,.my-xm-5{margin-top:3rem !important}.mr-xm-5,.mx-xm-5{margin-right:3rem !important}.mb-xm-5,.my-xm-5{margin-bottom:3rem !important}.ml-xm-5,.mx-xm-5{margin-left:3rem !important}.p-xm-0{padding:0 !important}.pt-xm-0,.py-xm-0{padding-top:0 !important}.pr-xm-0,.px-xm-0{padding-right:0 !important}.pb-xm-0,.py-xm-0{padding-bottom:0 !important}.pl-xm-0,.px-xm-0{padding-left:0 !important}.p-xm-1{padding:.25rem !important}.pt-xm-1,.py-xm-1{padding-top:.25rem !important}.pr-xm-1,.px-xm-1{padding-right:.25rem !important}.pb-xm-1,.py-xm-1{padding-bottom:.25rem !important}.pl-xm-1,.px-xm-1{padding-left:.25rem !important}.p-xm-2{padding:.5rem !important}.pt-xm-2,.py-xm-2{padding-top:.5rem !important}.pr-xm-2,.px-xm-2{padding-right:.5rem !important}.pb-xm-2,.py-xm-2{padding-bottom:.5rem !important}.pl-xm-2,.px-xm-2{padding-left:.5rem !important}.p-xm-3{padding:1rem !important}.pt-xm-3,.py-xm-3{padding-top:1rem !important}.pr-xm-3,.px-xm-3{padding-right:1rem !important}.pb-xm-3,.py-xm-3{padding-bottom:1rem !important}.pl-xm-3,.px-xm-3{padding-left:1rem !important}.p-xm-4{padding:1.5rem !important}.pt-xm-4,.py-xm-4{padding-top:1.5rem !important}.pr-xm-4,.px-xm-4{padding-right:1.5rem !important}.pb-xm-4,.py-xm-4{padding-bottom:1.5rem !important}.pl-xm-4,.px-xm-4{padding-left:1.5rem !important}.p-xm-5{padding:3rem !important}.pt-xm-5,.py-xm-5{padding-top:3rem !important}.pr-xm-5,.px-xm-5{padding-right:3rem !important}.pb-xm-5,.py-xm-5{padding-bottom:3rem !important}.pl-xm-5,.px-xm-5{padding-left:3rem !important}.m-xm-n1{margin:-.25rem !important}.mt-xm-n1,.my-xm-n1{margin-top:-.25rem !important}.mr-xm-n1,.mx-xm-n1{margin-right:-.25rem !important}.mb-xm-n1,.my-xm-n1{margin-bottom:-.25rem !important}.ml-xm-n1,.mx-xm-n1{margin-left:-.25rem !important}.m-xm-n2{margin:-.5rem !important}.mt-xm-n2,.my-xm-n2{margin-top:-.5rem !important}.mr-xm-n2,.mx-xm-n2{margin-right:-.5rem !important}.mb-xm-n2,.my-xm-n2{margin-bottom:-.5rem !important}.ml-xm-n2,.mx-xm-n2{margin-left:-.5rem !important}.m-xm-n3{margin:-1rem !important}.mt-xm-n3,.my-xm-n3{margin-top:-1rem !important}.mr-xm-n3,.mx-xm-n3{margin-right:-1rem !important}.mb-xm-n3,.my-xm-n3{margin-bottom:-1rem !important}.ml-xm-n3,.mx-xm-n3{margin-left:-1rem !important}.m-xm-n4{margin:-1.5rem !important}.mt-xm-n4,.my-xm-n4{margin-top:-1.5rem !important}.mr-xm-n4,.mx-xm-n4{margin-right:-1.5rem !important}.mb-xm-n4,.my-xm-n4{margin-bottom:-1.5rem !important}.ml-xm-n4,.mx-xm-n4{margin-left:-1.5rem !important}.m-xm-n5{margin:-3rem !important}.mt-xm-n5,.my-xm-n5{margin-top:-3rem !important}.mr-xm-n5,.mx-xm-n5{margin-right:-3rem !important}.mb-xm-n5,.my-xm-n5{margin-bottom:-3rem !important}.ml-xm-n5,.mx-xm-n5{margin-left:-3rem !important}.m-xm-auto{margin:auto !important}.mt-xm-auto,.my-xm-auto{margin-top:auto !important}.mr-xm-auto,.mx-xm-auto{margin-right:auto !important}.mb-xm-auto,.my-xm-auto{margin-bottom:auto !important}.ml-xm-auto,.mx-xm-auto{margin-left:auto !important}}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1440px){.m-xx-0{margin:0 !important}.mt-xx-0,.my-xx-0{margin-top:0 !important}.mr-xx-0,.mx-xx-0{margin-right:0 !important}.mb-xx-0,.my-xx-0{margin-bottom:0 !important}.ml-xx-0,.mx-xx-0{margin-left:0 !important}.m-xx-1{margin:.25rem !important}.mt-xx-1,.my-xx-1{margin-top:.25rem !important}.mr-xx-1,.mx-xx-1{margin-right:.25rem !important}.mb-xx-1,.my-xx-1{margin-bottom:.25rem !important}.ml-xx-1,.mx-xx-1{margin-left:.25rem !important}.m-xx-2{margin:.5rem !important}.mt-xx-2,.my-xx-2{margin-top:.5rem !important}.mr-xx-2,.mx-xx-2{margin-right:.5rem !important}.mb-xx-2,.my-xx-2{margin-bottom:.5rem !important}.ml-xx-2,.mx-xx-2{margin-left:.5rem !important}.m-xx-3{margin:1rem !important}.mt-xx-3,.my-xx-3{margin-top:1rem !important}.mr-xx-3,.mx-xx-3{margin-right:1rem !important}.mb-xx-3,.my-xx-3{margin-bottom:1rem !important}.ml-xx-3,.mx-xx-3{margin-left:1rem !important}.m-xx-4{margin:1.5rem !important}.mt-xx-4,.my-xx-4{margin-top:1.5rem !important}.mr-xx-4,.mx-xx-4{margin-right:1.5rem !important}.mb-xx-4,.my-xx-4{margin-bottom:1.5rem !important}.ml-xx-4,.mx-xx-4{margin-left:1.5rem !important}.m-xx-5{margin:3rem !important}.mt-xx-5,.my-xx-5{margin-top:3rem !important}.mr-xx-5,.mx-xx-5{margin-right:3rem !important}.mb-xx-5,.my-xx-5{margin-bottom:3rem !important}.ml-xx-5,.mx-xx-5{margin-left:3rem !important}.p-xx-0{padding:0 !important}.pt-xx-0,.py-xx-0{padding-top:0 !important}.pr-xx-0,.px-xx-0{padding-right:0 !important}.pb-xx-0,.py-xx-0{padding-bottom:0 !important}.pl-xx-0,.px-xx-0{padding-left:0 !important}.p-xx-1{padding:.25rem !important}.pt-xx-1,.py-xx-1{padding-top:.25rem !important}.pr-xx-1,.px-xx-1{padding-right:.25rem !important}.pb-xx-1,.py-xx-1{padding-bottom:.25rem !important}.pl-xx-1,.px-xx-1{padding-left:.25rem !important}.p-xx-2{padding:.5rem !important}.pt-xx-2,.py-xx-2{padding-top:.5rem !important}.pr-xx-2,.px-xx-2{padding-right:.5rem !important}.pb-xx-2,.py-xx-2{padding-bottom:.5rem !important}.pl-xx-2,.px-xx-2{padding-left:.5rem !important}.p-xx-3{padding:1rem !important}.pt-xx-3,.py-xx-3{padding-top:1rem !important}.pr-xx-3,.px-xx-3{padding-right:1rem !important}.pb-xx-3,.py-xx-3{padding-bottom:1rem !important}.pl-xx-3,.px-xx-3{padding-left:1rem !important}.p-xx-4{padding:1.5rem !important}.pt-xx-4,.py-xx-4{padding-top:1.5rem !important}.pr-xx-4,.px-xx-4{padding-right:1.5rem !important}.pb-xx-4,.py-xx-4{padding-bottom:1.5rem !important}.pl-xx-4,.px-xx-4{padding-left:1.5rem !important}.p-xx-5{padding:3rem !important}.pt-xx-5,.py-xx-5{padding-top:3rem !important}.pr-xx-5,.px-xx-5{padding-right:3rem !important}.pb-xx-5,.py-xx-5{padding-bottom:3rem !important}.pl-xx-5,.px-xx-5{padding-left:3rem !important}.m-xx-n1{margin:-.25rem !important}.mt-xx-n1,.my-xx-n1{margin-top:-.25rem !important}.mr-xx-n1,.mx-xx-n1{margin-right:-.25rem !important}.mb-xx-n1,.my-xx-n1{margin-bottom:-.25rem !important}.ml-xx-n1,.mx-xx-n1{margin-left:-.25rem !important}.m-xx-n2{margin:-.5rem !important}.mt-xx-n2,.my-xx-n2{margin-top:-.5rem !important}.mr-xx-n2,.mx-xx-n2{margin-right:-.5rem !important}.mb-xx-n2,.my-xx-n2{margin-bottom:-.5rem !important}.ml-xx-n2,.mx-xx-n2{margin-left:-.5rem !important}.m-xx-n3{margin:-1rem !important}.mt-xx-n3,.my-xx-n3{margin-top:-1rem !important}.mr-xx-n3,.mx-xx-n3{margin-right:-1rem !important}.mb-xx-n3,.my-xx-n3{margin-bottom:-1rem !important}.ml-xx-n3,.mx-xx-n3{margin-left:-1rem !important}.m-xx-n4{margin:-1.5rem !important}.mt-xx-n4,.my-xx-n4{margin-top:-1.5rem !important}.mr-xx-n4,.mx-xx-n4{margin-right:-1.5rem !important}.mb-xx-n4,.my-xx-n4{margin-bottom:-1.5rem !important}.ml-xx-n4,.mx-xx-n4{margin-left:-1.5rem !important}.m-xx-n5{margin:-3rem !important}.mt-xx-n5,.my-xx-n5{margin-top:-3rem !important}.mr-xx-n5,.mx-xx-n5{margin-right:-3rem !important}.mb-xx-n5,.my-xx-n5{margin-bottom:-3rem !important}.ml-xx-n5,.mx-xx-n5{margin-left:-3rem !important}.m-xx-auto{margin:auto !important}.mt-xx-auto,.my-xx-auto{margin-top:auto !important}.mr-xx-auto,.mx-xx-auto{margin-right:auto !important}.mb-xx-auto,.my-xx-auto{margin-bottom:auto !important}.ml-xx-auto,.mx-xx-auto{margin-left:auto !important}}@media (min-width: 1600px){.m-mx-0{margin:0 !important}.mt-mx-0,.my-mx-0{margin-top:0 !important}.mr-mx-0,.mx-mx-0{margin-right:0 !important}.mb-mx-0,.my-mx-0{margin-bottom:0 !important}.ml-mx-0,.mx-mx-0{margin-left:0 !important}.m-mx-1{margin:.25rem !important}.mt-mx-1,.my-mx-1{margin-top:.25rem !important}.mr-mx-1,.mx-mx-1{margin-right:.25rem !important}.mb-mx-1,.my-mx-1{margin-bottom:.25rem !important}.ml-mx-1,.mx-mx-1{margin-left:.25rem !important}.m-mx-2{margin:.5rem !important}.mt-mx-2,.my-mx-2{margin-top:.5rem !important}.mr-mx-2,.mx-mx-2{margin-right:.5rem !important}.mb-mx-2,.my-mx-2{margin-bottom:.5rem !important}.ml-mx-2,.mx-mx-2{margin-left:.5rem !important}.m-mx-3{margin:1rem !important}.mt-mx-3,.my-mx-3{margin-top:1rem !important}.mr-mx-3,.mx-mx-3{margin-right:1rem !important}.mb-mx-3,.my-mx-3{margin-bottom:1rem !important}.ml-mx-3,.mx-mx-3{margin-left:1rem !important}.m-mx-4{margin:1.5rem !important}.mt-mx-4,.my-mx-4{margin-top:1.5rem !important}.mr-mx-4,.mx-mx-4{margin-right:1.5rem !important}.mb-mx-4,.my-mx-4{margin-bottom:1.5rem !important}.ml-mx-4,.mx-mx-4{margin-left:1.5rem !important}.m-mx-5{margin:3rem !important}.mt-mx-5,.my-mx-5{margin-top:3rem !important}.mr-mx-5,.mx-mx-5{margin-right:3rem !important}.mb-mx-5,.my-mx-5{margin-bottom:3rem !important}.ml-mx-5,.mx-mx-5{margin-left:3rem !important}.p-mx-0{padding:0 !important}.pt-mx-0,.py-mx-0{padding-top:0 !important}.pr-mx-0,.px-mx-0{padding-right:0 !important}.pb-mx-0,.py-mx-0{padding-bottom:0 !important}.pl-mx-0,.px-mx-0{padding-left:0 !important}.p-mx-1{padding:.25rem !important}.pt-mx-1,.py-mx-1{padding-top:.25rem !important}.pr-mx-1,.px-mx-1{padding-right:.25rem !important}.pb-mx-1,.py-mx-1{padding-bottom:.25rem !important}.pl-mx-1,.px-mx-1{padding-left:.25rem !important}.p-mx-2{padding:.5rem !important}.pt-mx-2,.py-mx-2{padding-top:.5rem !important}.pr-mx-2,.px-mx-2{padding-right:.5rem !important}.pb-mx-2,.py-mx-2{padding-bottom:.5rem !important}.pl-mx-2,.px-mx-2{padding-left:.5rem !important}.p-mx-3{padding:1rem !important}.pt-mx-3,.py-mx-3{padding-top:1rem !important}.pr-mx-3,.px-mx-3{padding-right:1rem !important}.pb-mx-3,.py-mx-3{padding-bottom:1rem !important}.pl-mx-3,.px-mx-3{padding-left:1rem !important}.p-mx-4{padding:1.5rem !important}.pt-mx-4,.py-mx-4{padding-top:1.5rem !important}.pr-mx-4,.px-mx-4{padding-right:1.5rem !important}.pb-mx-4,.py-mx-4{padding-bottom:1.5rem !important}.pl-mx-4,.px-mx-4{padding-left:1.5rem !important}.p-mx-5{padding:3rem !important}.pt-mx-5,.py-mx-5{padding-top:3rem !important}.pr-mx-5,.px-mx-5{padding-right:3rem !important}.pb-mx-5,.py-mx-5{padding-bottom:3rem !important}.pl-mx-5,.px-mx-5{padding-left:3rem !important}.m-mx-n1{margin:-.25rem !important}.mt-mx-n1,.my-mx-n1{margin-top:-.25rem !important}.mr-mx-n1,.mx-mx-n1{margin-right:-.25rem !important}.mb-mx-n1,.my-mx-n1{margin-bottom:-.25rem !important}.ml-mx-n1,.mx-mx-n1{margin-left:-.25rem !important}.m-mx-n2{margin:-.5rem !important}.mt-mx-n2,.my-mx-n2{margin-top:-.5rem !important}.mr-mx-n2,.mx-mx-n2{margin-right:-.5rem !important}.mb-mx-n2,.my-mx-n2{margin-bottom:-.5rem !important}.ml-mx-n2,.mx-mx-n2{margin-left:-.5rem !important}.m-mx-n3{margin:-1rem !important}.mt-mx-n3,.my-mx-n3{margin-top:-1rem !important}.mr-mx-n3,.mx-mx-n3{margin-right:-1rem !important}.mb-mx-n3,.my-mx-n3{margin-bottom:-1rem !important}.ml-mx-n3,.mx-mx-n3{margin-left:-1rem !important}.m-mx-n4{margin:-1.5rem !important}.mt-mx-n4,.my-mx-n4{margin-top:-1.5rem !important}.mr-mx-n4,.mx-mx-n4{margin-right:-1.5rem !important}.mb-mx-n4,.my-mx-n4{margin-bottom:-1.5rem !important}.ml-mx-n4,.mx-mx-n4{margin-left:-1.5rem !important}.m-mx-n5{margin:-3rem !important}.mt-mx-n5,.my-mx-n5{margin-top:-3rem !important}.mr-mx-n5,.mx-mx-n5{margin-right:-3rem !important}.mb-mx-n5,.my-mx-n5{margin-bottom:-3rem !important}.ml-mx-n5,.mx-mx-n5{margin-left:-3rem !important}.m-mx-auto{margin:auto !important}.mt-mx-auto,.my-mx-auto{margin-top:auto !important}.mr-mx-auto,.mx-mx-auto{margin-right:auto !important}.mb-mx-auto,.my-mx-auto{margin-bottom:auto !important}.ml-mx-auto,.mx-mx-auto{margin-left:auto !important}}.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: 375px){.text-xm-left{text-align:left !important}.text-xm-right{text-align:right !important}.text-xm-center{text-align:center !important}}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1440px){.text-xx-left{text-align:left !important}.text-xx-right{text-align:right !important}.text-xx-center{text-align:center !important}}@media (min-width: 1600px){.text-mx-left{text-align:left !important}.text-mx-right{text-align:right !important}.text-mx-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#6f7271 !important}a.text-primary:hover,a.text-primary:focus{color:#494b4b !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#d9d9d9 !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-body{color:#6f7271 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.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-break:break-word !important;overflow-wrap:break-word !important}.text-reset{color:inherit !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.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:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#6f7271}.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}.btn{display:inline-block;font-weight:300;color:#6f7271;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:2rem;line-height:1.5;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#6f7271;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(111,114,113,0.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#6f7271;border-color:#6f7271}.btn-primary:hover{color:#fff;background-color:#5c5f5e;border-color:#565857}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#5c5f5e;border-color:#565857;box-shadow:0 0 0 .2rem rgba(133,135,134,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#6f7271;border-color:#6f7271}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#565857;border-color:#505251}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(133,135,134,0.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e6e6}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#ececec;border-color:#e6e6e6;box-shadow:0 0 0 .2rem rgba(222,222,223,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e6e6;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,222,223,0.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-outline-primary{color:#6f7271;border-color:#6f7271}.btn-outline-primary:hover{color:#fff;background-color:#6f7271;border-color:#6f7271}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(111,114,113,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#6f7271;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:#6f7271;border-color:#6f7271}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(111,114,113,0.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-link{font-weight:400;color:#6f7271;text-decoration:none}.btn-link:hover{color:#494b4b;text-decoration:none}.btn-link:focus,.btn-link.focus{text-decoration:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.75rem;line-height:1.5;border-radius:0}.btn-sm{padding:.25rem .5rem;font-size:1.225rem;line-height:1.5;border-radius:0}.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%}@-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:6rem;height:6rem;vertical-align:text-bottom;border:.1em 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:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:6rem;height:6rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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}html{height:100%;font-size:9px;overflow:hidden}@media (min-width: 1200px){html{font-size:9.5px}}@media (min-width: 1440px){html{font-size:10px}}body{height:100%}.header-logo-svg{width:3.832em;max-width:100%}.header-logo-svg .header-logo-svg-path{fill:currentColor;stroke:currentColor;stroke-miterlimit:10;stroke-width:0.8px}.btn-arrow{margin-left:1rem}@media (min-width: 768px){.btn-flkty-porcellane-mobile,.btn-flkty-cristalli-argenti-mobile,.btn-flkty-chi-siamo-mobile,.btn-flkty-contatti-mobile{display:none}}#wrapper{height:100%;display:flex;flex-direction:column}#wrapper header{flex:0 0 6.6rem;padding-left:15px;padding-right:15px;position:relative;z-index:2}@media (min-width: 992px){#wrapper header{padding-left:6.6rem;padding-right:6.6rem}}#wrapper header .header-inner{height:100%;display:flex;justify-content:space-between;align-items:center}#wrapper header .header-logo{color:#6f7271;font-size:4.5rem;height:100%;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}#wrapper header .header-menu{display:flex}#wrapper header .header-menu .hamburger{position:relative;z-index:1;font-size:0}@media (min-width: 992px){#wrapper header .header-menu .hamburger{display:none}}#wrapper header .header-menu .nav{margin-left:-1rem;margin-right:-1rem;flex-wrap:nowrap}@media (max-width: 991.98px){#wrapper header .header-menu .nav{position:fixed;z-index:0;top:6.6rem;right:15px;left:15px;bottom:15px;flex-direction:column;background-color:rgba(255,255,255,0.95);margin:0;padding:15px;overflow-y:auto;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out}#wrapper header .header-menu .nav.is-active{opacity:1;pointer-events:auto}}#wrapper header .header-menu .nav-item{text-align:center}@media (min-width: 992px){#wrapper header .header-menu .nav-item{display:inline-flex;align-items:center}#wrapper header .header-menu .nav-item:not(:nth-last-child(2))::after{content:"›";display:block;text-align:center}}#wrapper header .header-menu .nav-link{font-size:1.6rem;text-transform:uppercase;font-weight:300}@media (max-width: 991.98px){#wrapper header .header-menu .nav-link{padding-top:1rem;padding-bottom:1rem;font-size:2rem}}#wrapper header .header-menu .nav-link.active{color:#494b4b;pointer-events:none}#wrapper header .header-menu .nav-footer{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end;padding-top:30px}@media (min-width: 992px){#wrapper header .header-menu .nav-footer{display:none}}#wrapper header .header-menu .nav-footer .footer-author{padding-top:1rem}#wrapper main{flex:0 1 100%;margin-left:15px;margin-right:15px;position:relative;overflow:hidden}@media (min-width: 992px){#wrapper main{margin-left:6.6rem;margin-right:6.6rem}}#wrapper main .main-switcher{position:absolute;z-index:3;top:-.5rem;left:-.5rem;right:-.5rem;bottom:-.5rem;background-color:#fff}#wrapper main .main-switcher.loaded{-webkit-transform:translateY(100%);transform:translateY(100%)}@media (min-width: 992px){#wrapper main .main-switcher.loaded{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}#wrapper main .main-loader{position:absolute;z-index:4;top:-.5rem;left:-.5rem;right:-.5rem;bottom:-.5rem;display:flex;justify-content:center;align-items:center;color:#6f7271;opacity:0;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1);pointer-events:none}#wrapper main .main-loader.visible{opacity:1}#wrapper main .main-container{height:100%;position:relative;z-index:1}#wrapper main .main-container .main-inner{height:100%;display:flex;justify-content:space-between}#wrapper main .main-container .main-inner.active #flkty-porcellane,#wrapper main .main-container .main-inner.active #flkty-cristalli-argenti,#wrapper main .main-container .main-inner.active #flkty-chi-siamo{pointer-events:auto}#wrapper main .main-container .main-inner.active #flkty-porcellane::after,#wrapper main .main-container .main-inner.active #flkty-cristalli-argenti::after,#wrapper main .main-container .main-inner.active #flkty-chi-siamo::after{background-color:transparent}#wrapper main .main-container .main-inner.active #flkty-porcellane .btn-swiper-prev,#wrapper main .main-container .main-inner.active #flkty-porcellane .btn-swiper-next,#wrapper main .main-container .main-inner.active #flkty-porcellane .btn-swiper-close,#wrapper main .main-container .main-inner.active #flkty-cristalli-argenti .btn-swiper-prev,#wrapper main .main-container .main-inner.active #flkty-cristalli-argenti .btn-swiper-next,#wrapper main .main-container .main-inner.active #flkty-cristalli-argenti .btn-swiper-close,#wrapper main .main-container .main-inner.active #flkty-chi-siamo .btn-swiper-prev,#wrapper main .main-container .main-inner.active #flkty-chi-siamo .btn-swiper-next,#wrapper main .main-container .main-inner.active #flkty-chi-siamo .btn-swiper-close{opacity:1;pointer-events:auto;transition:opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1) .6s}#wrapper main .main-container .main-inner.active .main-side{-webkit-transform:translateY(100%);transform:translateY(100%)}@media (min-width: 768px){#wrapper main .main-container .main-inner.active .main-side{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}#wrapper main .main-container .main-inner.active .main-cta{opacity:0;pointer-events:none}#wrapper main .main-container .main-map{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none}#wrapper main .main-container .main-map::after{content:"";display:block;position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background-color:#c7c7c7;mix-blend-mode:multiply}#wrapper main .main-container .main-map #map{height:100%}#wrapper main .main-container .main-map #map img{max-width:none}#wrapper main .main-container .main-title{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:6.5rem;pointer-events:none}@media (min-width: 375px){#wrapper main .main-container .main-title{font-size:8rem}}@media (min-width: 576px){#wrapper main .main-container .main-title{font-size:11rem}}@media (min-width: 768px){#wrapper main .main-container .main-title{font-size:13rem}}#wrapper main .main-container .main-subtitle-box{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:4.6rem}@media (min-width: 576px){#wrapper main .main-container .main-subtitle-box{flex-direction:row}}#wrapper main .main-container .main-subtitle-box .main-subtitle{font-size:2rem;text-transform:uppercase;padding:.5rem 1.9rem;font-weight:300}@media (min-width: 576px){#wrapper main .main-container .main-subtitle-box .main-subtitle{font-size:2.4rem;padding:1rem 1.9rem}}#wrapper main .main-container .main-subtitle-box .main-subtitle a{color:#fff;display:block;pointer-events:auto;position:relative}#wrapper main .main-container .main-side{flex:0 1 100%;max-width:100%;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:2;transition:-webkit-transform .6s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform .6s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform .6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .6s cubic-bezier(0.645, 0.045, 0.355, 1)}@media (min-width: 768px){#wrapper main .main-container .main-side{background-color:rgba(0,0,0,0.7);flex:0 1 43.5rem;max-width:43.5rem}}@media (min-width: 1600px){#wrapper main .main-container .main-side{flex:0 1 48.3rem;max-width:48.3rem}}#wrapper main .main-container .main-side .main-bar{overflow-y:auto;padding:15px;background-color:rgba(0,0,0,0.7)}@media (min-width: 768px){#wrapper main .main-container .main-side .main-bar{background:none}}@media (min-width: 992px){#wrapper main .main-container .main-side .main-bar{padding:4rem}}#wrapper main .main-container .main-side .main-side-title{font-size:2.4rem;font-weight:700;text-transform:uppercase;margin-bottom:2rem;display:flex;justify-content:space-between}#wrapper main .main-container .main-side a{color:#fff}#wrapper main .main-container .main-cta{position:relative;z-index:2;display:none;flex-direction:column;justify-content:center;transition:opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1)}@media (min-width: 768px){#wrapper main .main-container .main-cta{display:flex}}#wrapper .swiper-container{height:100%;width:100%}#wrapper #home-swiper{pointer-events:none}#wrapper #home-swiper .flickity-viewport{height:100% !important;width:100% !important;pointer-events:none}#wrapper #home-swiper .swiper-slide{background-color:#c7c7c7;background-repeat:no-repeat;background-size:cover;background-blend-mode:multiply;background-position:center center;height:100%;width:100%;transition:opacity 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);pointer-events:none}#wrapper #home-swiper .swiper-slide:not(.is-selected):not(:first-child){opacity:0 !important}#wrapper #home-swiper .swiper-slide.is-selected{z-index:99;opacity:1 !important}#wrapper #flkty-marchi{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;height:100%}#wrapper #flkty-marchi .flickity-viewport{height:100% !important}#wrapper #flkty-marchi .flickity-slider{height:100%}#wrapper #flkty-marchi .swiper-slide{height:calc(100% + 30px/2);width:33vh;margin-right:15px;margin-top:-7.5px;margin-bottom:-7.5px;display:flex;flex-direction:column}#wrapper #flkty-marchi .swiper-slide .swiper-marchi{flex:0 0 33.3333333333%;max-height:33.3333333333%;padding-top:7.5px;padding-bottom:7.5px}#wrapper #flkty-marchi .swiper-slide .swiper-marchi:before{padding-right:100%}#wrapper #flkty-marchi .swiper-slide .swiper-marchi .marchio{background-color:#f7f7f7;height:100%;display:flex;justify-content:center;align-items:center;padding:12vh}@media (min-width: 992px){#wrapper #flkty-marchi .swiper-slide .swiper-marchi .marchio{padding:8vh}}#wrapper #flkty-porcellane,#wrapper #flkty-cristalli-argenti,#wrapper #flkty-chi-siamo{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;height:100%;pointer-events:none}#wrapper #flkty-porcellane::after,#wrapper #flkty-cristalli-argenti::after,#wrapper #flkty-chi-siamo::after{content:"";display:block;position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background-color:#c7c7c7;mix-blend-mode:multiply;transition:background .6s cubic-bezier(0.645, 0.045, 0.355, 1);pointer-events:none}#wrapper #flkty-porcellane .flickity-viewport,#wrapper #flkty-cristalli-argenti .flickity-viewport,#wrapper #flkty-chi-siamo .flickity-viewport{height:100% !important}#wrapper #flkty-porcellane .swiper-slide,#wrapper #flkty-cristalli-argenti .swiper-slide,#wrapper #flkty-chi-siamo .swiper-slide{height:100%;width:auto;margin-right:15px}#wrapper #flkty-porcellane .btn-swiper-prev,#wrapper #flkty-porcellane .btn-swiper-next,#wrapper #flkty-porcellane .btn-swiper-close,#wrapper #flkty-cristalli-argenti .btn-swiper-prev,#wrapper #flkty-cristalli-argenti .btn-swiper-next,#wrapper #flkty-cristalli-argenti .btn-swiper-close,#wrapper #flkty-chi-siamo .btn-swiper-prev,#wrapper #flkty-chi-siamo .btn-swiper-next,#wrapper #flkty-chi-siamo .btn-swiper-close{position:absolute;z-index:1;opacity:0;pointer-events:none;transition:opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1)}#wrapper #flkty-porcellane .btn-swiper-prev,#wrapper #flkty-cristalli-argenti .btn-swiper-prev,#wrapper #flkty-chi-siamo .btn-swiper-prev{left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#wrapper #flkty-porcellane .btn-swiper-next,#wrapper #flkty-cristalli-argenti .btn-swiper-next,#wrapper #flkty-chi-siamo .btn-swiper-next{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#wrapper #flkty-porcellane .btn-swiper-close,#wrapper #flkty-cristalli-argenti .btn-swiper-close,#wrapper #flkty-chi-siamo .btn-swiper-close{right:0;top:0;line-height:1}#wrapper footer{flex:0 0 15px;padding-left:15px;padding-right:15px;position:relative;z-index:2}@media (min-width: 992px){#wrapper footer{flex:1 0 6.6rem;padding-left:6.6rem;padding-right:6.6rem}}#wrapper .footer-inner{height:100%;display:flex;justify-content:space-between;align-items:center;font-weight:300}@media (max-width: 991.98px){#wrapper .footer-inner{display:none}}

